Finding addon concommands?
The one nice thing I noticed about a hack I bought once was that you could use a logging feature that picks up EVERY console command that happens, even ones you don't enter (such as depositing/withdrawing from an ATM), and I was wondering if anyone could help me log/sniff out those console commands so that I can at least attempt a couple of tricks with depositing/withdrawing money in custom ATMs on servers.
You just need to detour RunConsoleCommand and Player:ConCommand to see commands being run on you, don't see how that could help you find any exploits with ATMs though.