Jump to content

Undefined symbols for architecture armv7/arm64


fiqstro

1 post in this topic

Recommended Posts

Posted
#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

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines