ok basicly
i want jus like a 2 line scirpt ((basicly a short simple 1))
that stays in the coord i put and clicks
the monster in that coord
ok basicly
i want jus like a 2 line scirpt ((basicly a short simple 1))
that stays in the coord i put and clicks
the monster in that coord
that will get you banned...
omg its not for real rs2...
SCAR Code:Program WhyTheFDoYouNeedThis;
Const
CoordX = ;
CoordY = ;
Begin
Repeat
ClickMouse(CoordX, CoordY, True);
Wait(500);
Until(IsFKeyDown(3));
End.
If it's not for RS2, then that'll do just fine. That'll click repeatedly in the X, Y spot every half second until you press F3. Just fill in the X and Y coords of what you need to click.
thxs man u pwn for that
There are currently 1 users browsing this thread. (0 members and 1 guests)