PDA

View Full Version : Simba



killsare
12-27-2014, 12:16 AM
Hello i am new on the forum!

So i have some questions about simba what can i do and not do?!

What can i do with simba?

What is simba for a language?

Can i make a bot like PowerBot with the client all that so i dont need to use my rl mouse?

Thank you in advance

masterBB
12-27-2014, 12:18 AM
Hello i am new on the forum!

So i have some questions about simba what can i do and not do?!

What can i do with simba?

What is simba for a language?

Can i make a bot like PowerBot with the client all that so i dont need to use my rl mouse?

Thank you in advance

Bot runescape and other applications. Script and automate all kinds of computer tasks.

Simba uses pascalscript and lape. Both are pascal like scripting languages.

Yes, we call it SMART.

killsare
12-27-2014, 12:32 AM
So i need to learn to languagea to start script?

KeepBotting
12-27-2014, 12:38 AM
So i need to learn to languagea to start script?

Not necessarily the whole language, but having knowledge of programming fundamentals and the basics of Pascal would be a great help.

Checking out The Mayor's tutorial (https://villavu.com/forum/showthread.php?t=107757) would be a great starting point.

killsare
12-27-2014, 09:57 AM
Well i am having a problem right now with seting up simba can you guys help me?

program new;
{$DEFINE SMART} // comment this line out if you don't want to use SMART
{$i srl-6/srl.simba} <<<<<<< this line is giving me an error (Error: File "srl-6/srl.simba" not found at line 3
Compiling failed.)

begin
clearDebug();
setupSRL();
end.

1.Navigate to your Simba/Includes/ folder, and make sure you have both an SPS and an SRL-6 folder. But i dont have them :/(

akarigar
12-27-2014, 10:01 AM
Well i am having a problem right now with seting up simba can you guys help me?

program new;
{$DEFINE SMART} // comment this line out if you don't want to use SMART
{$i srl-6/srl.simba} <<<<<<< this line is giving me an error (Error: File "srl-6/srl.simba" not found at line 3
Compiling failed.)

begin
clearDebug();
setupSRL();
end.

Looks like you haven't got srl. Make sure you follow this (https://villavu.com/forum/showthread.php?t=47714) tutorial. Especially under the "How to install/setup Simba" section.