Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. My fault, didn't mention it
  2. 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
  3. Can't really send a 10$ bill to someone if I'm doing a Giveaway though
  4. Yes Ready for IDA mostly lol
  5. All of them aren't working? Or a few?
  6. Should be in android help & support
  7. 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
  8. Copy paste it here...
  9. I know, but the giftcards that they give aren't "paypal". Look : https://www.paypal-gifts.com/en_ca/
  10. Link?
  11. You didn't link it properly in your pref bundle, post your tweak.xm and your pref plist here
  12. Does this happen with other devices when you're connected to the wifi or just your iPhone?
  13. Contact your email provider. As in : outlook, google or yahoo ect... Tell them you got hacked
  14. Reported for harrassing me
  15. https://iosgods.com/topic/5380-working-on-ios-9-how-to-get-lldb-working-on-windows/
  16. What do you mean? Wow nice man so original 10/10
  17. 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
  18. I get what you're saying but essentially, someone who commented "thanks" could come back after using the cheat/mod and give decent feedback which 99% of the people that download the cheat/mod don't actually do. Changing the current system that enables a user to view a link won't change anything. It's mostly the users being too lazy to write what doesn't work with the cheat/mod so instead they'll say "not working". Now for a cheater to have a tester helping him, that tester needs to have a good set of devices available since sometimes, "bugs" that happen in the game isn't due to the cheat/mod but the device itself. But I get your point
  19. Welcome
  20. I thought about those but I don't live in the US thus not being able to buy them. (I think)
  21. If you chose "Other", tell me which one would suit you better in the comments
×
  • 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