Page 55 of 79 FirstFirst ... 545535455565765 ... LastLast
Results 1,351 to 1,375 of 1956

Thread: How to install/setup Simba for RS3

  1. #1351
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by jabark View Post
    Never mind, I worked it out!!

    Make sure you don't save Simba into Program Files everyone

    And, if you have and take it out and put it straight on your C drive, you'll need to update the paths in settings.xml (use notepad to edit)

    Hope this helps someone
    Hm that's the first I've heard of that solution. I'm going to link to your post on the FAQ thread. Thanks!

  2. #1352
    Join Date
    Aug 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Compiled successfully in 655 ms.
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    I get that error trying to run smart8, i've downloaded simba and it worked fine with eoc but now I can't get 07 to work, any ideas?

  3. #1353
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by pasta View Post
    Compiled successfully in 655 ms.
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    I get that error trying to run smart8, i've downloaded simba and it worked fine with eoc but now I can't get 07 to work, any ideas?
    The post above yours has a possible fix to that problem.

  4. #1354
    Join Date
    May 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    "Exception in Script: Unable to find file 'SRL/SRL.simba' used from 'C:\Users\BLOCKED\Desktop\Easy SRL-OSR\SRL-OSR\[07] AIO Fighter Release [0.2].simba'"
    I get this on multiple scripts

  5. #1355
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by 2ape View Post
    "Exception in Script: Unable to find file 'SRL/SRL.simba' used from 'C:\Users\BLOCKED\Desktop\Easy SRL-OSR\SRL-OSR\[07] AIO Fighter Release [0.2].simba'"
    I get this on multiple scripts
    Following this tutorial will probably help you.

  6. #1356
    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Exception in Script: Plugin(libsmartremote32) has not been found

    I watched that video and followed it when he was setting everything up and such, I noticed he got the same error except cut out how to fix it.. somebody help?

  7. #1357
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by PsychoticPk View Post
    Exception in Script: Plugin(libsmartremote32) has not been found

    I watched that video and followed it when he was setting everything up and such, I noticed he got the same error except cut out how to fix it.. somebody help?
    The fix to that problem is outlined here: http://villavu.com/forum/showthread.php?t=68398.

  8. #1358
    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    The fix to that problem is outlined here: [/url].
    I see th download links to download a all. The post that contains the "Fix" isn't very specific as to how you go about fixing it? Simba has changed alot since I've last used it, sorry if I'm not seeing something

  9. #1359
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by PsychoticPk View Post
    I see th download links to download a all. The post that contains the "Fix" isn't very specific as to how you go about fixing it? Simba has changed alot since I've last used it, sorry if I'm not seeing something
    Try this. In Simba, go to SRL > Settings > Override update, then SRL > Update. Restart Simba and try again.

  10. #1360
    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Try this. In Simba, go to SRL > Settings > Override update, then SRL > Update. Restart Simba and try again.
    So I did that, tried the test script

    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

    Same problem, I tried it with removing define smart:

    program new;

    {$i srl/srl.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

    And it worked, it appears Smart may be giving me a hard time?

  11. #1361
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by PsychoticPk View Post
    So I did that, tried the test script

    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

    Same problem, I tried it with removing define smart:

    program new;

    {$i srl/srl.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

    And it worked, it appears Smart may be giving me a hard time?
    Yeah. The error you were getting is SMART related, so completely removing it from the script will fix it. You can auto without SMART easily enough, but that's rather inconvenient. Have you tried updating to SMART 8.0?

  12. #1362
    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Yeah. The error you were getting is SMART related, so completely removing it from the script will fix it. You can auto without SMART easily enough, but that's rather inconvenient. Have you tried updating to SMART 8.0?
    I just updated to SMART 8.0, it appears I was missing files when I downloaded Simba somehow, Loaded it up and all went well. Thanks for the help!

  13. #1363
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Glad you got it working.

  14. #1364
    Join Date
    Jun 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    For me the client pops up for 2 seconds, and then just disappears. Any suggestions?
    Last edited by Hans Moleman; 06-01-2013 at 07:23 PM.

  15. #1365
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Hans Moleman View Post
    For me the client pops up for 2 seconds, and then just disappears. Any suggestions?
    I heard using java 6 fixes this, can't be 100% sure though

  16. #1366
    Join Date
    May 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Very helpful, I would have no idea how to do any of this without it. Thanks

  17. #1367
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    It will not let met re-download the installer.
    When i try to click on the link that is supposed to automatically start intalling the Simba Installer, it gives me the infamous "HTTP 403 FORBIDDEN"
    Link to the installer is currently broken.

    "This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage."

  18. #1368
    Join Date
    Jun 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    can some one give me a skype walk through of how to get my 07 scape bot working ill pay rs gp

  19. #1369
    Join Date
    Jun 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot. This guide was simply, but to the point and helpful.

  20. #1370
    Join Date
    Jun 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm receiving this error:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    After running this script:
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SixHourFix:=True;
    SMART_FIXSPEED := TRUE;
    SetupSRL();
    end.

    I've read about 15 different other people having this problem and followed links to other threads but have found no working fix. So do not refer me somewhere unless you're 100% it's working as I have most likely been there.

    Thank you.

    EDIT: I fixed this by rebooting and retransferring includes, there is a problem with administrator rights when copying from the file you download. The unresponsive one was like somethingremote32.dll I believe
    Last edited by drunkhokie; 06-22-2013 at 12:01 AM. Reason: Fixed

  21. #1371
    Join Date
    Mar 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm compiling the "TheAutoCurser" script and it says completed successfully but nothing shows up. What's the deal?
    Last edited by lolwutdood; 06-24-2013 at 03:06 PM.

  22. #1372
    Join Date
    Jun 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    NEED HELP PLZ!!!!

    ok can someone plz just send me a predownload and setup virsion of simba plz all i want to do is just bot on 07 rs plz!!! dieing to make my skills better but ive tryed to watch the tutoril on how to download and install it but got very confused if u can help me plz do or message me on skype (mucenti) and my name should say cameron with skrillex on both sides of my name) plz help me someone plz im kinda stupid when it comes to this stuff just wanna bot 07 rs thats all



    p.s ive been trying to find a bot for 07 rs for a week now and have gotten lots of viruses but luckly my anti-virus works well except i need help with one thing i ended up getting a generic back.door virus and its in the virus volt but i cant get rid of it if u can help with that too plz let me kno wat to do





    ps. i kno a lil bout computers but not coding and stuff like that with making programs.....

  23. #1373
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I'm getting this error:
    Loading extension C:\Simba\Extensions\srl.sex
    Extension Disabled - Did not compile
    [Error] (57:12): Unknown identifier 'RenameFile' at line 57

  24. #1374
    Join Date
    Jun 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    So I downloaded simba and followed this guide, but when i run SMART v8, it starts and asks for access but doesn't open a new window with runescape loading?

  25. #1375
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by jordanc112 View Post
    So I downloaded simba and followed this guide, but when i run SMART v8, it starts and asks for access but doesn't open a new window with runescape loading?
    Allow it for the rs url. You might also wanna run Simba as Admin.

Page 55 of 79 FirstFirst ... 545535455565765 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •