Results 1 to 2 of 2

Thread: Goblin Stealthz

  1. #1
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Goblin Stealthz

    Goblin Stealthz made by Joelster134

    Functions:

    Has anti Ban! getting Anti-random soon!
    START HERE (LOOK AT PIC BELOW)




    START IN LOW POP WORLD FOR BEST RESULTS!

    PLEASE RATE THREAD OR REP ME! PM IF YOU HAVE PROBLEMS



    PLEASE POST BUGS/PROGGIES


    SCAR Code:
    {
    writeln('              [-----------------------]        o o o o o o           e eeeeeeeeeeeeee   L L                     SSSSSSSSSSSS     ')
    writeln('              [-----------------------]       o o         o          e eeeeeeeeeeeeee   L L                     SSSSSSSSSSSS   ')
    writeln('                         [   ]                 o  o          o       e                  L L                     SS           ')
    writeln('                         [   ]                o  o            o      e                  L L                     SS         ')
    writeln('                         [   ]               o o              o      e eeeeeeeeeeeeee   L L                     SS        ')
    writeln('                         [   ]               o o             o       e eeeeeeeeeeeeee   L L                     SS            ')
    writeln('                         [   ]               o o           o         e                  L L                     SSSSSSSSSSS ')
    writeln('                         [   ]                o o o o o o            e eeeeeeeeeeeeee   LLLLLLLLLLLL                     SS')
    writeln('                 [------------]                o o o o o             e eeeeeeeeeeeeee   LLLLLLLLLLLL            SSSSSSSSSSS  SCRIPTS (c) (jOELSTER134)')
    writeln('                 [------------]')}


          { /Start in LUMBRIDGE NORTH GOBBY BUILDING Select window hit run!/\
            /\                                                             /\
            /\ Version number:3                                            /\
            /\                                                             /\
            /\ Created: Joelster134                                        /\
            /\                                                             /\
            /\                                                             /\
            /\ Features: Anti-randoms+Anti-Ban!                            /\
            /\                                                             /\
            /\ Run:Setup lines 39-56     select window hit run!            /\
            /\                                                             /\
            /\ Disadvantage: New scripter...Made need to grease it up a bit/\
            /\                                                             /\
            /\       NUMBER ONE RULE TO THIS SCRIPT! : ENJOY IT!           /\
            /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/}


    program Goblin_Stealthz_K1ll5;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/skill/Fighting.scar}


    const
           GoblinColor1 = 5410667;
           GoblinColor2 = 2649963;
           GoblinColor3 = 2918061;
    procedure DeclarePlayers;

    begin
           HowManyPlayers := 1; //how many players your using
           NumberOfPlayers(HowManyPlayers);
           CurrentPlayer:= 0; //current player being used
           Players[0].Name   := 'Username'; //username!
           Players[0].Pass   := 'Password'; //password
           Players[0].Nick   := 'agh'; //Nick (3-4 letters of ur name
           Players[0].Active := True; //is the player active?
           Mousespeed := 15;
    end;
    procedure PreparePlayer;
    begin
     if not LoggedIn then LoginPlayer;
            SetRun(true);
    end;

    procedure AntiBan;
    begin
    case random(10) of  //put in a random number..around 10ish
    0: RandomRClick;
    1: BoredHuman;
    2:HoverSkill('Fishing', False);

    end;
    end;
    procedure StealthzCows;
    var x,y,Mark: Integer;
    begin
      FindObjCustom(x, y,['tta', 'ack', 'obl', 'gob','lin','goblin'],[2572628,6916764,9155272,3627895,5928325], 3);
      Mouse(x, y, 2, 2, False);
      Wait(25 + Random(100));
      if not ChooseOption('ttack') then Exit;
      Flag;
      MarkTime(Mark);
      Wait(2 * 5000 + Random(1000));
      if HPPercent < 25 then RunTo('N', true);
        Wait(300);
    end;

    procedure MainLoop;
    var Mark : Integer;
    begin
    repeat
            repeat
            MarkTime(Mark);
            if not LoggedIn then Exit;
            StealthzCows;
            until((TimeFromMark(Mark) / 10000 * 60) >= 50); //60 minutes
            until(false);
    end;
    begin
    DeclarePlayers;
    PreparePlayer;
    MainLoop;
    end.

    IF YOU CANT SEE PIC ADD ME ON MSN JOELSTER134@HOTMAIL.COM ill send it to you!
    IF you cant download the Attatched file just copy and paste the script
    IM BACK!!!!!!!!!!!!!!!!!

  2. #2
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Goblin Stealthz V1 and Chicken Raper V3
    By joelster134 in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 10-07-2008, 05:41 AM
  2. My Goblin Killer :)
    By Maninblack144 in forum First Scripts
    Replies: 9
    Last Post: 09-11-2007, 05:07 PM
  3. goblin update
    By Jack in forum RS has been updated.
    Replies: 8
    Last Post: 04-27-2007, 11:08 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
  •