Ramin Posted August 3, 2017 Posted August 3, 2017 Hello guys i wrote a simple aimbot and when i use it before game it works very fine but when i enter game still it works but when battle starts it stop working its like somthing wont let crosshair move. this is my code hotkeyset("{f1}","stop") hotkeyset("{f2}","pause") $color=0x99B3E9 $pause=false $width = @desktopWidth $height = @desktopHeight while 1 $head_search=PixelSearch( 0, 0, 800, 600,0x967B72,10) if not @error then ;mouseclick ("left",$head_search[0],$head_search[1],1,10) mousemove ($head_search[0],$head_search[1]) EndIf sleep (5) WEnd func pause() $pause=not $pause if $pause=true Then Do sleep (5) until $pause=False EndIf EndFunc i said when i Enter battle the bot cant move my crosshair i dont know why ? i mean my mouse moves on colors but not crosshair of my weapon u know what i mean please help me and tell me why and how i fix this
iamtheky Posted August 3, 2017 Posted August 3, 2017 How come the only new folk that show code are the same ones that don't read the rules on their way in? ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Developers Jos Posted August 3, 2017 Developers Posted August 3, 2017 Please read our forum rules before continuing posting in our forums. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts