New disconnect macro menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been playing around with this. Having a lot of issues with the not being able to log back in. But confident I will find away around the issue. IF this works. You deserve a medal lol. +1rep

    New disconnect macro
  2. #17
    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)
    For the relogging issue, i suggest you remove the loop and set up a spammable macro. I'm not sure, but i suspect that the issue is the loop it does 100 times

    Try this and click the macro until it dc's you, would like feedback on it ofc.

    Macro
    /run 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

  3. #18
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    perfect I just dropped the loop down to 70 and it works like a charm. Dc's me 10-10 times with no problem logging back in. I dont have to restart client. No spamming. and No client crashes. (which i had happen when i attempted to spam first macro, lol) thanks a bunch

  4. #19
    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 crackmycrock View Post
    perfect I just dropped the loop down to 70 and it works like a charm. Dc's me 10-10 times with no problem logging back in. I dont have to restart client. No spamming. and No client crashes. (which i had happen when i attempted to spam first macro, lol) thanks a bunch
    Tried this with lower than 70, I'm still getting the issue.

    Any chance you could spam a list of item IDs. Say Item IDs 1000 through 5000 or something. Would help it become more "stable" and less random since it depends on how much people have in their bags right now.


  5. #20
    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)
    Try this:

    /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

    Tell me how it works for you.

  6. #21
    Kaflaffel's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    2/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wopak View Post
    Try this:

    /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

    Tell me how it works for you.
    Not very well here.. It give a DC, but it wont allow me to relog for around 2 minutes

  7. #22
    Devanh's Avatar Contributor
    Reputation
    199
    Join Date
    Apr 2012
    Posts
    381
    Thanks G/R
    60/25
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great find, this works as a lag macro too I believe... I will have to do some testing to see what happens server side probably going to be very interesting. +rep

  8. #23
    AraiXplorer's Avatar Elite User
    Reputation
    396
    Join Date
    Jun 2012
    Posts
    223
    Thanks G/R
    0/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a working one :

    /run for i=0, 2000 do SendChatMessage(random(999999999), "WHISPER", "nil", GetUnitName("player")) end
    Simply whispers you with thousands of message with 9 digit random, dc in half a second, no trouble reconnecting so far
    Edit : working on a more brutal one
    Last edited by AraiXplorer; 09-18-2012 at 12:44 PM.

  9. #24
    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 AraiXplorer View Post
    I made a working one :



    Simply whispers you with thousands of message with 9 digit random, dc in half a second, no trouble reconnecting so far
    Edit : working on a more brutal one
    Didn't work for me at all. Not even a after spamming. I think linking items causes the crash and is the "brutal" part of it, because it makes the item data get fetched when linking.


Page 2 of 2 FirstFirst 12

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 06:32 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