unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Programming > C and C++

- Sponsored Advertisement -
http://www.myfpscheats.com/

Reply
 
Thread Tools Display Modes
  #1  
Old 12-23-2006, 05:41 AM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default Vac2 Disabler

By Xantrax

Since its getting leaked evyerwhere and sold, here is a crappy version of the VAC2 disabling code. Have fun guys....


PHP Code:
DWORD dwPatchAddress = (DWORDdwFindPattern0x01D2B5000x000645a4,(PBYTE)"\x8B\x4C\x24\x04\x8B\x44\x24\x08\x56\x51\xA3\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\xE8","xxxxxxxxxxx????x????xxxx");

    if ( 
dwPatchAddress == NULL )
    {
        
Screenlog"failed to apply patch: -> address not found" );
        
ExitProcess);
    }

    
dwPatchAddress += 0x1E;

    
PDWORD pdwPatchAddress = ( PDWORD dwPatchAddress;
    
PBYTE pbPatchAddress = (PBYTEdwPatchAddress;

    if ( *
pbPatchAddress != 0x74 )
    {
        
Screenlog"relative jump not found at 0x%x"pdwPatchAddress );
        *
pbPatchAddress 0xC3// hope it works
    
}
    else
    {
        
Screenlog("applied");
        *
pbPatchAddress 0xE9;
    } 

Credits: Patrick ( and dom?)



VAC DISABLED IS BACK UP!!!!

http://vd.irootu.com/forum
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
disabler, vac2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 05:40 PM.


- Sponsored Advertisement -
http://www.myfpscheats.com/