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:32Withered Rose#2
GGL has this feature
02/15/2021 15:26sniperzzzz14#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:56Descentralizado#4
Quote:
Originally Posted by sniperzzzz14
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.