I'm looking to make a script that will run in a webpage. I made a script a couple months ago, but it looked something like this:
Simba Code:MoveMouse(65, 38);
wait(150);
ClickMouse(65, 38, 1);
wait(1000);
repeat
wait(20);
until(getcolor(1412, 42) = 23254);
wait(2000);
MoveMouse(1512, 42);
wait(100);
ClickMouse(1512, 42, 1);
wait(1000);
Obviously it's pretty rough, it failed every 2 or 3 cycles. What are the best mouse functions to use for clicking in webpages, and also typing? And for failsafes, whats recomended? is getcolor(x, y) fine? Or maybe DTMs?
You guys are the experts, let me know! :P
Waffle


Reply With Quote








