Txion Posted April 24, 2009 Posted April 24, 2009 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.
FinalVersion Posted April 24, 2009 Posted April 24, 2009 Show us what code you have so far. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
Txion Posted April 24, 2009 Author Posted April 24, 2009 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") ..........................
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now