Results 1 to 12 of 12

Thread: Would this script work.........

  1. #1
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Would this script work.........

    Would this work for a Tutorial Island Runner? It would only take me like 2 days to put in all the clicks, but that would be easy. Ide also put in some waits when needed, and other stuff. Im just wondering if this would work. (btw, i know i might have the order of trainers off and maybe some missing).

    SCAR Code:
    //------------------------------------------------------------------------\\
    //                          Tutorial Island Runner                        \\
    //------------------------------------------------------------------------\\
    program TutorialIsland;
    {.include SRL\SRL.scar}

    //-------------------------------Players----------------------------------\\

    procedure DeclarePlayers;
    begin
     HowManyPlayers:=1;
     NumberOfPlayers(HowManyPlayers);
     CurrentPlayer:=0;

     Players[0].Name :='Username'; //Username goes here.
     Players[0].Pass :='Password'; //Password goes here.
     Players[0].Nick :='sern'; //Type 3-4 letters of your runescape username.
     Players[0].Active :=true; //Is this player active?

    end;

    //---------------------------Character Look-------------------------------\\

    Procedure MakeCharacter;
    Begin
    PerfectNorth;
    Setrun(true);
    HighestAngle;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //------------------------First Person On Island--------------------------\\

    Procedure Firstperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //--------------Woodcutting, Firemaking, Fishing Instructor---------------\\

    Procedure Secondperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //------------------------Bread Making Instructor-------------------------\\

    Procedure Thirdperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //-------------------Emote, Run, To Prayer Instructor---------------------\\

    Procedure Goingtofourthperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //--------------------------Prayer Instructor-----------------------------\\

    Procedure Fourthperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //-----------------------------Mining Instructor--------------------------\\

    Procedure Fifthperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //--------------------------Fighting Instructor---------------------------\\

    Procedure Sixthperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //--------------------------------Banker----------------------------------\\

    Procedure Seventhperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //-----------------------Financial Instructor-----------------------------\\

    Procedure Eighthperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //------------------------Mage Instructor---------------------------------\\

    Procedure Finalperson;
    Begin
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    Mouse(870,184,0,0,true);
    Flag;
    end;

    //------------------------------------------------------------------------\\

    Begin
    SetupSRL;
    DisguiseScar('iTunes');
    DeclarePlayers;
    LoginPlayer;
    MakeCharacter;
    Firstperson;
    Secondperson;
    Thirdperson;
    Fourthperson;
    Fifthperson;
    Sixthperson;
    Seventhperson;
    Eighthperson;
    Finalperson;
    end.
    end.

  2. #2
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    no im sorry, but there is no way this would work.

  3. #3
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why not? I would set all the clicks in the correct spot and I would add some other functions.

    Like i would put waits for when people are talking and all that stuff of course. And i would put soem right clicks, color to find ladders, and other stuff.

    I would tell it to click on the minimap in a specific spot to run and stuff, also waites fro when a flag; wouldnt work.

  4. #4
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the guides move

  5. #5
    Join Date
    Mar 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    actually it might work if u replace the guide cliks to color searches to their color that makes them original.
    http://www.fenjer.com/adnan/SRL/16/20/Merchampion.png
    Merchampion is going to be the ultimate autoing script! It will buy items for your set amount of price; trade people without you having to be there, and once your money is all out; guess what! It's going to sell the item for a different set amount of price! It's merchanting without you having to be there

  6. #6
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Do you think it would ever be possible if we could work together on this rune hacker? I have wanted to make a tut island thing for quite the while, but did not have the full amount of skills, and nobody has made a fully working one, except pentti and that is in mems, the nerd tried but it did not seem to me that it worked, and I dont think anyone else has gotten one to work by working alone. I could add you on msn if you wanted to work together, using your base.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  7. #7
    Join Date
    Mar 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    jeez it doesnt seem that hard to make; wonder why no one has yet.
    http://www.fenjer.com/adnan/SRL/16/20/Merchampion.png
    Merchampion is going to be the ultimate autoing script! It will buy items for your set amount of price; trade people without you having to be there, and once your money is all out; guess what! It's going to sell the item for a different set amount of price! It's merchanting without you having to be there

  8. #8
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by acevampire View Post
    jeez it doesnt seem that hard to make; wonder why no one has yet.
    why dont you try it!
    its not hard...
    its just time consuming like every other script that hasnt been made yet!

    They are sisters...
    Runescape Classic

  9. #9
    Join Date
    Mar 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea, i no, its time consuming, but hey, like u said, so is every other script. If people take so much time making scripts, u would think someone would wanna take time and work on that.
    Why havent i made one? it doesnt peek my intrest in rs macroing. Wat does is a Auto Merchanter, which i am STILL trying to get to work.
    http://www.fenjer.com/adnan/SRL/16/20/Merchampion.png
    Merchampion is going to be the ultimate autoing script! It will buy items for your set amount of price; trade people without you having to be there, and once your money is all out; guess what! It's going to sell the item for a different set amount of price! It's merchanting without you having to be there

  10. #10
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    It would take so long, because you cant go back through tut island, so you would have like 20 people through, and it would take like 30 mins for each, and then the scripting, and i wouldnt have the time to do that long of a script on my own.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  11. #11
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It would be kinda easy, but it would take a very long time, a lot of testing, and many functions and failsafes.

    Ive been working on a bone picker and burier for a while now, easy but takes a lot of research of functions for each step lol

    I think im just going to finish my script and hope I get members. I really dont have the time to make a script this long and confusing.

  12. #12
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 3garrett3 View Post
    and nobody has made a fully working one, except pentti and that is in mems, the nerd tried but it did not seem to me that it worked, and I dont think anyone else has gotten one to work by working alone.
    Thats right, I made a SCAR script that passes Tutorial Island 100%. Version 1. is at member forum, it doesnt work so good as version 2. I have video clip from version 2. (script is not posted anywhere), but if you want to see video, look at my sign.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help getting this script to work
    By kollmann in forum OSR Help
    Replies: 3
    Last Post: 03-31-2008, 09:09 PM
  2. My script won't work???
    By Zeta in forum OSR Help
    Replies: 2
    Last Post: 08-07-2007, 07:32 AM
  3. cant get script to work
    By jones264 in forum OSR Help
    Replies: 1
    Last Post: 08-06-2007, 12:28 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
  •