Results 1 to 22 of 22

Thread: Using Simba without SMART

  1. #1
    Join Date
    Mar 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Using Simba without SMART

    Hi I'm curious to know, if possible, how I can go about running a script without using SMART and instead Runescape in the browser.

    I ask this because my VPS can load Runescape in browser, but not in SMART.

    Thanks

  2. #2
    Join Date
    Jan 2012
    Location
    Atlanta, GA
    Posts
    227
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, this is very possible.

    In the script that you're trying to use find where it says "{$DEFINE SMART} " and put a "//" in front of it.

    Once you have done this, load your runescape client and in simba you will see a green crosshair, drag that to the runescape client page and your script should run fine!

    Also, do remember that you must be in software mode with minimum graphics settings and brightness all the way up, otherwise the script probably won't run or it will be very unstable!

    Good luck!
    I accept donations juju_king433@yahoo.com is my paypal!

  3. #3
    Join Date
    Mar 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, thanks for the info.

    However in the script I'm trying to use (Fast Fighter), I cannot seem to find "{$DEFINE SMART}"

    Not sure what to do from here.

  4. #4
    Join Date
    Jan 2012
    Location
    Atlanta, GA
    Posts
    227
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh in that script it will say "{$i SRL/SRL/misc/smart.simba}"

    Just put // in front of that!
    I accept donations juju_king433@yahoo.com is my paypal!

  5. #5
    Join Date
    Mar 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I received a bunch of errors upon trying this D:.

    [Error] (41:3): Unknown identifier 'SmartSetDebug' at line 40
    Compiling failed.
    [Error] (41:3): Unknown identifier 'SmartSetDebug' at line 40
    Compiling failed.
    [Error] (41:3): Unknown identifier 'SmartSetDebug' at line 40
    Compiling failed.
    [Error] (43:33): Unknown identifier 'SmartGetDebugDC' at line 42
    Compiling failed.
    [Error] (141:25): Unknown identifier 'MSBox' at line 140
    Compiling failed.
    [Error] (514:16): Unknown identifier 'MSX1' at line 513
    Compiling failed.
    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(39:3): Unknown identifier 'SmartSetDebug' at line 38
    Compiling failed.
    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(39:3): Unknown identifier 'SmartSetDebug' at line 38
    Compiling failed.

  6. #6
    Join Date
    Jan 2012
    Location
    Atlanta, GA
    Posts
    227
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmm, you may not be able to simply use that script without SMART

    If he uses any sort of paint, you will either need to remove the paint parts of the code, or just simply, use SMART
    I accept donations juju_king433@yahoo.com is my paypal!

  7. #7
    Join Date
    Mar 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Darn... bleh I guess I wasted my money on my VPS. For some reason I can load Runescape in browser but cannot via SMART.

  8. #8
    Join Date
    Jan 2012
    Location
    Atlanta, GA
    Posts
    227
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That's odd, be sure to check all java versions, etc.
    I accept donations juju_king433@yahoo.com is my paypal!

  9. #9
    Join Date
    Mar 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've checked with the Java website and it says I have the correct version installed etc.

  10. #10
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by winfrompb View Post
    Darn... bleh I guess I wasted my money on my VPS. For some reason I can load Runescape in browser but cannot via SMART.
    Comment out the include line that includes PaintSmart.simba.

    Compile. If it throws an error, check to see if the line is prefixed with "SMART_". If so, comment it out, and continue compiling until the errors are gone. After that, the script should be good to go.

    There may also be lines like:

    Simba Code:
    Smart_Server := 10;
      Smart_Members := True;
      Smart_Signed := True;

    Comment those out as well.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  11. #11
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    so i loaqd up my rs client in my browser and comment out the SMART lines in the script.i press play and it says SRL compiled and nothing happens and i dont see any cross hairs... What am i doing wrong?

  12. #12
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Before you push play you should drag the green crosshairs next to the color picker icon up in simba to the rs client.

  13. #13
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Fruit thanks for your help

    after i do that it just hovers over the username field and does nothing now what should i do?

  14. #14
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    Fruit thanks for your help :)

    after i do that it just hovers over the username field and does nothing :( now what should i do?
    Either manually log in and start the script again or input ur account details in the script (usually in a procedure call DeclarePlayers;)
    http://villavu.com/forum/showthread.php?t=60501

  15. #15
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    hey riwu

    well i did type in my account details in declare players function...and i also tried manually logging in and starting the script then,it still idles away...

  16. #16
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    hey riwu

    well i did type in my account details in declare players function...and i also tried manually logging in and starting the script then,it still idles away...
    Is ur settings correct? Min details, fixed screen etc. The script may be outdated too. What script are you trying to use? You have to wait for the scripter to update or learn to update urself if it's outdated.

  17. #17
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    yeah safe mode max brightness..im using jeffrey's powerminer and its got a 5 star rating so

    i guess its pretty cool..i would have used SMART but i have to use a HTTP proxy to access

    the internet and that doesnt support SMART...

  18. #18
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    hey riwu

    well i did type in my account details in declare players function...and i also tried manually logging in and starting the script then,it still idles away...
    Check your Java that you have 32 Bit not 64 Bit.

    ~Home

  19. #19
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Home View Post
    Check your Java that you have 32 Bit not 64 Bit.

    ~Home
    Mhmm i did the java 6 update 33 x86 offline installer

  20. #20
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    still not working i have done everything told above...cant i get it working?

  21. #21
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    heres the script...can someone modify it to work without SMART? i have done to the best of my knowledge but im missing something obviously..

    http://villavu.com/forum/showthread.php?t=76791

  22. #22
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Did you set the target window by dragging the green crosshair (somewhere to the right of the start button near the top of simba client) to the RS client?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •