Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Can you do all the work for me? Is also a question..
  2. 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
  3. 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
  4. 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!).
  5. 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]
  6. What's the difference? http://iosgods.com/topic/7752-frontline-commando-2-hack-1-all-versions/ http://iosgods.com/topic/798-frontline-commando-2-all-versions-cheats-1/ http://iosgods.com/topic/893-frontline-commando-2-v300/ http://iosgods.com/topic/966-updateglu-pwner-v20/ http://iosgods.com/topic/2535-tapjoy-points-hacks-2/ http://iosgods.com/topic/1468-9-in-1-pwner-gameloftglueabigfishtapjoysmulepocket-gemshutch-gamesfreyr-games/
  7. It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell
  8. Code Injection tutorials
  9. At least you fixed it ... hopefully
  10. You mean a dylib
  11. It's like return 0; in C++
  12. The deb file is damaged
  13. 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
  14. %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>
  15. Locked as it's visual/not working anymore
  16. CoD Zombies needs a NSTimer delay
  17. I locked it until there is a download available. Just contact me when you're done with the cheat Aswag
  18. LR is not a function
  19. @@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
  20. Moved to Spam because it's a visual only hack
  21. 10 digits are possible and working
  22. 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
  23. Sucks because it slows down internet connection and causes lag in every lobby
  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