Tuesday, 28 July 2020

Undefined symbols for architecture armv7/arm64

#define PLIST_PATH @"/var/mobile/warshipcrafthack/prefbundle/Resources/Root.plist" inline bool GetPrefBool(NSString *key){ return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook WSDataManager -(void)setGold:(int)arg { if(GetPrefBool(@"kGold")) { arg = 99999999; } } %end So i’m currently following this tutorial, and seems like im doing everything correctly but somehow it said that GetPrefBool is undefined for some reason Image: https://ibb.co/mF73HD0 cause imgur is ass

from iOSGods RSS Feed https://ift.tt/305Ta2j

No comments:

Post a Comment