-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
It doesn't have to read all the registers
-
How did you hack DH4 and Summoners War when you don't know subx
-
Is it better than Watchdog? I was confused because it has the exact same description as Watchdog's full version
-
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.
-
Patcher War Dragons Cheats (All Versions) +40
castix replied to castix's topic in Free Jailbreak Cheats
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 -
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
-
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.
-
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.
-
Help/Support How to add multiple links to a preference bundle?
castix replied to KingRalph's topic in Help & Support
A link is usually a PSButtonCell. Make more than 1 and you have multiple links -
Help/Support How to add multiple links to a preference bundle?
castix replied to KingRalph's topic in Help & Support
Can you do all the work for me? Is also a question.. -
Help/Support How to add multiple links to a preference bundle?
castix replied to KingRalph's topic in Help & Support
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 -
Help/Support How to completely clear Safari's Cookie and Data ?
castix replied to Xredxr's topic in Help & Support
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 -
Patcher War Dragons Cheats (All Versions) +40
castix replied to castix's topic in Free Jailbreak Cheats
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!). -
Help/Support how can i center this image and remove the lines?
castix replied to 45GTR's topic in Help & Support
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] -
Hack Frontline Commando 2 (ALL VERSIONS) HACK +1
castix replied to Incognite's topic in Free Jailbreak Cheats
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/ -
Help/Support how can i center this image and remove the lines?
castix replied to 45GTR's topic in Help & Support
It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell -
Code Injection tutorials
-
Patcher [x64] Dungeon Hunter 5 Hack v2.3.0 +9 Cheats
castix replied to AirMAX's topic in Free Jailbreak Cheats
At least you fixed it ... hopefully -
You mean a dylib
-
It's like return 0; in C++
-
The deb file is damaged
-
Help/Support How To Make Enable Switch in preferences
castix replied to Yazeedot's topic in Help & Support
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 -
Help/Support How To Make Enable Switch in preferences
castix replied to Yazeedot's topic in Help & Support
%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> -
Hack Trivia Crack [Free & No Ads (PRO) Version] +3 [Multi-Hack]
castix replied to JustinPet26's topic in Free Jailbreak Cheats
Locked as it's visual/not working anymore