Hey,
made a simple game corner (coins) bot.
IMPORTANT: Bind your "A" button to "Y".
Download: [Only registered and activated users can see links. Click Here To Register...]
Source:
The bot works just when the PokeMMO Window is active!
(No background mode^^)
made a simple game corner (coins) bot.
IMPORTANT: Bind your "A" button to "Y".
Download: [Only registered and activated users can see links. Click Here To Register...]
Source:
Code:
Sleep(10000)
HotKeySet("{F10}", "_exit")
MsgBox("","Info","Bot started - Close F10")
While 1
Send ("{DOWN}")
Sleep(10)
Send ("{DOWN}")
Sleep(10)
Send ("{DOWN}")
Sleep(10)
Send ("y")
Sleep(10)
Send ("y")
Sleep(10)
Send ("y")
Sleep(10)
WEnd
Exit
Func _exit()
Exit
EndFunc
(No background mode^^)