Hi, Ich hab versucht für Wolfteam einen aimbot mit autoit zuerstellen aber ich bekomm die Pixelfarbe der zu Tötenden (blau/rot) nicht raus
Danke im Voraus :o
Danke im Voraus :o
Quote:
HotKeySet ("{F9}", "gegenrot" )
HotKeySet ("{F10}", "gegenblau" )
HotKeySet ("{F11}", "stop" )
HotKeySet ("p", "aus" )
HotKeySet ("{F1}", "hilfe")
Func gegenrot ()
Sleep ( 1000 )
while 1
$coord = PixelSearch(0,0,1280,1024,0x905547)
sleep (100)
if not @error then
MouseClick("left",$coord[0],$coord[1],10)
sleep (100)
EndIf
EndFunc
WEnd
Func gegenblau ()
Sleep ( 1000 )
while 1
$coord = PixelSearch(0,0,1280,1024,0xE5F9D5)
if not @error then
MouseClick("left",$coord[0],$coord[1],10)
WEnd
EndIf
EndFunc
While 1
sleep ( 100)
WEnd
Func Hilfe ()
MsgBox(0,"Hilfe", "F9=GegenRot, F10=GegenBlau,F11=Pause,P=bot aus.")
EndFunc
Func stop ()
While 1
Sleep(100)
WEnd
EndFunc
Func aus ()
Exit
EndFunc
HotKeySet("{F9}", "gegenrot")
HotKeySet("{F10}", "gegenblau")
HotKeySet("{F11}", "stop")
HotKeySet("p", "aus")
HotKeySet("{F1}", "hilfe")
Func gegenrot()
While 1
$coord = PixelSearch(0, 0, 1280, 1024, 0x905547)
If Not @error Then
MouseClick("left", $coord[0], $coord[1], 10)
Sleep(1000)
EndIf
WEnd
EndFunc
Func gegenblau()
While 1
$coord = PixelSearch(0, 0, 1280, 1024, 0xE5F9D5)
If Not @error Then
MouseClick("left", $coord[0], $coord[1], 10)
EndIf
WEnd
EndFunc
While (Sleep(1))
WEnd
Func Hilfe()
MsgBox(0, "Hilfe", "F9=GegenRot, F10=GegenBlau,F11=Pause,P=bot aus.")
EndFunc
Func stop()
While 1
Sleep(100)
WEnd
EndFunc
Func aus()
Exit
EndFunc
Guck aufs datum.Quote:
mit den Farben kann ichs dir machen
mir fällt grad auf... das geht nicht
die farbenändern sich ja wenn der spieler weiter weg ist
Er wird nicht fertig,Quote:
Macht ma hinne brauch aimbot ;) Bitte Melde dich wenn fertig is :D DANKE