[Request] Simple AutoIt Script

06/24/2008 06:38 EternalWinter#1
Hello, I'm looking for an autoit script that basically presses 1 2 3 4 5, one after the other every second continuously. Thanks in advance, EW.
06/24/2008 07:11 kikichan#2
I ave been waiting for one to XD But been searching with no positive result x.x
06/24/2008 07:40 bots123#3
while 1

send ("1")
sleep(1000)
send ("2")
sleep(1000)
....

Wend
06/24/2008 08:08 EternalWinter#4
Thanks, now what do i have to change the exe to, to bypass GG? lol

Edit: razerhid.exe
06/25/2008 04:34 bots123#5
there s no bypass for GG 1203 yet , unless you find your own one :) Else, use macro keyboard
06/26/2008 04:07 EternalWinter#6
Quote:
Originally Posted by bots123 View Post
there s no bypass for GG 1203 yet , unless you find your own one :) Else, use macro keyboard
For AutoIt Scripts you just have to rename the compiled script to that exe 2 posts above. Then it will bypass GG and work. That enables me to do lvl 90 dungeons while afk.