Page 1 of 4 123 ... LastLast
Results 1 to 25 of 78

Thread: Wu-Tang Clan Penguin Agility Exploit [DirectX Compatible]

  1. #1
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Cool Wu-Tang Clan Penguin Agility Exploit [DirectX Compatible]

    Small script with lots to offer! This tiny little gem gets a fat load of XP.
    Requirements:
    - Cold War quest completed (or up to the part where you create a clockwork penguin)
    - Access to Barbarian Agility course (requires a map wide Bar Crawl)
    - A few pre-made clockwork penguins

    To set it up just follow this video.

    Set a default penguin to slot 8 of your action bar, then wind a penguin (click on a default) and place that one in slot 9.
    If you get get this small error where the script click, but doesn't release your penguins, then you need to disable smart, click in your chat bar, then enable smart. Let the script type 8989898989898 or about there, then press enter to make the chat bar say [Click here to type], then enable smart.
    I usually pack about 6-10 clockwork penguins. You might want to stop it before the 6 hour mark, because it gets annoying to have to leave, buy penguin material stuff, make some more penguins, and go back to the agility course.
    If you need me to make a tutorial on how to set this up because its not working for you, then just pop me a message.

    Simba Code:
    program JoeAgilityPenguin;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    procedure ClickAndStuff;
    begin
      TypeSend('8',False);
        Wait(50+Random(25));
      TypeSend('9',False);
        Wait(50+Random(25));
      MouseOval(281,210,5,7,Mouse_Left);
      //MouseBox(IntToBox(266,205,310,228),Mouse_Left);
        Wait(50+Random(25));
    end;

    begin
      //SmartPlugins := ['d3d9.dll']; // For DirectX remove "//" if you want to load Brandon's DXI
      SetupSRL();
        repeat
          ClickAndStuff;
        until (False);
    end.

    This was inspired by a script request from some post I forget about- I just wanted to let the whole community have access to it if they look for agility scripts.

    ~ Wu-Tang forever dawg.
    You have permission to steal anything I've ever made...

  2. #2
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    What's required to use clockwork penguins? Now I have to balance between this, moneymaking, and thieving >.<

  3. #3
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Thanatos View Post
    What's required to use clockwork penguins? Now I have to balance between this, moneymaking, and thieving >.<
    Thanks for that, I changed OP to state requirements.
    Also, check my sig for thieving
    You have permission to steal anything I've ever made...

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    What's the ban rate on something like this..

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    What's the ban rate on something like this..
    Approximately 3.223499%


    Nice job with the release man!

  6. #6
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    What's the ban rate on something like this..
    Well based on days upon days of me and my brother doing this... I haven't seen any action. The video isn't all that famous and the method is even less famous. Nobody who legits does agility and anybody at barbarian agility course is either botting or so braindead that seeing some guy dropping and picking up penguins isn't registering as abnormal. Anybody who does care about bots is using the advanced barbarian agility.
    You have permission to steal anything I've ever made...

  7. #7
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    In terms of the actual activity it's not exactly bug abuse, it's just taking advantage of the way a game mechanic/item works. Bug abuse is like when a penguin can be spied unlimited times and you get 99 Slayer in an hour. Idk if this script would get you banned though, if you're paranoid you can just make it more randomized/add some extra antiban.

  8. #8
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    add more random wait times! a human would NEVER wait 50-75 ms after every action for hours

  9. #9
    Join Date
    Jan 2013
    Posts
    453
    Mentioned
    9 Post(s)
    Quoted
    242 Post(s)

    Default

    This is closer to 40K/h for me than 75K/h the video suggests.
    Upkeep.

  10. #10
    Join Date
    Dec 2013
    Location
    UK
    Posts
    106
    Mentioned
    4 Post(s)
    Quoted
    61 Post(s)

    Default

    really? i got 90k/h

    nvm i was using exp bonus
    Last edited by nutta124; 02-06-2014 at 07:11 PM.

  11. #11
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Was too low to do Ape Atoll efficiently, and screw using Powerban. You are a beautiful person. Works perfectly. Thank you.

  12. #12
    Join Date
    Feb 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    ran this for around 2 hour long, came back and it ran out of penguins.
    I don't think it clicks all penguin so they probably run out.

  13. #13
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by rahza786 View Post
    ran this for around 2 hour long, came back and it ran out of penguins.
    I don't think it clicks all penguin so they probably run out.
    Did you set it up like I said to? It clicks the penguins..
    You have permission to steal anything I've ever made...

  14. #14
    Join Date
    Sep 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by rahza786 View Post
    ran this for around 2 hour long, came back and it ran out of penguins.
    I don't think it clicks all penguin so they probably run out.
    From time to time the penguins all stack up on one side and collapse while your character of course just keeps clicking in the empty space, so it's necessary to babysit it unless you want to stand around for hours getting no xp.

    Usually people who walk by are like "wtf are you doing" so I usually say something like "help, the penguins are making me do it!" and they'll be even more like wtf. Much lolz

  15. #15
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Hadouken View Post
    From time to time the penguins all stack up on one side and collapse while your character of course just keeps clicking in the empty space, so it's necessary to babysit it unless you want to stand around for hours getting no xp.

    Usually people who walk by are like "wtf are you doing" so I usually say something like "help, the penguins are making me do it!" and they'll be even more like wtf. Much lolz
    How many penguins do you have? If you are using less than 4 then there is a possibility that this is a problem with quantity as I usually went with more than that. I usually went with 10+ but 6 was ideal.
    You have permission to steal anything I've ever made...

  16. #16
    Join Date
    Sep 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    How many penguins do you have? If you are using less than 4 then there is a possibility that this is a problem with quantity as I usually went with more than that. I usually went with 10+ but 6 was ideal.
    The first few times I tried with like 20 but they collapse too often that way and leave you with 6. I've found that 7 is the holy number so that's what I always use.

  17. #17
    Join Date
    Sep 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Wink

    agility.PNG
    Never training this skill again
    Thanks Wu-Tang Clan! :P

  18. #18
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Hadouken View Post
    agility.PNG
    Never training this skill again
    Thanks Wu-Tang Clan! :P
    Lol great to see that there's been a 99 with this Good luck on your other skills!
    You have permission to steal anything I've ever made...

  19. #19
    Join Date
    May 2012
    Location
    Gielnor
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by Hadouken View Post
    agility.PNG
    Never training this skill again
    Thanks Wu-Tang Clan! :P
    how many hours a day did u run it?

  20. #20
    Join Date
    Feb 2014
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Thank you for creating this short script, so far it still works great for me. I have my camera pointed towards the wall and it seems to work the best.

  21. #21
    Join Date
    Jan 2013
    Posts
    453
    Mentioned
    9 Post(s)
    Quoted
    242 Post(s)

    Default

    fixed this,

    I now bring exactly 7 penguins, and have the camera faced south(you'll see the wall). 10+ hours so far no problems.
    Last edited by Stayon; 02-28-2014 at 11:21 PM.
    Upkeep.

  22. #22
    Join Date
    Jan 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    This is a great script, but its not 75k xp/h as the video suggests, more like 55k xp/h for me. Thanks for this!

  23. #23
    Join Date
    Feb 2014
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Well this is the only bot that I used and I got a 13 day ban. I would recommend being extremely careful using this script, I only used it at a max of 3 hours in any given day (received 60 agility) and took a day or 2 breaks between. The script honestly should have more time involved in creating it for safety reasons. I would recommend having it check skill tabs,check agility, and take breaks. If you really wanted to you could have the script every 3-5 mins pick up all the penguins, check to see if any have fallen, then release them all. That way you would have a less chance of losing them all.

  24. #24
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Neva Banned View Post
    Well this is the only bot that I used and I got a 13 day ban. I would recommend being extremely careful using this script, I only used it at a max of 3 hours in any given day (received 60 agility) and took a day or 2 breaks between. The script honestly should have more time involved in creating it for safety reasons. I would recommend having it check skill tabs,check agility, and take breaks. If you really wanted to you could have the script every 3-5 mins pick up all the penguins, check to see if any have fallen, then release them all. That way you would have a less chance of losing them all.
    This is what happens when you use a bot in an exploit area... Yes it could be improved, but it was made in the heat of the method when non bots and bots were using it, now it's a bot at your own risk kind of script
    You have permission to steal anything I've ever made...

  25. #25
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    This is what happens when you use a bot in an exploit area... Yes it could be improved, but it was made in the heat of the method when non bots and bots were using it, now it's a bot at your own risk kind of script
    I think it has less to do with the "exploit area" and more about how the script does nothing but click in a very small oval for hours while hitting two keys.

    I'm not trying to insult you or the script, but in my personal experience this type of script can get accounts banned.

Page 1 of 4 123 ... LastLast

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
  •