-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Help/Support [HELP] What instruction can be hacked ?
Ted2 replied to TheArmKing's topic in Android Help & Support
addcoins has this function, it would add 803million if its right function lol -
Help/Support [HELP] What instruction can be hacked ?
Ted2 replied to TheArmKing's topic in Android Help & Support
ADDS R2, R2, R6 to ADDS r2, r2, r7 -
Help/Support [HELP] What instruction can be hacked ?
Ted2 replied to TheArmKing's topic in Android Help & Support
Try 38467047 maybe work -
Help/Support [HELP] What instruction can be hacked ?
Ted2 replied to TheArmKing's topic in Android Help & Support
I suggest you to breakpoint so you can find out which Register holds the coin value -
Help/Support I need help with ios 9.3.3 jailbreak on iphone 6s
Ted2 replied to KnifeCat's topic in Help & Support
Strange, it happened to me when I changed to something else.. Hope someone will come with a fix. Just runned iCleaner, not sure if it will fix anything though -
Help/Support I need help with ios 9.3.3 jailbreak on iphone 6s
Ted2 replied to KnifeCat's topic in Help & Support
I have the exact same problem. Some time ago I changed to another website for rejailbreaking since jbme is down. Since then I had this, I feel like it's because of that. Which site/app do you use to rejailbreak? -
Explain more, use a better title. No problem
-
Dude read your own post, you have to fill it in.
-
Please fill in your post. This is just sh!t you didn't even fill anything in..
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
It's a mod menu. Activate it by tapping with three fingers on screen (10secs needed to activate)- 103 replies
-
- 1
-
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Help/Support How to write this in theos iOS 10
Ted2 replied to The Epic Gamer's topic in Help & Support
%hook RMAppReceipt -(bool)containsActiveAutoRenewableSubscriptionOfProductIdentifier:(id)arg1:(id)arg2 { return true; %orig (arg1, arg2); } %end when need return argument, change arg1 or arg2 to whatever you need it to change. -
Help/Support About installing Mod in Android device
Ted2 replied to Alone_smiling's topic in Android Help & Support
The mod you linked doesn't need a OBB. You just downlado the 'signed' download link & install it -
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Can you try reinstall the game?- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Had this too, but then open again & should work.- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
What device? how long does it take for you to start the game?- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Updated to v2.1.1, armv7 devices supported too.- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Hi, Just curious, can we change lldb breakpoint outcomes from hexdecimal to decimal, or have both? Like gdb? Just curious <------ ARGGHHH @DiDA X,D Thanks
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Yes, updating right now...- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Game is updated. Will update the hack later- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Lol I've no idea what to look for Thabks!
-
I tried 2 days straight...
-
Help/Support How to delete other switches? (patcher template)
Ted2 replied to The Epic Gamer's topic in Help & Support
<?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> <----> begin of under text <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Premium + No Jailbreak Detection (On/Off)</string> </dict> <-----> end of under text <dict> <------> begin of first switch <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> <------> end of first switch <dict> <------> begin under text 2 <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your second switch.</string> </dict> <-----> end under text 2 <dict> <-----> begin switch 2 <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> <-----> end switch 2 <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> So what you do: <?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> </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> -
Help/Support How to delete other switches? (patcher template)
Ted2 replied to The Epic Gamer's topic in Help & Support
Pase code here. We can't edit it for you know. -
Patcher Holy Potatoes! A Weapon Shop?! v1.0.3/4 +4 Cheats
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Did it this time, I had to NOP a branch bcs otherwise game would crash. I did the exact same in patcher, but still crashed. So I gave up lmao Why meh- 36 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher Holy Potatoes! A Weapon Shop?! v1.0.3/4 +4 Cheats
Ted2 posted a topic in Free Jailbreak Cheats
Holy Potatoes! A Weapon Shop?! By Daylight Studios Pte. Ltd. v1.0.3/1.0.4 <------> not sure about version, app itself says 1.0.4, appstore says 1.0.3 is latest. com.daylightstudios.hpawsmob Requires: iOS 8.0 or later. Price: $4.99 Updated: 2017-08-15T04:53:25Z iTunes URL: https://itunes.apple.com/us/app/holy-potatoes-a-weapon-shop/id1048011718?mt=8&uo=4&at=1010lce4 Mod 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 $tarchs (earn some) - +1000 Fame (when you earn fame) - Smith Max Level Results (It says it's normal level sometimes) * - Weapon Stats very high (because smith is max level, the weapon stat is very high) * = because the smith is at a very high level, it basicly is a unlimited $tarchs hack aswell. If you want anything added, request in comments & I'll see what I can do. Hack Download Link [Hidden Content] If you wanna try the hack out, download .ipa from here: http://bit.ly/2is9gzl Installation Instructions STEP 1: Download the .deb Cydia 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 .deb 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. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. STEP 7: Turn on the features you want and then open the game. NOTE: If you have any questions or problems, read our Troubleshooting topic & 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 - @Ted2 Cheat Video/Screenshots- 36 replies
-
- 53
-
-
-
-
-
-
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with: