Jump to content

Ted2

Senior Member
  • Posts

    4,933
  • Joined

  • Last visited

Everything posted by Ted2

  1. How much $$ for me to get back here 

  2. What’s up with the Adzzzzz? 

  3. thought you meant the hacks made with this menu didn’t work on ios 13. I think theos isn’t fully compatible yet with iOS 13. Compile with macOS for now.
  4. Try installing it through the official installation tutorial: https://github.com/theos/theos/wiki/Installation-iOS This fixed the issues I was encountering when using theosinstaller.
  5. how did you install theos? With what device did you install theos? On what iOS are you?
  6. Try all sdks from theos. I tested on those 3. https://github.com/theos/sdks
  7. Why are macbooks so expensive :pepe: I want a new one

    1. Rook

      Rook

      The MacBook Air is affordable. Same price as the other top-end laptops but with crappier specs, but macOS should work and run fine.

    2. Laxus

      Laxus

      Why not hackintosh

    3. Ted2

      Ted2

      I want a macbook pro. On my current on I have 16GB RAM & a SSD with 1TB, but I think new macbooks can’t have RAM replacement?

      &!Cause hackintosh always has *something* that isn’t working I heard, I don’t wanna go through that struggle :(

    4. DORITOS4EVER

      DORITOS4EVER

      Use Hackintosh ! 
       

      50Th Anniversary GIF by Sesame Street

  8. For me somehow theosinstaller f***s up theos. However, following this: https://github.com/theos/theos/wiki/Installation-iOS worked for me. I had different errors than you though.
  9. You need to actually hook the offset. What you’re doing now, is nothing. HOOK(0xOffset, somename, old_somename); Enter that in the setup function. Also i suggest to read some tutorials & my documentation. A Textfield switch does not work like you put it there.
  10. Who has tried checkra1n on iPhone X? How is it? Is theos working? Do hacks work? Thx dads

    1. Show previous comments  7 more
    2. Rook

      Rook

      I'm using Jakeashacks theos installer. And perl from sbinger repo.

    3. Ted2

      Ted2

      same LUL , to what directory are u installing it

    4. Rook

      Rook

      /var/theos

    5. Ted2

      Ted2

      same. Just broken sh!t I guess.

    6. Rook

      Rook

      Open an issue on theos GitHub

  11. I don't know what the issue can be then. Sorry
  12. Just played around with a game's API, was pretty fun xD. Anyone knows what the "rules" are for releasing such thing? Like, can we?

  13. Which jailbreak do you use? Also, UI as in Mod Menu?
  14. No, if you were missing something it would throw errors. Also, which UI shows in the app? You can try this, but I doubt this will work: #include <substrate.h> #include <mach-o/dyld.h> #define ASLR_BIAS _dyld_get_image_vmaddr_slide(0) uint64_t getRealOffset(uint64_t offset){ return ASLR_BIAS + offset; } void inject(uint64_t offset, uint64_t hackedHex) { hackedHex = CFSwapInt32(hackedHex); MSHookMemory((void *)getRealOffset(offset), (void *)&hackedHex, sizeof(hackedHex)); } //Usage %ctor { inject(0x10092DEE8, 0x1F2003D5); }
×
  • 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