View Full Version : Need help / don't know how to add scripts
fcb7buc
07-01-2012, 01:34 PM
First off, Hello!
My name is Marvin and
I'm new to simba and wanted to bot RuneSpan with it but stupidly I don't know how to add scripts. I downloaded one script and ran it. Then I started the script (hitted the green arrow) and the script started. Now my problem is that when it tries to log in it enters "name" as name and "name" as password, which obviously is wrong. I don't know where to add my RS name and password!
Any help will be appreciated!
Footy
07-01-2012, 01:38 PM
When you open the script in simba, look in the code for something that looks like this:
procedure DeclarePlayers;
Begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := ''; //Login Name
Players[0].Pass := ''; //Login Password
Players[0].Nick := ''; //3-4 lowercase letters from name
Players[0].Active := True;
Players[0].Pin := ''; //If no pin, leave blank
Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
End;
Name is where you enter your log in name, pass is where you enter your password, if you have a bank pin, enter it there, otherwise leave it blank. Write in the info inbetween the single quotations (').
fcb7buc
07-01-2012, 01:47 PM
Alright thanks I will try to find that
untill now all I found was SRLStats_User and Password but no RS User and password. I will keep searching for it though
fcb7buc
07-01-2012, 01:49 PM
Awesome I finally found it and will now try botting my first time using Simba thanks to Footy!
Footy
07-01-2012, 01:51 PM
SRLStats stuff is to track all your progress using simba bots, you dont have to use that though. Also please edit your posts instead of double posting, its kind of frowned apon here. Glad you got it working!
Foooty
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.