Fishing promoter guild rep exploit menu

User Tag List

Page 14 of 18 FirstFirst ... 101112131415161718 LastLast
Results 196 to 210 of 265
  1. #196
    Sklug's Avatar ★ Elder ★
    Reputation
    1084
    Join Date
    Mar 2008
    Posts
    1,210
    Thanks G/R
    210/224
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Exystredofar View Post
    I use a different Autohotkey script that's a lot shorter but does the same thing.
    Code:
        WinGet, wowid, List, World of Warcraft
        #IfWinActive, World of Warcraft
         
        Loop
        {
        ControlSend,, {Del}, ahk_id %wowid1%
        sleep 50
        ControlSend,, {F12}, ahk_id %wowid1%
        sleep 50
        }
        return
         
         
         
        Suspend
        Pause,,1
        return
    The Delete key is bound to interact with target, I use leatrix plus and quests auto-accept/turn in the way I have it set up, and F12 is the macro to delete the flyers. Basically a variation of the same script I use to camp rare spawns. This can also be edited to work the same way with multiple WoW's by coping the send lines and editing them at the end to say wowid2, wowid3, etc.
    Ya very nice... especially like the auto complete quests addition. I just wrote this one to have the least amount of configuration as possible and be as user friendly as possible lol... Will definitely be getting it setup similiar myself soon. Good ideas, thx!

    Fishing promoter guild rep exploit
  2. #197
    Exystredofar's Avatar Member
    Reputation
    7
    Join Date
    May 2010
    Posts
    72
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In an hour, my guild went up 5 levels. Not sure if I should stop while I'm ahead or take the risk and get it all the way to 25, hell, it's already 20 now. At this point it's more or less just wondering when Blizzard will roll the levels back and/or ban the throwaway account I'm using to level it. And TrioxX, I'm still getting guild experience from it.

  3. #198
    evreon's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just got my guild from level 19 to 25 in about an hour or so with some guild mates helping. To speed up the process, use these macro's:

    Quest Complete macro (spam click the npc at the same time you spam the macro):

    /script SelectGossipAvailableQuest(1)
    /script CompleteQuest()
    /script GetQuestReward()
    Delete macro (deletes all the fliers in your bag's in one):
    /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Fishing Tournament!") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
    Last edited by evreon; 09-01-2012 at 01:40 PM.

  4. #199
    squee666's Avatar Contributor
    Reputation
    211
    Join Date
    Jun 2009
    Posts
    245
    Thanks G/R
    7/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    working so farm im lvl 20 up from 1

  5. #200
    mich126's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    May 2009
    Posts
    309
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Took me 5h from nothing to lvl 25 guild.

    Great stuff

  6. #201
    putenschnitzel's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Took me only 2 hours :x

    Thank you.!

  7. #202
    YourVerifiedGoldPartner's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you need to have fishing level?

  8. #203
    tialk's Avatar Active Member
    Reputation
    32
    Join Date
    Sep 2009
    Posts
    102
    Thanks G/R
    55/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, worked for me with 176.

  9. #204
    Dante's Avatar M.L.G. ╰ ╯╰ ╯ ╰ ╯ ╰ ╯ CoreCoins Purchaser
    Reputation
    1322
    Join Date
    Aug 2012
    Posts
    2,481
    Thanks G/R
    132/142
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloud13 View Post
    After the patch, all "level appropriate" quest now give 330 guild rep with tabard

    This includes the INSTANTLY repeatable Fishing flier quest available from Grinkle as well as \Barrus

    All you need to do is accept and complete the quest. and repeat. Exalted in no time. Works at level 85


    macro contributed by hackerlol to delete fishing fliers from your bag:

    /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Fishing Tournament!") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

    The following taken from Phantoms post:

    Alright, now this part isn't required, but if you want to do this fast, I highly recommend it.
    First, bind Interact With Target to an easy to reach key, such as Action Bar Slot 3.
    Also, turn on Sticky Targeting.
    Next, bind the following macro to an easy to reach key, such as Action Bar Slot 2:

    /script SelectGossipAvailableQuest(1)
    /script CompleteQuest()
    /script GetQuestReward()
    What the above macro does, is clicks "Continue", and then on the next turn "Complete Quest" for you after you talk to the guy.

    Now, click on the quest giver. Since you have Sticky Targeting on, even if you click somewhere else, it will not take you off of him.
    Now, press the key you bound to Interact with Target (I used 3).
    This will start the quest log. Click the macro you bound (I used 2).
    That will auto-click Continue and Complete Quest for you.

    That's one quest turn-in.

    So, the basic order is 3-2-2 (using my keybinds).
    However, with Sticky Targeting, just spam both at the same time as fast as you can. This will result in turning in the quest VERY fast, and causing you to get Exalted with your guild within 5-10 minutes and letting you get 60k guild exp per .5 - 1 second!


    EDIT: Actually, you don't need Sticky Targeting, you did with the old method, so feel free to disregard that part if you want.
    EDIT2: Credit to Cloud13 (again). To automate this process on multiple accounts, I am using an autoclicker called http://www.ownedcore.com/forums/worl...ng-helper.html (Gemmore - A Free Prospecting Helper). The only way Ive managed to get it to work is to open the program multiple times and set one to each macro you have keybound.

    Thanks alot! Helped me ALOT! Hope i don't get banned

  10. #205
    nazgul111's Avatar Site Donator The Faithless
    Reputation
    256
    Join Date
    Apr 2010
    Posts
    303
    Thanks G/R
    20/14
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Best way to do this? get _KeySpam and put the macro on any key you gonna configure in the KeySpam the set sleep time on '1' and set the interact with target key in wow and also put is as 2nd key to spam in KeySpam, target goblin, start up the KeySpam and voila you just made it the fastest way possible without even needing to interact with anything in wow

    My results so far? started it 10 minutes ago and already exlated with newly created guild + halfway to guild lvl 6

    Forgot to put up macro:

    /run SelectGossipAvailableQuest(1);CompleteQuest();GetQuestReward()
    /run for b=0,4,1 do for s=1,32,1 do local n=GetContainerItemLink(b,s);if n and string.find(n,"Fishing Tournament!") then PickupContainerItem(b,s);DeleteCursorItem();end;end;end;

    it will both take care of turning the quest and deleting flyers

    ENJOY!!

    Half way to lvl 11 now!!!

    1 and half and hour and lvl 20 as of now quite fast
    Last edited by nazgul111; 09-01-2012 at 04:30 PM.
    Interested in Dugi's Ultimate Guide? Then Visit my Thread and get it for free
    link: https://www.ownedcore.com/forums/wor...ate-guide.html

  11. #206
    Konkeestadoor's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed 175 fishing to get the quest available, still working US server!

  12. #207
    xtravisxterrorx's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone confirming / not confirming bans yet? or too many people rolling with this it'll just be rollbacks?

  13. #208
    gippy's Avatar Elite User
    Reputation
    436
    Join Date
    Jun 2008
    Posts
    1,322
    Thanks G/R
    293/139
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xtravisxterrorx View Post
    anyone confirming / not confirming bans yet? or too many people rolling with this it'll just be rollbacks?
    The last thing i remember as big as this was the stars tears (arena water) tradeable for gold during wotlk, it was massive, i got all my alts 5k flying and much more (had like 10 85s) and nothing happened but then there was the open holiday event bags for extra jp/vp and loads got perma banned. The difference between the two is that anybody could of stumbled upon the stars tears and sold them but the bags people had to actually keep them incase.

    Eitherway imo this has got too massive to close to mop release and they'd lose too much cash banning people that are just about to buy the expansion,

  14. #209
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    EDIT: removing my comments
    Last edited by ev0; 09-01-2012 at 05:26 PM.

  15. #210
    gippy's Avatar Elite User
    Reputation
    436
    Join Date
    Jun 2008
    Posts
    1,322
    Thanks G/R
    293/139
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how much did you do it?

Similar Threads

  1. [Exploit/Common Sense] Darkmoon Faire quests giving guild rep+exp
    By darkchaos89 in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 09-02-2012, 02:33 PM
  2. [Bot] Mini Bot Program I wrote to BACKGROUND automate the fishing tournament REP exploit.
    By Sklug in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 09-01-2012, 10:25 PM
  3. [How-To] Get Exalted with Guild in no time! With Fishing Promoter
    By Tournique in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-01-2012, 05:28 AM
  4. SFK heroic guild rep bug/exploit
    By rayray in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 02-17-2011, 12:45 PM
  5. Guild rep exploit (requires a few deaths)
    By Nezparial in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 12-24-2010, 10:26 AM
All times are GMT -5. The time now is 03:10 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search