-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Hack Vibes-Good Friends Good Vibes (Free VIP)
Ted2 replied to Demi-God's topic in Free Jailbreak Cheats
shut up, go hack Pou -
I'll help you later tonight. Pm me
-
Apparantly, they probably added a check to it or something. sh!t devs, luckily the first deb for this update was a failed offset on that feature, so only one person got banned of it. sh!t sh!t sh!t Added a new few of maxing your level. - Once you level up, your rank will go up by 140. 150 is max. Download new deb if intrested.
- 465 replies
-
- Patcher Hack
- Hack
-
(and 1 more)
Tagged with:
-
Try original Appsynch
-
Fixed instant level not working (try new deb & report back)
- 465 replies
-
- Patcher Hack
- Hack
-
(and 1 more)
Tagged with:
-
Send tweak.xm using ghostbin
-
Very nice & well explained tutorial!
-
Hahah, sick . Very nice
-
Oh god, ofcourse. Use the , omg nice @Amuyea !
-
Did you do DiDA's tutorial correctly? Set permissions to debugserver file etc?
-
Mini golf King v2.03 [Game Breaking Cheats] AMR64 Only
Ted2 replied to 0xSUBZ3R0's topic in ViP Cheats
Sick -
Nope, once lldb gives you a offset, you'll need to remove aslr slide from it. If you don't know how, see this tutorial:
-
If you're removing aslr on a arm64 binary, the game will crash. Cause you can not remove aslr from arm64 binary without making it crash. If it's armv7, make sure you signed the binary after removing aslr from it by this command ldid -s 'binaryname' & yes port 23 is needed.
-
I'm sorry. I though DiDA linked something else. I never tried that new lldb, intresting though Also you don't use terminal to debug, atleast not mobile terminal. You'll need to ssh into ur phone usin pc
-
You meant dida was linking this tutorial right? this tutorial has a video. Also, I suggest you to try to use the PID instead of binary name.
-
Nope the topic he linked is IDA Debugger, which still requires a PC for debugging. Have you watched the topic he linked ? I mean the video lol
-
This is what we tried %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); }; %ctor { %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; %ctor { %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); }; AND %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting")); %init(CupidIAPHelper = objc_getClass("Cupid.IAPHelper")); %init(CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; But it only allows us to use ONE %init func
-
Not sure what you mean by that You said this, so I assumed you meant the IDA Debugger, cause with the original tutorial on the topic you linked, you still need debugserver
-
Ah, I don't use the IDA debugger, it's lagging allot for me & I'm not even sure if it works on arm64 binaries. So I've no knowledge about that one
-
Have you opened port 23?