public static string ByteToString(byte[] nay)
{
string hex = BitConverter.ToString(nay);
return hex.Replace("-", "");
}
private string HA(string h)
{
StringBuilder nay = new StringBuilder();
for (int i = 0; i <= h.Length - 2; i += 2)
{
nay.Append(Convert.ToString(Convert.ToChar(Int32.Parse(h.Substring(i, 2),
System.Globalization.NumberStyles.HexNumber))));
}
nay.Replace((char)0x00, ' '
;
return nay.ToString();
}
public string p(ulong i)
{
byte[] ps3num = new byte[31];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + (i * 0x3980), ref ps3num);
string s = HA(ByteToString(ps3num));
s = s.Trim();
return s;
}
MessageBox.Show(""+p(0) + "\n" +p(1) + "\n" +p(2) + "\n" +p(3) + "\n" +p(4) + "\n" +p(5) + "\n" +p(6) + "\n" +p(7) + "\n" +p(
+ "\n" +p(9) + "\n" +p(10) + "\n" +p(11) + "\n" +p(12) + "\n" +p(13) + "\n" +p(14) + "\n" +p(15) + "\n" +p(16) + "\n" +p(17));
public static string ByteToString(byte[] nay)
{
string hex = BitConverter.ToString(nay);
return hex.Replace("-", "");
}
private string HA(string h)
{
StringBuilder nay = new StringBuilder();
for (int i = 0; i <= h.Length - 2; i += 2)
{
nay.Append(Convert.ToString(Convert.ToChar(Int32.Parse(h.Substring(i, 2),
System.Globalization.NumberStyles.HexNumber))));
}
nay.Replace((char)0x00, ' '
;
return nay.ToString();
}
public string p(ulong i)
{
byte[] ps3num = new byte[31];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + (i * 0x3980), ref ps3num);
string s = HA(ByteToString(ps3num));
s = s.Trim();
return s;
}
MessageBox.Show(""+p(0));
MessageBox.Show(""+p(1));
MessageBox.Show(""+p(2));
MessageBox.Show(""+p(3));
MessageBox.Show(""+p(4));
MessageBox.Show(""+p(5));
MessageBox.Show(""+p(6));
MessageBox.Show(""+p(7));
MessageBox.Show(""+p(
);
MessageBox.Show(""+p(9));
MessageBox.Show(""+p(10));
MessageBox.Show(""+p(11));
MessageBox.Show(""+p(12));
MessageBox.Show(""+p(13));
MessageBox.Show(""+p(14));
MessageBox.Show(""+p(15));
MessageBox.Show(""+p(16));
MessageBox.Show(""+p(17));
public static string GetPlayerName(int clientID)
{
byte[] GetName = new byte[16];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + ((uint)clientID * 0x3980), ref GetName);
return Encoding.ASCII.GetString(GetName);
}
public static string GetPlayerName(int clientID)
{
byte[] GetName = new byte[16];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + ((uint)clientID * 0x3980), ref GetName);
return Encoding.ASCII.GetString(GetName);
}
public static string GetPlayerName(int clientID)
{
byte[] GetName = new byte[16];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + ((uint)clientID * 0x3980), ref GetName);
return Encoding.ASCII.GetString(GetName);
}
public static string ByteToString(byte[] nay)
{
string hex = BitConverter.ToString(nay);
return hex.Replace("-", "");
}
private string HA(string h)
{
StringBuilder nay = new StringBuilder();
for (int i = 0; i <= h.Length - 2; i += 2)
{
nay.Append(Convert.ToString(Convert.ToChar(Int32.Parse(h.Substring(i, 2),
System.Globalization.NumberStyles.HexNumber))));
}
nay.Replace((char)0x00, ' '
;
return nay.ToString();
}
public string p(ulong i)
{
byte[] ps3num = new byte[31];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110D694 + (i * 0x3980), ref ps3num);
string s = HA(ByteToString(ps3num));
s = s.Trim();
return s;
}
MessageBox.Show(""+p(0) + "\n" +p(1) + "\n" +p(2) + "\n" +p(3) + "\n" +p(4) + "\n" +p(5) + "\n" +p(6) + "\n" +p(7) + "\n" +p(
+ "\n" +p(9) + "\n" +p(10) + "\n" +p(11) + "\n" +p(12) + "\n" +p(13) + "\n" +p(14) + "\n" +p(15) + "\n" +p(16) + "\n" +p(17));
Copyright © 2025, NextGenUpdate.
All Rights Reserved.