Post: Call of Duty Ghost Button Monitoring C# Function
10-30-2013, 06:54 PM #1
GMTPS3
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Yo Guys,
Here you have Button Monitoring Function for C# have Fun Smile
    public static string Key_IsDown(uint client)
{
byte[] But = new byte[4];
PS3.GetMemory(0x01393fe0 + (0x3580 * client), ref But);

string mystring = null;
mystring = BitConverter.ToString(But);
string result = mystring.Replace("-", "");
string result1 = result.Replace(" ", "");

string key = result1;
string KeyPressed = "";
if (key == "00000000")
{
KeyPressed = "NOKEY";
}
else if (key == "00000400")
{
KeyPressed = "X";
}
else if (key == "00000030")
{
KeyPressed = "[]";
}
else if (key == "00000200")
{
KeyPressed = "Crouch";
}
else if (key == "00000100")
{
KeyPressed = "Prone";
}
else if (key == "04000004")
{
KeyPressed = "R3";
}
else if (key == "00002002")
{
KeyPressed = "L3";
}
else if (key == "00004000")
{
KeyPressed = "R2";
}
else if (key == "00008000")
{
KeyPressed = "L2";
}
else if (key == "00080800")
{
KeyPressed = "L1";
}
else if (key == "00000001")
{
KeyPressed = "R1";
}
else if (key == "04002006")
{
KeyPressed = "R3 + L3";
}
else if (key == "0000C200")
{
KeyPressed = "Prone + R2 + L2";
}
else if (key == "0000C000")
{
KeyPressed = "R2 + L2";
}
else if (key == "00800000")
{
KeyPressed = "Start";
}
else
{
KeyPressed = key;
}
return KeyPressed;
}

The following 13 users say thank you to GMTPS3 for this useful post:

Asian, EcLiPz_MoDD3Rz, uome68, ibombo, InfinityISB4CK, Mango_Knife, John, O-H, ThePaaqoHD, worrorfight, xPreeks, Ziad1997, zZHackzZ
10-30-2013, 07:51 PM #2
zZHackzZ
Climbing up the ladder
Originally posted by GMTPS3 View Post
Yo Guys,
Here you have Button Monitoring Function for C# have Fun Smile
    public static string Key_IsDown(uint client)
{
byte[] But = new byte[4];
PS3.GetMemory(0x01393fe0 + (0x3580 * client), ref But);

string mystring = null;
mystring = BitConverter.ToString(But);
string result = mystring.Replace("-", "");
string result1 = result.Replace(" ", "");

string key = result1;
string KeyPressed = "";
if (key == "00000000")
{
KeyPressed = "NOKEY";
}
else if (key == "00000400")
{
KeyPressed = "X";
}
else if (key == "00000030")
{
KeyPressed = "[]";
}
else if (key == "00000200")
{
KeyPressed = "Crouch";
}
else if (key == "00000100")
{
KeyPressed = "Prone";
}
else if (key == "04000004")
{
KeyPressed = "R3";
}
else if (key == "00002002")
{
KeyPressed = "L3";
}
else if (key == "00004000")
{
KeyPressed = "R2";
}
else if (key == "00008000")
{
KeyPressed = "L2";
}
else if (key == "00080800")
{
KeyPressed = "L1";
}
else if (key == "00000001")
{
KeyPressed = "R1";
}
else if (key == "04002006")
{
KeyPressed = "R3 + L3";
}
else if (key == "0000C200")
{
KeyPressed = "Prone + R2 + L2";
}
else if (key == "0000C000")
{
KeyPressed = "R2 + L2";
}
else if (key == "00800000")
{
KeyPressed = "Start";
}
else
{
KeyPressed = key;
}
return KeyPressed;
}


nice release dude

The following user thanked zZHackzZ for this useful post:

GMTPS3
10-30-2013, 07:58 PM #3
InfinityISB4CK
Do a barrel roll!
Sick bro :vince:
10-30-2013, 08:01 PM #4
for what is that or for what can u use it?
10-30-2013, 08:10 PM #5
xD3VHΛX
Do a barrel roll!
Its not a Key_isDown function

The following user thanked xD3VHΛX for this useful post:

10-31-2013, 11:55 AM #6
GMTPS3
Do a barrel roll!
it is ^^
10-31-2013, 12:27 PM #7
seb5594
Proud Former Admin
Originally posted by GMTPS3 View Post
it is ^^


its not you dont even know what KeyIsDown is.
KeyIsDown is local Only

The following user thanked seb5594 for this useful post:

FruitBurst
10-31-2013, 05:58 PM #8
SC58
Former Staff
i got dpad monitoring Enzo

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

GMTPS3, O-H, xPreeks
10-31-2013, 08:08 PM #9
xD3VHΛX
Do a barrel roll!
Key_IsDown offset is 0x1C6380
Not sure =3
10-31-2013, 10:51 PM #10
seb5594
Proud Former Admin
Originally posted by SC58 View Post
i got dpad monitoring Enzo

can i haz it m8 ur so 1337 i luv u ur the best hakr

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo