02-19-2015, 05:38 AM
(02-19-2015, 05:14 AM)psychomellon Wrote:(02-19-2015, 04:31 AM)Sumboooody Wrote: So basically im trying to get this bot working, but it auto terminates itself w/ no error code.
WinWaitActive("Zodiac","")
if WinActive ("Zodiac","")= True
Then sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
sleep(random(100,500,1))
send ("s")
EndIf
Have you messed with the code at all? I saw a thread talking about changing every sleep instance to sleep(random(500,905) or something like that that was supposed to make the bot look more human, is that what you did?
yup, i got a similar bot working in the past but i lost the code for that 1