Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Hack still works exept AOE Damage. I'll fix it tonight thanks for the notice
  2. I'll always be in your heart
  3. Why does he need to remove QuartzCore exactly? -Edit- Nvm, i get it
  4. %hook Transaction -(void) setCoins:(long long) fp8 { fp8 = 1000; %orig; } %end
  5. Couldn't find anything non-visual. If you can, share it
  6. If you read the tutorials, you would know
  7. EDIT 1 : COMBAT SPEED CHANGED TO X99. ( x999 made the game lag for some users )
  8. %hook BBMCoreAccess -(void) sendTypingNotificationForConversationURI:(id)arg1 isTyping:(bool)arg2 { arg1 = NULL; arg2 = FALSE; return %orig; } %end
  9. first error that I see : -(void) sendTypingNotificationForConversationURI:(id)arg1 isTyping:(bool) { arg2 = TRUE; return %orig; you're returning "arg2" but there's no "arg2" in your method. - Edit - You used FlexConverter didn't you? Read the description next time It noticed users that it doesn't work with 2+ arguments. It also doesn't read (long long) and (double)
  10. Write make package messages=yes Show me the results
  11. You need to CD to your specific project folder. Exemple : cd /var/mobile/sexyhack
  12. Put %end at the end of your code
  13. Welcome!
  14. https://iosgods.com/topic/41675-megahack-smash-monsters-city-rampage-55/
  15. Does the MegaHack that I just posted count ?
×
  • 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