
Originally Posted by
Boreas
I've been working on the moving mouse and searching at the same time thing. I took mmouse and found where it moves point by point and stuck an isuptext in there. It worked but didn't move smoothly. So I tried using 2 SCARs with ISM, that is working beautifully. I have it in a bankfinder atm, and it works fine. Once I tweak the bank finding part I'll show it to you. I have the main script tell the help script to start watching, then the main script moves the mouse across the screen, while the helper script is watching the uptext, when the main script stops moving it tells the helper script to stop watching then the helper script sends the coords to the main script. I haven't tried using 1 SCAR and the thread call thing cuz I don't know how to do that.