LATEST BLUEPOSTS

WOW TOKEN PRICES

NA 318.896 • EU 391.149

THIS WEEK IN WOW

Fortified • Volcaninc • Spiteful

PATCH 10.1.7 CLASS GUIDES

Demon Hunter Rework, Augmentation Evoker Nerf - Dragonflight Patch 10.2 Development Notes
A new Update has hit the PTR Servers for Patch 10.2, including the most anticipated...
Read More Here
Flame-Warped Curio & Dragonflight Season Mastery Achievement Returns in Patch 10.2
The Omni-Token and Season 3 Mastery Achievement are returning in Patch 10.2!...
Read More Here
Superbloom and Emerald Bounty Public Event Preview - Play with the Blues
The Superbloom and Emerald Bounty are new Public Events introduced with Patch...
Read More Here
Amirdrassil, The Dreams Hope Raid Testing Schedule Updated
The Raid Testing Schedule for the Dragonflight Patch 10.2 PTR has been updated,...
Read More Here

[US] Automation + Auto Kick + Auto Grounding + AI vs Rated PvP

September 18, 2023

Hello everyone.
We all know blizzard try to fight scripters, third-party program usage and cheaters in general.
So I want to talk about ClearTarget() function.
First of all I’m not a developer and some of the code below can be terrible (but working).
Secondly, we all know that CastSpellByName() function is protected to avoid unintended usage.
But what about this?
/run if not (UnitCastingInfo(“target”) or UnitChannelInfo(“target”)) then ClearTarget() end;
/cast [@target, exists, nodead] Spell Lock
/stopmacro [exists]
/targetlasttarget

or, perhaps, this?
/run if(AuraUtil.FindAuraByName(“Banner of the Horde”, “target”, “HELPFUL”)) then ClearTarget() end
/cast [@target, exists, nodead] Death Coil
/stopmacro [exists]
/targetlasttarget

or this (protect HoJ in Grounding)
# showtooltip
/run for i=1,10 do local D = UnitBuff(“target”,i); if D == “Grounding Totem” then ClearTarget() end end;
/cast [@target, exists, nodead] Hammer of Justice
/stopmacro [exists]
/targetlasttarget

Fade protection
#showtooltip
/run for i=1,10 do local D = UnitBuff(“target”,i); if D == “Phase Shift” then ClearTarget() end end;
/cast [@target, exists, nodead] Intimidation
/stopmacro [exists]
/targetlasttarget

These simple macros can help users automate their gameplay. For example, such macros can make interrupts always hit other player’s cast or prevent spells usage if there’s any buff (like divine shield or anti-magic shell) that denies their impact.
In my opinion, many people could’ve used such macros to have advantage over other players in arena.
I think it’s a big problem for the whole PvP community and it should be fixed as fast as possible.
Bicmex video:

This is rn working on retail wow, and 8/10 shamans that you will meet and not only shamans use this.
In addition to all this, there is a program that automatically presses the button for you with a macro called AutoHotKey.
And now I turn into a warlock and begin the ritual of summoning wow community council.
Move my topic to the consuls section. So that Blizzard would fix this problem as soon as possible, which has existed for unknown years, and is already occurring in rated pvp. Even people like Jaime x322 R1 gladiator use these macros on AWC.
https://us.forums.blizzard.com/en/wow/t/when-fix-auto-rotation-bot-auto-kicks-auto-grounding
Bonus Video: _https://www.youtube.com/watch?v=AV2WBbqO4DA

Forum Avatar

Kaivax
Community Manager

#209 – Sept. 18, 2023, 4:01 p.m.
Blizzard Post

We’re investigating this, and we will take appropriate steps to address it as soon as possible.