Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Go in Settings > Safari Tap on Clear History and Website Data Next go to Settings > Safari > Passwords & AutoFill > Saved Passwords Swipe to delete or mark multiple passwords/login data at once
  2. I'm working on a "Legit Setup" which significantly decreases the power of the obvious hacks like Godmode and One Hit Kill. While you still have them activated, they almost look like casual playing and only hack the game of a minimum (They are still powerful and can be reported!).
  3. I made the image size 750x250 <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>background</key> <string>#EFEFF4</string> <key>image</key> <string>/Library/PreferenceBundles/Settings.bundle/[email protected]</string> <key>height</key> <integer>125</integer> </dict> Delete the header.png because you only want the [email protected]
  4. It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell
  5. Code Injection tutorials
  6. At least you fixed it ... hopefully
  7. You mean a dylib
  8. It's like return 0; in C++
  9. The deb file is damaged
  10. 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
  11. %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>
  12. Locked as it's visual/not working anymore
  13. CoD Zombies needs a NSTimer delay
  14. I locked it until there is a download available. Just contact me when you're done with the cheat Aswag
  15. LR is not a function
  16. @@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
  17. Moved to Spam because it's a visual only hack
  18. 10 digits are possible and working
  19. 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
  20. Ehem...I remember a PM going in with the title "can you check my tweak.xm?" in which I have rewritten something for TinyTowers
  21. In the last update there will be No Guild War Cost Disable Verbose Logging (Speeds up network and doesn't send user data)
  22. Who are you o_0
  23. So it's not working because in your Tweak.xm you wrote it with an lower case 'p' correct that and try it again
  24. It means your code is outdated and doesn't work on iOS 7 and above
×
  • 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