Quote:
Const
YourStatsUserID = 'notshown'; //User ID from scriptmanager.freehostia.com
YourStatsPass = 'notshown'; //Your pass from scriptmanager.
NumbOfPlayers= 0; //How many players are you using
StartPlayer= 0; //Player to start auoting with! (0 means first char)
LoadsPerLogin= 200; //How Many Loads To Do Per Login!
LoadsTotal= 200; //How Many Total Lods To Do Per Character!
World= 77; //Server to log into, if you are using SMART.
SSigned= True; //True for singed, False for unsigned client;
DropGems= True; //Drop Gems?(They are useless!)
SleepyWeepie= 0; //Minutes to wait before logging in again.0 = Disabled.
YDebug= False; //Shows whats happening on the runescape screen in a
//debug window, so you dont have to open/close SMART.
Version= '1.04'; //NO TOUCHY!
{************************************************* ******************************
procedure DeclarePlayers;
By: SRL
Description: SRL's Player Setup
************************************************** *****************************}
procedure DeclarePlayers;
var i:integer;
begin
NumberOfPlayers(NumbOfPlayers);
CurrentPlayer := StartPlayer;
for i := 0 to NumbOfPlayers-1 do
Players[i].BoxRewards := ['mote', 'ostume', 'XP', 'Gem', 'ithril', 'oal', 'une', 'oins'];
with Players[0] do
begin
Name := 'Notshown'; //Player username.
Pass := 'Notshown'; //Player password.
Nick := 'kenn'; //Player nickname - 3-4 letters of Player username.
Active := True;
Integers[1] := 4; //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.
Integers[2] := 5; //Seconds to try mining rock before clicking another.
end;