This Macro Makes Warriors TELEPORT!

Опубликовано: 04 Июнь 2026
на канале: DwarfLord
9,622
109

READ BELOW TO UNDERSTAND!

This is a comment from a viewer (also pinned)

"so what's happening here is the script macro creates a frame that continuously looks for and tries to click the cancel logout button. when you use the intercept macro it then opens the logout window via /camp - opening the logout window at the same time you press intercept is what causes the 'teleport' (you can test this by just making a macro that does /cast intercept /camp). something you'll notice is that this also won't work if you're in hostile combat -- if you're just pressing bloodrage, for example, that's non-hostile combat so it'll work, but if you're attacking a mob(or another player) then pressing the intercept macro will just cause intercept to cast as normal because /camp doesn't work while in hostile combat (you'll just get 'you can't logout now').

this is based off of an old afk anti-logout macro that was patched by blizzard in 10.1 (which made the cancelLogout function protected) but on the classic client it's still unprotected so it works as you'd expect. the /click StaticPopupButton1 is kind of redundant since the script already clicks the button (and as you noted you CAN just use the intercept macro by itself, but it requires a double press to manually cancel the logout), but likely exists as a fallback in case the script doesn't work.

if it lags your game when you do it it's probably either an addon conflict or the result of blizzard's taint system detecting that the frame you created is trying to run the cancelLogout function. it happens the first time you press the intercept macro after using the script, but should be fine afterwards. if not, install buggrabber/bugsack and see what errors are popping up.

someone else also mentioned that they couldn't log out outside of a city after running the script. that's because the script is doing what it's intended to and canceling the logout when the popup appears (you insta log in cities so there's no popup to cancel). you can fix it by using /reload before logging out (which deregisters the function and resets the ui back to a 'clean' state)."

Basically you run the script, and then use the macro. In the video I ONLY used the macro, the script made the macro lag me. Likely an addon issue


/run local f=CreateFrame("Frame")f:RegisterEvent("PLAYER_CAMPING")f:SetScript("OnEvent", function() local p=StaticPopup_Visible("CAMP")_G[p.."Button1"]:Click()end)


#showtooltip​
/cast Intercept
/STARTATTACK
/camp
/click StaticPopup1Button1

Catch me live on   / dwarflordtv  
I play on Whitemane Classic Era









#wowclassic #classicwow #classicera #wow