#include %hook Coins - (int)have { NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/com.iosgods.poupref.plist"]]; return [[iosgods objectForKey:@"kCoins"] intValue]; } %end