AntiAFK in Retail?

02/12/2021 04:30 darkdavid08#1
Correct me if im wrong, but im assuming AHK is detected even with randomization/humanization, whats everyone using nowadays to anti-afk for camping stuff ingame like rarespawns/mounts?
02/14/2021 12:32 Withered Rose#2
GGL has this feature
02/15/2021 15:26 sniperzzzz14#3
This Maco works.

run local f=CreateFrame("Frame")f:RegisterEvent("PLAYER_CAMP ING")f:SetScript("OnEvent", function() local p=StaticPopup_Visible("CAMP")_G[p.."Button1"]:Click()end)
02/18/2021 16:56 Descentralizado#4
Quote:
Originally Posted by sniperzzzz14 View Post
This Maco works.

run local f=CreateFrame("Frame")f:RegisterEvent("PLAYER_CAMP ING")f:SetScript("OnEvent", function() local p=StaticPopup_Visible("CAMP")_G[p.."Button1"]:Click()end)
Does what it do? All it says is no in instance group.