A CF hack Source that doesent work, dont flame, Read Inside.

Posts 115 of 20 · Page 1 of 2
A CF hack Source that doesent work, dont flame, Read Inside.
Hello there, you might say "OMG ANOTHER BEGGING NOOB" well no, im asking for a hack that isint in .DLL form yet, that its still in C++, but it doesent matter if its detected, i just wanna see how its formed or something like a tutorial, last time i went to Combat Arms section and found a Hacks base, which really got me interested, soo yeah if anyone has something like that, it doesent matter if it works or not, i just wanna see them, like go in order
"Base" then what comes next ETC ETC..


soo what im asking for is a Hack Source that doesent Work, or Combat arms hacks and CF hacks are the same??


Soo yeah, Thanks..

-Greengo-


P.S Please Dont Flame.. Hope you understand what i just wrote as its like 9 12 AM here and im sleepy.. lol thanks again.

=Greengo=
another one who's going crazy without hacks XD
Quote Originally Posted by kvll View Post
another one who's going crazy without hacks XD
ya dude all of the noob hackers they are going creazy without hack
I'm not going crazy, i just wanna see how CF hacks are formed, and maybe start learning C++ and then starting with Hacks XD and Kvll, it seems that you dont know how to read >.>

-Greengo-
Quote Originally Posted by Greengo View Post
I'm not going crazy, i just wanna see how CF hacks are formed, and maybe start learning C++ and then starting with Hacks XD and Kvll, it seems that you dont know how to read >.>

-Greengo-
Dont worry kvll just looks round for somewhere to post
kvll did you not read it?
Read then Reply.
eat shit and die!
my bad %_%
Quote Originally Posted by kvll View Post
eat shit and die!
my bad %_%
dude your acting like a little kid grow up this guy might be a next good coder
[Source] Crossfire Speed Hack Code:
#include <windows.h>
#include <stdio.h>

int Speedhack=0;

DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
DWORD SpeedHack = CShellBase + 0x5BE458;

void Speed()
{
while(1){
if(GetAsyncKeyState(VK_NUMPAD1)&1){
Speedhack++;
if(Speedhack > 2){Speedhack=1;};
}
if (Speedhack==1){ // Faster
*(DWORD*)(*(DWORD*)SpeedHack) = 0x46A29CE8;
*(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x46A29CE8;
}
if(Speedhack==2){ // Normal Speed Value
*(DWORD*)(*(DWORD*)SpeedHack) = 0x45938DF8;
*(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x45938DF8;
}
Sleep(100);
}
}

BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL);
}
return TRUE;
}
There was someone who posted some source codes a lil while back like a few days ago, search through the forum to find em.
N00B BEGGER GTFO!!!!
Quote Originally Posted by Hyak View Post
N00B BEGGER GTFO!!!!
LOL you always make me LOLOLOL ahaha..

Thanks Wolf, guess ill start learning C++ now..

-Greengo-
You need to make a hook. The Source Code is the easy bit. There are HEAPS of working source codes, but all* the hook methods have been detected

*Most of
Quote Originally Posted by ***JAMES*** View Post
You need to make a hook. The Source Code is the easy bit. There are HEAPS of working source codes, but all* the hook methods have been detected

*Most of
Man the bad thing is that my buttons : ][ and the brackets dont work.. i gotta fix them, but I DONT KNOW HOW ahghhh, i cant even try learning and typing what i learn WHY ME!

-Greengo
dude if your () [] and especially ; button doesnt work it is going to be near impossible to learn C++ without committing suicide
Posts 115 of 20 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?