Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Indeed
  2. Welcome
  3. I guess there's nothing you can do, should have had a 2 step verification
  4. Show me your tweak.xm after all the changes.
  5. Try returning the argumens to "1"
  6. Doesn't matter, you still need to return them. Just do arg1 = ;
  7. Mark DiDA's reply as "answered"
  8. My fault, didn't mention it
  9. You didn't give any value to arg1 : %hook MakePartsLayer -(BOOL) canAffordToUsePartMaker:(int)arg1 { if(GetPrefBool(@"kParts")) { return TRUE; } return %orig; } %end You didn't give any value to arg1 : %hook GameRules -(int) getGemCostForTickets:(int)arg1 { if(GetPrefBool(@"kArenaTickets")) { return 1; } return %orig; } %end Actually, you didn't return any value to arguments lol I just noticed
  10. Can't really send a 10$ bill to someone if I'm doing a Giveaway though
  11. Yes Ready for IDA mostly lol
  12. All of them aren't working? Or a few?
  13. Should be in android help & support
  14. First problem I see : %hook CurrencyStoreLayer -(void) boltButtonTouch:(int)arg1 withGemCost:(int)arg2 { arg1 = 9999999; arg2 = 1; if(GetPrefBool(@"kInfiniteBolts")) { } return %orig; } %end This : if(GetPrefBool(@"kInfiniteBolts")) { <------- needs to be below your method/class which is : -(void) boltButtonTouch:(int)arg1 withGemCost:(int)arg2 { Error 2 : (BOOL) needs to be changed to (bool) Your pref plist looks fine
  15. Copy paste it here...
  16. I know, but the giftcards that they give aren't "paypal". Look : https://www.paypal-gifts.com/en_ca/
  17. Link?
  18. You didn't link it properly in your pref bundle, post your tweak.xm and your pref plist here
  19. Does this happen with other devices when you're connected to the wifi or just your iPhone?
  20. Contact your email provider. As in : outlook, google or yahoo ect... Tell them you got hacked
  21. Reported for harrassing me
×
  • 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