Results 1 to 6 of 6

Thread: Run A Script Without SMART?

  1. #1
    Join Date
    Nov 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Run A Script Without SMART?

    I've read somewehere that you can run a script on your browser instead of on the SMART client. How do I do this?

  2. #2
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Comment {$DEFINE SMART} at the top of the script, then select the applet as the target.

  3. #3
    Join Date
    Nov 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Hu? o.O Sorry, I'm a bit new at this. >.<

  4. #4
    Join Date
    Nov 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Anyone?

  5. #5
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Sin answered it as well as I think can be missing a little bit of detail.

    Any script that uses SMART will have one of the 2 following lines at the top of the script:
    Simba Code:
    {$DEFINE SMART}
    or
    Simba Code:
    {$DEFINE SMART8}

    Delete that aforementioned line. Then before you start your script, look for the green crosshair symbol in SIMBA. Drag that symbol over to the Runescape client/current browser tab running runescape and let go of your mouse as it's highlighting Runescape. Then hit run on the script.

    Doing this will not let you use your mouse for any activity however, so keep that in mind.

  6. #6
    Join Date
    Nov 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    Sin answered it as well as I think can be missing a little bit of detail.

    Any script that uses SMART will have one of the 2 following lines at the top of the script:
    Simba Code:
    {$DEFINE SMART}
    or
    Simba Code:
    {$DEFINE SMART8}

    Delete that aforementioned line. Then before you start your script, look for the green crosshair symbol in SIMBA. Drag that symbol over to the Runescape client/current browser tab running runescape and let go of your mouse as it's highlighting Runescape. Then hit run on the script.

    Doing this will not let you use your mouse for any activity however, so keep that in mind.
    That's better! Haha thank you! :-)

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
  •