You can create bot's mabye with Autoit..
if you download Autoit... then if you install it ..
and want you create an
level bot,
Here is the level bot code,
PHP Code:
HotKeySet ( "{F5}" , "Start" )
HotKeySet ( "{F6}" , "Exit" )
while 1
sleep(1)
wend;
Func Start ()
While (1)
Send("{Space} ")
Sleep (1)
Wend
EndFunc
Func Exit ()
Exit
EndFunc
If you debugg it, pres F5.
---
I have the code from this thread
sorry for my bad english.