Results 1 to 15 of 24

Threaded View

  1. #1
    HaruShots's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    Somewhere on earth
    Posts
    145
    Reputation
    10
    Thanks
    1,382
    My Mood
    Busy

    How to use Coder.Anonymous Health Hack Address

    Hey MPGH, today I will be teaching you how to make the HP Hack using C++.
    I'm using Visual Studio Desktop 2013. So I do not know about others... Should be okay.
    -
    Set Up
    1. Create a New Project
    2. Choose Console Application
    3. Click DLL and Empty Project.
    4. Click Finish.
    -
    I'll be using @Coder.Anonymous HP Address
    If you like to view the post it will be here
    https://www.mpgh.net/forum/showthread.php?t=875468
    -
    The address is 101E15B0.
    -
    1. Do the Include thing
    Code:
    #include <Windows.h>
    2. Add the address
    Code:
    #define HP 0x101E15B0
    3.Copy this.
    Code:
    BOOL Trigger;
    void Name(DWORD dwH, DWORD dwA){
       *(DWORD*)dwH = dwA;
    }
    4. Add the Hotkey
    Code:
    void Init_Hack()
    {
       while(1)
         {
           if(GetAsyncKeyState(VK_INSERT)&1)
                     _Health(HP, 999);
                     _Health(HP, 999);
                     _Health(HP, 999);
                       Trigger = !Trigger;
     }
    Sleep(10);
    }
    
    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
    {
    	UNREFERENCED_PARAMETER(lpReserved);
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Init_Hack, 0, 0, 0);
    	}
    	return (TRUE);
    }
    Beginning of a journey is easy, but when your on the middle of the journey challenges appears.

  2. The Following 8 Users Say Thank You to HaruShots For This Useful Post:

    bigode94 (10-23-2015),blablabl2 (01-01-2015),COD3RIN (01-01-2015),Cookiedarkfinger (03-31-2015),nikazizi97 (09-10-2015),qwerty1244 (01-05-2015),Rullez (04-02-2015),vitinho231 (10-05-2015)

Similar Threads

  1. [Solved] How to use warrock ph addies/hacks/codes.
    By kilzack99 in forum WarRock Help
    Replies: 1
    Last Post: 10-28-2011, 10:34 AM
  2. [TuT] How to use the Over CF Hack
    By gregory9873 in forum CrossFire Tutorials
    Replies: 1
    Last Post: 07-24-2010, 09:16 PM
  3. How to use maty patty's hack .dll file
    By 0o1ade in forum Combat Arms Help
    Replies: 18
    Last Post: 04-20-2010, 01:44 PM
  4. a more explained guide on how to use lolz2much's fly hack!!!!!
    By danthegreat in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 07-28-2009, 03:49 PM
  5. VIDEO OF HOW TO USE CANADIAN ASSASSIN's HACKS
    By liljonny5671 in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 04-24-2009, 01:05 PM