Jump to content

JustinPet26

Senior Member
  • Posts

    629
  • Joined

  • Last visited

Everything posted by JustinPet26

  1. @Joka Dev menu crashes game, and godmode doesn’t work. Definitely shows health is unlimited, but might just be visual.
  2. Are you worried of something going wrong? You install it like any other tweak and can disable it in Settings. I've tested and working 100%, but i do understand your point of being cautious!
  3. Updated version: iAP26 (Chimera/Electra iOS 11-12) NO A12(X) SUPPORT YET (Free iAP Purchases) http://i.imgur.com/4OGoQYE.png?1 Fully supports iOS 11 - 12.1.2 (Chimera/Electra fully supported) Free in app purchases on iOS 11 & 12 with Chimera/Electra! You'll know if it doesn't work when (iAP transaction fails/app crashes) This WILL NOT work on everything! So please do not complain. WORKS ON iOS 11 - 12.1.2 iOS 11-12.1.2 installation instructions with Chimera/Electra![Hidden Content] Brought to you by JustinPet26!
  4. Link has been updated, try it now. Sorry about that.
  5. iAP26 fully supports iOS 11.1.2 with Electra! Enjoy guys!

  6. [3/02/18] UPDATE iOS 11.1.2 is FULLY SUPPORTED with Electra! Enjoy guys! ?
  7. 03/01/18 [Update] Confirmed working on iOS 10.3.3 Enjoy!
  8. Works great but it only works if you have only ONE item equipped at anytime. Anymore than one item equipped makes all stats go negative XXXXXXX. Other than that, thanks
  9. 24/10/17 - [Update] Confirmed working on iOS 10.2.1 Enjoy!
  10. Nice work @DiDA ☺️ Brings back memories of when I totally broke it ? Link for nostalgia:
  11. Hey guys having a little trouble putting together a psslidercell targeting the '(double)arg1' part. I have followed DiDA's tutorial but I'm getting an error "undeclared identifier 'newValue'. Not sure what I'm doing wrong, thanks for any help in advance! ☺️ #define PLIST_PATH @"/var/mobile/Library/Preferences/YOUR PLIST NAME HERE.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } inline int GetPrefInt(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] intValue]; } %hook DidaIsGod -(void) hellodida:(double)arg1 iloveiosgods:(bool)arg2 { if(GetPrefBool (@"key1")) { arg1 newValue = GetPrefInt(@"keyslider1"); return newValue; } else { return %orig; } } %end
×
  • 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