-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Patcher Hack Flippy Knife +2 Coin Cheat [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Updated it to make the coins stay + ads are gone now -
Help/Support [HELP] Does Theos-Jailed Need a cracked .ipa ?
Ted2 replied to TheArmKing's topic in Help & Support
Download from itunes not using phone. -
Help/Support [HELP] Does Theos-Jailed Need a cracked .ipa ?
Ted2 replied to TheArmKing's topic in Help & Support
What he sasya ^^ -
Help/Support [HELP] Does Theos-Jailed Need a cracked .ipa ?
Ted2 replied to TheArmKing's topic in Help & Support
With rasticrack -
Help/Support [HELP] Does Theos-Jailed Need a cracked .ipa ?
Ted2 replied to TheArmKing's topic in Help & Support
Download ipa using itunes & then crack it. -
Help/Support [HELP] Does Theos-Jailed Need a cracked .ipa ?
Ted2 replied to TheArmKing's topic in Help & Support
You need cracked ipa. -
Maybe. no, that won't work.
-
Help/Support help me change offset freeze hp in game!
Ted2 replied to vinhthai222006's topic in Help & Support
Asking cz1993 won't help. Breakpoint on your function, so you can read the registers. -
Help/Support help me change offset freeze hp in game!
Ted2 replied to vinhthai222006's topic in Help & Support
Yea try, might crash dunno Btw, try use breakpoints to know what the registers hold -
Help/Support help me change offset freeze hp in game!
Ted2 replied to vinhthai222006's topic in Help & Support
TRY cmp w0, #1 -
@DiDA Requested Award: Member for 2 Years Proof: https://iosgods.com/profile/122392-ted2/
-
Help/Support help me change offset freeze hp in game!
Ted2 replied to vinhthai222006's topic in Help & Support
U say value changed to 0? see the CMP & MOVI, they both return 0 too. Might change that. or try change CMP to 1 -
Help/Support How to find offsets for android games ?
Ted2 replied to Doesthismatter's topic in Android Help & Support
Android haa gdb too -
Idk, din't think so.. I created one & never had any problem
-
Just create one yourself
-
awh why
-
I bought Flex 3 It's sick
-
Patcher Hack Flippy Knife +2 Coin Cheat [ARM64]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Thanks, I'm trying ;P -
Flippy Knife By Oleg Beresnev v1.0.2 com.BeresnevGames.Knife Requires: iOS 8.0 or later. Price: Free Updated: 2017-08-07T16:13:18Z iTunes URL: https://itunes.apple.com/us/app/flippy-knife/id1208359453?mt=8&uo=4&at=1010lce4 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 - Coins Hack (earn some) - No Ads If you want coins to stay. turn on in settings - earn some - turn off - earn some & close app. Hack Download Link [Hidden Content] This hack only works on x64 or ARM64 iDevices are: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later. 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
-
Problem solved, lldb just make it look like sh!t with all those 00000 before the actual number. Also, the outcome is in hex decimal. It was X1 what I needed, C is a hex number. Converting that to decimal is 12, which was correct.
-
Hi, Since gdb doesnt support arm64, I need to breakpoint on lldb. I get this as outcome & it's totally diffrent as gdb.. (lldb) register read General Purpose Registers: x0 = 0x000000010fcc47e0 x1 = 0x000000000000000c x2 = 0x0000000000000000 x3 = 0x0000000000000000 x4 = 0x000000016fda18b8 x5 = 0x0000000000000000 x6 = 0x0000000000000000 x7 = 0x00000001100d7954 x8 = 0x0000000000000009 x9 = 0x0000000000000003 x10 = 0x0000000000000003 x11 = 0x00000001602e0510 x12 = 0x0000000160d98000 x13 = 0x0000000000003fff x14 = 0xffffffffffffc000 x15 = 0x0000000000003fff x16 = 0x00000001819ce520 libsystem_platform.dylib`_platform_memset x17 = 0x00000000fffffffe x18 = 0x0000000000000000 x19 = 0x0000000115180780 x20 = 0x000000016fda187f x21 = 0x0000000160c85510 x22 = 0x0000000160320250 x23 = 0x0000000162440b10 x24 = 0x00000000000032a3 x25 = 0x0000000160c84740 x26 = 0x0000000100cce02c x27 = 0x0000000102c876b8 x28 = 0x00000001602e1f80 fp = 0x000000016fda1690 lr = 0x00000001000b04f0 sp = 0x000000016fda1680 pc = 0x00000001000a763c cpsr = 0x60000000 Is this normal? Do i have to do something extra?