Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. still need to use the ugly looking quotes then inject(0xIDAOffset, “”); 🤮🤮
  2. The thing is, I hate to have to write it like that ^, it’s almost the same as the original now possibly, but I think there must be a simpler solution
  3. Yeah I tried that, but couldn’t get something like it to work. I’ve tried multiple things, this is the only one that worked. Will look into an alternative another time. C/C++ isn’t the most user friendly when it comes to arrays it seems
  4. It's a .h file, which is a tool to patch memory ? idk Both sections fine for me
  5. While MSHookMemory is great, I hate I have to do this: const uint8_t hack[] = { 0x00, 0x00, 0x80, 0x52, // mov w0, #0 0xc0, 0x03, 0x5f, 0xd6, // ret }; So I wrote some code which won't need you to do that: #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; } // main func void inject(uint64_t offset, uint64_t hackedHex) { hackedHex = CFSwapInt32(hackedHex); MSHookMemory((void *)getRealOffset(offset), (void *)&hackedHex, sizeof(hackedHex)); } How to import this code to your project? You have two options: 1. Copy & paste the code from above under your "imports" 2. Download this file & paste it in /var/theos/includes & write this on top of tweak.xm: #include <inject.h> Usage of the function: //parameters it takes inject(0xIDAOffset, 0xHackedHex); //actual usage on a offset inject(0x100299DC4, 0xC0035FD6); Bugs to be fixed: 1. If you wanna write a hex more than 4 bytes, it won't work the way you think, example: inject(0x100299DC0, 0x20008052C0035FD6); /* This will write C0035FD620008052 instead of what you entered due the CFSwapInt32 /* NOTE: I'm no pro at this kinda stuff (dealing with memory), so if there's anything just mention it ^^ Credits - Saurik - topics from https://stackoverflow.com/ which helped me understand several things - Me for this simplified version
  6. The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website's server, but the server could not be more specific on what the exact problem is
  7. & then click “Jailbreak” ~ end tutorial
  8. When a game has a txt file named: "Swearwords" xD

    https://ghostbin.com/paste/k45mk

    1. TheArmKing

      TheArmKing

      i have had one like these before as well, and they had all the f***ing languages

    2. Psychooo0
  9. Anyone just went to 12.1.1b3 ? I'm scared apple is gonna unsign it right after JB released

    1. Error.
    2. Ted2

      Ted2

      Let me know please!

    3. Error.
    4. ChingaChong

      ChingaChong

      When will the 12.1.1 JB be released?

       

  10. when u can't even change ur name anymore on this site LUL

    1. spiritoflife
    2. Rook
    3. Ted2

      Ted2

      @DiDA

      - Stealing another person's identity is not allowed. This could be anything from saying you are a moderator to changing your username or profile picture to look similar to any other member, including staff.

      We swapped, we didn't steal. I wanted to be crimson, he wanted to be me KreyGasm

    4. Amir0121
    5. Crimson

      Crimson

      He’s right, we swapped. No one stole anyone’s identity.

  11. FA & BF Ultra hack almost ready PogChampKreyGasm

  12. The reason why it crashes for some people is because Electra does not support MSFindSymbol, which this hack is based on. It probably works on Unc0ver, since this uses substrate rather than substitute. If you want to get it to work, use unc0ver.
  13. Obviously
  14. Doesn’t unlock world tour & tourney bikes
  15. Great talk

     

    1. Joka

      Joka

      lmao you're still banned?

    2. TheArmKing

      TheArmKing

      still cb banned? 

      lol didnt see yt link

    3. bus991

      bus991

      Rip joey 2015-2019 💦🍆😩

    4. Ted2

      Ted2

      Yes, but watch the video when u have time

  16. poor baby

     

    1. Joka
    2. Ted2

      Ted2

      how can u say this husky is gay @Joka

    3. Joka
  17. @Joka
×
  • 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