Fishing promoter guild rep exploit menu

User Tag List

Page 13 of 18 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 265
  1. #181
    Ninifay's Avatar Banned
    Reputation
    8
    Join Date
    Apr 2011
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works perfect, just afraid to keep lvling the guild.

    Don't want to get banned again

    Fishing promoter guild rep exploit
  2. #182
    mescalinez's Avatar Sergeant
    Reputation
    51
    Join Date
    Aug 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what u mean again ? :P

  3. #183
    pm234's Avatar Contributor
    Reputation
    83
    Join Date
    Nov 2011
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is awesome! +rep

  4. #184
    axaruz's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This bug works very well, but a lot of people know about, so it's likely getting hotifixed in the not-so-distant future.

  5. #185
    Cloud13's Avatar Contributor CoreCoins Purchaser
    Reputation
    195
    Join Date
    Jul 2008
    Posts
    283
    Thanks G/R
    1/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axaruz View Post
    This bug works very well, but a lot of people know about, so it's likely getting hotifixed in the not-so-distant future.
    Id rather have more people know and use it for a short period of time than a select few people. Blizzard is much more likely to ban if a small number of people do it, and only hotfix if hoards are participating.
    Remember to click +Rep if someone assist you on the forums. Spread the love.

  6. #186
    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 cloud13 View Post
    Id rather have more people know and use it for a short period of time than a select few people. Blizzard is much more likely to ban if a small number of people do it, and only hotfix if hoards are participating.


    This is so incredibly true... I am actually telling everyone I know to maximize exposure lol

  7. #187
    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)
    BACKROUND AUTO REP GAINING


    I did post this over in the main thread to hopefully get it to as many people as possible before Blizz fixes this, but I felt it was more appropriate here in the BOT/PROGRAM section of the forums. Hopefully you guys don't mind the x-post in this one instance.



    QUICK FEATURES LIST
    1. I randomize the keystrokes to make it seem much more human.
    2. This is setup to support ORG, but with a simple macro change will support Ally too.
    3. Single key press strokes that are just like you hitting the button on your keyboard.
    4. ALL ACTIONS ARE DONE IN THE BACKGROUND!!!
    5. Allows you to play more than 1 game of WOW, or do anything else on PC whilst working in background.


    Thank you to those who have found all of these exploits! This is just an automization script I whipped up in about 15 min. I hope you enjoy it!


    THE GUIDE


    STEP #1 - MACROS SETUP


    *IMPORTANT*
    You are going to create 3 easy Macros. I will put them in Order for you to copy/paste, but what you need to do is place them on the same exact action bar in positions 1,2,& 3

    BEFORE YOU GO ON, KEYBIND THE OPTION "INTERACT WITH TARGET" WITH THE LEFT BRACKET KEY, the '[' key:





    MACRO #1 - Character Interraction(Action bar position 1)

    Code:
    /tar Grinkle
    *NOTE* : If you are Alliance just go to the guy in Stormwind and include the following macro instead:

    Code:
    /tar Barrus

    MACRO #2 - Complete Quest Macro (Action bar position 2)


    Code:
    /script SelectGossipAvailableQuest(1)
    /script CompleteQuest()
    /script GetQuestReward()
    *NOTE* : This macro will complete the quest automatically.

    MACRO #3 - Delete those Papers! (Action bar position 3)

    Code:
    /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
    *NOTE* : This macro deletes those annoying papers that would take forever to do manually.



    STEP #2 - AUTO HOT KEY (AHK)



    This is what will run the script for you. You have 2 options to run this. You can run it as a WINDOWS executable which I have included, or if you prefer, just copy and paste the included to your autohotkey program and run it that way. I assume most of you will just download my program.



    Code:
    ; This is the Fishing Tournament Quest to maximize XP very quickly
    
    
    
    
    SplashTextOn, 300, , IDENTIFYING WHICH CLIENT TO USE!
    Sleep, 4000 
    SplasHtextoff 
    
    WinGet, wowid, List, World of Warcraft ;Setting unique IDs for each WOW window if more than 1
    
    ;Minimize the WOW windows to determine which one is your main
    WinMinimize, ahk_id %wowid1% 
    WinMinimize, ahk_id %wowid2% 
    
    WinActivate, ahk_id %wowid1% ;Determine main window for this exploit.
    
    ;This is essential so you can play WOW on 1 account and be background turning in quests on the other
    
    SoundPlay, %A_WinDir%\Media\Windows Exclamation.wav
    MsgBox, 4,, Is this the WOW account you wish to use? (press Yes or No) 
    IfMsgBox Yes 
       idMain = %wowid1% 
    else 
       idMain = %wowid2% 
    
    If idMain = %wowid1% 
    { 
       idClone = %wowid2% 
    } else { 
       idClone = %wowid1% 
    } 
    
    ;Activate All WOW windows 
    WinActivate, ahk_id %idMain% 
    WinActivate, ahk_id %idClone% 
    sleep, 2000
    
    SoundPlay, %A_WinDir%\Media\Windows Exclamation.wav
    MsgBox, 1,, MACROS MUST BE SETUP + BE NEXT TO NPC (press OK to continue) 
    IfMsgBox Ok
    	sleep 500
    else
    	ExitApp
    
    SplashTextOn, 360, , The 'PAUSE' button will pause/unpause 'ESC' will stop program.
    	Sleep, 5000 
    SplasHtextoff 
    
    
    
    
    ;MACRO ACTIVATION!
    
    Random, rand, 750, 1250 ; Makes the macro command input more human
    
    Loop ; infinite loop so stop when needed
    {
    	ControlSend,, 1, ahk_id %idMain% 
    	Sleep 300
    		ControlSend,, [, ahk_id %idmain%
    	Sleep 300
    	
        ControlSend,, 2, ahk_id %idMain% 
    	Sleep %rand%
    
        ControlSend,, 3, ahk_id %idMain% ; DELETING PAPER
    	Sleep %rand% ;
    		
    }
    
    ;Script Controls for User
    
    Pause::Pause   ; Toggle Pause button to pause and unpause script.
    
    Escape::
    ExitApp
    Return




    I highly recommend re-naming the file into something else so the program remains an unknown in your processes.


    FINAL IMPORTANT REVIEW BEFORE YOU START

    [1] You are standing next to the NPC
    [2]You have setup the 3 macros and placed them in the correct order

    [3]You have key-binded "Interact with Target" with the following key '['



    ENJOY
    Last edited by Sklug; 09-01-2012 at 12:45 PM.

  8. #188
    axaruz's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloud13 View Post
    Id rather have more people know and use it for a short period of time than a select few people. Blizzard is much more likely to ban if a small number of people do it, and only hotfix if hoards are participating.
    That...That's not a bad idea!

  9. #189
    Disphotic's Avatar ( ͡° ͜ʖ ͡°) CoreCoins Purchaser
    Reputation
    640
    Join Date
    Sep 2006
    Posts
    1,344
    Thanks G/R
    79/103
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloud13 View Post
    Id rather have more people know and use it for a short period of time than a select few people. Blizzard is much more likely to ban if a small number of people do it, and only hotfix if hoards are participating.
    pretty much this, the history of exploits proves this as well

  10. #190
    zneid's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it a big risk getting banned for this?

  11. #191
    moscato's Avatar Active Member
    Reputation
    20
    Join Date
    May 2011
    Posts
    119
    Thanks G/R
    0/2
    Trade Feedback
    18 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i do this with a toon with 0 in fishing?

    im in front of the npc (barrus) but he does not have any quest for me.. how is that?

  12. #192
    moor2's Avatar Active Member
    Reputation
    65
    Join Date
    Aug 2008
    Posts
    335
    Thanks G/R
    2/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moscato View Post
    can i do this with a toon with 0 in fishing?

    im in front of the npc (barrus) but he does not have any quest for me.. how is that?
    175 fishing and lvl 35 is needed

  13. #193
    Mardorz's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Furiousgeek View Post
    Profile for the autoclic bot who cloude links in his first post

    STOP THE BOT EVERY 4 MINUTES, CAUSE THIS IS A TRIAL, SO IT WILL BE END AFTER 3 SESSION OF 5 MINUTES BUT STOP THE BOT AND RESTART IT WILL NO LONGUER COUNT FOR A SESSION.
    https://rapidshare.com/files/2428463367/Spam_rep_gu.amk
    near 3-4 turn-in / sec
    means +- 200K XP / sec

    Macro : 1 keybind
    /script SelectGossipAvailableQuest(1)
    /script CompleteQuest()
    /script GetQuestReward()

    Macro : 2 keybind
    /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

    keybind : * interact with target


    LVL 1 - 10 in 30 min with this script


    Don't forget to leave the guild with the PL player, it probably delete the overall participation wich gonna be absolutely INSANE (prevent maybe for bans)
    on't forget to leave the guild with the PL player, it probably delete the overall participation wich gonna be absolutely INSANE (prevent maybe for bans)

    What do you meen PL player

  14. #194
    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)
    Yeah i left my alts guild with the alt i leveled it on

    Nobody in this lifetime was catching it xp wise, the counter was massive :P i put it on another big guild, leveled it to exalted and stopped.

  15. #195
    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)
    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.

Page 13 of 18 FirstFirst ... 91011121314151617 ... LastLast

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 11: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