allen343434

Untitled

Sep 23rd, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. bool CSettings::inProfile()
  2. {
  3. __try
  4. {
  5. DWORD x2 = pClassManager.GetProfileWeapon();
  6. if (x2) return true;
  7.  
  8. return false;
  9. }
  10. __except (EXCEPTION_EXECUTE_HANDLER)
  11. { }
  12. }
Add Comment
Please, Sign In to add comment