[Undetected]Increase Dimension/Radius (Superkill)

Posts 31–45 of 48 · Page 3 of 4
Quote Originally Posted by emiedumalasa View Post
just dump the image.
what are the tools needed to be able to dump crossfire.exe/image ?
btw thanks
Quote Originally Posted by jayjay153 View Post
what are the tools needed to be able to dump crossfire.exe/image ?
btw thanks
CHimpREC po pang dump ng crossfire.exe
Quote Originally Posted by r0dspunk View Post
CHimpREC po pang dump ng crossfire.exe
try ko boss btw thanks

- - - Updated - - -

Quote Originally Posted by r0dspunk View Post
CHimpREC po pang dump ng crossfire.exe
boss @r0dspunk bakit hindi makita sa process list yung crossfire.exe
pero running na ang crossfire.exe sa task manager
Quote Originally Posted by jayjay153 View Post
try ko boss btw thanks

- - - Updated - - -



boss @r0dspunk bakit hindi makita sa process list yung crossfire.exe
pero running na ang crossfire.exe sa task manager
Select process crossfire when xtrap is still loading.
@malfac009

Bat pag inattach ko ung dump na cf.exe nag eeror
gamit ko po pag inaattach ko Olly
Quote Originally Posted by Kurochi69 View Post
@malfac009

Bat pag inattach ko ung dump na cf.exe nag eeror
gamit ko po pag inaattach ko Olly
AFTER DUMPING CROSSFIRE.EXE ATTACH IT USING OLLY .
I've done this years ago and now I am happy to see that someone managaed to do it too Anyway, you shouln't have posted it, now they will patch it :/
Quote Originally Posted by kmanev073 View Post
I've done this years ago and now I am happy to see that someone managaed to do it too Anyway, you shouln't have posted it, now they will patch it :/
cfbr is patched, but it is easy to bypass
Quote Originally Posted by emiedumalasa View Post
Code:
#define MNodeDimension_x 0xD4
#define MNodeDimension_y 0xD8
#define MNodeDimension_z 0xDC
			 
if (dwModelNodePointer != 0)
{
if (trg.hck.superkill)
{
int onvalue = 160.0f; //change this to whatever value you wanted
*(float*)(dwModelNodePointer + MNodeDimension_x) = onvalue;
*(float*)(dwModelNodePointer + MNodeDimension_y) = onvalue;
*(float*)(dwModelNodePointer + MNodeDimension_z) = onvalue;
}
else
{
int offvalue = 18.0f;
*(float*)(dwModelNodePointer + MNodeDimension_x) = offvalue;
*(float*)(dwModelNodePointer + MNodeDimension_y) = offvalue;
*(float*)(dwModelNodePointer + MNodeDimension_z) = offvalue;
}
}

Question? 
1. Why using 0xD4 instead of using 0x38, which is the OFS dimesion.x of ModelNode?

Answer:
1. 0xD4 - 0x9C = 0x38
credit:
Luzimloko
how to find the source code? please pm me
Quote Originally Posted by Kurochi69 View Post
Fck its PATCHED.
No Its Not
Quote Originally Posted by jayjay153 View Post
No Its Not
THEN WHY IT'S DETECTED?
Posts 31–45 of 48 · Page 3 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?