Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. What's the plist name because <key>defaults</key> <string>Disable</string> <key>default</key> </false> <key>label</key> <string>Enable</string> <key>icon</key> <string>icon.png</string> </dict> you edited this part wrong
  2. %hook something - (int)method { if(GetPrefBool(@"enable")) { return 9999999; } return %orig; } - (int)gems { if(GetPrefBool(@"enable")) { return 9999999; } return %orig; } - (unsigned int)lives { if(GetPrefBool(@"enable")) { return 9999999; } return %orig; } %end %hook SomethingElse - (BOOL)SomeMethod { if(GetPrefBool(@"enable")) { return true; } return %orig; } - (BOOL)SomeMethod2 { if(GetPrefBool(@"enable")) { return false; } return %orig; } %end <dict> <key>cell</key> <string>PSGroupCell</string> <key>key</key> <string>enable</string> <key>defaults</key> <string>sampletext</string> <key>default</key> </false> <key>label</key> <string>sampletext</string> <key>icon</key> <string>icon.png</string> </dict>
  3. Locked as it's visual/not working anymore
  4. CoD Zombies needs a NSTimer delay
  5. I locked it until there is a download available. Just contact me when you're done with the cheat Aswag
  6. LR is not a function
  7. @@fumetsu What you said so far is wrong and not helping to solve this problem. If you really intend to help him gather some knowledge first
  8. Moved to Spam because it's a visual only hack
  9. 10 digits are possible and working
  10. Yes but they were taken down in less than a minute (thanks to myself at this point). If you are not sure check if the author is reliable
  11. Ehem...I remember a PM going in with the title "can you check my tweak.xm?" in which I have rewritten something for TinyTowers
  12. In the last update there will be No Guild War Cost Disable Verbose Logging (Speeds up network and doesn't send user data)
  13. Who are you o_0
  14. So it's not working because in your Tweak.xm you wrote it with an lower case 'p' correct that and try it again
  15. It means your code is outdated and doesn't work on iOS 7 and above
  16. What's the name of your root.plist? You can find it in /Resources under the name you've given
  17. %hook SpringBoard - (long long)homeScreenRotationStyle { if ([[prefs objectForKey:@"switch1"] boolValue]) { return 1; } elseif ([[prefs objectForKey:@"switch2"] boolValue]) { return 2; } return %orig; } %end
  18. 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); }
  19. Confirmed to work on the new version 1.50.1. Please find the new file in the first post. Thanks
  20. 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
  21. Hackers who gather your IP can resolve your personal information with it
  22. Video tutorials and private lessons are better than text tutorials
  23. A police officer under 18?
  24. You should actually, it's quite fun. I released this update because they banned me and this is my revenge
×
  • 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