Rapid Restore HP + Adress + Source Code

Posts 113 of 13 · Page 1 of 1
Rapid Restore HP + Adress + Source Code
My Rapid Restore HP + Adress + Source Code
It restores your HP more quickly leaving you with a simple version of god mode


How to use in Software

Adress
Code:
0x12886A0
Cheat Engine:
Code:
12886A0
Source Code :
Code:
#include <Windows.h>
#include <iostream>

void pauseConsole();	// prototype
void sleepAlert();      //

int main(int argc, char* argv[])
{
	system("color 02");
	system("title Rapid Restore HP");
	std::cerr << "###############\n# wWw.MpGh.Net #\n###############\n     Rapid Restore HP\n by: Gusdnide" << std::endl;
	HWND hWnd = FindWindow(NULL, TEXT("Call of Duty 4"));
	

	if(hWnd == NULL)
	{
		std::cerr << "\n\n\nERROR :: Cannot find CoD4 window" << std::endl;
	}

	else
	{
		DWORD pId;

		GetWindowThreadProcessId(hWnd, &pId);

		HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pId);

		if(!hProc)
		{
			system("color ab");
			std::cerr << "\n\n\nERROR :: Cannot open process" << std::endl;

		}

		else
		{
				for(;;)
				{
				    if(WriteProcessMemory(hProc, (void*)0x12886A0, 0, 2, 0))
                    {
                        sleepAlert();
                    }
				}
			CloseHandle(hProc);
		}
	}
	pauseConsole();

	return 0;
}

void pauseConsole()
{
	std::cout << "\n\n\tPress <Enter> to continue...";
	std::cin.clear();
	std::cin.ignore();
}

void sleepAlert()
{
    std::clog << "\n\n\nSUCCESS :: Process memory written" << std::endl;
    Sleep(10000);
}
Credits: Source code : @LEGiiTxCHAOTiiC

Scanner:
https://www.virustotal.com/pt/file/8...is/1369103311/
RapidRepareHP.rar - Jotti's malware scan

Approve? @Jorndel
RapidRepareHP_mpgh.net.rar168 KB · 374 downloads 1/47 malicious
Can you tell us exactly what it does?
Quote Originally Posted by `Rejected View Post
Can you tell us exactly what it does?
It restores your HP more quickly leaving you with a simple version of god mode
I'm assuming its when you get tagged by a weapon an your guy is panting alot an your screen glowing red for awhile before it stops only that now with this hack of yours it makes the red glowing stop an go away faster? thus regenerating his health back faster?......
Nice dude, I'll check it out today :P

Thanks for your release (:

---------- Post added at 11:32 AM ---------- Previous post was at 09:56 AM ----------

Tested it out but does not work :/ unless I'm doing something wrong.... Started up the program, went into cod4, went into a server an hit freeze health but i still took a well normal couple of shots b4 being dead lol... More explanation? :3
Then only works on PEZ Bot I just tested it @Doltear
Ahhh OK.. hmmm might test this on other modded servers like death run etc (: I've seen people only being tagged but not killed by getting knifed on those servers..... possible that they did the same but with CE (:
Quote Originally Posted by Doltear View Post
Ahhh OK.. hmmm might test this on other modded servers like death run etc (: I've seen people only being tagged but not killed by getting knifed on those servers..... possible that they did the same but with CE (:
So I play lan with my friends using this HP Restore They get angry
What do you do exactly like, you freeze it once you get tagged or you turn it on as soon as you enter in the server?
Its works only with self-hosted server or on public servers !?
No work in PB
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?