Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 17th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. void PlayerHacks(void)
  2. {
  3.         DWORD Server = PTR_SERVER;
  4.         if(Slot5 == 1){*(long*)(Server+OFS_SLOT_5) = 1;}
  5.         if(Slot6 == 1){*(long*)(Server+OFS_SLOT_6) = 1;}
  6.         if(Slot7 == 1){*(long*)(Server+OFS_SLOT_7) = 1;}
  7.         if(Slot8 == 1){*(long*)(Server+OFS_SLOT_8) = 1;}
  8.  
  9.         if(Prone == 1)
  10.         {
  11.                 if(GetAsyncKeyState('V'))
  12.                 {
  13.                         *(BYTE*)ADR_PRONE_CQC = 0x1;
  14.                 }
  15.         }
  16. }