• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 All Client DPAD Monitoring ! [1.10]

TheMystery

Retired Staff
Active Member
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(Debug.GetBytes(0x38AF1A52 + ((uint)client * 0x6FA00), 2), 0) == Button || BitConverter.ToInt16(Debug.GetBytes(0x39011A52 + ((uint)client * 0x6FA00), 2), 0) == Button)
return true;
else return false;
}
Credits :
AlmightySo
SC58
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top