Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Those are called registers, they hold values. The things before them are called instruction (example: STR R8, [R1, #0xC]) STR = the instruction (store) R8 = A register that holds a value that is getting stored R1 = a register which likely hold's a offset #0xC = a variable that is holding a value for something Together: STR (store) R8 (some value) into R1 + 0xC (offset + variable)
  2. There are tons of VPN apps. I use NordVPN, but I paid for it.
  3. Sure Ah it's Gameloft, didn't read the topic. GG @0xS14T3R
  4. Good. Something fun to look into then.
  5. How I update Mortal Kombat X Fast [Hidden Content]
  6. There's likely a tweak that causes this. Delete recent tweaks you installed & see if that works out for you.
  7. %hook GameData -(int) getCurrentStars { return 1000; } %end
  8. Ios 10.2.1 doesnt have that l, ios 11 only
  9. Its not available for ios 11 then
  10. Would be nice if you don't waste my time by commenting useless comments instead of searching the forum. Lazy kid. https://iosgods.com/topic/72335-how-to-fix-device-not-in-supported-list-error-in-cydia-impactor/
  11. Can u gimme $100 because I'm novice? Thenks in advance!!! #iosgodsftw
  12. It shouldn't print anything
  13. ldid -s TriggerFist & then set permission to 777 or 755
  14. "Purple things" already like u my man gg!
  15. You need IDA. You should have had IDA in the first place, cause even if watchpoints worked, you actually still needed to hack it.
  16. None. You need to find it by strings & setting breakpoints. Use lldb for watchpoints.
  17. Yes they are the same. Gdb is used for debugging, everything but watchpoints. It's a good tool for breakpoints, reading registers, reading memory etc etc
  18. Watchpoints don't work on gdb
  19. Well if the game unfreezes with the 'c' command. Then you can just use it
×
  • 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