Ich weiß Autoit ist schlecht für pixelbasierende Aimbots und überhaupt für Aimbots aber man wird nur selten erwischt.
Ich habe keine Errors im Code aber es funktionieren die "mouseDown/mouseUp" Funktionen nicht, "mouse get pos" geht nicht und die Fenstergröße erkennt er auch nicht. Kann mir jemand sagen was ich für einen Fehler drinnen habe?
#include <Misc.au3>
HotKeySet ("{F6}", "_Exit")
HotKeySet("MouseDown{right}", "_On")
HotKeySet("MouseUp{right}", "_Off")
Global $On = Int (1)
Local $size = WinGetPos("[active]")
Func _Exit()
Exit
EndFunc
Func _On()
$ON = True
"MouseSensitivity")
EndFunc
Func getpos()
$Wert = MouseGetPos()
EndFunc
Func _Off()
$ON = False
EndFunc
While 1
Call("$getpos")
If $On = True Then
$Variable = PixelSearch (0, 0, 1080, 1920, 0xFFFFAA)
$Ergebnis[0] = $Werte[0] + ($Variable[0]-$size[2]/2)/Random(1,20,1)
$Ergebnis[1] = $Werte[1] + ($Variable[1]-8$size[3]/2)/Random(1,20,1)
MouseMove ($Variable [0]+10, $Variable [1])
EndIf
While $On = False
sleep (2147483647)
WEnd
WEnd
Ich habe keine Errors im Code aber es funktionieren die "mouseDown/mouseUp" Funktionen nicht, "mouse get pos" geht nicht und die Fenstergröße erkennt er auch nicht. Kann mir jemand sagen was ich für einen Fehler drinnen habe?
#include <Misc.au3>
HotKeySet ("{F6}", "_Exit")
HotKeySet("MouseDown{right}", "_On")
HotKeySet("MouseUp{right}", "_Off")
Global $On = Int (1)
Local $size = WinGetPos("[active]")
Func _Exit()
Exit
EndFunc
Func _On()
$ON = True
"MouseSensitivity")
EndFunc
Func getpos()
$Wert = MouseGetPos()
EndFunc
Func _Off()
$ON = False
EndFunc
While 1
Call("$getpos")
If $On = True Then
$Variable = PixelSearch (0, 0, 1080, 1920, 0xFFFFAA)
$Ergebnis[0] = $Werte[0] + ($Variable[0]-$size[2]/2)/Random(1,20,1)
$Ergebnis[1] = $Werte[1] + ($Variable[1]-8$size[3]/2)/Random(1,20,1)
MouseMove ($Variable [0]+10, $Variable [1])
EndIf
While $On = False
sleep (2147483647)
WEnd
WEnd