[Undetected]Increase Dimension/Radius (Superkill)
Posts 31–45 of 48 · Page 3 of 4

Originally Posted by
emiedumalasa
just dump the image.
what are the tools needed to be able to dump crossfire.exe/image ?

btw thanks


Originally Posted by
jayjay153
what are the tools needed to be able to dump crossfire.exe/image ?

btw thanks

CHimpREC po pang dump ng crossfire.exe

Originally Posted by
r0dspunk
CHimpREC po pang dump ng crossfire.exe
try ko boss

btw thanks
- - - Updated - - -

Originally Posted by
r0dspunk
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

Originally Posted by
jayjay153
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

Originally Posted by
Kurochi69
@
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 :/

Originally Posted by
kmanev073
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

Originally Posted by
emiedumalasa
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
@
emiedumalasa YOU HAVE UPDATED DIMENSION?

Originally Posted by
Kurochi69
Fck its PATCHED.
No Its Not

Originally Posted by
jayjay153
No Its Not
THEN WHY IT'S DETECTED?
Posts 31–45 of 48 · Page 3 of 4