Jump to content

Recommended Posts

Posted

im use the pixelget and pixelsearch command but sitll canot get pixel and search pixel one the game, mouse also canot moving ....coz that game have protect by x-trap .......so any command can help me solve this problem.

Posted

that is code i use.........but its can work on other game..

thx help.

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")

send ("{w 2}")

send ("e")

send ("1")

MouseClick("right")

sleep (1)

send ("e")

send ("2")

..........................

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
×
×
  • Create New...