Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Welcome
  2. I guess there's nothing you can do, should have had a 2 step verification
  3. Show me your tweak.xm after all the changes.
  4. Try returning the argumens to "1"
  5. Doesn't matter, you still need to return them. Just do arg1 = ;
  6. Mark DiDA's reply as "answered"
  7. My fault, didn't mention it
  8. 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
  9. Can't really send a 10$ bill to someone if I'm doing a Giveaway though
  10. Yes Ready for IDA mostly lol
  11. All of them aren't working? Or a few?
  12. Should be in android help & support
  13. 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
  14. Copy paste it here...
  15. I know, but the giftcards that they give aren't "paypal". Look : https://www.paypal-gifts.com/en_ca/
  16. Link?
  17. You didn't link it properly in your pref bundle, post your tweak.xm and your pref plist here
  18. Does this happen with other devices when you're connected to the wifi or just your iPhone?
  19. Contact your email provider. As in : outlook, google or yahoo ect... Tell them you got hacked
  20. Reported for harrassing me
  21. https://iosgods.com/topic/5380-working-on-ios-9-how-to-get-lldb-working-on-windows/
×
  • 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