
Originally Posted by
Sir R. M8gic1an
Not if you monitor for mods. With reflection you can most likely catch a mod hook. After all it does show up in chat and it must be somewhere in the player info.
if ModDistance < 50 then LogOut;
Get outta there before they even see you.
-S. RM
Simba Code:
if ModDistance < 50 then SendKeys('Well thats enough for one day...'); LogOut;
As logging out immediately looks a bit suspicious, but then again if the distance away is '50', chances are they won't see you from that distance.