WoW Exploiting [Macros] menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    VoTuUS's Avatar Visions of the Unknown CoreCoins Purchaser
    Reputation
    1580
    Join Date
    Oct 2010
    Posts
    620
    Thanks G/R
    44/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW Exploiting [Macros]

    -WoW Exploiting Macros-

    As many of you already know, exploiting with macros can make things easier, and sometimes even more efficient. In this thread I'm going to post all the macros that I use, and that can be used for exploiting. If you have any macros that you feel are appropriate for this thread, just post them below and I'll be more than happy to add them. I'm posting this here rather than in the "WoW UI, Macros and Talent Specs" because this is mainly for exploiting purposes.


    Disconnect macros:

    This completely exits your wow.
    Code:
    /run ForceQuit()
    This will freeze your client (have to forcequit it), ..you have to relog on another client to get the full D/C effect.
    Code:
    /run while true do end
    Spamming this macro will cause an immediate D/C.
    Code:
    /run for v=1,500 do for i = 1,GetNumFactions() do SetWatchedFactionIndex(i) end end
    This causes your client to crash.
    Code:
    /script HelpPlateTooltip.Text:SetText("\1243")
    Lag macros:

    A client side lag used for delaying, the more 9's you add, the longer the lag.
    Code:
    /run for i=1,9999999 do time() end
    This has a whole video dedicated to it here http://www.ownedcore.com/forums/worl...audio-lag.html ([RAoV] - Audio Lag)
    Code:
    /click AudioOptionsVoicePanelEnableVoice
    Similar to the "audio lag" but the lag is more precise.
    Code:
    /run debugprofilestart() while debugprofilestop()
    
    For this one you need to fill your bags up with greys, and it sells them all creating a lag (Has been used for desyncs before).
    Code:
    /run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"ffffffff") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
    This macro is well known and is called "Guild Bank Lag" just open up your guild bank and spam away (also plenty of videos with this).
    Code:
    /script for s=1,80 do _G[format("GuildBankColumn%dButton%d", ceil(s / 14), s % 14 + 1)]:Click("LeftButton") _G[format("GuildBankColumn%dButton%d", random(1,7), random(1,14))]:Click("LeftButton") end
    Mainly a D/C macro, but it also causes a lag upon logging back in.
    Code:
    /run for v=1,500 do for i = 1,GetNumFactions() do SetWatchedFactionIndex(i) end end
    Battleground/Dungeon macros:

    Enters the battleground.
    Code:
    /script AcceptBattlefieldPort(1,1)
    Leaves the battleground.
    Code:
    /script LeaveBattlefield()
    Teleport in/out of dungeon
    Code:
    /run LFGTeleport(IsInLFGDungeon())
    /run LFGTeleport(IsInLFGDungeon())
    Helpful macros:

    Hides your UI, useful for screenshots and recordings.
    Code:
    /run PlayerFrame:Hide()
    /run MinimapCluster:Hide()
    /run Minimap:Hide()
    /run BuffFrame:Hide()
    /run ChatFrame4Tab:Click()
    /run PartyMemberFrame1:Hide()
    /run PartyMemberFrame2:Hide()
    Character stuck macro.
    Code:
    /click HelpFrameCharacterStuckStuck
    Leaves your group.
    Code:
    /script LeaveParty()
    Refresh your wow client for visual bugs, etc.
    Code:
    /script RestartGx()

    Clicking macros:

    Accepts a popup.
    Code:
    /click StaticPopup1Button1
    Accepts a gossip.
    Code:
    /click GossipTitleButton1
    Accepts a quest.
    Code:
    /script SelectGossipAvailableQuest(1)
    /script AcceptQuest()
    Abandons a quest.
    Code:
    /click StaticPopup1Button1
    /click QuestLogFrameAbandonButton
    Teleport to graveyard.
    Code:
    /script PortGraveyard()
    Releases when dead and clicks a non-popup.
    Code:
    /run RepopMe()AcceptResurrect()AcceptXPLoss()
    Accept trade.
    Code:
    /click TradeFrameTradeButton
    Frame macros:

    The macros below have the frame name in it, so no need to explain much. BTW for these you need to open up the original frame first. There are many more you can do as well, and im sure some of these are really buggy considering it allows you to put an item into it, causing it to grey/bug out
    Code:
    /run BankFrame:Show()
    Code:
    /run TradeFrame:Show()
    Code:
    /run AuctionFrame:Show()
    Code:
    /run MailFrame:Show()
    Code:
    /run ReforgingFrame:Show()
    Code:
    /run ItemUpgradeFrame:Show()
    Code:
    /run TransmogrifyFrame:Show()
    Code:
    /run VoidStorageFrame:Show()
    Enable a greyed out option. (withdraw button from guildbank for example).
    Code:
    /run GuildBankFrameWithdrawButton:Enable()
    Code:
    /run GetMouseFocus():Enable()
    When you mouseover certain things it gives you scripts that you can use the information to create all sorts of macros.
    Code:
    /framestack
    Many of these macros have been made with the use of framestack. There are plenty of more macros that can be used/helpful for exploiting, so don't hesitate to try and find some on your own. I'll be adding more macros to this once I can remember them all. I hope you guys find this thread useful!

    ~Omo
    ~VoTuUS
    Last edited by VoTuUS; 11-18-2013 at 01:10 PM. Reason: Added new macros.

    WoW Exploiting [Macros]
  2. #2
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very complete and well thought out post! Looking forward to adding these to my collection. +repx7


  3. #3
    Teryaki's Avatar Legendary Explorer CoreCoins Purchaser
    Reputation
    667
    Join Date
    Mar 2010
    Posts
    949
    Thanks G/R
    103/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very good guide as usual VoTuUS. +4rep for this, very useful for exploration purposes as well
    My Exploration Channel: Teryaki's Channel
    Teryaki#1806

  4. #4
    eggsampler's Avatar Contributor
    Reputation
    208
    Join Date
    Jan 2008
    Posts
    106
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This macro should crash english clients,

    Code:
    /script HelpPlateTooltip.Text:SetText("\1243")

  5. #5
    Augury13's Avatar Legendary
    Reputation
    884
    Join Date
    Oct 2012
    Posts
    1,736
    Thanks G/R
    424/74
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Wish i could +rep but great guide, love when you come out and show new shit . Thanks.

  6. #6
    VoTuUS's Avatar Visions of the Unknown CoreCoins Purchaser
    Reputation
    1580
    Join Date
    Oct 2010
    Posts
    620
    Thanks G/R
    44/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eggsampler View Post
    This macro should crash english clients,

    Code:
    /script HelpPlateTooltip.Text:SetText("\1243")
    Just tested it and it does. ill add it right now, thanks!

    Originally Posted by tmanowen View Post
    Wish i could +rep but great guide, love when you come out and show new shit . Thanks.
    Thanks

  7. #7
    SacredSpenny's Avatar Contributor CoreCoins Purchaser
    Reputation
    229
    Join Date
    Dec 2007
    Posts
    647
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by VoTuUS View Post

    Hides your UI, useful for screenshots and recordings.
    Code:
    /run PlayerFrame:Hide()
    /run MinimapCluster:Hide()
    /run Minimap:Hide()
    /run BuffFrame:Hide()
    /run ChatFrame4Tab:Click()
    /run PartyMemberFrame1:Hide()
    /run PartyMemberFrame2:Hide()
    Very nice macros. Thanks for postiing. But doesn't alt + Z do the same thing here?

  8. #8
    VoTuUS's Avatar Visions of the Unknown CoreCoins Purchaser
    Reputation
    1580
    Join Date
    Oct 2010
    Posts
    620
    Thanks G/R
    44/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SpecnerG View Post
    Very nice macros. Thanks for postiing. But doesn't alt + Z do the same thing here?
    They're very similar, alt +Z hides everything.. with this though you can add/remove some of the lines and have what exactly you want to show.

  9. #9
    Augury13's Avatar Legendary
    Reputation
    884
    Join Date
    Oct 2012
    Posts
    1,736
    Thanks G/R
    424/74
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    MOUNT BUG IS BACK <3 U SO much DDDDDD.. Also the 2nd macro dc's you twice... Using elixir doesn't work which is odd. Mighta just been that try. Hope someone gets it and it was just an unlucky try.

  10. #10
    H4x0rAbdullah's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Nov 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, been looking for macros a while, but couldn't find that many, now bugging will become more funnier +rep (EDIT: had already gived you to much rep :S )

    Originally Posted by tmanowen View Post
    MOUNT BUG IS BACK <3 U SO much DDDDDD.. Also the 2nd macro dc's you twice... Using elixir doesn't work which is odd. Mighta just been that try. Hope someone gets it and it was just an unlucky try.
    What do you mean with that? do you mean the guild bank fuse? (If that's back It'll be fun )

  11. #11
    VoTuUS's Avatar Visions of the Unknown CoreCoins Purchaser
    Reputation
    1580
    Join Date
    Oct 2010
    Posts
    620
    Thanks G/R
    44/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by H4x0rAbdullah View Post
    Nice, been looking for macros a while, but couldn't find that many, now bugging will become more funnier +rep (EDIT: had already gived you to much rep :S )
    What do you mean with that? do you mean the guild bank fuse? (If that's back It'll be fun )
    The guild bank fuse does still work But I think the steps are different, ill test it when I get home!

  12. #12
    H4x0rAbdullah's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Nov 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by VoTuUS View Post
    The guild bank fuse does still work But I think the steps are different, ill test it when I get home!
    Nice, tell me if you find something!

  13. #13
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I suggest you to add a timed freeze macro, similar in its principle to your "audio lag" but lag time can be chosen precisely.

    /run debugprofilestart() while debugprofilestop()
    Might be useful for sequentially pressing 2 or more buttons with specified and very precise delay.
    Last edited by RedRussian; 11-30-2012 at 11:43 AM.

  14. #14
    Unscrupulous's Avatar Contributor CoreCoins Purchaser
    Reputation
    178
    Join Date
    Apr 2012
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So will the enable grayed out button allow you to withdraw from a gbank you dont have access to?

    Thanks for this great list,
    Unscrupulous

  15. #15
    mercules's Avatar Sergeant Major
    Reputation
    43
    Join Date
    May 2012
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow great list!

    i've been using this one to get into offline mode previously :

    Spamming this macro will cause an immediate D/C.
    Code:
    /run for v=1,500 do for i = 1,GetNumFactions() do SetWatchedFactionIndex(i) end end
    Last edited by mercules; 11-30-2012 at 02:21 PM.

Page 1 of 3 123 LastLast

Similar Threads

  1. Update for Free WoW exploit users..
    By Tokolosi in forum World of Warcraft General
    Replies: 8
    Last Post: 06-22-2007, 07:25 PM
  2. two c00l wow exploit vids
    By zata4r in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 12-02-2006, 09:21 PM
  3. WoW exploit movie
    By better_name_than_urs in forum Community Chat
    Replies: 5
    Last Post: 08-07-2006, 10:42 AM
All times are GMT -5. The time now is 12:04 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