Results 1 to 10 of 10

Thread: World Changer (not through rs window)

  1. #1
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default World Changer (not through rs window)

    Idk if its possible. I thought of trying a way of doing it but I'd like to know if anyone else has attempted mainly?
    -Could it be done with -x and -y positions?
    -Changing the page, then it would require you to designate the RS window again right?
    -Direct website links to the worlds?

    I could only think of, a script over looking a script.

    This would be awesome if made. No more "runescape has been updated please reload" and random world changing to be more "human" like for around the clock scripts. Also the unsigned Java doesn't give you change world icon in login screen.

    All I can think of.
    Anyone?

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    If not sure about the negative coords. I seem to get a runtime error when I accidently make it findcolor at a negative coord. I'm also not sure about that direct link thing. But redesignating the SCAR client might work.

    The client can be set while the script is running using one or more of these functions/procedures here:

    SCAR Code:
    procedure FindWindow(Title: string);
    {Finds Client window with specified title. Character case of Title must match that in window title exactly.}

    function FindWindowTitlePart(Title: string; CaseSensitive: Boolean): Boolean;
    {Finds window that contains text specified by Title parameter in window caption.}

    function FindWindowBySize(Width, Height: Integer): Boolean;
    //Finds window with specified size.

    function GetClientWindowHandle: Integer;
    //Get Windows handle value of active client window.

    procedure SetClientWindowHandle(H: Integer);
    {Set active client window to handle H.
    Example:
    H:= GetClientWindowHandle;
    //specify another client window
    FindWindow('Debug Image');
    ...
    //return to previous client
    SetClientWindowHandle(H);}

    Then, if you know the coordinates of where you need to press, it would be a simple Mouse(blabla)... sort of thing. (Very simple and doesn't take into account what happens if the page is scrolled or something.) A more advanced script cos use colours, text, etc.

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

    Default

    let scar drag the croshair on rs again with a otehr script and then start!
    ~Hermen

  4. #4
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    I like those ZephyrsFury, makes that part a little easier. That would solve the designation of the window, if you can get it down. As for the clicking for "unsigned - low" quality then clicking world ??, the best way would be by colors/dtm/bitmaps for a fool proof way. Right?
    Though I think that seems the more simple part over the re-designation of the RS window imo.

    let scar drag the croshair on rs again with a otehr script and then start!
    That is kinda a pain, though it would make it easier. But why use another script when you have one running already. (Which was my thought when I posted "script over looking a script")

    I'm gonna see if I can do this. Going to have to look up Delphi manual lol.

  5. #5
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    It should be possible with just Pascal. Yea DTMs and Bitmaps would work fine. Just remember that you have to set the client back to the RS screen or the script will be stuffed.

  6. #6
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can't you do: openfile('http://rsworldlink.com');

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  7. #7
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Take a look at misc/scss.scar
    I made a new script, check it out!.

  8. #8
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, why go through all that hassle when u can either use SCSS (which is bugged for me atm).

    Disable javascript, and go direct to the world via http lol

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  9. #9
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

  10. #10
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Take a look at misc/scss.scar
    Doh.

    I'll check it out Sp0rky, looks neat.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [0.1]Wallpaper Changer by Hermpie
    By ShowerThoughts in forum News and General
    Replies: 30
    Last Post: 10-01-2008, 06:37 PM
  2. Wallpaper Changer
    By nielsie95 in forum Research & Development Lounge
    Replies: 6
    Last Post: 09-24-2008, 07:39 PM
  3. Me and My Mum through a Voice changer..
    By XxKanexX in forum Misc. Links and Programs
    Replies: 20
    Last Post: 05-12-2007, 04:26 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
  •