Arena Interrupt Macro Bug / Explot [Different Version] menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Arena Interrupt Macro Bug / Explot [Different Version]

    Hey!

    Unlike the other stuffs I share... I share this out of rage.

    I have made completely automatic interrupt macro for warlocks (it might work for others, haven't tested it yet).


    So lets move on to work:

    The basic version of the bug / macro (that everyone knows it) is this:

    #showtooltip Command Demon
    /script if GetSpellCooldown(19647)==0 and (UnitCastingInfo("target") or UnitChannelInfo("target")) then CastSpellByID(19647) end



    Now to the alternative:

    - You need two Macros:

    1. /petattack arena1 (u can make arena2, arena 3 dependable where the healer or caster is on your gladius before arena starts (like I do in the video)... or u can even make 3 different macros on 3 different keybinds).

    2.
    #showtooltip Command Demon
    /script if GetSpellCooldown(19647)==0 and (UnitCastingInfo("arena1") or UnitChannelInfo("arena1")) then CastSpellByID(19647, "arena1") end


    IMPORTANT!!! Those are the 2 macros... and you MUST use the same "arenaX" (while X stands for number) in both macros. Or you can make 3 differnt macros for each... meaning 6 total. so for example... F1 and F2 (as keybinds) goes to arena1. F3 and F5 goes for arena2. and F6 and Shift F7... guess what?! Goes to arena3
    One more IMPORATNT stuff: Make sure to not use SHIFT for the macros (will tell u later why) and make sure to not Bind F4 to anything (will tell u later why, but u can guess as well xD)


    Now to the Automatisation:

    IMPORTANT: Make sure to use HARDWARE NOT Software for auto-clicks:[/B]
    - I personally use my mouse when I need something to be clicked automatically but... ALSO IMPORATNT: Make sure to not use the auto clicking to gain advantage over the other players, or put them into disadvantage. I am showing u this here... but I hope Blizzard will fix it ASAP, so be fast if u wanna use it :P

    -Now head over to your mouse / Keyboard / something that autoclicks for you - Software and Make a macro that auto repeats:
    If you have bound or 2 macros on F1 + Shift F1... then make sure to make it repeat F1 once... (to send the pet to attack arena1 (for example))... and 10-20 times F2 with the least latency possible. My mouse can click button with 1ms latency... so I set that.

    What this all thing does?
    - First Macro (/petattack arenaX) sends your pet to the healer (or caster... decision up to you), so it stay close to him forever... so it's in line of sight when it casts spell.
    - Second Macro (if GetSpellCooldown(19647)==0 and (UnitCastingInfo("arena1") or UnitChannelInfo("arena1")) then CastSpellByID(19647, "arena1") end) meaning: If the cooldown on spell lock is 0 (meaning it's off CD)... AND the arenaX target IS casting or channeling ... use spell lock on arenaX.
    ON ENGLISH: if he don't cast anything... spell lock won't be used... as soon as he starts casting... it will spell lock almost instant (depends on your world latency and speed of pressing the macro in your autoclicks).


    About those "Tell u later stuffs" from Above:
    - Don't use Shift: If you put shift on autoclick... that means that it will be pressed in random moments... and if u got anything else bound on Shift... like for example... my portal is bound on Middle Mouse Button... my Summon portal is Shift Middle Mouse Button. If it happens my autoclicking stuff to press shift when I want to teleport myself... Guess what!?!? It will setup a portal at my position because shift will be pressed... and I will die. I know the chances are low because of the low latency click... but just so u don't say I didn't mentioned.

    -Don't use F4 for the macro: If you do use... and u got Alt (Like i do for some stuffs) bound on other keys or keybinds... guess what?! You guessed right... ALT F4 .. is always a Free Win if you press it in arena. Kappa


    Downsides:
    - You pet will interrupt the target when it casts... regardless if Aura Mastery is up on the target or not (Aura Mastery - Spell that prevents you to get interrupted for certain time).
    - Nothing else.


    If you FAILED to understand something... or u want to get this whole information VISUALLY... Don't worry! I got your Back!

    Check This Out:
    Arena Instant Interrupt Macro Bug / Exploit / Script - Free Rating (CLICK HERE)




    Hope you enjoy this little guide and variations in this guide... and YES I KNOW it's been posted before.. but all I saw on those posts is how to make it for the target only and I just shown u how to make for whoever u like... whenever u like... and AUTOMATICALLY.
    So FU haters <3

    Peace

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

    Arena Interrupt Macro Bug / Explot [Different Version]
  2. #2
    MarkOJensen's Avatar Member
    Reputation
    11
    Join Date
    Nov 2012
    Posts
    3
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for sharing Umren. One of the best streamer/youtubers for wow that I like ^^ keep on!

  3. #3
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MarkOJensen View Post
    Thanks for sharing Umren. One of the best streamer/youtubers for wow that I like ^^ keep on!
    Will do mate... thanks for the nice feedback!

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

  4. #4
    InternetExplorer's Avatar Contributor
    Reputation
    136
    Join Date
    Sep 2007
    Posts
    420
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even better,
    Code:
    /run local f=CreateFrame('Frame')f:SetScript('OnUpdate',function(s,e)if UnitExists('arena1')then if select(9,UnitCastingInfo('arena1'))then CastSpellByID(19647)end end end)
    Just press it once every login. It will only interrupt if the spell is interruptable.
    Last edited by InternetExplorer; 07-24-2015 at 04:24 PM.

  5. #5
    crunk001's Avatar Banned CoreCoins Purchaser
    Reputation
    241
    Join Date
    Aug 2008
    Posts
    895
    Thanks G/R
    100/47
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I dont understand the fuss about it. I have super fast reactions and an okay ping. I can pull that off without a macro or auto-clicker. Have gamers become slower?

  6. #6
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by InternetExplorer View Post
    Even better,
    Code:
    /run local f=CreateFrame('Frame')f:SetScript('OnUpdate',function(s,e)if UnitExists('arena1')then if select(9,UnitCastingInfo('arena1'))then CastSpellByID(19647)end end end)
    Just press it once every login. It will only interrupt if the spell is interruptable.
    I am afraid to press that macro considering ur name and the avatar picture xD

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

  7. #7
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crunk001 View Post
    I dont understand the fuss about it. I have super fast reactions and an okay ping. I can pull that off without a macro or auto-clicker. Have gamers become slower?
    maybe mate ... maybe

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

  8. #8
    artemarkantos's Avatar Contributor Authenticator enabled
    Reputation
    134
    Join Date
    Jun 2009
    Posts
    441
    Thanks G/R
    338/79
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice exploit, but bad^)

  9. #9
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by artemarkantos View Post
    Nice exploit, but bad^)
    I know ... thats why i shared it :/

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

  10. #10
    k4l4n1's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am destruction and use tome of sacrifice, so could I just use macro #2 while I am in the casters line of sight? Is this patched yet?

  11. #11
    Umren's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2010
    Posts
    221
    Thanks G/R
    8/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by k4l4n1 View Post
    I am destruction and use tome of sacrifice, so could I just use macro #2 while I am in the casters line of sight? Is this patched yet?
    it has good chances of being fixed by now

    -- | Twitch | YouTube | Twitter | Facebook | --
    Be a Cool Bro, Subscribe / Follow / Like! (m)

Similar Threads

  1. [ArcEmu] How to make 2 realms with different version
    By damar in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 11-20-2010, 01:53 AM
  2. [Question] Leave arena/BG macro.
    By da_bizkit in forum World of Warcraft General
    Replies: 2
    Last Post: 06-21-2008, 03:50 PM
  3. Another useless bug/explot :D
    By XxKajxX in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 02-16-2008, 06:32 PM
  4. [Tip] Arena Target Macro
    By Osiris183 in forum World of Warcraft General
    Replies: 4
    Last Post: 12-05-2007, 01:31 PM
  5. Lets play some tetrix (Remix) (Many different versions) (youtube)
    By CraZe in forum Screenshot & Video Showoff
    Replies: 4
    Last Post: 10-22-2007, 03:43 PM
All times are GMT -5. The time now is 09:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search