Post: VB C# Question
02-27-2015, 03:13 PM #1
qike
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); 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
(adsbygoogle = window.adsbygoogle || []).push({});
02-27-2015, 05:54 PM #2
suspect0
Can’t trickshot me!
Originally posted by qike View Post
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
02-27-2015, 09:39 PM #3
Uncertain
Climbing up the ladder
if (numericUpDown1.Value == 0)
{
PS3.Extension.WriteBytes(0x0FFSET, new byte[] { 0x60, 0x00, 0x00, 0x00 (These are the bytes) });
}
03-01-2015, 06:46 PM #4
qike
Pokemon Trainer
Originally posted by Uncertain View Post
if (numericUpDown1.Value == 0)
{
PS3.Extension.WriteBytes(0x0FFSET, new byte[] { 0x60, 0x00, 0x00, 0x00 (These are the bytes) });
}


Thanks!
03-02-2015, 01:44 AM #5
Uncertain
Climbing up the ladder
Originally posted by qike View Post
Thanks!


No problem if you need help with anything else just site pm me or add me on skype ImUncertain

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo