how do i make my mouse click an hold for a set amount of time like when scrolling up in the bank?
Edit: or how to click a spot then drag to a spot then let it go
how do i make my mouse click an hold for a set amount of time like when scrolling up in the bank?
Edit: or how to click a spot then drag to a spot then let it go
<insert a sig here>
HoldMouse(x, y, etc, etc); ReleaseMouse(x, y, etc, etc); ?
Ce ne sont que des gueux
SCAR Code:HoldMouse(x,y);
wait(timehere)
ReleaseMouse(x,y);
Rep me if i helped
Invalid number of parameters in script C:\Program...
HoldMouse(631, 714,1,1);
Wait(1000)
ReleaseMouse(1017, 714,1,1);
did i do it wrong?
<insert a sig here>
Its HoldMouse(x,y,true) no randomnesss in it so it would be:
SCAR Code:HoldMouse(631, 714,true);
Wait(1000)
ReleaseMouse(1017, 714,true);
Hope i helped![]()
got it works in 3.14 not 3.15 but thats ok for now
thx for the help ill rep you =)
<insert a sig here>
There are currently 1 users browsing this thread. (0 members and 1 guests)