*won't work in resting areas (inns, major cities) due to instant logout in these places
Hi everyone, today one of my accounts was banned for antiAFK via autoclicker so I guess they can track it somehow. Then I've started cracking on a new safe method and discovered a stupidly simple and deadly effective one. Why don't just press cancel button in logout box?
Use this macro:
As you can see it just detects logout box and hits cancel button./run local f=CreateFrame("Frame")f:RegisterEvent("PLAYER_CAMPING")f:SetScript("OnEvent", function() local p=StaticPopup_Visible("CAMP")_G[p.."Button1"]:Click()end)
Please don't be confused by yellow error message in chat first time you try it. It happens because game knows that hitting cancel button in this case is equal to calling CancelLogout() function which is protected. But for some reason the clicking is not blocked and it kept me online for 8 hours while I was sleeping
I believe this way to be legit (like afking while in combat) because no 3rd party automation takes place.
Also I've noticed that chatting interrupts AFK as well, I'll give it a try later.