Log in

View Full Version : could i take 1 minute of you'r time please



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

Nebula
03-11-2012, 02:13 AM
You need to put your Username/Password between the ''s

'Username Here'

'Password Here'

feh55
03-11-2012, 02:28 AM
It is really easy. :smile:
Players[0].Name := 'login name';
Players[0].Pass := 'password';

ben 0101
03-11-2012, 09:33 AM
hey!, thanks for the response.

i figured it out last night, but it all-so says when i load the script up, script is taking a break in 0 for 20 minutes

Gala
03-11-2012, 11:33 AM
If you type in 0 minutes, it wont break at all. (even it says so)
You also have to wait a few secs to start. I think its because of the SPS walking but i am working on a solution for this ;)

Joe
03-11-2012, 01:12 PM
It is really easy. :smile:
Players[0].Name := 'login name';
Players[0].Pass := 'password';

Every script has this

ben 0101
03-12-2012, 04:41 PM
Guys it wont even log in and i have done evrything correct i think il copy the details

//-----------------------------------------------------------------------//
//-------------------- 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 := 'Ben'; // Username ( i fill this info with my real details
Players[0].Pass := 'pas'; // Password ( same with these
Players[0].Nick := 'ben'; // 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 := 954; // 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;

ben 0101
03-12-2012, 04:43 PM
@gala

paronizzy
03-12-2012, 04:54 PM
Players[0].Name := 'Ben'; // Username ( This should be your actual loging name you use. If you have spaces between your login name, then replace the spaces with ''_'' like <Ben_Login>

Players[0].Pass := 'pas'; // Password ( This is case-sensitive so if your password contains Capitals besure to use them)
Players[0].Nick := 'ben'; // < This should be your in game character name
Players[0].Active := True; // Set this too False if you don't have members. (I might be wrong on this one, plz do correct me if i am)

Players[0].Pin := ''; // Leave blank if the player doesn't have a bank pin
PlayerBreakTime := 954; // 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;

ben 0101
03-12-2012, 05:02 PM
dude it dose not even attempt to login i must be doing somthing wrong

the flea
03-12-2012, 05:05 PM
perhaps its the script you are running's fault not your own. I haven't looked at the script you mentioned so I'm not sure. Try using a different script and see if you have any luck

paronizzy
03-12-2012, 05:11 PM
dude it dose not even attempt to login i must be doing somthing wrong

Then disable smart and manually log in and get yourself to the training spot you wish to chop at, once there enable smart again. Try this and get back to me.

ben 0101
03-12-2012, 05:16 PM
yes mate iv'e tried it nothing just stands there by the tree in edgevile

ben 0101
03-12-2012, 05:22 PM
WORKING THANK YOU GALA

im going to be botting from now till when ever it gose off :D

thanks alot

paronizzy
03-12-2012, 05:23 PM
Edit - Gratz. Glad you got it working in the end.

ben 0101
03-12-2012, 05:27 PM
well it seems to just stand still and dont even try to wood cutt il see how it gose

Gala
03-12-2012, 05:38 PM
It takes several seconds to set it up.