Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Or use Dimmer to f**k up your Jailbreak.

  2. Filled: https://iosgods.com/topic/45466-postknight-7-unlimited-gems-coins/
  3. Name of App: Postknight By Kurechii Requirements: - Postknight By Kurechii game (link: https://itunes.apple.com/us/app/postknight/id1093714835?mt=8&uo=4&at=1010lce4) - Jailbroken iDevice - GamePlayer or GameGem. iGameGuardian may work too; haven't tested. - LocaliApStore Features: - Unlimited Gems - Unlimited Coins - Unlimited Level Up Points (Which can then be spent to get the following: Unlimited Strength, Agility, Intelligence and Vitality) - Unlimited Ceruleaf (used to increase Red Potion health points stat) - Unlimited Puffwort (used to decrease Red Potion's cooldown) - Unlimited Sage (used for various potions) - Unlimited Resources - Max Level - Godmode (Note: This is temporary and will go back to default once you've closed the game. This will only work if you're not max level) - High Damage (over 50k damage per attack - linked with Godmode) Click here for the alternative method: https://iosgods.com/topic/45550-postknight-5-alternative-method/ Instructions: Unlimited Gems: [Hidden Content] Unlimited Coins: [Hidden Content] Unlimited Level Up Points: [Hidden Content] Unlimited Ceruleaf: [Hidden Content] Unlimited Puffwort: [Hidden Content] Unlimited Sage: [Hidden Content] Unlimited Resources: [Hidden Content] Max Level/Godmode+High Damage: [Hidden Content] Credits: - @Joka Enjoy!
  4. Why would you want to do that? lmao
  5. So I tried loading this Assembly file into .NET Reflector and this is what I get: What does it mean? And how can I bypass it?
  6. Welcome!
  7. RIPPPPP
  8. Hmm, okay. Lemme test.
  9. Okay. I changed only the "coins" and "playerHealth" to both 999999 and as soon as I hit the enemy, it crashed. Wrong function(s) maybe?
  10. Okay, thank you Patrick To enable "godmode", what should I change the "playerHealth" int to? 999999? I did that and will test.
  11. Oh shit.. Well I sent the currency to like 2047483647... That too high? I also just enabled enemyHealth = 1 and that made the game crash too...
  12. So I've hacked this game, signed it and everything. Opened the game, the features I've hacked work.. But as soon as I get a "star" in the game, it crashes...
  13. Welcome!
  14. What?
  15. Looks dope
  16. Must be the UnityAppController. Remove that then try again.
  17. Change your tweak.xm to this: %hook SKPaymentTransaction -(void) transactionState:(long long)arg1 { arg1 = 1; %orig; } %end %Hook UnityAppController -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end
  18. Remove the: %hook SKPaymentTransaction -(void)_setTransactionState:(long long) fp8 { fp8 = 1; %orig(fp8); } %end and just leave the transactionState.
×
  • 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