Results 1 to 4 of 4

Thread: Hapland 1 completer script!

  1. #1
    Join Date
    Mar 2006
    Location
    NW US
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default Hapland 1 completer script!

    It completes haplan 1 which is found here : //http://www.foon.co.uk/farcade/hapland/

    A fun little game that I fucking hate. So I looked at a guide and made a script.

    Code:
    program Hapland1Script;
    
    //http://www.foon.co.uk/farcade/hapland/
    //Completes the game.
    //Select the client.
    
    procedure v(X,Y : integer);
    begin;
    movemousesmoothex(x,y,1,5,3000,1,1)
    clickmouse(x,y,true)
    end;
    
    procedure MC;
    begin
    v(478,264)
    end;
    
    procedure step1;
    //Opens trapdoor, Brings man up, fires all cannons
    begin ;
    v(586, 321) //door
    wait(1000)
    v(581,360) //man
    wait(2400)
    v(508, 272) //first fire
    wait(3000)
    MC //Move cannon up
    wait(200)
    v(85, 328)//arrow "right"
    wait(200)
    v(19, 387)   //window "open"
    wait(200)
    v(508,272) //fire rock to bell
    wait(200)
    MC        //cannon "down"
    wait(2000)
    v(507, 274)//fire first bomb)
    wait(700)
    v(159, 412) //Hit plank JUST in time.
    wait(2000)
    v(507, 274)//fire second bomb)
    wait(700)
    v(159, 412) //Hit plank JUST in time.
    wait(2000)
    v(506, 270)  //Shoot blue thing
    wait(9000) //wait for the guy to use blue thing
    end;
    
    Procedure Step2; //All the way to bell drop
    begin;
    v(506, 272) //Put man in cannon
    wait(2500)
    v(583, 358)   //new man
    wait(100)
    MC       //Cannon "up"
    wait(2600)
    wait(500)
    v(506, 271) //fires man
    wait(1200)//wait to bend spike
    v(208, 182) //Bend spike
    wait(2500)
    v(151, 184)//hit bell over first time
    wait(3000)
    v(191, 135)//hit bell 1
    wait(700)
    v(191, 135) //hit bell 2
    wait(700)
    v(191, 135) //hit bell 3
    wait(1500)  //bell falls, mine blows.
    end;
    
    
    procedure step3;
    begin;
    v(62, 400)    //Gets man out of house
    wait(10000) //Wait for man to get into right house
    v(399, 403)//Clicks man
    wait(1300) //dog coming
    v(469, 322) //Clicks window, rocks fall, bye bye doggy!
    end;
    
    
    begin
    Step1
    Step2
    wait(1000)
    step3
    cleardebug;
    Writeln('OMGAZ!! HAPLAN 1 IS SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO')
    Writeln('BEATTTTTTTTTTTTTT!!!YAY! THANKS MR. PALI!!!!! ')
    Writeln('ZOMGAZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ')
    
    
    end.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Iv seen thsi once before.
    Idk if you wrote this
    but if u did.
    figen sweet.
    wonder why no1 posted
    im tsting right now
    BETTER WORK BITCH!
    ______________________
    Done works flawlessly.
    Prety fast too.
    Nice job

  3. #3
    Join Date
    Mar 2006
    Location
    NW US
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Lol, yeah I wrote it. Its just a coordinate clicker haha. Made in about 10 mins. A couple things could be worked out to make it about 2 or seconds faster, other than that, its really as fast as it can go.

    But si, I made this a while ago. May make on for two, and then three once I figure out three.

  4. #4
    Join Date
    Jun 2006
    Location
    Toronto, Canada
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, why bother writing a script? I just looked up the solutions on google.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rune Mysteries Quest Completer
    By antknee3 in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 06-29-2007, 04:33 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
  •