i can make aimbot work in lobby , server channel or somewhere else. but it doesnt work ingame. my script is :
HotKeySet("{q}","_Exit")
While 1
$Variable = PixelSearch(8,9,1016,758,0x650A19)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1], 1)
EndIf
WEnd
Func _Exit()
Exit
EndFunc
is that true ? if it isnt , can some1 help me ? ty. :/






