EDIT: proprint is the improved version of this and is much better imo. Please check out that post instead
I made a function for inspecting Cheat Engine Objects called propertyprint
Code: Select all
propertyprint(CEobject)
It prints all of the properties and their values for the given instance of a Cheat Engine Object (like Forms, Components, etc..)
To use it, you can just put it in your Cheat Engine autorun folder.
If you give it something like the MainForm it will give you a ton of data lol
(Example)
The (new) version also searches the metatable and finds anything that it hasn't already, excluding functions and methods (I just wanted it to get the properties)
EDIT: I found some problems with the new one but most problems should be fixed now, I updated it. Still wokring on improving it though.