Offset: 0x0208b8f2
byte: 0xC7
You CAN'T Change Perk 1 Or The Class Wont Work Anymore.
Offset: 0x13950c8
Client Interval: 0x2a38 + 0x27cf
dataGridView1[2, Convert.ToInt32(i)].Value = ClientTeams(i);
public static string ClientTeams(uint client)
{
byte[] buffer = new byte[1];
PS3.GetMemory((0x13950c8 + (client * 0x2a3
) + 0x27cf, ref buffer);
bool flag = new byte[] { 1 }.SequenceEqual<byte>(buffer);
bool flag2 = new byte[] { 2 }.SequenceEqual<byte>(buffer);
bool flag3 = new byte[] { 5 }.SequenceEqual<byte>(buffer);
bool flag4 = new byte[] { 6 }.SequenceEqual<byte>(buffer);
byte[] first = new byte[1];
bool flag5 = first.SequenceEqual<byte>(buffer);
if (flag)
{
return "Friendly";
}
if (flag2)
{
return "Enemy";
}
if (flag3)
{
return "God Mode Team";
}
if (flag4)
{
return "Spectator";
}
if (flag5)
{
return "Free for all";
}
return "unknown team";
}
Offset: 0x13950c8
Client Interval: 0x2a38 + 0x2873
dataGridView1[3, Convert.ToInt32(i)].Value = ClientAlive(i);
public static string ClientAlive(uint client)
{
byte[] buffer = new byte[1];
PS3.GetMemory((0x13950c8 + (client * 0x2a3
) + 0x2873, ref buffer);
byte[] first = new byte[1];
bool flag = first.SequenceEqual<byte>(buffer);
bool flag2 = new byte[] { 1 }.SequenceEqual<byte>(buffer);
if (flag)
{
return "Alive";
}
if (flag2)
{
return "Death";
}
return "unknown";
}
Offset: 0x13950c8
Client Interval: 0x2a38 + 0x2873
dataGridView1[5, Convert.ToInt32(i)].Value = ClientDeaths(i);
public int ClientKills(uint uint_9)
{
byte[] buffer = new byte[4];
PS3.GetMemory((0x13950c8 + (uint_9 * 0x2a3
) + 0x288c, ref buffer);
return BitConverter.ToInt32(ReturnKillsnDeaths(buffer), 0);
}
public static byte[] ReturnKillsnDeaths(byte[] byte_43)
{
Array.Reverse(byte_43);
return byte_43;
}
[/SPOILER]
Offset: 0x13950c8
Client Interval: 0x2a38 + 0x2890
dataGridView1[4, Convert.ToInt32(i)].Value = ClientKills(i);
public int ClientDeaths(uint uint_9)
{
byte[] buffer = new byte[4];
PS3.GetMemory((0x13950c8 + (uint_9 * 0x2a3
) + 0x2890, ref buffer);
return BitConverter.ToInt32(ReturnKillsnDeaths(buffer), 0);
}
public static byte[] ReturnKillsnDeaths(byte[] byte_43)
{
Array.Reverse(byte_43);
return byte_43;
}
[/SPOILER]
Offset: 0x13950c8
Client Interval: 0x2a38 + 0x2890
label82.Text = LobbySettings("map");
public string LobbySettings(string string_3)
{
byte[] buffer = new byte[0x100];
PS3.GetMemory(0xd28a19, ref buffer);
string str = "";
if (string_3 == "gamemode")
{
return GameSets(buffer).Split(new char[] { Convert.ToChar(0x5c) })[4];
}
if (string_3 == "map")
{
return GameSets(buffer).Split(new char[] { Convert.ToChar(0x5c) })[6];
}
if (string_3 == "hostname")
{
str = GameSets(buffer).Split(new char[] { Convert.ToChar(0x5c) })[14];
}
return str;
}
public static string GameSets(byte[] byte_43)
{
ASCIIEncoding encoding = new ASCIIEncoding();
return encoding.GetString(byte_43);
}
[/SPOILER]
Copyright © 2026, NextGenUpdate.
All Rights Reserved.