first hack thank me

Posts 115 of 18 · Page 1 of 2
first hack thank me
i want to start by saying i found this from someone on mpgh and edited it

ok so first you will need
Microsoft Visual C++ 2008 Express Edition
and a internet[should already have]

then you will need your hook


#include <windows.h>
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}

then you will need your PushToConsole(char* sVal)
got it from the first and the second postes work just fine i used the second one


void __cdecl PushToConsole(char* sVal)
{
DWORD zAddress = 0x007D9200;
void* szConsole = (void*)*(DWORD*)(zAddress);
_asm
{
push sVal
call szConsole
add esp, 4
}
}

then you wil need your main


void main()
{
while(true)
{
then put whatever you want for PTC'S
then put whatever you want for PTC'S
then put whatever you want for PTC'S
then put whatever you want for PTC'S
then put whatever you want for PTC'S
then put whatever you want for PTC'S
}
}


then you need your dword


DWORD WINAPI dwHackThread(LPVOID) {
while( !IsGameReadyForHook() )
Sleep(100);
main();
return 0;
}

and then the BOOL WINAPI DllMain


BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}

and you just made your first hack!!!

credits:
codenever
ac1d_buRn
and ever one who has helped me thru this whole mess
Sooo pretty much this is CoderNever's tutorial without the explanations because thats what it looks like.
what the heck???? cn's tut was fine

/close thread
ok ok this is easyer tho for me
you basically c&ped so you get rep????!!!!
no i found it from someones post and started editing it i gave them credits

i did not break any rules did i ??
CNs tut and CN's Console Push Renamed....%100 credits to me?
Stupidest tut ever.
/close
please this was a fail
No offense i say both This and CN's should be closed ...
To many hotkey hacks have been released There taken up the front page..

We need the front page for the real hacks..
don't hate me whit . I just wanted to help people with hacks, because there was never no tutorial for me so it took me forever..
Quote Originally Posted by whit View Post
No offense i say both This and CN's should be closed ...
To many hotkey hacks have been released There taken up the front page..

We need the front page for the real hacks..
Agreed. Enough with auto on NX cham only hacks. I hope Nexon patches this is the next patch.
Quote Originally Posted by CoderNever View Post
don't hate me whit . I just wanted to help people with hacks, because there was never no tutorial for me so it took me forever..
/me said No offense
To be honest I hope nexon patched all of are bases, because then the real coders will come out of the shadows, and we will all have to work hard to get a good hack (Which would be kinda fun). Just like the Adddie/Cheat Engine Age xD.
Quote Originally Posted by CoderNever View Post
To be honest I hope nexon patched all of are bases, because then the real coders will come out of the shadows, and we will all have to work hard to get a good hack (Which would be kinda fun). Just like the Adddie/Cheat Engine Age xD.
They want patch /me It hasnt been released yet ...MuHAhah
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?