Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Maybe it's no longer working on the newer versions..
  2. If they save them on ur device, then why do they call it "Cloud" Save lol
  3. He means .dex, since he's talking about smali files. Lol Also are you willing to share the name of the tool
  4. Is it the right version? If you tried this one: this isn't updated to the latest appstore version
  5. @Ronaldo is better than Messi
  6. CPAD is competible with binary files, not .dex (decompiled smali files)
  7. Try reinstall the game
  8. No, iFunbox randomly opened port 25 at that time, thats why
  9. Make a proper topic
  10. Yes, the value you substract from your watchpoints, but this time you add it.
  11. w s e command is for a watchpoint. Breakpoint is: ' b 0xIDAOffset + Current ASLR slide'
  12. Godmode has more ways. Hack your current health, hack the damage you take, hack the enemy damage amount. You can find them by strings & xrefing on them. If you're able to find it with gameplayer, use the address & set a watchpoint. See where it brings you & try hack it.
  13. I think you actually have to xref in order to get to the right function. But to make sure: set a breakpoint on the function & see if it hits, read registers of it & backtrace.
  14. Try in this function MOV W0, W29 //Huge Value RET //Skip the rest But maybe you have to xref the sub_x functions. You can also set a breakpoint on this function to figure out which register holds the damage value. Also, for godmode it's not always just RET. Mostly health is stored as a float, which means you mostly hack floats. But on unity games everything is diffrent
  15. Offset - Hacked Hex @"k01":@{ @"offsets": @[@"0x1010C5F0C", @"0x1010C5FCC"], //Offsets @"patched": @[@"0x00F0271E", @"0x09F0271E"], //Patched Offsets @"desc": @"You can't die", // Short feature description appears when you long press @"label": @"Godmode" },
  16. Installed using iTunes? make sure u 'su' 'password' too
  17. LSR Logical Shift Right. This instruction is a preferred synonym for MOV instructions with shifted register operands. STP Store Pair of Registers. AND, ORR, EOR, BIC, and ORN Logical AND, OR, Exclusive OR, Bit Clear, and OR NOT. The AND, EOR, and ORR instructions perform bitwise AND, Exclusive OR, and OR operations on the values in Rn and Operand2. Don't ask me what it means, I never had to use one of those instructions to hack something. Source: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489f/Cihdafai.html You may change STR W9, [X0,#0x78] to STR W23, [X0,#0x78]
  18. PM
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines