;
; AutoIt Version: 3.0
; Language: English
; Platform: Win9x/NT
; Author: WaitForUfo
;
; Script Function:
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
; Prompt the user to run the script - use a Yes/No prompt (4 - see help file)
$answer = MsgBox(4, "Peon Counter", "This hack will count your peons. Run?")
CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------
; XXXXXXXXXXXXXXXXXXXXXXXXX)
; If "No" was clicked (7) then exit the script
If $answer = 7 Then
MsgBox(0, "Peon Counter", "lol noob. cya!")
Exit
EndIf
; Execute the loop 5 tiCENZORED -----------------------------------------------------CENZORED -----------------------------------------------------mes
For $count = 1 To 5
; Print the countCENZORED -----------------------------------------------------CENZORED -----------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------------------------------CENZORED -----------------------------------------------------
MsgBox(0, "Peon Counter", "You have: " & $count)
Next
; Finished!
CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------CENZORED -----------------------------------------------------
MsgBox(0, "Peon Counter", "PRIVATE CENSORED")