au3scr Posted January 13, 2008 Posted January 13, 2008 how to click on this blue portal?i tried this PixelSearch(0,0,20,300,0xE8E6E5)but how i click on this color?
Swift Posted January 13, 2008 Posted January 13, 2008 Another gaming...using fast tp...D2 has software that you cannot remove with autoit...which protects from running "3rd party programs" to control your movement.
au3scr Posted January 13, 2008 Author Posted January 13, 2008 (edited) I dont think so, mmbot is based on pixelsearch and kuk-bot 4 can do baalruns, so you can not say that its impossible to control movements Edited January 13, 2008 by au3scr
FreeFry Posted January 13, 2008 Posted January 13, 2008 (edited) 1. PixelSearch() function returns an array that has two elements: [0] = x, [1] = y 2. MouseMove()'s or MouseClick()'s first two parameters is: 1: x 2: y 3. Read in the helpfile about the functions, and also about how an array works. Edited January 13, 2008 by FreeFry
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