Jump to content

Featured Replies

Posted

anyone know any good c++ source code for a hack that i could use? im trying to make myself a private hack. thanks. ive tried google but all i get is bs.

 

EDIT: Never mind. i found the source code for OGC

Vac2 proofing code..

 

 

DWORD dwPatchAddress = (DWORD) dwFindPattern( 0x01D2B500, 0x000645a4,(PBYTE)"\x8B\x4C\x24\x04\x8B\x44\x24\x08\x56\x51\xA3\x00\x  00\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( 0 ); 
  } 

  dwPatchAddress += 0x1E; 

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

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

Are you stupid?

 

anyone got any ideas if he has somthing up and coming? I did see a screeny of him BETA testin' a new hook in DODS a while back

Guest
This topic is now closed to further replies.