-
Posts
186 -
Joined
-
Last visited
Everything posted by The Epic Gamer
-
Help/Support Theos iOS error (again, sorry)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
I have the 10.1 sdk -
Help/Support Theos iOS error (again, sorry)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
Here: -
What is the fix?
-
Help/Support iOS 10 Theos Error (Compiling)
The Epic Gamer replied to The Epic Gamer's topic in Help & Support
? -
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? -
What are the hardest apps to hack using flex 3? (Just to test my skills )
-
Ohhhhhhh, Thanks