-
Posts
186 -
Joined
-
Last visited
Everything posted by The Epic Gamer
-
Help/Support iOS 10 Theos Error (Compiling)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Thanks! -
Hello everyone, Theos isn't working on my device because whenever I try to make a deb package it shows this: How to fix this problem?
-
Help/Support How to write this in theos iOS 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Flex Converter doesn't give the right code, any answers? -
Help/Support How to delete other switches? (patcher template)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Sorry, here: <?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>Premium + No Jailbreak Detection (On/Off)</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key1</string> <key>label</key> <string>Premium + No Jailbreak Detection</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your second switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key2</string> <key>label</key> <string>Switch Text 2</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your third switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key3</string> <key>label</key> <string>Switch Text 3</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your fourth switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key4</string> <key>label</key> <string>Switch Text 4</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Majd Awwad.</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Lumosity Cheats</string> </dict> </plist> -
I only need 1 switch, how can I delete the others? Code: <?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>Premium + No Jailbreak Detection (On/Off)</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key1</string> <key>label</key> <string>Premium + No Jailbreak Detection</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your second switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key2</string> <key>label</key> <string>Switch Text 2</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your third switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key3</string> <key>label</key> <string>Switch Text 3</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your fourth switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.majdawwad.lumosity</string> <key>key</key> <string>key4</string> <key>label</key> <string>Switch Text 4</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Majd Awwad.</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Lumosity Cheats</string> </dict> </plist>
-
How do I write this in theos ios 10 hooking:
-
Help/Support How do I use this patcher template (code it)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
I got this error: Here is the tweak.xm: Nevermind it worked! thank you soooooo much -
Help/Support How do I use this patcher template (code it)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
You mean it will be ready to use? No, I need to write the code in the right place for it to work, I don't know where is the right place -
Help/Support How do I use this patcher template (code it)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Yeah, I don't know how to modify it to work as a patcher, that's the problem -
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
How do I set it up as a patcher? -
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
-
Help/Support How do I use this patcher template (code it)
The Epic Gamer posted a topic in Help & Support
I've got everything set up but I don't know how to code with this patcher can someone please teach me? (I'm a beginner, I only know how to convert flex patches into .deb) patcher tamplate: -
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
It worked but the patcher applies automatically and I can't turn it off using the patcher template (i'm sure that I have something wrong with the code): -
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Yes, but I didn't find preferences.h where to download it? -
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
-
Help/Support Patcher template for theos on ios 10
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Yes, I don't know how to use it, I don't know where to put my code and I tried other patcher templates, they had errors when I compiled them -
Hello, i'm a beginner in making .deb files, I know how to convert flex patches into .deb by writing a code using theos on iOS 10, I want a patcher template that is easy to understand and use, so what is the patcher template that is recommended for me?
-
Save Game Coaster Crazy v1.5 +2 Cheats
The Epic Gamer replied to The Epic Gamer's topic in Save Game Cheats
Yes? -
Ohhhhhhh, Thanks
-
Read the comments of this (Read DiDA's comment): (My question is Why would it be better if it was cracked)
-
I'm talking about using LocalIAPStore, will it work on some apps that are cracked, for example there is an app that LocalIAPStore doesn't work with, will it work if I crack the app? or will it be easier to hack it somehow?
-
Modded/Hacked App: Coaster Crazy By Frontier Developments Ltd Bundle ID: uk.co.frontier.CoasterCrazy iTunes Link: https://itunes.apple.com/us/app/coaster-crazy/id561451269?mt=8&uo=4&at=1010lce4 Hack Requirements - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features - 999991744 Cash - 99999987 Gems Hack Download Link [Hidden Content] Installation Instructions STEP 1: Open the app, play it for a bit then close it from multitasking/app switcher. STEP 2: Download the modded file(s) from the download link above. STEP 3: Unzip if necessary then copy & paste the files/folders to: For users on iOS 7 and lower: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. Jailbroken or Non-Jailbroken iOS 8 and lower, Jailbroken iOS 9, iOS 10 and higher users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher need to follow this tutorial: How to Apply Save Game Cheats on Latest iOS Versions! STEP 4: Overwrite the old files with the new hacked ones then open the app. NOTE: It is highly suggested that you backup your original app files before replacing them with these modified ones. If you have any questions or problems, read our Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits - Me Hack Screenshots https://m.imgur.com/a/VL9z1
- 14 replies
-
- 20
-
-
-
-
-
-
Is the cracked IPA easier to hack in app purchase than the normal ipa? What is the difference? How to crack ipa on iOS 10?