Initialization : 0x396494 : Byte : 41 00
Text Position : 0x395E98
Text Size : 0x395E94
Send Text : 0x94BEE8
private bool Key_Down(int client, int buttonindex)
{
if (buttonindex < 0) return false;
byte[] key = new byte[4];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0xFFFFFFFF, (ulong)(0xF17634 + (buttonindex << 4) + (client * 0x112
), ref key);
Array.Reverse(key);
return BitConverter.ToInt32(key, 0) == 1;
}

Initialization : 0x396494 : Byte : 41 00
Text Position : 0x395E98
Text Size : 0x395E94
Send Text : 0x94BEE8
private bool Key_Down(int client, int buttonindex)
{
if (buttonindex < 0) return false;
byte[] key = new byte[4];
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0xFFFFFFFF, (ulong)(0xF17634 + (buttonindex << 4) + (client * 0x112
), ref key);
Array.Reverse(key);
return BitConverter.ToInt32(key, 0) == 1;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.