Well, I found a way to beat gameguard without disabling it. L. Spiro's program MHS (version 5 now), has a way to obscure itself. At first I didn't think it worked, but it turns out that when obscuring itself the "other" checkbox is the most important. If you change everything in order to obscure it, it'll take about 20 minutes in which it essentially recompiles itself (don't close the DOS window that pops up), and then gameguard won't bother you when you use it to memory scan or even debug (I have yet to code inject). Also MHS seems to be completely malware free, details here (in the 3rd post):
I'm releasing this primarily because I am having some difficulty locating some values and am looking for the processes required to find them. Here's a few I know are client sided:
~GM permissions (allowing you to use a variety of GM commands that run client side)
~Location (allowing you to easily teleport with some code injection)
~Reattack (if you disable casting animation you can up the speed at which you attack, and it acts similarly to multiplying your damage)
~Gameguard (obviously. You can disable this client side, this might be important later)
~Client side permissions to see player and monsetr's levels, hp, mana, etc. (turns out your client knows these values it simply doesn't tell you)
~Permissions to see Dhan/Dekan names while in assassination mode (again, your client apparently knows, or is perhaps able to query the server, it just doesn't tell you)
~Permissions to see all player names while YOU are in assassination mode (see above)
~Skill cooldowns (this will require some code injection to use well)
~It is possible to "cast spells while moving", I assume this means that casting animation is what stops you from moving, so if we can find what calls the casting animation we simply remove that (probably with a little bit of code injection, but could be avoidable).
~It is possible to remove the chat filter, again turns out the client knows it just doesn't bother to tell you.
Essentially I'm releasing this with an "all I ask is that you share what you found with me in PMs".