Thread: Hooking

Results 1 to 5 of 5
  1. #1
    lucifereviluser's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    105
    Reputation
    19
    Thanks
    50

    Exclamation Hooking

    You can draw something in this midhook such as: box,CrossHair, memory. But you cant draw font.

    Code:
    _declspec(naked) void MyMid()
    {
    	_asm mov edi,edi;
    	_asm push ebp;
    	_asm mov ebp,esp;
    	_asm mov eax,dword ptr [ebp + 0x8];
    	_asm mov pDevice,eax;
    	_asm jmp back;
    }
    Code:
    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	If dwReason == DLL_PROCESS_ATTACH Then
    		DWORD hD3D  = (DWORD)LoadLibrary("d3d9.dll");
    
    		DWORD HookedD3D	= FindPattern(hD3D, 0x128000, (PBYTE)"\x8B\xFF\x55\x8B\xEC\x5D\x00\x00\x00\x00\x00\xCC\xCC\xCC\xCC\xCC\x8B\xFF\x55\x8B\xEC\x51", "xxxxxx?????xxxxxxxxxxx"); //XP OS
    
    		if(!HookedD3D)
    		{
    			DWORD HookedD3DA	= FindPattern(hD3D, 0x128000, (PBYTE)"\xC3\x90\x90\x90\x90\x90\x8B\xFF\x55\x8B\xEC\x5D\xEB\x00\x90\x90\x90\x90\x90\x8B\xFF\x55\x8B\xEC\x6A\xFF", "xxxxxxxxxxxxx?xxxxxxxxxxxx"); //Win 7 OS
    			HookedD3D			= HookedD3DA +  0x6;
    		}
    
    		back		= HookedD3D  + 5;
    
    		DetourFunc((PBYTE)(HookedD3D), (PBYTE)MyMid,5);
    	_End
    	return TRUE;
    }
    Have a good cheat !

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

    -[I]fLuX (12-27-2012),xrxr55 (02-08-2013)

  3. #2
    Shartob1's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    INDO-CROSSFIRE
    Posts
    140
    Reputation
    10
    Thanks
    14
    My Mood
    Amused
    Wow, amazing! thx for sharing....
    <=======================================>
    PRESS THANK'S IF I HELP YOU
    <=======================================>
    INDO-CROSSFIRE

     

    - Make Hack Crossfire
    - Make Loader
    - Make 30 Function's
    - Make Weapon Logger
    - Make Value Logger
    - Make Addy Logger
    - Make Public Hack
    - Make Bypass Xtrap
    - Make Bypass Client Error
    - Make D3D
    - Make Aimbot [0%]


     
    => dicky87smd (my teacher)
    => Kareem111 (best friend)
    => MagicWar7

  4. #3
    lucifereviluser's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    105
    Reputation
    19
    Thanks
    50
    Hmm. It 's still working. But you cant draw text. You can draw border. FillRBG. DrawCrossHair or put memory hack in there

  5. #4
    ree0z's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    17
    why should font not work.. there are several methods to do that! i think if you can use functions like border and fillrbg there is a way to do the fonts

  6. #5
    Nemo[4ever]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    6
    My Mood
    Stressed
    yeah you can draw font only with DrawEngineString of game

Similar Threads

  1. WR D3D Hook - =o - 03/22/07
    By Dave84311 in forum Hack/Release News
    Replies: 14
    Last Post: 10-06-2007, 09:59 AM
  2. tut How to hook tut 6
    By llvengancell in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-26-2007, 03:24 PM
  3. D3D hooking tutorial 5 i think
    By llvengancell in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-26-2007, 03:09 PM
  4. How can i hook the punkbuster?
    By TheRedEye in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-27-2007, 12:34 PM
  5. New Hacks Announced & Warrock DX Hook Update
    By Dave84311 in forum Hack/Release News
    Replies: 17
    Last Post: 03-02-2007, 03:54 PM