Results 1 to 8 of 8

Thread: Goblinkiller [Fast]

  1. #1
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default Goblinkiller [Fast]

    program GoblinGETDOWN;
    {$DEFINE SMART8}
    {$I SRL-OSR/SRL.Simba}
    {$I SRL-OSR/SRL/Misc/Debug.Simba}

    const
    goblinCOLOR1 = 5142839;
    goblinCOLOR2 = 2720940;
    greenLifeBar = 65280;

    var
    x, y, x1, y1: Integer;

    //Declare your username and password
    procedure DeclarePlayer;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    with Players[0] do
    begin
    Name := '';
    Pass := '';
    Active := True;
    end;
    end;

    //More human like movement
    Procedure HumanMove;
    Begin
    case random(200) of
    1..160: MMouse(RandomRange(X - 7, X + 7), RandomRange(y - 7, y + 7), 0, 0);
    161..190: MMouse(RandomRange(X - 9, X + 9), RandomRange(y - 9, y + 9), 0, 0);
    191..200: MMouse(RandomRange(X - 12, X + 12), RandomRange(y - 12, y + 12), 0, 0);
    End;
    End;


    procedure Antiban;
    begin
    case Random(100) of
    1: HoverSkill('strenght', False);
    2: HoverSkill('random', False);
    3: Boredhuman;
    4: Wait(2500 + random(4500));
    5: HoverSkill('attack', False);
    6: PickUpMouse;
    7: RandomMovement;
    8: RandomRClick;
    end;
    end;

    procedure MiniBreaker;
    begin
    case Random(160) of
    1: Wait(4000 + random(7400));
    2: Wait(2550 + random(8550));
    3: Wait(6004 + random(6759));
    4: Wait(2040 + random(2549));
    end;
    end;

    procedure ClickGoblin;
    begin
    if (not LoggedIn) then
    begin
    LogInPlayer;
    Credits to: Emarian whos template i did use a bit.


    Feel free to use/edit/help with eating/ xp counter.
    ...

  2. #2
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    There is only half of the script?
    It's better to use Simba tags to post script

  3. #3
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nah its work like a charm. gained few levels with it.
    and simba tags.. somehow i dont know how to use properly ( sorry)
    ...

  4. #4
    Join Date
    Jan 2011
    Location
    Everywhere
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    spelled strength wrong case random case 1 in antiban

  5. #5
    Join Date
    Jun 2013
    Posts
    147
    Mentioned
    2 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by Poppee View Post
    Nah its work like a charm. gained few levels with it.
    and simba tags.. somehow i dont know how to use properly ( sorry)
    You put (OpenBracket) blah blah blah script (CloseBracket)
    Like this
    Simba Code:
    program GoblinGETDOWN;
    {$DEFINE SMART8}
    {$I SRL-OSR/SRL.Simba}
    {$I SRL-OSR/SRL/Misc/Debug.Simba}

    const
    goblinCOLOR1 = 5142839;
    goblinCOLOR2 = 2720940;
    greenLifeBar = 65280;

    var
    x, y, x1, y1: Integer;

    //Declare your username and password
    procedure DeclarePlayer;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    with Players[0] do
    begin
    Name := '';
    Pass := '';
    Active := True;
    end;
    end;

    //More human like movement
    Procedure HumanMove;
    Begin
    case random(200) of
    1..160: MMouse(RandomRange(X - 7, X + 7), RandomRange(y - 7, y + 7), 0, 0);
    161..190: MMouse(RandomRange(X - 9, X + 9), RandomRange(y - 9, y + 9), 0, 0);
    191..200: MMouse(RandomRange(X - 12, X + 12), RandomRange(y - 12, y + 12), 0, 0);
    End;
    End;


    procedure Antiban;
    begin
    case Random(100) of
    1: HoverSkill('strenght', False);
    2: HoverSkill('random', False);
    3: Boredhuman;
    4: Wait(2500 + random(4500));
    5: HoverSkill('attack', False);
    6: PickUpMouse;
    7: RandomMovement;
    8: RandomRClick;
    end;
    end;

    procedure MiniBreaker;
    begin
    case Random(160) of
    1: Wait(4000 + random(7400));
    2: Wait(2550 + random(8550));
    3: Wait(6004 + random(6759));
    4: Wait(2040 + random(2549));
    end;
    end;

    procedure ClickGoblin;
    begin
    if (not LoggedIn) then
    begin
    LogInPlayer;

  6. #6
    Join Date
    Jul 2014
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    55 Post(s)

    Default

    Exception in Script: File "SRL-OSR/SRL.Simba" not found at line 3, column 5

  7. #7
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by theorange View Post
    Exception in Script: File "SRL-OSR/SRL.Simba" not found at line 3, column 5
    This script is from half 2013, it probably wont work anymore.

    e:
    but the error is from a missing srl-osr include.
    Working on: Tithe Farmer

  8. #8
    Join Date
    Jul 2014
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    This script is from half 2013, it probably wont work anymore.

    e:
    but the error is from a missing srl-osr include.
    Ah I see, thanks for the heads up

Thread Information

Users Browsing this Thread

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

Posting Permissions

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