Results 1 to 2 of 2

Thread: M0ng00se's StickRPG Trainer

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default M0ng00se's StickRPG Trainer

    I made this script last night and did touchps and beta testing this morning. Everything works flawlessly for me.

    If StickRPG lags for you, this script wont work, because it runs completely off timing almost.

    StickRPG *C* can be found Here

    Also, start off in your apartment main menu!
    Post feedback please!

    Code:
    program TrainMe;
    var
    x,y : integer;
    
    /////////////////////////////
    {StickRPG Trainer Made by
    {M0ng00se. Thanks to 1337 macro
    {and ClashFan for the help.
    {Start off in main menu of apartment!
    {Work Feature Doesnt work unless
    {You have an Alarm clock.
    {If You are having any issues,
    {Contact m0ng00se at
    { Supercrosser_23@hotmail.com }
    
    const
    //{School Options}
    GoToClass=false;
    GoToGym=false;
    Study=false;
    //{Other}
    Work=false;
    TrainCharm=true;
    
    Procedure LeaveHouse;
    begin
      MoveMouse(455,265);
      ClickMouse(455,265, true);
      wait(200);
      ClearDebug;
      If(GoToClass=true)then
      Writeln('Now Attending Class!');
        If(GoToGym=True)then
        writeln('Now training your Strength!!');
        If(Study=True)then
        Writeln('Now Studying!!');
      If(TrainCharm=true)then
      Writeln('Now training your Charm!!')
    end;
    
    Procedure Learn;
    begin
         If(GoToClass=True)then
         begin
         keydown(VK_RIGHT);
         sleep(4300)
         KeyDown(VK_DOWN);
         sleep(4700);
           keyup(VK_RIGHT);
           Keyup(VK_DOWN);
         KeyDown(vk_right);
         sleep(3000);
         KeyDown(vk_up);
         sleep(3000);
         KeyUp(vk_right);
         keyup(vk_up);
         wait(10);
         MoveMouse(205,184);
         Wait(10);
         Repeat
         ClickMouse(205,184, true);
         wait(200);
         Until(FindColor(x,y,204,321,2,375,37));
         wait(1000);
         MoveMouse(391,265);
         wait(100);
         ClickMouse(391,265, true);
         wait(300);
    end;
    end;
    
    Procedure WorkOut;
    begin
      If(GoToGym=True)then
      begin;
      keydown(VK_RIGHT);
         sleep(4300)
         KeyDown(VK_DOWN);
         sleep(4700);
           keyup(VK_RIGHT);
           Keyup(VK_DOWN);
         KeyDown(vk_right);
         sleep(3000);
         KeyDown(vk_up);
         sleep(3000);
         KeyUp(vk_right);
         keyup(vk_up);
         wait(10);
          MoveMouse(390,140);
         Wait(10);
         Repeat
         ClickMouse(390,140, true);
         wait(200);
         Until(FindColor(x,y,204,321,2,375,37));
         wait(1000);
         MoveMouse(391,265);
         wait(100);
         ClickMouse(391,265, true);
         wait(300);
      end;
    end;
         
    Procedure Studying;
    begin
     If(Study=True)then
     begin
     keydown(VK_RIGHT);
         sleep(4300)
         KeyDown(VK_DOWN);
         sleep(4700);
           keyup(VK_RIGHT);
           Keyup(VK_DOWN);
         KeyDown(vk_right);
         sleep(3000);
         KeyDown(vk_up);
         sleep(3000);
         KeyUp(vk_right);
         keyup(vk_up);
         wait(10);
          MoveMouse(205,135);
         Wait(10);
         Repeat
         ClickMouse(205,135, true);
         wait(200);
         Until(FindColor(x,y,204,321,2,375,37));
         wait(1000);
         MoveMouse(391,265);
         wait(100);
         ClickMouse(391,265, true);
         wait(300);
     end;
     end;
     
     Procedure BarWalk;
    begin
    If(TrainCharm=True)then
    begin
    KeyDown(vk_right);
    sleep(3500);
    Keydown(vk_down);
    sleep(2600);
    KeyUp(vk_right);
    KeyDown(vk_down);
    sleep(2000);
    KeyDown(vk_left);
    sleep(2500);
    keyup(vk_down);
    keyup(vk_left);
      ///Drinking
      MoveMouse(230,135);
      Repeat
      ClickMouse(230,135, true);
      wait(200);
      Until(FindColor(x,y,204,336,19,354,27));
      wait(900);
      MoveMouse(452,267);
      ClickMouse(452,267,true);
      wait(500);
    end;
    end;
    
    Procedure GoWork;
    begin
    If(Work=true)then
    begin
      KeyDown(vk_right);
      sleep(6200);
      KeyDown(vk_down);
      sleep(2500);
      keyup(vk_down);
      keyup(vk_right);
      wait(1000);
        MoveMouse(380,270);
        Repeat
        ClickMouse(380,270, true);
      Until(FindColor(x,y,204,321,2,375,37));
      wait(1000);
      MoveMouse(375,320);
      ClickMouse(375,320,true);
      wait(500);
    end;
    end;
    
    
    
    Procedure GoHomeSleep;
    begin
      MoveMouse(480,22);
      ClickMouse(480,22,true);
      wait(20);
      MoveMouse(452,336);
      ClickMouse(452,336, true);
      wait(200);
        MoveMouse(215,186);
        wait(20);
        ClickMouse(215,186, true);
        wait(100);
        MoveMouse(485,260);
        ClickMouse(485,260, true);
        wait(100);
        ClickMouse(485,260, true);
      end;
    
    
    Begin
    LeaveHouse;
    repeat
    Learn;
    Workout;
    Studying;
    BarWalk;
    GoWork;
    GoHomeSleep;
    
    Until(false)
    end.

    Post here if you find any problems, glitches, explosions...etc

  2. #2
    Join Date
    May 2006
    Location
    Sask, Canada
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My computer exploded on the case of this script. I want my money back!

    Nice script

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A better range trainer
    By knassyl in forum First Scripts
    Replies: 3
    Last Post: 04-23-2008, 08:26 PM
  2. Range Trainer
    By vcw in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-07-2007, 06:57 AM
  3. Lvl-3 Trainer
    By Macho Man67 in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 06-21-2007, 09:48 PM
  4. stickrpg ^.^
    By rader720 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 05-02-2007, 06:32 AM

Posting Permissions

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