Habe ein ganz simplen bot gecodet
Klappt alles auch nur wenn der bot neu starten muss
also den run nochmal wiederholen soll kommt
$ Die Varible ist nicht declariert
Würde mich Über Hilfe Freuen :)
Hier Der Script
Klappt alles auch nur wenn der bot neu starten muss
also den run nochmal wiederholen soll kommt
$ Die Varible ist nicht declariert
Würde mich Über Hilfe Freuen :)
Hier Der Script
Code:
WinActivate( "Guild Wars" )
Do
call("weg")
call("run")
call("fight")
call("fight2")
call("aufgeben")
Until $y=9999999
func weg()
send ("{esc}")
sleep(100)
sleep(100)
call("weg1")
sleep(100)
EndFunc
func weg1()
send("{ä}")
send("{ä}")
sleep(1000)
send("{space}")
sleep(17000)
sleep(1000)
send("{a down}")
sleep(1000)
send("{a up}")
sleep(1000)
send("{d down}")
sleep(800)
send("{d up}")
sleep(500)
send("{r}")
sleep(10000)
sleep(50)
EndFunc
func run()
sleep(1000)
send ("{w down}")
sleep(4000)
send ("{w up}")
sleep(1100)
send ("{a down}")
sleep(690)
send ("{a up}")
sleep(50)
send ("{r}")
sleep(21000)
sleep(50)
sleep(50)
send ("{a down}")
sleep(450)
send ("{a up}")
sleep(5000)
send("{r}")
sleep(500)
send ("{esc}")
send ("{c}")
endfunc
func fight()
sleep(300)
send ("{1}")
sleep(3000)
send ("{5}")
sleep(3000)
send ("{2}")
sleep(3000)
send ("{3}")
sleep(3000)
send ("{4}")
sleep(12000)
endfunc
func fight2()
sleep(2000)
send ("{5}")
send ("{5}")
sleep(3000)
send ("{2}")
Sleep(5000)
send("{8}")
sleep(500)
send("{0}")
sleep(900)
send("{Space}")
sleep(900)
send("{0}")
sleep(900)
send("{Space}")
sleep(900)
send("{0}")
sleep(900)
send("{Space}")
sleep(900)
send("{0}")
sleep(900)
send("{Space}")
sleep(900)
send("{0}")
sleep(900)
send("{Space}")
endfunc
func aufgeben()
send("{M}")
Sleep(1000)
MouseClick ("left" , 516, 473 )
sleep(1500)
MouseClick ("left" , 297, 411 )
sleep(7000)
Endfunc