Ja thx hab ich gemacht aber ich weis trotzdem noch nicht wo ich jetzt diese Controlsends einfügen soll???ich hab hier zb. ein script und wo müsste ich die commands hier einfügen?
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=..\..\sonstig\0azu.ico
#AutoIt3Wrapper_outfile=D:\dinge\bots\Thunder_bot\ termalquellen\Blood32.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_UseAnsi=y
#AutoIt3Wrapper_Res_Comment=http://www.epvpers.com
#AutoIt3Wrapper_Res_Description=thermal bot
#AutoIt3Wrapper_Run_AU3Check=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
hotkeyset("{F8}","end")
Opt("MouseCoordMode",2)
opt("SendKeyDelay",200)
sleep(2000)
Mousemove(1023, 767)
WinWait("Guild Wars","")
If Not WinActive("Guild Wars","") Then WinActivate("Guild Wars","")
WinWaitActive("Guild Wars","")
sleep(500)
call("main")
func end()
Exit
EndFunc
func main()
rand()
wayto()
fight()
loot()
travel()
main()
EndFunc
func rand()
Global $t = random(450,550)
Global $c = random(200, 600)
Global $xxx = random(1,17)
Global $a = Random(700, 999)
Global $b = Random(10000, 11000)
Global $g = random(1900,2500)
Global $h = random(4000,5000)
EndFunc
func fight()
Send("8" )
sleep($g)
Send("7" )
sleep($g+1500)
Send("6" )
sleep($g)
Send("5" )
sleep($g+1500)
Send("4" )
sleep($g+600)
Send("1" )
sleep($a)
Send("2" )
sleep($a)
Send("{w down}" )
sleep($a*4)
Send("c" )
sleep($a)
Send("{space}" )
sleep(1000)
Send("1" )
sleep($xxx+60)
Send("2" )
sleep($a*3)
Send("1" )
sleep($xxx+50)
lSend("{space}" )
sleep($a*3)
Send("2" )
sleep($a*3+600)
Send("3" )
sleep($a*2)
Send("1" )
sleep($xxx+112)
Send("3" )
sleep($a*2)
Send("2" )
sleep($h/2)
Send("1" )
sleep($h/2)
Send("2" )
sleep($a)
Send("1" )
sleep($h)
Send("2" )
sleep($h)
Send("1" )
sleep($xxx+132)
EndFunc
func loot()
for $i = 1 to 5
Send("o")
sleep($c)
Send("{space}")
sleep(2000)
Next
EndFunc
func travel()
Local $xy = random(1,4)
sleep($c)
Send("{enter}")
sleep($t)
Send("/resign")
sleep($t)
Send("{enter}")
sleep($g)
MouseClick("left", 509+$xy, 405+$xy)
sleep(8000+$t)
endfunc
func wayto()
opt("SendKeyDelay",20)
Send("o")
Send("{space}")
sleep($b+$a*2)
Send("eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")
sleep($c -100)
Send("{w down}")
Sleep($b)
Send("{w up}")
sleep($t+8000)
opt("SendKeyDelay",200)
EndFunc