Advertisement
Riremito

Untitled

Feb 27th, 2015
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. void HSCRC5_TableHack(DWORD dwHSCRC5_Table){
  2.         int i;
  3.         for(i=0; i<5; i++){
  4.                 *(DWORD *)(dwHSCRC5_Table + i*8) = ((*(DWORD *)(dwHSCRC5_Table + i*8)^*(DWORD *)(dwHSCRC5_Table + 0x28)) - HS_Memory_Start + HS_Memory)^(*(DWORD *)(dwHSCRC5_Table + 0x28));
  5.         }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement