-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Mod Menu Hack [UPDATED ]Bowmasters v2.10.1 +5 Game Breaking Hacks! [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Hack has been updated to v2.10.1 now for real Last one was v2.10 but I thought I hacked v2.10.1 My mistake. Sorry Guysz! -
Help/Support Compiling a tweak in Mterminal error
Ted2 replied to Wayhaysoe's topic in Help & Support
try this tool, worked fine for me. -
Goodjob
-
Want me to make a hacked .ipa? (you'll need to reinstall this each week then.)
-
Mod Menu Hack [UPDATED ]Bowmasters v2.10.1 +5 Game Breaking Hacks! [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
What device? What iOS?4 edit: be sure old hack was deleted. If not, delete all hacks, reinstall game & install new hack. -
Mod Menu Hack [UPDATED ]Bowmasters v2.10.1 +5 Game Breaking Hacks! [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
What? -
For if anyone needs it, or wants to update it if there will be a update ever %ctor { if(GetPrefBool(@"key1")) { vm_writeData(0x24686E, 0xC119); // $tarchs hack vm_writeData(0x24686A, 0x00bf); // check } else { } if(GetPrefBool(@"key2")) { vm_writeData(0x28AA58, 0x30467047); // SMith level } else { } if(GetPrefBool(@"key3")) { vm_writeData(0x233F2E, 0x11F57A71); // Fame vm_writeData(0x233F2A, 0x00bf); // check } else { }
-
Mod Menu Hack [UPDATED ]Bowmasters v2.10.1 +5 Game Breaking Hacks! [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Hack has been updated to version 2.10.1 Added new features. Only works on arm64, if much people complain, I'll make it support arm32 too. Enjoy -
-
Updating it right now
-
Have you tried this?
-
Solved Should I bother with IDA? Has it got a big learning curve?
Ted2 replied to Fadexz's topic in Help & Support
pm -
APK Mod CarX Drift Racing v1.8.0 Mod +2 [ Unlimited Cash / Coins ]
Ted2 replied to TheArmKing's topic in Free Android Modded APKs
My name is Jeff -
APK Mod CarX Drift Racing v1.8.0 Mod +2 [ Unlimited Cash / Coins ]
Ted2 replied to TheArmKing's topic in Free Android Modded APKs
@Joka -
Solved Should I bother with IDA? Has it got a big learning curve?
Ted2 replied to Fadexz's topic in Help & Support
Tool for unity games -
Mark solved
-
Solved Should I bother with IDA? Has it got a big learning curve?
Ted2 replied to Fadexz's topic in Help & Support
Never said I didn't, although I still debug even using the tool -
Solved Should I bother with IDA? Has it got a big learning curve?
Ted2 replied to Fadexz's topic in Help & Support
You don't really need to know any coding languages. You'll need to understand the basic instructions first, ADD(s), SUB(s), MOV(s), STR, LDR. You'll need to know how to work with registers (r1, r2, r3). Although that's not always true, lots of people don't debug cause they use tools all instructions work from right to left, except a STR. So if for example R5 holds the gold reward & R1 is our normal gold. ADD R1, R5 --> ADD R5(reward) into R1(our gold) OR STR R5, R1 (SToRe R5(reward) into R1(gold) Once you understand those things, it will be easier & easier -
#include <substrate.h> %hook XBXAchievement -(BOOL)isSecret { return FALSE; } %end %hook XBXAchievement -(void)setIsSecret:(BOOL)arg1 { arg1 = FALSE; return %orig; } %end %hook XBXSLSAchievementTileLocator +(id)getTileSubPath:(id)arg1 dimensions:(unsigned short)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end %hook XBXSLSAchievementTileLocator +(id)getTileLocationForImageId:(unsigned int)arg1 fromTitleId:(unsigned int)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end %hook XBXSLS360TitleAchievementsResponse -(id)getAchievementImageUrl:(unsigned int)arg1 titleId:(unsigned int)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end You were close, you forgot to add arg4 in the function name but did return it
-
Mod Menu Hack Lionheart: Dark Moon By Emerald City Games v1.0.4 [DEV MENU]
Ted2 replied to 0xSUBZ3R0's topic in ViP Cheats
Holy sh!t! Awesome