im trying to make a script that takes 5 mithril and the rest coal and super heates them puts them back in bank and repeat. ive tryed mmouse, clickmouse,movemouse, but none work i have rev 31 and scar 3.15b
im trying to make a script that takes 5 mithril and the rest coal and super heates them puts them back in bank and repeat. ive tryed mmouse, clickmouse,movemouse, but none work i have rev 31 and scar 3.15b
Do not use Clickmouse, Movemouse in RuneScape they are very detectable.
Last edited by Dark Arcana; 04-11-2009 at 03:36 AM.
Since when was Mouse detectable?
What should he use?
Make sure you have SetupSRL; in your main loop.
this is what i have so far
program bank;
{.include srl/srl.scar}
begin
clickmouse(186, 263,1,1,false);
wait(2000);
mmouse (136, 333,1,1,true);
wait(2000);
mmouse(136, 264,1,1,false);
wait(2000);
mmouse(100, 363,1,1,true);
wait(2000);
movemouse(488, 35,1,1,true);
wait(2000);
end;
procedure nats;
begin
mmouse(716,353,1,1,true);
wait(2000);
mmouse(708, 441,1,1,true);
end;
Begin
repeat
setup SRl;
bank;
nats;
until (LoadsCompleted >= Players[CurrentPlayer].Integers[0]) or (not (LoggedIn));
LoadsCompleted := 0;
end.
remove the space in SetupSRL. Then change all of the mouse procedures to just say Mouse;
You also need the line procedure bank; before your first begin.
Please post SCAR Scripts in SCAR tags. Surround your script with [SCAR] and [*/SCAR] (without the *)
Last edited by Aser; 04-11-2009 at 03:34 AM.

read first -.-
and OP.. your script doesn't make sense =X
Mouse will move and click.. MMouse just moves..
that's probably your problem.. and Mouse(0, 0, 0, 0, True); will left click, Mouse(0, 0, 0, 0, False); will right click..
and for your waits.. do Wait(RandomRange(2500, 5000)); or whatever the wait should be![]()
thanks every 1
There are currently 1 users browsing this thread. (0 members and 1 guests)