This is a script that will teleport you plain and simple
Instructions: Get all of your equipment in your inv. log out and start the script
SCAR Code:program Shawns_Auto_Teleporter;
{.include SRL/SRL.scar}
var
MageLevel :integer;
Casted :integer;
TotalCasted :integer;
const
Location = 'Varrock';
//Camelot, Lumbridge, Varrock, or Falador. I may add more later if I get an acct with high mage :P
procedure declarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Active := True;
{Players[1].Name := '';
Players[1].Pass := '';
Players[1].Nick := '';
Players[1].Active := True;
Players[2].Name := '';
Players[2].Pass := '';
Players[2].Nick := '';
Players[2].Active := True;
}
end;
Have fun and enjoy!
Use with SCAR Divi 3.15 and SRL 28 OR Higher
If there are any bugs please tell me
AND POST PROGGYS!




Reply With Quote






