ben 0101
03-11-2012, 02:11 AM
Right i'm kind of new to this colour botting i'm normally just use to pressing start/run
basicly i downloaded a script YewSmasher0.4 (3) and it wont let me run it, i type my username in the requested area and it just highlights it . please help
//-----------------------------------------------------------------------//
//-------------------- FILL IN THE INFORMATIONS -------------------------//
//-----------------------------------------------------------------------//
SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
SRLStats_Password = ''; // Your SRL stats password (If you dont have one then just leave it as it is)
procedure DeclarePlayers;
begin
HowManyPlayers := 1; // Number of players
NumberOfPlayers(HowManyPlayers); // Don't touch!
CurrentPlayer := 0; // This is the player to start with; the first player will always be 0 (you'll find out when you learn all about arrays)
Players[0].Name := ''; //
Players[0].Pass := ''; //
Players[0].Nick := ''; // 3-4 lowercase letters from username; used for random event detection
Players[0].Active := True; // Set to true if you want to use Player 0
Players[0].Pin := ''; // Leave blank if the player doesn't have a bank pin
PlayerBreakTime := 0; // Set time until break in minutes (+/- 5 min) (set 0 for no breaks) (it will break for 12-25 min)
PlayersToSwitch := 4; // Set number of players at yews, to switch world, set 0 if you don't want to switch world
TimeToSwitch := 15; // Set time to wait when number of players are reached, before switching world
Players[0].BoxRewards := Xp';
end;
how should i type my name password in ect
basicly i downloaded a script YewSmasher0.4 (3) and it wont let me run it, i type my username in the requested area and it just highlights it . please help
//-----------------------------------------------------------------------//
//-------------------- FILL IN THE INFORMATIONS -------------------------//
//-----------------------------------------------------------------------//
SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
SRLStats_Password = ''; // Your SRL stats password (If you dont have one then just leave it as it is)
procedure DeclarePlayers;
begin
HowManyPlayers := 1; // Number of players
NumberOfPlayers(HowManyPlayers); // Don't touch!
CurrentPlayer := 0; // This is the player to start with; the first player will always be 0 (you'll find out when you learn all about arrays)
Players[0].Name := ''; //
Players[0].Pass := ''; //
Players[0].Nick := ''; // 3-4 lowercase letters from username; used for random event detection
Players[0].Active := True; // Set to true if you want to use Player 0
Players[0].Pin := ''; // Leave blank if the player doesn't have a bank pin
PlayerBreakTime := 0; // Set time until break in minutes (+/- 5 min) (set 0 for no breaks) (it will break for 12-25 min)
PlayersToSwitch := 4; // Set number of players at yews, to switch world, set 0 if you don't want to switch world
TimeToSwitch := 15; // Set time to wait when number of players are reached, before switching world
Players[0].BoxRewards := Xp';
end;
how should i type my name password in ect