Jump to content

why some online game canot make pixelsearch and mousemove.......?


 Share

Recommended Posts

why some online game canot search pixel and mousemove..........

but that game have protect by x-trap....

who can tech me how to write any code to solve this problem...

vry thx

- its is simple command im using.

while 1

$coord = PixelSearch( 400, 300, 800, 600, 0xFF0000, 2, 3)

If Not @error Then

MouseMove($coord[0],$coord[1],0)

MouseClick("right")

EndIf

send ("{space 2}")

send ("e")

endif

wend

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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