Show us a screen shot or something of your code then myself or someone else can tell you where you have gone wrong
Hi
I am making a hack for CF, but when I inject it, nothing happens. A messagebox is meant to come up.
I have put the messagebox in the DllMain bit.
![]()
Show us a screen shot or something of your code then myself or someone else can tell you where you have gone wrong
I'm Here To Help You
Post On My Wall For Help Or Personal Message Me
[IMG]https://www.danasof*****m/vipersig.jpg[/IMG]
Is it a public source code or something ?
Are you using undetected injector?![]()
DEHUMANIZE YOURSELF
AND FACE TO BLOODSHED
Show Us Your Source Code Or Some Of It Or Example Just So We Can Try And Help You!
Here is my code:
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(38)&1){ // 38 is the UP arrow 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) { MessageBox(NULL, "CF Hack By _corn_\nMade for MPGH", "CF Hack", MB_OK); CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL); } return TRUE; }
Is your source right
You mean this?
Code:char Msg[] = {'M','a','d','e',' ','b','y',' ','N','e','e','c','h','a','n',',0 }; char Title[] = {'N','e','c','h','a','n',' ','v','1','0',0 };
G-Force Injector still work
Try Unreal Injector mayb?