Thread: Built in WH

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Look for the string 'CD3D_Device::CheckSpecialCards pForceMode : %s' or just 'Forcemode' then scroll down until you see

    Code:
    ___:0056CC34                 mov     [ebp+var_84], ecx
    ___:0056CC3A                 push    1 <-Address
    ___:0056CC3C                 push    7
    ___:0056CC3E                 mov     edx, [ebp+var_84]
    ___:0056CC44                 mov     eax, [edx]
    ___:0056CC46                 mov     ecx, [ebp+var_84]
    ___:0056CC4C                 mov     edx, [ecx]
    ___:0056CC4E                 mov     eax, [eax]
    ___:0056CC50                 push    edx
    All credits go to fatboy88 or __GHOSTER__ credits weren't posted in the OP on UC.

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

    dude117 (05-24-2010),God601 (05-24-2010),whit (05-24-2010)

  3. #17
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Ight Thks long

  4. #18
    God601's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In The End Of The Time
    Posts
    554
    Reputation
    10
    Thanks
    362
    My Mood
    Angelic
    Err... when bumped , it say fatal error... -.-
    Is there a way to bump the Engine.exe?
    All others files is working

    Starting my own Web hosting service
    Finaly completed.

    Progress for Exchange Server : 100%


  5. #19
    rapion111's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    10
    This is better than nothing. I certainly could play with my game looking like that.

  6. The Following User Says Thank You to rapion111 For This Useful Post:

    dude117 (05-24-2010)

  7. #20
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by God601 View Post
    Err... when bumped , it say fatal error... -.-
    Is there a way to bump the Engine.exe?
    All others files is working
    Try DUMPING it... I believe you must have XP for dumping Engine.exe to work... Sorry

  8. #21
    nIlluminati's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by vingadormaster View Post
    try:

    [php]bool Memoria( void * pDest, char * szPatch, size_t sSize )
    {
    DWORD dwOrgProtect = NULL;
    if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    return FALSE;

    memcpy( pDest, szPatch, sSize );
    VirtualProtect( pDest, sSize, dwOrgProtect, NULL );
    return TRUE;
    }

    Memoria(( void* )( 0x56CC3A ), "\x6A\x00", 2);
    [/php]
    One question, does the m_Write command need to use a certain header?

  9. #22
    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
    Quote Originally Posted by nIlluminati View Post
    One question, does the m_Write command need to use a certain header?
    i lol'd
    thats his nop function he created

    make your own or use memcpy?
    not sure as i havent been coding latley.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Built menu into a game? how to?
    By zwan in forum C++/C Programming
    Replies: 8
    Last Post: 12-17-2009, 02:16 PM
  2. [Release] TextureEditor 3.1 (MPGH Built)
    By FooFighters in forum Combat Arms Hacks & Cheats
    Replies: 21
    Last Post: 11-08-2009, 12:44 PM
  3. My speedbump I built
    By arunforce in forum General
    Replies: 3
    Last Post: 11-27-2007, 10:10 AM
  4. trainer with bypass built in
    By llvengancell in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-30-2007, 12:35 PM
  5. I will create awesome public trainers with built in bypasses
    By domin8666 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-01-2007, 09:32 PM