Listen, he released the Dword for client_s and the offset for the buttons and client interval but not an actual script for people that don't understand how to use it. So I made one today. If you want to look at SC58's thread then here it You must login or register to view this content..
public class Buttonz
{
public static int
DpadUp = 13617,
DpadDown = 14129,
DpadLeft = 14641,
DpadRight = 12594,
Cross = 13618,
Square = 12593,
Circle = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(int client, int Button)
{
if (BitConverter.ToInt16(PS3.GetBytes(0x389B1A52 + ((uint)client * 0x6C600), 2), 0) == Button)
return true;
else return false;
}
private void Buttons_Tick(object sender, EventArgs e)
{
if (ButtonPressed(0, Buttonz.DpadUp) == true)
{
MessageBox.Show("client 0 Uppp and true nigga");
}
if (ButtonPressed(1, Buttonz.DpadRight) == true)
{
MessageBox.Show("client 1 dpad right");
}
}
SC58 for the dword for client_s
Seb5594 for his Black ops 1 button handling. (It helped me, lol)
Bad Luck Kevin for helping me with an host only dpad monitoring method!
Listen, he released the Dword for client_s and the offset for the buttons and client interval but not an actual script for people that don't understand how to use it. So I made one today. If you want to look at SC58's thread then here it You must login or register to view this content..
public class Buttonz
{
public static int
DpadUp = 13617,
DpadDown = 14129,
DpadLeft = 14641,
DpadRight = 12594,
Cross = 13618,
Square = 12593,
Circle = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(int client, int Button)
{
if (BitConverter.ToInt16(PS3.GetBytes(0x389B1A52 + ((uint)client * 0x6C600), 2), 0) == Button)
return true;
else return false;
}
private void Buttons_Tick(object sender, EventArgs e)
{
if (ButtonPressed(0, Buttonz.DpadUp) == true)
{
MessageBox.Show("client 0 Uppp and true nigga");
}
if (ButtonPressed(1, Buttonz.DpadRight) == true)
{
MessageBox.Show("client 1 dpad right");
}
}
SC58 for the dword for client_s
Seb5594 for his Black ops 1 button handling. (It helped me, lol)
Bad Luck Kevin for helping me with an host only dpad monitoring method!
Listen, he released the Dword for client_s and the offset for the buttons and client interval but not an actual script for people that don't understand how to use it. So I made one today. If you want to look at SC58's thread then here it You must login or register to view this content..
public class Buttonz
{
public static int
DpadUp = 13617,
DpadDown = 14129,
DpadLeft = 14641,
DpadRight = 12594,
Cross = 13618,
Square = 12593,
Circle = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(int client, int Button)
{
if (BitConverter.ToInt16(PS3.GetBytes(0x389B1A52 + ((uint)client * 0x6C600), 2), 0) == Button)
return true;
else return false;
}
private void Buttons_Tick(object sender, EventArgs e)
{
if (ButtonPressed(0, Buttonz.DpadUp) == true)
{
MessageBox.Show("client 0 Uppp and true nigga");
}
if (ButtonPressed(1, Buttonz.DpadRight) == true)
{
MessageBox.Show("client 1 dpad right");
}
}
SC58 for the dword for client_s
Seb5594 for his Black ops 1 button handling. (It helped me, lol)
Bad Luck Kevin for helping me with an host only dpad monitoring method!
Listen, he released the Dword for client_s and the offset for the buttons and client interval but not an actual script for people that don't understand how to use it. So I made one today. If you want to look at SC58's thread then here it You must login or register to view this content..
public class Buttonz
{
public static int
DpadUp = 13617,
DpadDown = 14129,
DpadLeft = 14641,
DpadRight = 12594,
Cross = 13618,
Square = 12593,
Circle = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(int client, int Button)
{
if (BitConverter.ToInt16(PS3.GetBytes(0x389B1A52 + ((uint)client * 0x6C600), 2), 0) == Button)
return true;
else return false;
}
private void Buttons_Tick(object sender, EventArgs e)
{
if (ButtonPressed(0, Buttonz.DpadUp) == true)
{
MessageBox.Show("client 0 Uppp and true nigga");
}
if (ButtonPressed(1, Buttonz.DpadRight) == true)
{
MessageBox.Show("client 1 dpad right");
}
}
SC58 for the dword for client_s
Seb5594 for his Black ops 1 button handling. (It helped me, lol)
Bad Luck Kevin for helping me with an host only dpad monitoring method!
Copyright © 2026, NextGenUpdate.
All Rights Reserved.