Thread: Built in WH

Page 1 of 2 12 LastLast
Results 1 to 15 of 22

Hybrid View

  1. #1
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy

    Built in WH

    Kind of..

    Credits to __GHOSTER__ I think? And UC forums.

    Code:
    on:
    
    m_Write((void*)0x56CC3A, "\x6A\x00", 2);
    
    off:
    
    m_Write((void*)0x56CC3A, "\x6A\x01", 2);

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

    anger83 (05-22-2010),CRUSTY (05-24-2010),dinhoufc (05-22-2010),Grim (05-22-2010),vingadormaster (05-22-2010),whit (05-22-2010),Zoom (05-26-2010),_chalex_ (05-25-2010)

  3. #2
    Grim's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    5,359
    Reputation
    112
    Thanks
    3,786
    My Mood
    Cynical
    nice dude.
    Want to see my programs?
    \/ CLICK IT BITCHES \/

  4. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Is this in your menu hack..?

  5. #4
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    is cshell+0x56CC3A, engine+0x56CC3A or another+0x56CC3A?

    tested in engine and cshell, not work.

  6. #5
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by vingadormaster View Post
    is cshell+0x56CC3A, engine+0x56CC3A or another+0x56CC3A?

    tested in engine and cshell, not work.
    Engine.exe CA NA.

    Just do it as this:

    YourMemoryPatcher((void*)0x56CC3A, "\x6A\x00", 2);

    No need for Base+Address stuffs.
    Last edited by Synns; 05-22-2010 at 05:45 PM.

  7. The Following User Says Thank You to Synns For This Useful Post:

    vingadormaster (05-22-2010)

  8. #6
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    Quote Originally Posted by Longevity View Post
    Engine.exe CA NA.

    Just do it as this:

    YourMemoryPatcher((void*)0x56CC3A, "\x6A\x00", 2);

    No need for Base+Address stuffs.
    thanks working.

    is funny stuff, semi-wallhack.

  9. #7
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Longevity View Post
    Engine.exe CA NA.

    Just do it as this:

    YourMemoryPatcher((void*)0x56CC3A, "\x6A\x00", 2);

    No need for Base+Address stuffs.
    For some reason mine int working



    oh nvm I got it to work
    Last edited by topblast; 05-22-2010 at 10:10 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #8
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    Quote Originally Posted by topblast View Post
    For some reason mine int working
    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]

  11. #9
    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?

  12. #10
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Thanks for sharing long
    -Rest in peace leechers-

    Your PM box is 100% full.

  13. #11
    anger83's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    works like charm thank u m8

  14. #12
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy


    Odd...

    EDIT : NVM got it to work.
    Last edited by Crash; 05-23-2010 at 08:45 AM.

  15. #13
    Mynameisname's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    1
    thx longevity but how can you play like that it seems really messed up or is it just the screenshot?

  16. #14
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    what is this????

  17. #15
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    well nice

Page 1 of 2 12 LastLast

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