Post: All Client DPAD Monitoring (Online & Offline)
03-12-2014, 01:41 AM #1
$ticky
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Just Using AlmightySo's function, I replaced the offset to make it work...

NOTE: You need PS3Lib to use the exact function! Get it You must login or register to view this content.

Online
    public class Buttons
{
public static int
Up = 13617,
Down = 14129,
Left = 14641,
Right = 12594,
X = 13618,
Square = 12593,
O = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(uint client, int Button)
{
if (BitConverter.ToInt16(PS3.Extension.GetBytes(0x38EF1022 + ((uint)client * 0x68B80), 2), 0) == Button)
return true;
else return false;
}

Offline
    public class Buttons
{
public static int
Up = 13617,
Down = 14129,
Left = 14641,
Right = 12594,
X = 13618,
Square = 12593,
O = 13106,
R2 = 53,
R1 = 49,
L2 = 55,
L1 = 13105,
L3 = 57,
R3 = 14130;
}
public static bool ButtonPressed(uint client, int Button)
{
if (BitConverter.ToInt16(PS3.Extension.GetBytes(0x39301022 + ((uint)client * 0x68B80), 2), 0) == Button)
return true;
else return false;
}


If you use please leave credits to the following...

Me - Replacing the Offsets
SC58 - client_s
AlmightySo - Original Function
IS4N3LY_D34TH - Showing me how to follow pointers
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to $ticky for this useful post:

FusionIsDaName, kiwi_modz, ThePaaqoHD

The following user groaned $ticky for this awful post:

Ace
06-16-2014, 07:29 AM #11
ItsLollo1000
Little One
Originally posted by seb5594 View Post
    
public Boolean ButtonPressed(Int32 Client, UInt32 Button)
{
return BitConverter.ToInt16(PS3.GetMemory(PS3.ReadUInt32(0x17BB210) + 0x21022 + (UInt32)Client * 0x68B80, 2), 0) == Button;
}

Pug


    
public Boolean ButtonPressed(Int32 Client, UInt32 Button)
{
return PS3.ReadInt16(PS3.ReadUInt32(0x17BB210) + 0x21022 + (UInt32)Client * 0x68B80)) == Button;
}


Enzo

PS: nicht mal ne ahnung ob des geht Shiver

The following user thanked ItsLollo1000 for this useful post:

A Friend
06-19-2014, 02:45 AM #12
Daddy
[move][hide]:fa:[/hi
Originally posted by ItsLollo1000 View Post
    
public Boolean ButtonPressed(Int32 Client, UInt32 Button)
{
return PS3.ReadInt16(PS3.ReadUInt32(0x17BB210) + 0x21022 + (UInt32)Client * 0x68B80)) == Button;
}


Enzo

PS: nicht mal ne ahnung ob des geht Shiver


    button

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo