Originally posted by qike
Hello guys.
i had a question about VB C#
About this code/offset
if (numericUpDown1.Value == 0)
{
byte[] PR0 = new byte[] { 0x00 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01c1947c, PR0);
}
Yes i see thats PS3TMAPI but i had a question how can i make it CCAPI and TMAPI?
What must i Replace Or?
( Yes iam new in C# so please dont post comments like this )
What a noob or something because you dont help me if you comment like that
You can look into another open source tools or if its not encrypted you can view the codes of it by .net reflector app for learning i still do it