Jump to content

fiqstro

Senior Member
  • Posts

    196
  • Joined

  • Last visited

Everything posted by fiqstro

  1. took roughly 40 minutes advice pls or i cry
  2. quite mediocre fonts really dont fit each other text isn’t really aligned correctly could use some improvements there
  3. Did give me a league vibe there, think you should change the color of the outline to white / purple because im not really a fan of the color scheme
  4. Don't like how the black shadow/outline on the dude’s shirt is inconsistent, it ruins the highlight of the character Nice mascot on the shirt though
  5. I’m currently a graphic designer who does works as a hobby, send me requests in the comments, or in my DMs and ill make sure to respond Here’s my portfolio: https://www.behance.net/fiqstrol Sorry for the lack of work, i just haven’t posted much on it yet. Might post some of my other works here as well All of my works will be free, as long as you allow me to post it onto my portfolio.
  6. #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
  7. Ive used multiple internets to try and solve this problem, as well as a VPN and it still doesn’t work
  8. You can, but you have to find a way to hack into their server in short. And you need to know alot of programming + it’s illegal, and you can get charged for it.
  9. %hook GADOAdReward -(id) amount { return [NSNumber numberWithInteger:999999999]; } %end %hook GADNAdReward -(id) amount { return [NSNumber numberWithInteger:999999999]; } %end Hey, i’m trying to make my first tweak, but when i tried to make a package, an error pops up that says that i’m missing a semicolon at the end of the return statement, when my code already has a semicolon after the statement. Why is this happening?
  10. When i tried to move perl into usr/local/bin it gives me this annoying error. Is there a way to fix?
×
  • 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