1. Get an Autoclicker
like AHK/your Keyboard Software/your Mouse Software that can press Buttons on random Intervals (for example: Press S and A every 20-40 seconds)
This would be the Script for AutoHotKey Software
You change the S and A to the Keybind you are using.
If you wanna change the 20s-40s interval, change the 20000 or 40000.
Code:
#IfWinActive, World of Warcraft
Loop
{
ControlSend,,S,World of Warcraft
ControlSend,,A,World of Warcraft
Random ranSleep, 20000, 40000
sleep %ranSleep%
}
return
2. Create this Macro:
Code:
/tar (AV NPC NAME)
/click BattlefieldFrameJoinButton
/click PVPReadyDialogEnterBattleButton
/script WorldStateScoreFrame:Show()
/click WorldStateScoreFrameLeaveButton
/click StaticPopup1Button2
3. Turn on Auto Gossip and Auto Quests in Leatrix Plus and turn on "Block Party Invites"
4. Enable Interact Key, so you can automatically target the AV NPC with a Keybind
Put the Macro on a Keybind and the Interact Key on another Keybind.
This will have you automatically queue, join up and exit the BG once over. It will also prevent AFK, as long as you click atleast once per 5 minutes.
You can also use AHK to manually check for each WOW Client to use it on 2 clients at the same time, without having to have the window open.
You can either use ChatGPT or find someone that will give you the Script for it.
Warning:
You will get tons of reports and Blizzard will probably check what you did there and will permanently ban you for using hacks/cheats. Yes, a Software that presses these Keybinds for you will be declared as hacks/cheats.
I got permanently banned for this, so either use it at your own risk, use it manually or whatever you wanna do.