Results 1 to 14 of 14

Hybrid View

  1. #1
    sam1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Dead

    is my hook patched?

    Code:
    int D3Dinit(void) //Just a hook I used for testing, got it from Marko I believe.
    {
    	DWORD		hD3D, adr, *vtbl;
    
    	// wait for the d3dx dll
    	hD3D=0;
    	do {
    		hD3D = (DWORD)GetModuleHandle("d3d9.dll");
    		Sleep(10);
    	} while(!hD3D);
    	adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx????xx????xx");
    	if (adr) {
    		memcpy(&vtbl,(void *)(adr+2),4);
    		pReset	  = (oReset)	DetourFunction((PBYTE)vtbl[16]   , (PBYTE)Reset   ,5);
     		pEndScene = (oEndScene)	DetourFunction((PBYTE)vtbl[42], (PBYTE)EndScene,5);
     	}
    	return 0;
    }


    is that patched? i got the base working but then when im in the game it says working 4 like 40 sec then the game crashs

  2. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    As I said in my bases thread you will need detours

  3. #3
    sam1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    owwwww i dont even no what that is

  4. #4
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by sam1 View Post
    owwwww i dont even no what that is
    Then u re a leeching C+P -.-
    Learn the fking language before u fking code = said by Mr Magicman

    Thanks Cosmos


  5. #5
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    get the detures from whits hans211+gellin base works nicely

  6. #6
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    i dont think he knows what that means. lol sam1 pm me if you need help!

  7. #7
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    LOl that is true.i learned it the hard way

  8. #8
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Guys, come on. Let him figure it out. By the looks of it, MPGH has a good amount of Combat Arms Coders. Well I'm new, so well that's what I see.

  9. #9
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    Quote Originally Posted by seeplusplus View Post
    Guys, come on. Let him figure it out. By the looks of it, MPGH has a good amount of Combat Arms Coders. Well I'm new, so well that's what I see.
    Thats some selfish comment /yea when ever you ask for help in the future i hope you dont find it ^^



  10. #10
    -ExileD-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    https://mpgh.net Posts: 25,987
    Posts
    552
    Reputation
    32
    Thanks
    795
    My Mood
    Lurking
    Well, it's exactly what CodeDemon said, you need Detours

    Since you're still a choob i wouldn't even think about giving you my hook and Detours. But atleast figure out what a Detour is before you go any further.

  11. #11
    Insidious.'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    General, -------- Critic Lvl: 10000000000000 [MPGH] Critic
    Posts
    1,285
    Reputation
    -174
    Thanks
    58


    Think So i guess.
    MPGH Critic
    "I Have 2 Red Bars, Beacuse i say the truth and the truth hurts you.!"
    -MJWL

    Use The Force
    [IMG]https://i44.photobucke*****m/albums/f34/Ps8612/Stars/gold.gif[/IMG][IMG]https://i44.photobucke*****m/albums/f34/Ps8612/Stars/gold.gif[/IMG][IMG]https://i44.photobucke*****m/albums/f34/Ps8612/Stars/gold.gif[/IMG][IMG]https://i44.photobucke*****m/albums/f34/Ps8612/Stars/gold.gif[/IMG][IMG]https://i44.photobucke*****m/albums/f34/Ps8612/Stars/gold.gif[/IMG]
    Contact Me Pm/Vm For Help!
    "It's Not Your House That's Haunted It's Your Son!"
    -Insidious

  12. #12
    sam1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    ok well i have a detorue but how do i use it?

  13. #13
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Here is your answer! Click here!



    We can't do it all for you.

  14. #14
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Dont just give it all to them >.<
    You need detours for CA. That works for some games, But for CA its patched.

Similar Threads

  1. [Patched] Bodhi's D3D Hook [V4.0]
    By Pitcher in forum WarRock - International Hacks
    Replies: 33
    Last Post: 09-22-2011, 04:08 PM
  2. [Patched] Mpgh Public Hook v0.02 |Rapidfire Superbullets Weaponrange More!
    By OBrozz in forum Combat Arms Hacks & Cheats
    Replies: 255
    Last Post: 09-19-2011, 04:01 PM
  3. [Patched] Vanerv10 NoMenu HOok V.1
    By vanerv10 in forum WarRock - International Hacks
    Replies: 19
    Last Post: 09-16-2011, 01:02 AM
  4. [Patched] MPGH Public Hook | RapidFire, Nametags, 17 features!
    By OBrozz in forum Combat Arms Hacks & Cheats
    Replies: 331
    Last Post: 08-25-2011, 09:34 PM
  5. [Release-PUBLIC]D3D Hook-PATCHED
    By Legify in forum Combat Arms Hacks & Cheats
    Replies: 160
    Last Post: 06-08-2009, 10:02 PM