VB Bot con vb/autoit

Stato
Discussione chiusa ad ulteriori risposte.

xXslipknotXx

Utente Silver
16 Febbraio 2008
11
2
0
62
Ultima modifica:
raga sto facendo 1 bot exp cn visual basic usando anke autoit per aiutarmi.. il problema è ke ho fatto 1 script di autoit ke dovrebbe poxxare..ma nn lo fa e nn trovo l'errore .. potete controllare 1 sek plz?? çç


HotKeySet("{ESC}", "ExitPrg")

While 1
$rot = PixelGetcolor (109, 603)
Wend

Func Start()
While 1
If $rot = 0xF96D6E Then
Send ("111")
Sleep (10)
EndIf
Wend
EndFunc

;exiting
Func ExitPrg()
Exit
EndFunc
 
Stato
Discussione chiusa ad ulteriori risposte.