Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. 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?
  2. Welcome!
  3. RIPPPPP
  4. Hmm, okay. Lemme test.
  5. 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?
  6. Okay, thank you Patrick To enable "godmode", what should I change the "playerHealth" int to? 999999? I did that and will test.
  7. 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...
  8. 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...
  9. Welcome!
  10. What?
  11. Looks dope
  12. Must be the UnityAppController. Remove that then try again.
  13. 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
  14. Remove the: %hook SKPaymentTransaction -(void)_setTransactionState:(long long) fp8 { fp8 = 1; %orig(fp8); } %end and just leave the transactionState.
  15. Nice
×
  • 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