PTC MethodBlah this is just a different method than using ASM. Code: class cILTClient { public: char offset[520]; int ( *RunConsoleCommand ) ( char* szCommand ); }; Then to use : Code: cILTClient *ILTClient = *(cILTClient**)0xILTCLIENTADDRESS; ILTClient->RunConsoleCommand("ShowFps 1"); Make sure CShell is loaded before declaring ILTClient.
Originally Posted by Kuro Tenshi よかに。ahwell ill see. I have no idea what you just said but I need to edit something on the declaration. I forgot it was a pointer to the class. *(cILTClient**)0xaddress is the correct way.