umm i want to make a script that
just clicks once then w8s like half a sec then clicks again
then press 0 then enter
and repeat it self every 2 or 3 secs
plz help
umm i want to make a script that
just clicks once then w8s like half a sec then clicks again
then press 0 then enter
and repeat it self every 2 or 3 secs
plz help
someone plz help i really need this quick
SCAR Code:program RMScript;
{.include srl/srl.scar}
const
x = 0;
y = 0;
RepeatTime = 3000; ( 3 sec)
begin
repeat
Mouse(x, y, 3, 3, True);
wait(500);
TypeSend('0');
wait(RepeatTime);
until(IsFKeyDown(12))
end;
If antiban is not important, that script could be simplified and sped up by not using ClickMouse instead of Mouse.
ok thanks guys
and yeah anti ban isnt important so ill use click mouse
There are currently 1 users browsing this thread. (0 members and 1 guests)