funktionieren pixelaimbots auch bei onlinegames? z.B Crossfire...
schonmal danke für die antworten
schonmal danke für die antworten
HotKeySet ("{t}", "Start")
HotKeySet ("{z}", "_Exit")
While 1
Sleep(250)
WEnd
Func Start()
While 1
$pos = PixelSearch(2,3,1278,694,12559495,0)
If isArray($pos) then
MouseMove($pos[0],$pos[1],0)
MouseClick("Left")
EndIf
WEnd
EndFunc
Func _Exit()
Exit
EndFunc
Wenn du Neuling bist, dann fang lieber mit etwas Simpleren an...Quote:
ich blicks net xD