i made an aimbot for an online game, but it doesn't work you maybe can help me??? (sry for this bad english :P )
thx
ich habe einen aimbot für son onlinegame gemacht (s4league)
aber er klappt nicht kann mit jmd helfen????
thx
thx
ich habe einen aimbot für son onlinegame gemacht (s4league)
aber er klappt nicht kann mit jmd helfen????
thx
Code:
HotKeySet("{F1}", "start")
HotKeySet("{F2}", "ende")
While (1)
Sleep(6000)
WEnd
Func start()
While (1)
Global $kopf = PixelSearch(0, 0, 1023, 29, 0x6F4727)
If Not @error Then
MouseMove($kopf[0], $kopf[1], 1)
MouseClick("left")
ExitLoop
EndIf
WEnd
EndFunc
Func ende()
Exit
EndFunc