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?
Printable View
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?
nevermind i kinda got it. still how do i add scripts tho?
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
Simba Code: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.
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...
Oh yeah last question for a bit, what is "SMART" ?
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
Simba Code: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
Simba Code: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'.
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?
^ thanks alot for the help, i think i may have it now. if the client doesnt stop getting stuck a 77% lol
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.
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...
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.
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. :)
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