Post: All Client Button Monitoring With Dpad
12-25-2013, 06:01 PM #1
SC58
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); Hello everyone,
I have had this for months and i have really no use for it and though you all would want it seeing no one has released it yet Smile

    //Ghosts 1.06 Client_s Button Monitoring
------------------------
Client_s Dword - 0x20BD590
Buttons - 0x31A52
ClientIndex - 0x6C600
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW3 1.24 Client_s Button Monitoring
------------------------
Client_s Dword - 0x17BB210
Buttons - 0x21022
ClientIndex - 0x68B80
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW2 1.14 Client_s Button Monitoring
------------------------
Client_s Dword - 0x1BF911C
Buttons - 0x20E9F
ClientIndex - 0x97F80
------------------------
Dpad left - +actionslot 3
Dpad up - +actionslot 1
Dpad right - +actionslot 4
Dpad down - +actionslot 2
r1 - +attack
r2 - +frag
r3 - +melee
l1 - +speed_throw
l2 - +smoke
l3 - +breath_sprint
[ ] - +usereload
X - +gostand
/\ - weapnext
------------------------


Client_s is a "data structure" but in ida its a dword just go to the offset and right click over it and click Follow pointer and it will take u to it, the offset is differnt from online to offline but the dword,index,button will be the same

Dont ask me how to use this or a c# code ect.
Feel free to make a C# or whatever code for it and release it idc.
Last edited by SC58 ; 02-13-2017 at 02:21 AM. Reason: Cat

The following 38 users say thank you to SC58 for this useful post:

-SuperMan, {H} | Exception, Eddie Mac, RawDog2002, Authority Modz, BadChoicesZ, BaSs_HaXoR, BLiNDzZ, br0wniiez, ErasedDev, En3RGyMoDz, hacking247, JLM, Beats, iRnZ, ItsLollo1000, Jannik007, Loxy, M-alShammary, MegaMister, milky4444, mog001, MrGeekyMoDz_MGM, John, ICS Vortex, SnaY, Sticky, Swifter, ThePaaqoHD, VezahMoDz, Winter, Fatality, xPAQz, xPreeks, ZeiiKeN
12-26-2013, 04:08 PM #11
Originally posted by SC58 View Post
Merry Christmas

Hello everyone i have had this for months and i have really no use for it and though you all would want it seeing its Client_s or Sv_ExeCuteClientCommand witch i dont see anyone on ps3 getting the Sv one done cause you have to monitor the function when it call buttons idk dont see it happening so yea..

    //Ghosts Client_s Button Monitoring
------------------------
Client_s - 0x38E90000
Buttons - 0x31A52
ClientIndex - 0x6C600
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW3 Client_s Button Monitoring
------------------------
Client_s - 0x399E0000
Buttons - 0x21022
ClientIndex - 0x68B80
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW2 1.14 Client_s Button Monitoring
------------------------
Client_s - 0x34740000
Buttons - 0x20E9F
ClientIndex - 0x97F80
------------------------
Dpad left - +actionslot 3
Dpad up - +actionslot 1
Dpad right - +actionslot 4
Dpad down - +actionslot 2
r1 - +attack
r2 - +frag
r3 - +melee
l1 - +speed_throw
l2 - +smoke
l3 - +breath_sprint
[ ] - +usereload
X - +gostand
/\ - weapnext
------------------------


The Ghosts offset has been the same the past 3 updates and prob the comming ones aswell !

Dont ask me how to use this or a c# code ect.
Feel free to make a C# or whatever code for it and release it idc.

This will prob be the last thing i release for cod, Im done with modding cod past days i been modding ios games and minecraft on the ps3 hope to show some minecraft mods in the next weeks to come :p

Please dont act like a elite haxor with this at the stuff u may find in client_s

the mw3 one doesnt work for online or private match, only works for split screen :|
12-26-2013, 06:58 PM #12
SC58
Former Staff
Originally posted by goon View Post
the mw3 one doesnt work for online or private match, only works for split screen :|


yea it does stop being helpless and find it
12-26-2013, 07:18 PM #13
Originally posted by SC58 View Post
yea it does stop being helpless and find it

well you wrote that one you could've been specific, and kinda wrote that thats not for online, or you should give out the one that people actually use, the online one, I was just telling you that it didn't work so you dont have to be rude and call me "helpless"
12-26-2013, 08:06 PM #14
SC58
Former Staff
Originally posted by goon View Post
well you wrote that one you could've been specific, and kinda wrote that thats not for online, or you should give out the one that people actually use, the online one, I was just telling you that it didn't work so you dont have to be rude and call me "helpless"


updated it if anymore problem just use the dword of client_s to follow pointer to it and then add the index on button or client to get next client or buttons
Last edited by SC58 ; 12-26-2013 at 08:17 PM.

The following user thanked SC58 for this useful post:

John
12-26-2013, 08:47 PM #15
Originally posted by SC58 View Post
you have to monitor the function when it call buttons idk dont see it happening so yea..


That's what he said.
12-26-2013, 09:00 PM #16
SC58
Former Staff
Originally posted by therifboy View Post
That's what he said.


?????
01-08-2014, 06:09 PM #17
Akaipwn
Do a barrel roll!
So how about BO2 DPAD Button monitoring?
01-08-2014, 08:29 PM #18
SC58
Former Staff
Originally posted by Akaipwn View Post
So how about BO2 DPAD Button monitoring?


there isnt in bo1/2 u gotta do it differnt way
01-08-2014, 08:54 PM #19
SnaY
Former Lead of GS
Originally posted by SC58 View Post
Hello everyone,
I have had this for months and i have really no use for it and though you all would want it seeing its seeing no one has released it yet Smile

    //Ghosts 1.06 Client_s Button Monitoring
------------------------
Client_s Dword - 0x20BD590
Buttons - 0x31A52
ClientIndex - 0x6C600
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW3 1.24 Client_s Button Monitoring
------------------------
Client_s Dword - 0x17BB210
Buttons - 0x21022
ClientIndex - 0x68B80
------------------------
Dpad left - 31 39
Dpad up - 31 35
Dpad right - 32 31
Dpad down - 31 37
r1 - 31 00
r2 - 35 00
r3 - 32 37
l1 - 31 33
l2 - 37 00
l3 - 39 00
[ ] - 31 31
X - 32 35
/\ - 34 30
------------------------


    //MW2 1.14 Client_s Button Monitoring
------------------------
Client_s Dword - 0x1BF911C
Buttons - 0x20E9F
ClientIndex - 0x97F80
------------------------
Dpad left - +actionslot 3
Dpad up - +actionslot 1
Dpad right - +actionslot 4
Dpad down - +actionslot 2
r1 - +attack
r2 - +frag
r3 - +melee
l1 - +speed_throw
l2 - +smoke
l3 - +breath_sprint
[ ] - +usereload
X - +gostand
/\ - weapnext
------------------------


Client_s is a "data structure" but in ida its a dword just go to the offset and right click over it and click Follow pointer and it will take u to it, the offset is differnt from online to offline but the dword,index,button will be the same

Dont ask me how to use this or a c# code ect.
Feel free to make a C# or whatever code for it and release it idc.


Awesome man! Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo