But I don't exactly know what they mean, I think they're for making
.dll hacks. Can someone explain me what this means and how I can
make this further in .dll with Visual C++?
As you see this is the addy for 1 HIT Kill,Shotgun Spread and No wep weight.
If you put this on Visual Studio and add some fuctions, you will have a hack.
To make a .dll file Download Visual Studio and create a new form with .dll
Originally Posted by G.Andrew
As you see this is the addy for 1 HIT Kill,Shotgun Spread and No wep weight.
If you put this on Visual Studio and add some fuctions, you will have a hack.
To make a .dll file Download Visual Studio and create a new form with .dll
Thanks for your reply, so I must make a new blank .dll file and only put
that in and compile, inject and done? Can you please explain a bit better
in steps?
Thanks.
Originally Posted by Fatal.Error
Thanks for your reply, so I must make a new blank .dll file and only put
that in and compile, inject and done? Can you please explain a bit better
in steps?
Thanks.
New blank .dll
Paste this Addys.
Then add the functions
Example: //Superjump
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr+0x00102D8) = 3000;
}
//End Superjump
(THIS IS FOR WarRock)
Then you need to get the bypass of your hack (The most hard part also called as detouring.)
When you have all this done, save it and inject it.
Originally Posted by G.Andrew
New blank .dll
Paste this Addys.
Then add the functions
Example: //Superjump
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr+0x00102D8) = 3000;
}
//End Superjump
(THIS IS FOR WarRock)
Then you need to get the bypass of your hack (The most hard part also called as detouring.)
When you have all this done, save it and inject it.
Hmmm...
Do you know where I can get tutorials for this, because I'm pretty new
to hacking and bypassing etc.
Hmm.. I can program in C++ already but I mean how can I learn making Bypass for Crossfire etc? Thanks BTW..
These are up-to-date addies, but you seem to be missing your base weapon addy. You will need that first, and find out the simple pattern if you want to apply it on every weapon
Originally Posted by TrollerCoaster
These are up-to-date addies, but you seem to be missing your base weapon addy. You will need that first, and find out the simple pattern if you want to apply it on every weapon
Hmm.. I see, but do you know where I can get tutorial for Crossfire?
I can C++, but I must learn how to make bypass and the weapon thing
what you explained..
Thanks.
Learn basic hacking coding and come back here after. You can't make hacks if you don't even know what's an addy.