[AutoI]ControlsendProblem

02/06/2009 20:13 Thebestplayerever#1
Hallo!
Ich habe seit gestern iwie ein Problem mit ControlSend???
was ist an diesem code falsch?



Code:
$client = "Guild Wars"
ControlSend($client, "", "Edit1", "{v}")
Sleep(3400)
ControlSend($client, "", "Edit1", "{Space}")
mfg
02/06/2009 21:48 __wadim#2
sag mal... willst du es nicht verstehen oder wtf?...?

schau dir doch einfach irgend ein bot aus der gw section an, da ist alles bestens kommentiert, usw.
02/06/2009 22:00 Adroxxx#3
Quote:
Originally Posted by Thebestplayerever View Post
Hallo!
Ich habe seit gestern iwie ein Problem mit ControlSend???
was ist an diesem code falsch?



Code:
$client = "Guild Wars"
ControlSend($client, "", "Edit1", "{v}")
Sleep(3400)
ControlSend($client, "", "Edit1", "{Space}")
mfg
Was ist Edit1 ?

PHP Code:
ControlSend($client"""""{v}")
Sleep(3400)
ControlSend($client"""""{Space}"
Versuchs mal so.