Advertisement
iOSGods

PSEDITTEXTCELL

Sep 15th, 2014
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #include <Foundation/Foundation.h>
  2.  
  3. %hook Coins
  4.  
  5. - (int)have {
  6.  
  7. NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/com.iosgods.poupref.plist"]];
  8. return [[iosgods objectForKey:@"kCoins"] intValue];
  9.  
  10. }
  11.  
  12. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement