Okay, sort of a noobie question, I know.
But I am making a high alcher, and say I want it to click on a certain place. How do I give it more tolerance so it will click around the exact point?
Okay, sort of a noobie question, I know.
But I am making a high alcher, and say I want it to click on a certain place. How do I give it more tolerance so it will click around the exact point?
you can find a color in a specified box, find a bitmap/dtm in your inventory, or a couple other things.
SCAR Code:FindColorSpiralTolerance(x,y,ItemColor,MIX1,MIY1,MIX2,MIY2,3) //this will look for the color(ItemColor) that is in the inventory with a color tolerance of 3
BUT, the best thing for finding a specific item in your inventory is making a dtm.
Dang, I am not good at this stuff, lol. Does anyone know of a good high alcher that uses bitmaps?
use
if(findcolortolerance(x,y,color,msx1,msy1,msx2,msy 2,5))then//will find your color in the runescape window and store the co ordinance at x,y
wait(50+random(20));
MMouse(x,y,0,0);//Moves mouse to x,y co ordinance
wait(50+random(50));
Mouse(x,y,0,0);//Clicks mouse at x,y co ordinance
adamb to make the mouse click you need to have it like
Mouse(x,y,0,0, true);//Clicks mouse at x,y co ordinance
this will click on the xy cords
Mouse(x,y,0,0, false);//Clicks mouse at x,y co ordinance
this will right click on the xy cords
to put in anti randoms, do you need alot of lines? Or is there one simple line u can just use?
There are currently 1 users browsing this thread. (0 members and 1 guests)