View Poll Results: Should I update this thing and work on it?

Voters
5. This poll is closed
  • Yes

    5 100.00%
  • No, Let it Die!

    0 0%
Page 2 of 2 FirstFirst 12
Results 26 to 35 of 35

Thread: [AeroLib] JaczPowerFisher - Barbarian Fishing

  1. #26
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Quote Originally Posted by Rainer213 View Post
    87 fishing atm... botted for 2 weeks with this script and still going strong. World switching needs tweaking. Sometimes selects f2p worlds.
    I believe the word switching problem lies with Aerolib. Is the deadman mode worlds still appearing on the list?

  2. #27
    Join Date
    Feb 2017
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Does this script 3 tick?

  3. #28
    Join Date
    Nov 2011
    Location
    UK
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by bayzo View Post
    Does this script 3 tick?
    No, and I don't know of any scripts that do 3 tick fishing. However I've managed to run the script for many hours at a time and it's very close to being flawless.

  4. #29
    Join Date
    Feb 2017
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by bable fittle View Post
    No, and I don't know of any scripts that do 3 tick fishing. However I've managed to run the script for many hours at a time and it's very close to being flawless.
    Have you had success running it on a fresh account in f2p?

  5. #30
    Join Date
    Nov 2011
    Location
    UK
    Posts
    89
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by bayzo View Post
    Have you had success running it on a fresh account in f2p?
    No, I've run it in barbarian village fly fishing, and moved to barbarian outpost using a heavy rod at level 60. I've also not tried to run it on an f2p account.

  6. #31
    Join Date
    Jul 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi thanks for the script its really nice! I havnt botted with Simba in a while. whats the ban rate with this script? Any experience?

  7. #32
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by uvlees View Post
    Shift click drop:

    Code:
    procedure dropFish();
    var
      I, rand: Integer;
      mouse: TPoint;
      cross, horizontal, randPat:TIntegerArray;
    
    begin
      writeln('dropping fish');
    
      case random(0,10) of
      0..8:randPat := [5,9,13,17,21,25,6,10,14,18,22,26,3,7,11,15,19,23,27,4,8,12,16,20,24,28];
      9:randPat := [5,6,9,10,13,14,17,18,21,22,25,26,3,4,7,8,11,12,15,16,19,20,23,24,27,28];
      10:randPat := [3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28];
      end
      for I:= 0 to Length(randPat)-1 do
      begin
    
        mouse := MiddleBox(invBox(randPat[I]));
        customMouse(point(mouse.X + random(-5,5),mouse.Y + random(-5,5)));
        sleep(random(20,100));
        begin
        KeyDown(VK_SHIFT);
        Wait(Random(15,175));
        fastClick(Mouse_Left);
        Wait(Random(15,175));
        KeyUp(VK_SHIFT);
        //Ore.ToDrop.Reset;
      end;
    end;
    sleep(random(500,1000));
    findSpot();
    end


    Idk why you have a script that "Hold shift then unhold it" Then hold it again" i asked a chat on discord for help! and will share it to you guys!



    Code:
    procedure dropFish();
    var
    I, rand: Integer;
    mouse: TPoint;
    cross, horizontal, randPat:TIntegerArray;
    begin
    writeln('dropping fish');
    
    case random(0,10) of
    0..8: randPat := [5,9,13,17,21,25,6,10,14,18,22,26,3,7,11,15,19,23,2 7,4,8,12,16,20,24,28];
    9: randPat := [5,6,9,10,13,14,17,18,21,22,25,26,3,4,7,8,11,12,15, 16,19,20,23,24,27,28];
    10: randPat := [3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21, 22,23,24,25,26,27,28];
    end
    
    KeyDown(VK_SHIFT);
    for I:= 0 to Length(randPat)-1 do
    begin
    mouse := MiddleBox(invBox(randPat[I]));
    customMouse(point(mouse.X + random(-5,5),mouse.Y + random(-5,5)));
    sleep(random(20,100));
    fastClick(Mouse_Left);
    Wait(Random(15,175));
    //Ore.ToDrop.Reset;
    end;
    KeyUp(VK_SHIFT);
    sleep(random(500,1000));
    findSpot();
    end;
    Last edited by srhrich; 11-23-2017 at 03:19 PM. Reason: didnt type rigth.

  8. #33
    Join Date
    Dec 2011
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Can't get it to werk

  9. #34
    Join Date
    Jan 2018
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by srhrich View Post
    Idk why you have a script that "Hold shift then unhold it" Then hold it again" i asked a chat on discord for help! and will share it to you guys!



    Code:
    procedure dropFish();
    var
    I, rand: Integer;
    mouse: TPoint;
    cross, horizontal, randPat:TIntegerArray;
    begin
    writeln('dropping fish');
    
    case random(0,10) of
    0..8: randPat := [5,9,13,17,21,25,6,10,14,18,22,26,3,7,11,15,19,23,2 7,4,8,12,16,20,24,28];
    9: randPat := [5,6,9,10,13,14,17,18,21,22,25,26,3,4,7,8,11,12,15, 16,19,20,23,24,27,28];
    10: randPat := [3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21, 22,23,24,25,26,27,28];
    end
    
    KeyDown(VK_SHIFT);
    for I:= 0 to Length(randPat)-1 do
    begin
    mouse := MiddleBox(invBox(randPat[I]));
    customMouse(point(mouse.X + random(-5,5),mouse.Y + random(-5,5)));
    sleep(random(20,100));
    fastClick(Mouse_Left);
    Wait(Random(15,175));
    //Ore.ToDrop.Reset;
    end;
    KeyUp(VK_SHIFT);
    sleep(random(500,1000));
    findSpot();
    end;
    whats the update?

  10. #35
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    can't run getting error? Error: Unknown declaration "WDx1" at line 264

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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