Public paste
Undefined
By: Guest | Date: Jan 9 2009 21:27 | Format: None | Expires: never | Size: 177 B | Hits: 911

  1. SetDebugPrivilege();
  2. int h = ReadMem("Counter-Strike",0xa25ef04);
  3. string helm = "";
  4. if(h==1){ helm="with helmet"; }else{ helm="without helmet"; }
  5. cout<<"#helm: <<helm<<endl;