Jump to content

Ted2

Senior Member
  • Posts

    4,933
  • Joined

  • Last visited

Everything posted by Ted2

  1. In that case you’re using comments incorrect, as it doesn’t make sense commenting unrelated offsets above a hook & then not comment the actual offset, lol. Also, show how it looks like in IDA
  2. Just look at your offsets. You’re not using the one you should, you made them up yourself.
  3. I don't think you have to fill something in the long long, but yes you should make the function return true.
  4. I'd suggest setting up LLDB, so you can use strings & breakpoints while hacking. Breakpoints are very useful, as it'll freeze the game if the location you set a breakpoint on is used, so for example if you think you found ammo & you shoot, it should freeze the game because of the ammo value changes. You can also see which registers hold what, so then you'd also know which register to hack.
  5. Probably, I think you could even make NJB hacks with mobile somehow, I think TheArmKing did that.
  6. If you're still having issues you may Discord me: Joey#0309
  7. I'm f***ing stupid & forgot to update the template .tar download in my cleanup commit.

     

    So please download updated template:  https://github.com/joeyjurjens/iOS-Mod-Menu-Template-for-Theos/blob/master/Ted2's Mod Menu Template.nic.tar

    1. Show previous comments  1 more
    2. Elidon13

      Elidon13

      I swear that's what I wanted to say as well LMFAO

    3. Ted2

      Ted2

      well kinda, @DADi banned me from chatbox which means i look dead 😂

    4. Elidon13
    5. Ted2

      Ted2

      ask him cause i don’t remember 

    6. Elidon13
  8. Hello, My Mod Menu is written in obj-c and is open source on github: https://github.com/joeyjurjens/iOS-Mod-Menu-Template-for-Theos
  9. Why don't you hook into the UITableViewLabel where it's being show and then change the string. Do you know the class and method it's being displayed in?
  10. Updated Mod Menu template, please read tweet if you use it:

    thx

    1. Show previous comments  5 more
    2. Ted2

      Ted2

      thx getroz

    3. Laxus

      Laxus

      I use your menu too Kappa 

    4. Ted2

      Ted2

      no u don't, so stop hating and judging cause u don't know anything about it :mad:

    5. Laxus

      Laxus

      I appreciate your works tho @Ted2

    6. Ted2

      Ted2

      thanks babeyh <3 

  11. What is a fishhook? Also, note that "Var$$GetGems" is NOT a symbol, this is il2cppdumper's way of outputting it, which means you can't hook by that! Originally it's sub_x, so there are no symbols which means you gotta hook by it's offset.
  12. Charles Proxy intercepts HTTP requests, which means you should be able to execute those requests with Objective-C on launch too.
×
  • 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