New disconnect macro menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New disconnect macro

    How it works
    Loops thru the contents of your bags, whispers yourself the item link for each item found, so make sure your bags contains different stuff.

    Instructions
    1. Make sure you have some different stuff in your bags, or it wont work. (I havent tested how many different things is needed)
    2. Make the macro below
    3. Put the macro on your actionbar and click it.
    4. Profit?

    Macro
    /run for i = 0, 100 do for bn = 0, NUM_BAG_SLOTS do for sn = 1, GetContainerNumSlots(bn) do iid = GetContainerItemID(bn, sn); if iid then SendChatMessage(select(2, GetItemInfo(iid)), "WHISPER", "nil", GetUnitName("player")); end end end end

    Apparently some have issues with reconnecting after they DC. If so, try this macro instead.

    Alternative Macro
    /run for i=0,100 do for bn=0,NUM_BAG_SLOTS do for sn=1,GetContainerNumSlots(bn) do iid=GetContainerItemID(bn,sn); if iid then SendChatMessage(select(2,GetItemInfo(iid)),"WHISPER","nil",GetUnitName("player")); if sn==10 then break; end end end end end
    Last edited by Wopak; 09-18-2012 at 06:30 AM.

    New disconnect macro
  2. #2
    OverLordErIcH's Avatar Explorer / Exploiter
    Reputation
    517
    Join Date
    Jan 2009
    Posts
    542
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How long do you have to spam it for before it disconnects you?
    Wowgamerxx119 exploit life

    www.youtube.com/user/overlorderich

  3. #3
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OverLordErIcH View Post
    How long do you have to spam it for before it disconnects you?
    I only spammed it like 3-5 times, i have 50ish items in my bags.

  4. #4
    Iaccidentallytwink's Avatar Elite User
    Reputation
    591
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to keep it looping without repressing macro?


  5. #5
    lordleto's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Iaccidentallytwink View Post
    Any way to keep it looping without repressing macro?
    /run for a = 0, 100 do for bn = 0, NUM_BAG_SLOTS do for sn = 1, GetContainerNumSlots(bn) do iid = GetContainerItemID(bn, sn); if iid then SendChatMessage(select(2, GetItemInfo(iid)), "WHISPER", "nil", GetUnitName("player")); end end end end

    This will do 100 loops. Change "a = 0, 100" to your liking.

  6. #6
    Iaccidentallytwink's Avatar Elite User
    Reputation
    591
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WEIRD stuff is happening with this macro. I can't log back in if I DC myself, it just DC's me instantly after saying "Success". Any workaround aside from restarting the client?


  7. #7
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added a loop to the macro, so just press it once

  8. #8
    Iaccidentallytwink's Avatar Elite User
    Reputation
    591
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wopak View Post
    Added a loop to the macro, so just press it once
    I'm unable to log back in after disconnecting without restarting the client.


  9. #9
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Iaccidentallytwink View Post
    I'm unable to log back in after disconnecting without restarting the client.
    Yeah, i heard it happens sometimes.

  10. #10
    Iaccidentallytwink's Avatar Elite User
    Reputation
    591
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wopak View Post
    Yeah, i heard it happens sometimes.
    I'm having this happen every single time.


  11. #11
    lashthebest's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This may be a stupid question, but what exactly is the benefit of this macro? Disconnecting myself doesnt seem very useful;p

  12. #12
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lashthebest View Post
    This may be a stupid question, but what exactly is the benefit of this macro? Disconnecting myself doesnt seem very useful;p
    All i can say is.... It's usefull for exploiting. So if you're into that stuff, you will know how to make use of it.

  13. #13
    xPlacebox's Avatar Contributor
    Reputation
    188
    Join Date
    Jun 2012
    Posts
    210
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This isn't really what people are looking for with a new dc macro. It dc's you and all, but so do alot of other macro's that work this way, like the gbank lag macro for instance. We need a macro that dc's you immediately after pressing it once. +rep for contributing though

  14. #14
    lashthebest's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, i clearly am into exploiting or i wouldn't be here, but i am kinda new to it so ye;p Is it a secret what this is good for or?

  15. #15
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xPlacebox View Post
    This isn't really what people are looking for with a new dc macro. It dc's you and all, but so do alot of other macro's that work this way, like the gbank lag macro for instance. We need a macro that dc's you immediately after pressing it once. +rep for contributing though
    Well for going into 'the other world' there's always the realm selection bug, but i assume you know that one ofc
    Last edited by Wopak; 09-17-2012 at 10:54 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. New disconnect macro/script!
    By Renyei in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 09-22-2014, 09:21 PM
  2. [3rd Party] New Disconnect Macro
    By LuckLuka in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 08-25-2012, 05:17 PM
  3. New disconnect macro
    By nightcracker in forum WoW UI, Macros and Talent Specs
    Replies: 6
    Last Post: 06-14-2010, 02:23 PM
  4. New Disconnecting Thing
    By Ferriz in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 06-07-2007, 01:13 AM
  5. New Lag Macro
    By Hermitiess in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 05-29-2007, 09:49 AM
All times are GMT -5. The time now is 01:21 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