Jump to content

help me my simple aimbot wont work


 Share

Recommended Posts

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

Link to comment
Share on other sites

How come the only new folk that show code are the same ones that don't read the rules on their way in?

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...