Post: [SPRX] All Clients DPAD Button Monitoring
07-31-2014, 11:56 AM #1
seb5594
Proud Former Admin
(adsbygoogle = window.adsbygoogle || []).push({});
Yo Guys,
I've been working on MW3 things via SPRX and made this little Button Monitoring.
It works perfect and i wanted to share it with you Smile

This one will work Online and Offline!

The Script
    
enum Buttons
{
Up = 0x3135,
Down = 0x3137,
Left = 0x3139,
Right = 0x3231,
X = 0x3235,
Square = 0x3131,
Triangle = 0x3430,
L1 = 0x3133,
L2 = 0x3700,
L3 = 0x3900,
R1 = 0x3100,
R2 = 0x3500,
R3 = 0x3237
};
bool DetectBtn(int clientIndex, Buttons Btn)
{
return *(short*)(*(int*)0x017BB210 + (clientIndex * 0x68B80) + 0x21022) == Btn;
}


Usage
    
if(DetectBtn(0, Up))
{
//do whatever
}


Credits
seb5594 - Building Function
SC58 - client_s Pointer


Other interesting MW3 Release(s) from me:
You must login or register to view this content.

Last edited by seb5594 ; 07-31-2014 at 07:06 PM.

The following 11 users say thank you to seb5594 for this useful post:

A Friend, Absolute Zero, EdiTzZ, En3RGyMoDz, iMoDz-Baptiste, LaRip8, Notorious, SaberNGU, SnaY, Swaqq, Taylor
07-31-2014, 04:27 PM #2
LaRip8
Mario!
Originally posted by seb5594 View Post
Yo Guys,
I've been working on MW3 things via SPRX and made this little Button Monitoring.
It works perfect and i wanted to share it with you Smile

This one will work Online and Offline!

The Script
    
enum Buttons
{
Up = 0x3135,
Down = 0x3137,
Left = 0x3139,
Right = 0x3231,
X = 0x3235,
Square = 0x3131,
Triangle = 0x3430,
L1 = 0x3133,
L2 = 0x3700,
L3 = 0x3900,
R1 = 0x3100,
R2 = 0x3500,
R3 = 0x3237
};
bool DetectBtn(int clientIndex, Buttons Btn)
{
return *(short*)(*(int*)0x017BB210 + (clientIndex * 0x68B80) + 0x21022) == Btn;
}


Usage
    
if(DetectBtn(0, Up))
{
//do whatever
}


Credits
seb5594 - Building Function
SC58 - client_s Pointer


great release
07-31-2014, 04:49 PM #3
seb5594
Proud Former Admin
Originally posted by LaRip8 View Post
great release


You are welcome Smile
Anything you want released for MW3?
07-31-2014, 05:24 PM #4
A Friend
League Champion
Originally posted by seb5594 View Post
You are welcome Smile
Anything you want released for MW3?

G_damage aimbot tool for mw3 and bo2 Smile
07-31-2014, 05:26 PM #5
seb5594
Proud Former Admin
Originally posted by A
G_damage aimbot tool for mw3 and bo2 Smile


I talked about SPRX related things tears
07-31-2014, 05:27 PM #6
A Friend
League Champion
Originally posted by seb5594 View Post
I talked about SPRX related things tears

sad face
07-31-2014, 05:43 PM #7
Notorious
Caprisuns Is Back
mw3 hud elements sprx would be good release!
07-31-2014, 07:29 PM #8
LaRip8
Mario!
Originally posted by seb5594 View Post
You are welcome Smile
Anything you want released for MW3?


I was gonna ask the same thing as Notorious Winky Winky
07-31-2014, 09:10 PM #9
Originally posted by seb5594 View Post
You are welcome Smile
Anything you want released for MW3?

How about angles to forward?
07-31-2014, 09:31 PM #10
seb5594
Proud Former Admin
Originally posted by FeverDEX View Post
How about angles to forward?


I'm still designing my menu, didn't go arround doing any mods for sprx yet

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo