-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
Rip, that;s not what the register read command is for. It's a number in hex, which you need to convert to decimal to see which registers holds your value -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
doesn't seem to be right. Don't tell me you jumped to adress: 186b2 please -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
The offset your watchpoint gave you R1 holds 186b2 value (hex value) converted to decimal is ur coin value u said -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
Go to the offset you got from your watchpoint. You told me R1 holds your coins so hack instructions with R1 in it. -
Isn't it just your apple id password
-
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
You don't need to enter something lldb. You already got everything you need. -
Help/Support [ANDROID HELP] IDA PROBLEMS !
Ted2 replied to TheArmKing's topic in Android Help & Support
Maybe a check, try hack store though. getCost, get_cost,getPricr, get_price -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
I didn't know u could read registers with only watchpoints lmao. Alright, what you do now is see in the function the watchpoint gavee you, what you can hack with the register R1 -
Solved Holy Potatoes! A Weapon Shop?!
Ted2 replied to lunaggillian's topic in Filled iOS App Requests
If you have a free .ipa for me, I could atleast try -
Help/Support [ANDROID HELP] IDA PROBLEMS !
Ted2 replied to TheArmKing's topic in Android Help & Support
MOV R0, R7 is the right way to do it. not MOV R7, R0. all instructions read right to left except STR -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
Did you even breakpoint? -
A deb hack is only code that implents itself into the app. You don't make the app itself with it & you don't have to use the app's binary (except when autolipo)
-
All offsets edit ur not patcher, just on top.
-
Thanks
-
I'm using shmoo MM cause this one supports autolipo
-
Hi! Since the game I'm hacking right now detects changes in code when starting app, I have to add NSTimer to it. In a patcher I can do that, but no idea how I do that in a MM... This is the NStimer code I use for patcher: dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 10 * NSEC_PER_SEC), dispatch_get_main_queue(), ^ { if(GetPrefBool(@"key4")) { vm_writeData(0x******,0x00bf7047); // No Cooldown } else { } }); But this is the MM code.. addHack(@"God Mode", @"When enabling this, you won't be able to die", font, {0x*****, 0x*****}, {0x38467047 ,0x000bf7047}, {0xD0F81805, 0xf0b5}); How the hell would I do this? thanks
-
U need to add NSTimer to it
-
yes.
-
armv7 offsets --> 32 bit.
-
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
breakpoint on offset you get from llldb watchpoint using the command 'b 0xwatchpointoffset' make changes in coins, game will freeze. type 'register read' U get a list with what the register means. Copy this list in text editor or so. Go to decimal to hex converter Type in your coins in game AFTER freeze from breakpoint U'll get a hex number Search this hex number in the list you pasted. If the value is found, see which registers holds the value (for example R6) Search in IDA for r6 in the watchpoint offset u got -
Help/Support I got This in LLDB now what in IDA PRO?
Ted2 replied to Goran's topic in Help & Support
I doubt you can hack coins in this game, but whatever. What you do now: breakpoint on the sub_x function (b 0xoffset) Make some changes & see which Registers (R0, R2, R3 etc) holds the current coins value. -
Great post welcome!
-
https://canijailbreak.com/
-
I got some nice functions, but sadly I'm not able to bypass the 'not giving reward' protection. So maybe some other cheaters are Godmode [Hidden Content] High Damage (doesn't work when u hit a gadget or bag) [Hidden Content] Auto Fire (Does not auto aim, you just dont need to pull trigger.) [Hidden Content] Unlimited Ammo [Hidden Content] No Reload [Hidden Content] No Recoil [Hidden Content] All gadgets are free (Rifles & Upgrades not, just unlocking the gadget) [Hidden Content] Always full stamina [Hidden Content]
- 91 replies
-
- 115
-
-
-
-
-
-