lol i dropped the feather stealer idea and i got a new one about buying bronze-addy arrows in varrock in lowes arrow and bow shop but i just started and i want it to log in but all i got is
Successfully compiled
Successfully executed
heres the script plz can someone make it to login then post it then someone can close this topic
and plz tell me what is best to use to move the mouse like ben mouse
SCAR Code:
//THIS IS A SCRIPT MADE BY//
////////////////////////////////////////////////////////////////////////////////
//000000 000000 00 000000 000000 00 000000 000000 //
// 00 00 00 00 0000 00 00 00 //
// 00 00 00 00 00 00 00 00 00 //
// 00 00 00 00 00 00 00 0000 0000 //
// 00 0000000000 00 00 00 00 0000 //
// 00 00 00 00 0000 00 00 00 //
// 00 00 00 00 0000 00 00 00 //
// 000000 0000 0000 000000 00 000000 000000 000000 //
// //
// FEATURES //
// //
// --> BUYS ANY KIND OF ARROW AT LOWES ARROW&BOW SHOP IN VARROCK //
// --> THEN LOGS OUT, CHANGES WORLD AND DO SAME UNTIL 0 ARROWS IN SHOP //
////////////////////////////////////////////////////////////////////////////////
program ArrowBuyer;
{.include SRL/SRL.scar}
Procedure DeclarePlayers;
begin
HowManyPlayers:=1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='Username';
Players[0].Pass :='Password';
Players[0].Nick :='rnam';
Players[0].Active :=True;
end;
begin
end.