Results 1 to 5 of 5
  1. #1
    DangeBlazer's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,579

    Angry Help me compile two hack into a single.dll

    I have Pointer and Offset on GHOST MOD and INVISIVEL HACK

    I would like to have help, I put the credits for the help.....Sorry BAD Google Translate

    #PM

  2. The Following User Says Thank You to DangeBlazer For This Useful Post:

    rushil69 (09-11-2017)

  3. #2
    Anju01's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    87
    My Mood
    Cold
    I haven't tried Invisible Hack yet. Ask @ayoub212 for Invisible Source code.

    Code:
    #include <Windows.h>
    
    #define ADR_PlayerPointer 0x00000
    #define OFS_Ghost 0x00
    
    void ghost()
    {
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_INSERT) & 1)   //VK_Hotkey
    		{
    			*(DWORD*)(*(DWORD*)(ADR_PlayerPointer)+OFS_Ghost) = 0;
    
    		}
    		else
    			if (GetAsyncKeyState(VK_DELETE) & 1)   //VK_Hotkey   
    			{
    				*(DWORD*)(*(DWORD*)(ADR_PlayerPointer)+OFS_Ghost) = 1;
    			}
    	}
    }
    
    
    BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD _CallReason, LPVOID lpvReserved)
    {
    	switch (_CallReason)
    	{
    	case DLL_PROCESS_ATTACH:
    		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TeamESP, 0, 0, 0);
    		MessageBoxA(0, "Anything you want", "Anything you want", MB_ICONINFORMATION);   //This is your Message Box
    	}
    	return 1;
    ---------------------------------------------------------------------------------------------

    Contact me here:




    ---------------------------------------------------------------------------------------------

  4. The Following User Says Thank You to Anju01 For This Useful Post:

    DangeBlazer (09-12-2017)

  5. #3
    ayoub212's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Tunisia, nabeul
    Posts
    134
    Reputation
    10
    Thanks
    2,079
    My Mood
    Devilish
    Quote Originally Posted by Anju01 View Post
    I haven't tried Invisible Hack yet. Ask @ayoub212 for Invisible Source code.

    Code:
    #include <Windows.h>
    
    #define ADR_PlayerPointer 0x00000
    #define OFS_Ghost 0x00
    
    void ghost()
    {
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_INSERT) & 1)   //VK_Hotkey
    		{
    			*(DWORD*)(*(DWORD*)(ADR_PlayerPointer)+OFS_Ghost) = 0;
    
    		}
    		else
    			if (GetAsyncKeyState(VK_DELETE) & 1)   //VK_Hotkey   
    			{
    				*(DWORD*)(*(DWORD*)(ADR_PlayerPointer)+OFS_Ghost) = 1;
    			}
    	}
    }
    
    
    BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD _CallReason, LPVOID lpvReserved)
    {
    	switch (_CallReason)
    	{
    	case DLL_PROCESS_ATTACH:
    		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TeamESP, 0, 0, 0);
    		MessageBoxA(0, "Anything you want", "Anything you want", MB_ICONINFORMATION);   //This is your Message Box
    	}
    	return 1;
    that's Ghost Mod

  6. #4
    Anju01's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    87
    My Mood
    Cold
    Quote Originally Posted by ayoub212 View Post
    that's Ghost Mod
    That's the source for ghost mode. I'm telling him to ask you about invisible source. He was asking for Invisible and Ghost Source code.
    ---------------------------------------------------------------------------------------------

    Contact me here:




    ---------------------------------------------------------------------------------------------

  7. #5
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    Quote Originally Posted by Anju01 View Post


    That's the source for ghost mode. I'm telling him to ask you about invisible source. He was asking for Invisible and Ghost Source code.
    he asking for help to put two source code into one He already have both address and source code i think
    RUSHIL69 == rE-BoOt

  8. The Following User Says Thank You to rushil69 For This Useful Post:

    Anju01 (09-12-2017)

Similar Threads

  1. [Help Request] Need Help With Putting A Hack Code Into A Game
    By Boy11 in forum Garry's Mod Discussions & Help
    Replies: 3
    Last Post: 02-20-2017, 05:24 PM
  2. help with drawing my hack into a window
    By tremaster in forum Visual Basic Programming
    Replies: 6
    Last Post: 10-26-2010, 08:27 PM
  3. Help Me! I can't compile my hack =/
    By Capevaldo in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 10-10-2010, 04:01 AM
  4. [HELP] d3dx9.h in Hack CA dont Compile
    By filecroc in forum C++/C Programming
    Replies: 6
    Last Post: 09-29-2010, 11:49 AM
  5. [Help] Streaming Hacks Into My Loader
    By qddW$#%^jtyjtyj in forum Visual Basic Programming
    Replies: 48
    Last Post: 07-09-2010, 07:49 PM