Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. In the last update there will be No Guild War Cost Disable Verbose Logging (Speeds up network and doesn't send user data)
  2. Who are you o_0
  3. So it's not working because in your Tweak.xm you wrote it with an lower case 'p' correct that and try it again
  4. It means your code is outdated and doesn't work on iOS 7 and above
  5. What's the name of your root.plist? You can find it in /Resources under the name you've given
  6. %hook SpringBoard - (long long)homeScreenRotationStyle { if ([[prefs objectForKey:@"switch1"] boolValue]) { return 1; } elseif ([[prefs objectForKey:@"switch2"] boolValue]) { return 2; } return %orig; } %end
  7. What game is dat Converting it to MS you will get the function (void)setCriticalDamage:(unsigned short). I don't know about IDA but in MS and MSHook you can hack it void _ZN4Hero14SetCriticalDmgEt(ushort damage) { return old__ZN4Hero14SetCriticalDmgEt(9999); }
  8. Confirmed to work on the new version 1.50.1. Please find the new file in the first post. Thanks
  9. Sorry for the confusion but I didn't release the update yet because of the update so they don't patch it instantly. I'm checking if it works on the new version
  10. Hackers who gather your IP can resolve your personal information with it
  11. Video tutorials and private lessons are better than text tutorials
  12. A police officer under 18?
  13. You should actually, it's quite fun. I released this update because they banned me and this is my revenge
  14. Massive update!! Added: Free Expedite Speedup Free premium Breeding Free Dragon Upgrades Disable XP Rewards (You don't level up too fast, less suspicious) No XP Required (Building) No XP Required (Dragon) Unlimited Egg Fragments Free Dragon Roster Slots Free Crafting Slots Free Crafting Instant Research All Researches Unlocked No Research Cost Disable Video Tutorials Skip Incubator Animation Removed: Anti-Ban Unlimited Storage Capacity Max Player Level Also added ways how you can get banned so you know how to prevent a sudden ban
  15. 1. Delete the game 2. Login to Gamecenter with whatever account you want to use 3. Delete the keychain table. You can open keychain-2.db after you deleted it, to see if it's still there 4. Install the game again and play
  16. The order of reinstalling and deleting the keychain table doesn't matter
  17. In other games it had also overwritten my Gamecenter save on the same account so I don't have to create a new one
  18. Not if you stay logged in in Gamecenter
  19. You don't have Theos installed
  20. I remember you showing off yesterday with your substrate hacking skillz and to see this now is ridicolous
  21. Either -(void) functionCallOr - (void)functionCallSet the correct spaces
  22. Your tweak is not good enough for it
  23. Damage Per Second. Useful for attacks over time
  24. Sure you need to know the Hex of 0xE0811003 to find it in your Hex-Editor for the new offset
  25. No he changed the instruction from SUB R1, R1, R2 to ADD R1, R1, R2 which is 0xE0811003 in 8 byte code
×
  • 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