View Full Version : Need some help running.
nascarr11
06-13-2012, 05:49 PM
I watched a tut, so i downloaded and theres srl, sps, and msi that i updated. Then how do i run msi?
Also how do i put scripts in?
nascarr11
06-13-2012, 05:54 PM
nevermind i kinda got it. still how do i add scripts tho?
Im New Sry
06-13-2012, 06:12 PM
You just download them and open then with simba
Like - http://villavu.com/forum/showthread.php?t=77529
Download that file, put it in Simba/Scripts/ folder, and then in Simba open that script that you just saved. Then, find where to enter your settings like login, pass, and script options.
If it's simba code, like
code
lalala
code
code
still code
same shit as the simba file, but just in text
You just paste everything in your Simba client and save the script... And then enter your account details and stuff. That's it.
nascarr11
06-13-2012, 06:16 PM
right now im just using one of the scripts pre-loaded, ^ will try that in a few mins.
But im having a problem, after the client loads it doesnt do anything. I have entered all info, so...
nascarr11
06-13-2012, 06:17 PM
Oh yeah last question for a bit, what is "SMART" ?
Im New Sry
06-13-2012, 06:23 PM
SMART is like a client for Simba. Since Simba uses colors, it needs the mouse. SMART is like a virtual box, which means there is a separate mouse inside of it (or so I understand). And that way you can use your computer, while your bots run on SMART (a client that works like a virtual machine).
In every script search for something like this
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0; // if you want to use the details which you enter below.
Players[0].Name := ''; // your player's name
Players[0].Pass := ''; // your player's password
Players[0].Pin := ''; // your player's bank pin
Players[0].Active := True; // set to false if you don't want to use player 0
end;
enter your details like that
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0; // if you want to use the details which you enter below.
Players[0].Name := 'nascarr11'; // your player's name
Players[0].Pass := 'mypasswordishere'; // your player's password
Players[0].Pin := '3220'; // your player's bank pin
Players[0].Active := True; // set to false if you don't want to use player 0
end;
It will work. It is supposed to. If it doesn't enter your details - you did something wrong.
Put your name between the backets 'like so'.
nascarr11
06-13-2012, 06:28 PM
when i hit run msi i had to enter all that, so i have to put it in there too?
Also can i save it somehow?
nascarr11
06-13-2012, 06:31 PM
^ thanks alot for the help, i think i may have it now. if the client doesnt stop getting stuck a 77% lol
nascarr11
06-13-2012, 06:42 PM
DO i delete all the blue text? I dunno how this is supposed to work. I entered everything and hit run then it started and didnt do anything.
Im New Sry
06-13-2012, 06:46 PM
when i hit run msi i had to enter all that, so i have to put it in there too?
Also can i save it somehow?
When you run MSI, you put your player's info before running a script, so I guess no.
No, you dont need to delete those blue texts after //, because they don't interfere with the script, it's just explanation of what and where and how to enter.
And for your client to load faster, move SMART slider up a bit.
And that what I copied you in Simba code, is not a script, it's just part of a script where you must enter your account details. Every script has this part, and you can't use it separately, without a script...
nascarr11
06-13-2012, 06:52 PM
Oh that loaded much quicker lol didnt know what that slider was.
Its still not doing anything though. It loads and sits there. I filled out msi and everything. Do i need to put a script number in somehow?
~sorry i dont know anything, rsbot & epic is much easier.
Im New Sry
06-13-2012, 07:12 PM
I honestly don't know about MSI mate, never used it. I only used scripts from this forum. You should too.
Don't worry. You'll get it right soon. :)
DRose
06-13-2012, 10:20 PM
Did you follow the instructions on the script/Fill out the options for the script you wanna run in MSI :O If you did, I think it might be outdated. xD
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.