Hallo!
Ich habe eine Frage zu AutoIt
ich möchte,dass ControlSend länger GEDRÜCKT gehalten wird..
#RequireAdmin
sleep(1500)
While 1
ControlSend("4Story","", "","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
Sleep(1000)
Wend
hierbei geht die person immer nur einen kleinen schritt nach vorne(im spiel)
ich würde das aber gerne so haben,dass die person z.b. 2 sekunden geradeaus läuft
ist das möglich?
danke
Ich habe eine Frage zu AutoIt
ich möchte,dass ControlSend länger GEDRÜCKT gehalten wird..
#RequireAdmin
sleep(1500)
While 1
ControlSend("4Story","", "","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
ControlSend("4Story","","","w")
Sleep(1000)
Wend
hierbei geht die person immer nur einen kleinen schritt nach vorne(im spiel)
ich würde das aber gerne so haben,dass die person z.b. 2 sekunden geradeaus läuft
ist das möglich?
danke