Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

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