Internal C++ Memory Class - Easy to use
Simple Helper for reading/writing memory internally in C.
Has the basics pretty much
-Int
-String (const char*)
-Double
-Float
-Int64
-Int
-Double
-Float
-Int64
Usage Example: WriteFloat(baseaddress + 0ffset, 5.0f) | int test = ReadInt(baseaddress + 0ffset)