Macro warning?

So I am playing a hunter in Classic TBC and someone in my discord linked this 1 button macro for hunters.

#showtooltip Steady Shot
/run UIErrorsFrame:Hide()
/castsequence reset=2.03 Steady Shot, !Auto Shot
/use [exists,target=pettarget] Kill Command
/run UIErrorsFrame:Clear(); UIErrorsFrame:Show()

But I got a message saying I can lose Gold and Items ?? nothing about this seems shady from the text but is there or could there be a hidden code in it ?

You’ll get that warning the first time you attempt to run code outside the Blizzard base code. You’re not doing anything shady and there’s no risk in your code as shown. It’s just a one-time reminder that you shouldn’t blindly trust every bit of code someone gives you.

1 Like