Results 1 to 10 of 10

Thread: Auto World Opener

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

    Auto World Opener

    I will be adding more World Openers feel free to edit this script for Netscape i use Explorer lol here is a basic world opener for those who always never get into World 17, Barbarian Assault etc. I did this in 5 minutes cause i was bored and i know for such a small script it is kinda a waste but some people don't want to use EliteSwitch/SwiftSwitch and get into full worlds so just for a little courtesy i decided to add this.





    World 17 Opener



    SCAR Code:
    {This Script shall succesfully open up Internet and go to
     the runescape world 17 a major pking world that is usually full change to Mozilla if you like-----------
      LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}



    program FireFox;

    const
      Explorer=5801845;
      Mozilla=7185856;
      NetScape=000000;
    var
      X, Y: Integer;

    begin
      if (FindColor(X, Y, Explorer, 2, 7, 1540, 1013)) then
      begin
        MoveMouse(X, Y);
        ClickMouse(X, Y, True);
        ClickMouse(X, Y, True);
      end;
        begin
          Wait(9000 + Random(1001));
           SendKeysVB('{TAB}', false);
           SendKeys('http://world17.runescape.com/p2');
           SendKeysVB('{ENTER}', false);
           end;

          end.
          else WriteLn('Open Pking World Failed')

     {    |        ____      _____      |   |        ____   |_____
                |       |____|    |     |    |||  |___    |____|  |
                |       |         |     |\    |   |   |   |       |
                |______ |_____    |_____| \   |   |   |   |_____  |
               
                 _____    ______    _____     /
                |        |      |  |        |/
                |        |      |  |        |\
                |_____   |______|  |_____   | \
                                                    ENJOY!!!     }

    //SORRY I FORGOT TO ADD IN NETSCAPE AND OTHER BROWSERS MOZILLA MIGHT HAVE A PROBLEM WILL BE EDITING WORKS FINE WITH EXPLORER THOUGH//[/SCAR]

    Barbarian Assault Openere
    SCAR Code:
    {---------This Script shall succesfully open up Internet and go to
     the runescape world 6 a major barb. Assault world that is usually full change to Mozilla if you like-----------
      LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}


    program FireFox;

    const
      Explorer=5801845;
      Mozilla=7185856;
      NetScape=000000;
    var
      X, Y: Integer;

    begin
      if (FindColor(X, Y, Explorer, 2, 7, 1540, 1013)) then
      begin
        MoveMouse(X, Y);
        ClickMouse(X, Y, True);
        ClickMouse(X, Y, True);
      end;
        begin
          Wait(9000 + Random(1001));
           SendKeysVB('{TAB}', false);
           SendKeys('http://world6.runescape.com/p2');
           SendKeysVB('{ENTER}', false);
           end;

          end.
          else WriteLn('Open BarbarianAssault World Failed')


            {    |        ____      _____      |   |        ____   |_____
                |       |____|    |     |    |||  |___    |____|  |
                |       |         |     |\    |   |   |   |       |
                |______ |_____    |_____| \   |   |   |   |_____  |
               
                 _____    ______    _____     /
                |        |      |  |        |/
                |        |      |  |        |\
                |_____   |______|  |_____   | \
                                                    ENJOY!!!     }

    //SORRY I FORGOT TO ADD IN NETSCAPE AND OTHER BROWSERS MOZILLA MIGHT HAVE A PROBLEM WILL BE EDITING WORKS FINE WITH EXPLORER THOUGH//
    [/SCAR]
    The SMART world launcher ignore const and change where it says world 72 to world number
    SCAR Code:
    {---------This Script shall succesfully open up SMART and go to
     a runescape world ----------- unfourtanetly I never really setup constants so forget that
      LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}

      //MAKE SURE IN SMARTSetUp('World72', True, True, False) ; where it says  72 delete that num and put world number//

    Program SMARTLauncher;
    {.include SRL/SRL/Misc/Smart.scar}
    {.include SRL/SRL.scar}

    const
      Crazy_World = 74; // Runescape world  put the world number there

    begin
      SMARTSetUp('world72', True, True, False); {World prefix, safe mode, unsigned, RS-HD}
      SetTargetDC(SMARTGetDC);
      SetUpSRL;                                                       //Thx to IceFire908 for SmartSetup

    end.


           {    |        ____      _____      |   |        ____   |_____
                |       |____|    |     |    |||  |___    |____|  |
                |       |         |     |\    |   |   |   |       |
                |______ |_____    |_____| \   |   |   |   |_____  |
               
                 _____    ______    _____     /
                |        |      |  |        |/
                |        |      |  |        |\
                |_____   |______|  |_____   | \
                                                    ENJOY!!!     }

  2. #2
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Where is it ?
    ~Eerik~

    EDIT : Sorry , my Internet fu**ed up , Looking through now .

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

    Default

    lol it click on internet explorer and types in website i made the wait as long as i thought i can make it longer therefore allowign laggy computer to work right

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like the idea... But doesnt smart just open whichever world you want? Just a thought.... GoodLuck scripting m8
    I don't play runescape. I auto it

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

    Default

    yeah true i will add a "Smart Opener" 2 but keep the others bcuz sometimes pplz want to later make fullscreen and block ads i don't think SMART does fullscreen i will try thanks for idea,

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

    Default

    come on ppl comment and rate i want to hear some feedback i used basic movement that is fast such as so noobs can even update it i want people to update and post feedback i want peoplez to see what is wrong therefore helping ppl be more versatile when it comes to scripting.

    Some things i used for the two world openers- Thx Own 4 Skill lmao

    SendKeys
    MoveMouse
    ClickMouse

  7. #7
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You use Sendkeys, movemouse and clickmouse?
    I don't play runescape. I auto it

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

    Default

    Quote Originally Posted by 0wn 4 skill View Post
    You use Sendkeys, movemouse and clickmouse?
    LOL i don't use those for scripts first time i used them with this lol and this isn't something on runescape therefore it won't get you banned it's a script to open runescape and i used some easy commands LOL

  9. #9
    Join Date
    Mar 2009
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Smart opener doesnt work

    line 14: [Error] (16332:22): Invalid number of parameters in script

  10. #10
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    08-25-2008, 05:49 pm
    STOP PM'ING ME

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. my door opener is wigging out on me
    By Bramble in forum OSR Help
    Replies: 4
    Last Post: 10-11-2007, 09:41 PM
  2. Buying arrow buyer with auto world switcher
    By Buckis in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 05-30-2007, 05:05 PM
  3. World 2 Opener for Jagex Client. Full proof.
    By Wanted in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 05-27-2007, 08:10 PM

Posting Permissions

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