-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
When you're sideloading a game cheat, there will be a dylib created with the tweak.xm content. This Tweak.xm only contains such things as a popup & iGAuth. Not direct code injection itself, cause that's not possbile on NJB. But this is about NJB hacks from this forum, other sideloaded apps like Instagram++ don't really use offsets from the binary like we do with games, it's own written obj code. With theos-jailed you can compile your Tweak.xm code, which makes a dylib out of it & then injects it to the App. You can also inject other dylibs. Paste the dylib in the root directoy of your project & then add this line in the Makefile of your theos-jailed project folder: TWEAK_NAME_INJECT_DYLIBS = tweak-name.dylib Also, see this: https://github.com/kabiroberai/theos-jailed/wiki/Usage
-
Add this under all imports: string Return = "return"; then replace return in your Hook with Return
-
Theos things you wrote Return with a capital letter. remove that return line & type it again (no copy pasting) return TRUE;
-
Request ARK: Survival Evolved, you need to make this...
Ted2 replied to Beastmaster645's topic in Hack Requests
Why is that wasting time? Just bcs you don't like the game, it's wasting time huh? -
Check the AppStore version & the hack version, if they aren't the same it won't work
-
Mod Menu Hack [x64] MORTAL KOMBAT X By Warner Bros +11 [GodMode, OHK & More]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Updated to version 1.18.2 by @Laxus -
There's already a DIY in DIY section for that
-
Best hack ever
-
Mod Menu Hack [x64] MORTAL KOMBAT X By Warner Bros +11 [GodMode, OHK & More]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Hack needs update -
Mod Menu Hack [x64] Bloons TD 6 By Ninja Kiwi v1.6 +4 FREE Cheats
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
ViP hack has been moved to free: (or it will be in few mins) https://iosgods.com/topic/71032-bloons-td-6-by-ninja-kiwi-v18-11-unlimited-monkey-money-more/ -
Help/Support Code a Mod Menu to open with three finger tap?
Ted2 replied to MrBedSheet's topic in Help & Support
Google how to code gesture responding https://www.google.nl/url?sa=t&source=web&rct=j&url=https://developer.apple.com/documentation/uikit/uigesturerecognizer%3Flanguage%3Dobjc&ved=2ahUKEwjjooKamPzbAhXQxqQKHcEEBYwQFjABegQIAxAB&usg=AOvVaw14hr6k3_T4ymibiLip5Ocf- 1 reply
-
- 1
-