Need help?How to make a dll hack - LEACHED!!! - MPGH - MultiPlayer Game Hacking & Cheats
How to make a dll hack - LEACHED!!!
Posts 1–6 of 6 · Page 1 of 1
How to make a dll hack - LEACHED!!!
Things needed
1. Visuial C++ 6.0 (pm me if you need this)
2. Addie finder ( Nearons should work for you)
3. SDK Summer 2004 Download here http://www.microsoft.com/downloads/d...displaylang=enⓘ
4. Injector (Any hack you have downloaded comes with one.)
Step 1
Open Visual C++
Press File-->New Select Win32 Dynamic-Link Library and enter a project Name
Select An Empty DLL Project
Press File-->New Select C++ Source File Give it a name
//Any other hacks you decide to add go above here
//Hack are put into the game here
void snip()
{
for(;; )
{
if(*ingame) //check if we are ingame.. prevent crashs
{
Fastall();
speed(); // player hacks go here
speedoff();
scope();
}
if(*outgame)
{
Spread();
nowait(); //server hacks go here
}
Sleep(200); //prevent for overloading the cpu
}
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "YOUR NAME HERE", "Credits", MB_OK); // Put your
//name where Your Name Here is but leave the ""
MessageBoxA(NULL, "Sniper8ce's Base Code", "Credits", MB_OK); // Do not
// edit this
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)snip, 0, 0, 0); //create
// the hackthread
}
return TRUE;
}
Stop Copy Above Here!!!!!!!!!!!!
Now you can goto Build-->Compile "?.cpp"
If no errors then Build-->Build "?.dll"
Then goto your project folder and click the debug folder. In there you should fine the DLL file. Copy and Paste it in the same folder as your injector. Make sure they have the same name.
Exp- test.exe(injector) test.dll(DLL File)
Look over the hacks and build off of them this will get you started but its a very simple hack. I will check this post every day and try to get back to your questions ASAP.
Remember if you use NOT my base code then you can atleast do 1 thing for me.
1. Press the Thanks Button
Have fun with this and keep in touch with any updates to the hack you have added. Im interested to see how far you can get with it.
hmm Let me try lol.
hmm i have seen this one before but it seems that this contains a bit more and why do you want show boxes :| seems vage because it lowers down warrock and when u return you might be dead (rather to chose a beep or something like that :3)
i tried this thing for CA but ca will run only it gave me a error at the background when i closed CA
Sorry, but what game is this a base hack code for??
or is it just general?
Dont double post man.
Originally Posted by Snape
Dont double post man.
I can handle that. posting just to tell him that is all most just as bad and off-topic.