[Undetected]Increase Dimension/Radius (Superkill)

Posts 16–30 of 48 · Page 2 of 4
Quote Originally Posted by dreek1 View Post
or you can use Silent Aim...it's almost the same thing
I was trying a few months ago, it seemed to be working, but it was not causing damage .. I'll try again in a few days..
how to avoid always headshot ?
Quote Originally Posted by ronjay24 View Post
how to avoid always headshot ?
The code probably increases the first bone, which is the head, just increase all bones or skip the first
Try

for (int i=0; i < 87; i++))
*(float*)(dwModelNodePointer + MNodeDimension_x + (i*9c) ...)
...

This is a hypothesis, I do not know if it works ..
Quote Originally Posted by yaago View Post
The code probably increases the first bone, which is the head, just increase all bones or skip the first
Try



for (int i=0; i < 87; i++))
*(float*)(dwModelNodePointer + MNodeDimension_x + (i*9c) ...)
...

This is a hypothesis, I do not know if it works ..
Ok thanks i'll try this
Quote Originally Posted by yaago View Post
The code probably increases the first bone, which is the head, just increase all bones or skip the first
Try

for (int i=0; i < 87; i++))
*(float*)(dwModelNodePointer + MNodeDimension_x + (i*9c) ...)
...

This is a hypothesis, I do not know if it works ..
Increasing head bones is better as these bones takes higher damage than other bones like neck and spines etc, So it doesn't increase the bone size and area of damage only but also it ensures you get maximum damage.
Quote Originally Posted by dreek1 View Post
or you can use Silent Aim...it's almost the same thing

You are pro, which region you play ?
Quote Originally Posted by Diolegend. View Post
You are pro, which region you play ?
Latina - Brazil
Quote Originally Posted by emiedumalasa View Post
Turn on the function in the room you have joined or in the lobby, follow the example image below and then click Join Game/Start button and enjoy.



- - - Updated - - -



big YES
great fap menu, could you help me in drawtextengine?
skype: joao.soberano
Quote Originally Posted by CaiozinhoFC1 View Post
great fap menu, could you help me in drawtextengine?
skype: joao.soberano
here's the latest thread for that. credit: luzimloko
https://www.mpgh.net/forum/showthread.php?t=1339108

- - - Updated - - -

Quote Originally Posted by jayjay153 View Post
@emiedumalasa can i have a question ?
how do you unpacked crossfire.exe
tia..
just dump the image.

- - - Updated - - -

Quote Originally Posted by Diolegend. View Post
Calc Yaw doesn't work, I can get perfectly the player nearest.

- - - Updated - - -

Goes black

- - - Updated - - -

goes black screen with yaw
I guess you are using the wrong addresses for yaw and pitch.
good to see some activity on this section
Quote Originally Posted by yaago View Post
Code:
DWORD pHeadShotMgr = *(DWORD*)(CShell + ModelNodeMgr);
			
			if (pHeadShotMgr != 0)
			{
				
				for (int i = 0; i < 87; i++)
				{
					DWORD pModelNodeType = (DWORD)(pHeadShotMgr + 0x9C * i); //String: ModelNodeType
					
					if (AlwaysHeadShot == 1) *(int*)(pModelNodeType + 0x54) = 1; // Gold														
					if (AlwaysHeadShot == 2) *(int*)(pModelNodeType + 0x54) = 2; // Prata

				}
			}
However you can only deactivate restarting the game, if deactivating after activated will give client error.
I know about that function. But I would like to have gold headshots only in Super Kil)

BTW, we bypassed client errors)
Quote Originally Posted by mcleshiy16 View Post
I know about that function. But I would like to have gold headshots only in Super Kil)

BTW, we bypassed client errors)
You just make jmp on function, right?
Quote Originally Posted by dreek1 View Post
You just make jmp on function, right?
oh, dreek, hi!) Right, but do not tell anyone how to) It's our last hope)
Quote Originally Posted by mcleshiy16 View Post
oh, dreek, hi!) Right, but do not tell anyone how to) It's our last hope)
have another option, where you find location of client error
@emiedumalasa can i have a question ?
how do you unpacked crossfire.exe
tia..
Posts 16–30 of 48 · Page 2 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?