Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. That's the point you are stealing virtual items in form of accounts. Hundreds and thousands of dollars, euros of real people. Why not call the site TheftGods. No, we don't leech iOS hacks from other forums, nah, we are really badass and steal valuable goods worth $10 a month. And for what? Accounts for online video libraries and music platforms. I have seriously no clue who started this shit but that's not cool at all. You may think you're good in hacking real accounts but you will soon see iOSGods down and yourself behind prison bars.
  2. A link is usually a PSButtonCell. Make more than 1 and you have multiple links
  3. Can you do all the work for me? Is also a question..
  4. This is not a request center. Do it with your own code and when you run into problems you can come here so we can fix them
  5. 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
  6. 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!).
  7. 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]
  8. It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell
  9. Code Injection tutorials
  10. At least you fixed it ... hopefully
  11. You mean a dylib
  12. It's like return 0; in C++
  13. The deb file is damaged
  14. 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
  15. %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>
  16. Locked as it's visual/not working anymore
  17. CoD Zombies needs a NSTimer delay
  18. I locked it until there is a download available. Just contact me when you're done with the cheat Aswag
  19. LR is not a function
  20. @@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
  21. Moved to Spam because it's a visual only hack
  22. 10 digits are possible and working
  23. 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
  24. Ehem...I remember a PM going in with the title "can you check my tweak.xm?" in which I have rewritten something for TinyTowers
×
  • 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