PDA

View Full Version : Shawn's Auto Teleporter



Shawn1533
01-09-2009, 01:56 AM
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

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!

benjaa
01-09-2009, 01:58 AM
erm... where is it?

Shawn1533
01-09-2009, 02:00 AM
erm... where is it?

Sorry its up now

benjaa
01-09-2009, 02:11 AM
{.include SRL/SRL/Skill/Magic.scar}
Use the "cast" function in that
these are:
Cast('varrock teleport');
Cast('lumbridge teleport');
Cast('falador teleport');
Cast('camelot teleport');

procedure SetUp;
begin
Gametab(13);
end;


maybe use this to compress your scripting;

procedure DoTele;
begin
case(LowerCase(Location))of
'camelot' : Camelot;
'falador' : Fally;
'varrock' : Varrock;
'lumbridge' : Lumby;
end;
end;

also, you may like
FindNormalRandoms; in there somewhere

Shawn1533
01-09-2009, 03:00 AM
Okay Will try update cumming soon

Shawn1533
01-09-2009, 03:10 AM
Update out nao!!

PoPC0rN
01-09-2009, 03:11 AM
nice script dude.
cant wait to try it out:)

benjaa
01-09-2009, 04:47 AM
double post ftl

procedure DoTeleport;
begin
if(not LoggedIn)then exit;
case(LowerCase(Location))of
'falador' : Cast('falador teleport');
'lumbridge' : Cast('lumbridge teleport');
'varrock' : Cast('varrock teleport');
'camelot' : Cast('camelot teleport');
else
Writeln('Bad location name');
end;
Inc(TotalCasted);
Wait(RandomRange(800, 1600));
end;

Simplified further :) (sorry i didn't think of this earlier)
Just making the script look neater

I like to see that you took my advice on that, not many forumers do

also, in const add this
AmountToDo = 100;
and in main loop change
until(not loggedin);
into
until(not loggedin)or(TotalCasted >= AmountToDo);

P1nky
01-09-2009, 04:49 AM
good job, looks kinda like mine, did you take a example or take a look at mine. its good / simple.
keep it up

Zodia
01-10-2009, 08:28 AM
How is the Randomness on here good or bad?

Or is it similar to yours ~~Joker~~?

Zodia
01-10-2009, 08:31 AM
()()()()()()()()()()()()()()()()()()()()()()()() () _________________________________________ () ()@ Shawn1533's Auto Teleporter @() ()@ Ran for: 29 Seconds @() ()@ Got to Level: 0 @() ()@ Casted 1 times@() ()@ @() ()@ Please post!~ @() ()@__________________________________________@() ()()()()()()()()()()()()()()()()()()()()()()()() Successfully executed

It did 1 teleport then stopped o.O

shizzle
02-26-2009, 07:31 PM
()()()()()()()()()()()()()()()()()()()()()()()()
() _________________________________________ ()
()@ Shawn1533's Auto Teleporter @()
()@ Ran for: 17 Seconds @()
()@ Got to Level: 0 @()
()@ Casted 1 times@()
()@ @()
()@ Please post!~ @()
()@__________________________________________@()
()()()()()()()()()()()()()()()()()()()()()()()()

only teles once for me :/

mr-sjb
02-27-2009, 06:05 PM
()()()()()()()()()()()()()()()()()()()()()()()()
() _________________________________________ ()
()@ Shawn1533's Auto Teleporter @()
()@ Ran for: 2 Seconds @()
()@ Got to Level: 0 @()
()@ Casted 1 times@()
()@ @()
()@ Please post!~ @()
()@__________________________________________@()
()()()()()()()()()()()()()()()()()()()()()()()()
Successfully executed


only teles once for me to:/

Z3r0Grav
03-03-2009, 01:14 PM
either dead or i dunno, i had a quick look through, i thin he may have the procedure calls mixed up or somthing but i only looked over it quickly

krazyk56
04-02-2009, 09:05 PM
I one tele'd also. :-\

Harry
04-02-2009, 09:12 PM
I one tele'd also. :-\
Yeah, because the author has not been around .. use benjaa's fixes if you want it to work, or find a different script to spam on/leech :p