Post: [1.03] All Client Buttons Monitoring
11-14-2014, 12:55 PM #1
iTпDM
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Everyone!

today some people talk with me for Buttons Monitoring 1.03


    
class Buttons
{

public static class Buttonz
{
public static Int32
Cross = 1024,
Square = 48,
Crouch = 512,
Prone = 256,
Start = 8388608,
L1 = 526336,
L2 = 32768,
L3 = 8194,
R1 = 1,
R2 = 16384,
R3 = 67108868;


}

public static bool ButtonPressed(int client, int Buttons)
{
if (PS3.Extension.ReadInt32(0x19096B4 + ((uint)client * 0x4180)) == Buttons)
return true;
else return false;
}




Example to NoClip Using Timer / BackgroundWorker :

    
if (Buttons.ButtonPressed(0, Buttons.Buttonz.R3))
{
RPC.iPrintlnBold(0, "NoClip ^2ON");
PS3.SetMemory(0x19096A7, new byte[] { 0x01 });
}
Last edited by iTпDM ; 03-29-2015 at 05:24 PM.

The following 4 users say thank you to iTпDM for this useful post:

br0wniiez, Swaqq,
11-14-2014, 01:11 PM #2
Boliberrys
^^ Sexy ^^
Originally posted by TnDM View Post
Hello Everyone!

today some people talk with me for Buttons Monitoring 1.03


    
class Buttons
{

public static class Buttonz
{
public static Int32
Cross = 1024,
Square = 48,
Crouch = 512,
Prone = 256,
Start = 8388608,
L1 = 526336,
L2 = 32768,
L3 = 8194,
R1 = 1,
R2 = 16384,
R3 = 67108868;


}

public static bool ButtonPressed(int client, int Buttons)
{
if (PS3.Extension.ReadInt32(0x19096B4 + ((uint)client * 0x4180)) == Buttons)
return true;
else return false;
}




Example to NoClip Using Timer / BackgroundWorker :

    
if (Buttons.ButtonPressed(0, Buttons.Buttonz.R3))
{
RPC.iPrintlnBold(0, "NoClip ^2ON");
PS3.SetMemory(0x19096A7, new byte[] { 0x01 });
}



Credits :

Seb5594/theriftboy
SC58


Thanks!
11-14-2014, 02:53 PM #3
xReaperv3
Bounty hunter
You could have posted it into Swaqq's Thread, just to say the Offset is changed by 0x600.

Like 1.02 Addr + 0x600 = 1.03 Addr Sal

The following user thanked xReaperv3 for this useful post:

Jannik007
11-14-2014, 03:59 PM #4
Originally posted by xReaperv3 View Post
You could have posted it into Swaqq's Thread, just to say the Offset is changed by 0x600.

Like 1.02 Addr + 0x600 = 1.03 Addr Sal


or just G_Client + 0x3DB4

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

bymelasuda, FusionIsDaName, xReaperv3
11-14-2014, 04:24 PM #5
Items
Bounty hunter
Just added this into my tool thanks for it. Enzo

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo