Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. It doesn't have to read all the registers
  2. How did you hack DH4 and Summoners War when you don't know subx
  3. 'Short' brings it on the point. You are missing the 50+ others
  4. Is it better than Watchdog? I was confused because it has the exact same description as Watchdog's full version
  5. So that would mean iOSGods does not necessarily need to have a cracking section because there are like you said hundreds of other forums which exchange and sell these accounts.
  6. Updated! Added: Legit Setup Name Changer No Guild War Cost No Storage Upgrade Requirements Removed: Unlimited Attack Range Enjoy! And please report it to me if you find this hack elsewhere
  7. Torrents are something different. A Torrent's download depends on Seeders. Those Seeder are websites. On every website are one or more different packages of the complete file. Internet piracy rules say: "Downloading files can be illegal however small parts of packages are not. They are no end product and cannot be identified to what they belong." The police and copyright lawyers know that and therefore torrenting became illegal as well. While downloading Torrents you still benefit from the Seeders so you can't be tracked easily. Creating a section for it would show the members and other people "Hey, we support what you do! Here is a section to post more of it." No because you still enjoy the anonymousity of iOSGods. When copyright issues occur, the complete site will suffer since DiDA is forced to give our personal information in copyright complaints
  8. Yes. If you're cought that a cracked tool was downloaded over your IP, you can go to jail. In the individual case it's no issue because the chance to be cought is too low and even smaller with using VPN or other IP obfuscating tools. A forum however doesn't have the ability to hide. The responsible person(s) (DiDA) will take all the consequences. When cracking becomes a bigger role on iOSGods, more people from outside including the companies Netflix, Spotify etc. will notice what's going on. In the worst case we get reported to said companies and iOSGods will be shut down forever.
  9. 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.
  10. A link is usually a PSButtonCell. Make more than 1 and you have multiple links
  11. Can you do all the work for me? Is also a question..
  12. 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
  13. 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
  14. 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!).
  15. 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]
  16. 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/
  17. It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell
  18. Code Injection tutorials
  19. At least you fixed it ... hopefully
  20. You mean a dylib
  21. It's like return 0; in C++
  22. The deb file is damaged
  23. 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
  24. %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>
  25. Locked as it's visual/not working anymore
×
  • 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