Results 1 to 14 of 14

Thread: S.M.A.R.T Launcher

  1. #1
    Join Date
    Nov 2007
    Location
    In Your Head
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default S.M.A.R.T Launcher

    This Script launches S.M.A.R.T then it finishes
    the sole purpose is to use this client instead of the RS real one to get rid of those annoying ads they have that lag your connection.
    all u have to do is start it and it opens smart then click stop blocking. then its all yours! no ads no nothing! comes with a convenient world chooser

    SCAR Code:
    const
      My_World = 74; // Runescape world to load S.M.A.R.T. in.

    question: should i post this out in the free section for the leechers?

    other notes:
    my computer is low on ram due to bad chip... getting it replaced... that is why i use smart instead it wont lag me

  2. #2
    Join Date
    Aug 2007
    Location
    Emo-land
    Posts
    1,109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol nice one mate... don't move it... its 3 lines zomg

  3. #3
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To get rid of those ads you can simply modify your hosts file and put something i forgot in, lol, if you want it its in the tut section

    also putting activate client in the script is useless. because when you include SMART it overwrites the activate client command to
    SCAR Code:
    procedure ActivateClient;
    begin
    end;
    rendering it completely useless

    edit:
    frozen keeps beating me

  4. #4
    Join Date
    Nov 2007
    Location
    In Your Head
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i like my method its already there i use smart cuz it is twice as fast at loading RS than firefox or internet explorer

  5. #5
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how come non member can use smart ? did i missed something ?
    ....

  6. #6
    Join Date
    Feb 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just use firefox adblock. >.<
    Free runescape members? Yes, for 1 cent a click go here!
    http://www.stats.srl-forums.com/sigs/1854.png
    Need a tester? I could test for you. PM me for details =)

  7. #7
    Join Date
    Feb 2008
    Location
    NSW, Australia
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Nope, just go to ABP -> Preferences -> Options and there you should see something to get the "Page cannot load" page away


  9. #9
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol wow this is good but soooo simple!!!!! haha I already have my own but I guess it is for people that never want to learn how to script
    I'm baaaack

  10. #10
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can't type is smart, most of the time u can't sometimes-.-
    ~Hermen

  11. #11
    Join Date
    Jun 2007
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hermpie View Post
    You can't type is smart, most of the time u can't sometimes-.-
    you just have to toy with "start and stop blocking" switching it back and forth until you can type after you've executed a script


    http://i1207.photobucket.com/albums/...1880351716.gif
    Quote Originally Posted by R0b0t1 View Post
    We cheat better than most players can play.

  12. #12
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will be making a TUT. on getting fullscreen in Mozilla with firebug add-on with a simple instruction on how to use FireBug but for some reason i cannot start threads in the Runescape Tut section
    Edit: by the way this don't work try my world opener it actually works
    Leather Cock~

  13. #13
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Leather, there's already a tutorial on how to use Firebug in the tutorial section.

    OnTopic: Simple but effective, that's all I can say.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  14. #14
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    SCAR Code:
    procedure SetupSmart;
    var
      SMARTTime: Integer;

    begin
      Writeln('Waiting for SMART to load...');
      SmartSetup('world'+IntToStr(WorldNumber), True, False, False);
      SetTargetDC(SMARTGetDC);
      MarkTime(SMARTTime);
      while not RSReady do
      begin
        Wait(10);
        if TimeFromMark(SMARTTime) > 180000 then
        begin
          Writeln('Could not load SMART, terminating script.');
          TerminateScript;
        end;
      end;
      SetTargetDC(SMARTGetDC);  //called twice just to be sure
    end;


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
  •