Post: [1.13] Local Client Buttons
05-13-2014, 10:55 PM #1
Notorious
Caprisuns Is Back
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU, This is can allow you to monitors the buttons for local client only!

You wonder why to use this if there is another type for all clients? Simply because if your not making an all client menu or whatever you can use this (idk i just like it better)

Well here it is!

----------------Main Address:-------------------------
Buttons: 0xCBCD40
0xD28 - INDEX

-------------------Buttons:----------------------------------
R1: 0x4B
L1: 0x43
R2: 0xE7
L2: 0xDB
R3: 0xD3
L3: 0xC3
X: 0x13
[]: 0x27
/\: 0x33
: 0x1B

----------------------------C# Example (Simple Way)---------------------------
    
public class Buttons
{
public static uint
R1 = 0x4B,
L1 = 0x43,
R2 = 0xE7,
L2 = 0xDB,
R3 = 0xD3,
L3 = 0xC3,
Cross = 0x13,
Square = 0x27,
Triangle = 0x33,
Circle = 0x1B;
}

Then Put this in a timer:
    
if (PS3.ReadByte(0xCBCDC0 + Buttons.R3) == 0x01)
{
//you can put what you want to happen here. like set memory or whatever
}

-------------------Credits:-----------------------------------
Prime Notorious
BadLuckBrian
-------------------------------------------------------------
Last edited by Notorious ; 06-03-2014 at 07:28 PM.

The following 7 users say thank you to Notorious for this useful post:

Azus, FusionIsDaName, iMoDz-Baptiste, ImPiffHD, iTпDM, Mango_Knife, Laser
05-13-2014, 11:10 PM #2
SC58
Former Staff
Originally posted by Prime
Hello NGU, This is can allow you to monitors the buttons for local client only! I have not included the c# because it could be done in many ways so...

You wonder why to use this if there is another type for all clients? Simply because if your not making an all client menu or whatever you can use this (idk i just like it better)

Well here it is!

----------------Main Address:-------------------------
Buttons: 0xCBCD40

-------------------Buttons:----------------------------------
R1: 0x4B
L1: 0x43
R2: 0xE7
L2: 0xDB
R3: 0xD3
L3: 0xC3
X: 0x13
[]: 0x27
/\: 0x33
: 0x1B
-------------------Credits:-----------------------------------
Prime Notorious
BadLuckBrian
-------------------------------------------------------------


There is a few ways of doing this but getting memory is slow..
05-13-2014, 11:27 PM #3
Notorious
Caprisuns Is Back
Originally posted by SC58 View Post
There is a few ways of doing this but getting memory is slow..


yeah ik but its working pretty good lol
05-13-2014, 11:44 PM #4
iTпDM
Vault dweller
Thanks Man , nice Job
05-14-2014, 11:01 AM #5
Sabotage
Gaming Squad
hey,by any change you guys have the one for black ops 2? I would love to have it :p
06-03-2014, 07:28 PM #6
Notorious
Caprisuns Is Back
updated 1.13 enjoy Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo