instead of making f5 for quick switch , make like spacebar for quick switch spec plz :]
instead of making f5 for quick switch , make like spacebar for quick switch spec plz :]
Simba Code:program SpaceToF5;
begin
repeat
if IsKeyDown(VK_SPACE) then
begin
KeyDown(VK_F5);
wait(RandomRange(10,40));
KeyUp(VK_F5);
Wait(randomrange(500,800));
end;
until(false);
end.
Drag crosshair to ur RS client and start the bot.
ull have to show me bro , im newto this :]
Go to your simba, copy and paste the script that he posted drag the crosshair to your runescape client (top rightish) then press the play button
how do i get to the rs client?
There are tutorials. Figure it out.
07Scripter
I mostly write private scripts
There are currently 1 users browsing this thread. (0 members and 1 guests)