Jump to content

Patricktph

Senior Member
  • Posts

    2,778
  • Joined

  • Last visited

Everything posted by Patricktph

  1. Can you give a better description of what your problem is
  2. Let me check this out
  3. Mod Requirements: - A Rooted Device. - Lucky Patcher - Bloons TD Battles ( https://play.google.com/store/apps/details?id=com.ninjakiwi.bloonstdbattles ) Features: - Unlimited Coins - Unlimited Energy Instructions: [Hidden Content] Credits:
  4. Requirements: - Android Device - Root Access(Optional) What Is Lucky Patcher: Lucky Patcher is basically a Android tool that allows you to remove ads, modify apps permissions, backup and restore apps, bypass premium applications license verification, also allows you to make free in app purchases and more. Tutorial: [Hidden Content] Credits: @Patricktph
  5. Hacked App: Betternet iTunes Link: https://itunes.apple.com/us/app/free-vpn-proxy-by-betternet/id946659216?mt=8&uo=4 Bundle ID: com.betternet https://iosgods.com/topic/40262-betternet-vpn-premium-hack-all-versions-5/
  6. Welcome to
  7. Welcome
  8. oh shoot lol, im going to add it. thanks for letting me know
  9. Hacked App: Trivia Crack iTunes Link: https://itunes.apple.com/us/app/trivia-crack/id651510680?mt=8&uo=4 Bundle ID: com.etermax.preguntados Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Answer is always correct Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Note2: if your IDevice is running IOS 9.3 and higher and after installing the deb hack file and respring/reboot your device and the hack still doesn’t work check out this topic: https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/ Credits: @Patricktph (me)
  10. Hack Screenshots Hacked App: Puzzle Craft iTunes Link: https://itunes.apple.com/us/app/puzzle-craft/id489178757?mt=8&uo=4 Bundle ID: com.chillingo.puzzlecraft Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Unlimited Gold - Level 500 - 999999999 XP (Every time You receive XP) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Note2: if your ios device is running IOS 9.3 and higher and after installing the deb hack file and respring/reboot your device and the hack still doesn’t work check out this topic: Credits: -Me patricktph
  11. Hacked App: The CW iTunes Link: https://itunes.apple.com/us/app/the-cw/id491730359?mt=8&uo=4 Bundle ID: com.cw.fullepisodes.ios Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). https://iosgods.com/topic/38919-the-cw-watch-free-tv-shows-v2131365/
  12. Lol, what's in the pill
  13. If your using safari Try clearing your history by going to the settings> safari > Clear History And Website Data
  14. Idk if I should private message him his probably gonna get pissed but ey thanks for all your help man you awesome
  15. I have to ask this so I don't ask later .. But how would you put like 3 codes or more that make up a hack in one switch like this code below how would I put it in one switch %hook MagicSubscriptionManager -(bool) isActive { return true; } -(bool) isSubscriptionActive { return true; } -(bool) expireAtValid { return true; } %end
  16. likes this <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Magic Piano Cheats</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>ptest</string> <key>key</key> <string>kPlan</string> <key>label</key> <string>Always perfect</string> </dict> </array> <key>title</key> <string>ptest</string> </dict> </plist>
  17. So this but just add the new hack ? <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Magic Piano Cheats</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>ptest</string> <key>key</key> <string>kPlan</string> <key>label</key> <string>Always perfect</string> </dict>
  18. yay. that worked how can i add more switches for different hacks but with the same app
  19. Yeah here is my tweak.xm #define PLIST_PATH @"/var/mobile/Library/Preferences/ptest.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook MagicPerformanceStats -(bool) isPerfect { if(GetPrefBool(@"kPlan")) { return true; } return %orig; } %end And this is my plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Magic Piano Cheats</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>com.techprohacker.ptest</string> <key>key</key> <string>kPlan</string> <key>label</key> <string>Always perfect</string> </dict> </array> <key>title</key> <string>ptest</string> </dict> </plist>
  20. If it says it's finished with result code 0 that's a good thing that means there's no errors Bu ready this topic it might help you out https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/
  21. I just tried to turn on and off and tried to respring still got nothing
×
  • 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