Jump to content

Ted2

Senior Member
  • Posts

    4,933
  • Joined

  • Last visited

Status Updates posted by Ted2

  1. For anyone that uses my mod menu template, it should now support the palera1n jailbreak. Xina jailbreak no idea, but you can give it a try.

  2. Laxus I love you

    1. Laxus

      Laxus

      Love you too <3

  3. For those who are interested, I wrote a bot for a game: https://github.com/joeyjurjens/Fest-Bot

    1. Show previous comments  1 more
    2. Laxus
    3. bR34Kr

      bR34Kr

      For the UUID it generates be sure to check out the game's binary and traceback to pre request to see how it makes them UUIDs

    4. Ted2

      Ted2

      Yeah I tried, I haven't been able to figure it out sadly.
      But what I have now, works great so once I've free time I might try again

    5. bR34Kr

      bR34Kr

      Good stuff :dance:

    6. Ted2
  4. Who’s your daddy

    1. Show previous comments  1 more
    2. Ted2

      Ted2

      really cutie?

    3. Agacy
    4. Ted2
    5. Agacy
    6. bR34Kr

      bR34Kr

      Alright you got me, I’m my mommy you’re my daddy

  5. hello world

    1. Laxus

      Laxus

      Error: Command not found ‘hello’

    2. bR34Kr

      bR34Kr

      Congrats! We now know how to print Hello world!. In the next tutorial we’ll create Minecraft in Brainf***

    3. Zahir
  6. For all "hackers" out here, I see that Dead By Daylight hasn't been hacked, yet it's a popular game request.

    On android, this game is unencrypted (all function names are shown). Meaning, you can find stuff on android & then find it in the iOS binary as well by looking for close by strings / instruction patterns.

    This is a common technique, which can be applied on lot's of games. This way you don't have to debug the hell out of the game.

    1. DedCracks

      DedCracks

      U think it’s hackable then?

    2. DedCracks

      DedCracks

      It has been hacked now on another forum

    3. Dr.Killshot

      Dr.Killshot

      Any links to the forum?

    4. danishzd2

      danishzd2

      what other forum

       

  7. Anyone some cool coding project ideas?

    1. Laxus

      Laxus

      Aimbot for noob like me please

    2. K_K

      K_K

      Being able to debug on A13 sevices would be nice 🤪

    3. Ashjgsmith

      Ashjgsmith

      Monster legends please!!

  8. Anyone knows the stability with hooking on the new unc0ver jailbreak?

    1. Cyborg101

      Cyborg101

      No, I am actually trying to figure out the same thing as well

    2. Laxus

      Laxus

      Nah still sucks

    3. Drxp_MVP
  9. oh yes daddy

    1. Ted2

      Ted2

      @Laxus I just deleted your comment, I want a better one

    2. Laxus
    3. Ted2

      Ted2

      thx bro

  10. A armconverter alternative for now: http://shell-storm.org/online/Online-Assembler-and-Disassembler/

    Use option: AArch64 

    Example:
    MOV W0, #0 = "\x00\x00\x80\x52"
    "\x00\x00\x80\x52" = 0x00008052

  11. Ted2

    Can I get chatbox unban at 30K community reputation?

    1. Show previous comments  12 more
    2. Mr.Cursed

      Mr.Cursed

      petition to unban(1)

       

    3. Max-Q

      Max-Q

      i still dont like your collaboration with other site/persons. @Ted2

    4. Ted2

      Ted2

      Lol what?! Who planted the idea in your head that you can not join other communities? That’s a really weird thing lol, I mean I understand that people who get paid shouldn’t he releasing hacks on other communities for free, but why can’t they talk to people? Learn from them, help them, collab with them etc? 

    5. Max-Q

      Max-Q

      ^_^Nobody planted anything.Just that other communities stolen codes from here and used them for their own forum.This makes them non-friendly communities for iosgods. 

    6. Ted2

      Ted2

      You know people on here do that as well right? Though I don’t think this is the best place to have this discussion.

  12. ignoring my discord but checking out my profile huh? U wanna fight?

    1. Laxus

      Laxus

      Why don’t you dc me pepehands 

    2. Ted2

      Ted2

      @Laxus u always ignore me as well

    3. PTGM

      PTGM

      hey Crimson please update pubg hack :(

  13. What'd be the most efficient way to implement submenus in Objective-C?

    1. Archangel04

      Archangel04

      Implement something which hides certain buttons depending on a certain input. 

      Then when you press the "submenu" it hides all except submenu options

    2. Ted2

      Ted2

      Yeah something like that, currently thinking on how I can tell certain switches to be part of the sub menu switch. Could do it by name, but I’d rather have it automatically 🤓

    3. bR34Kr

      bR34Kr

      An array for the path. You could also do something inspired by a NavigationView or a drop down

  14. Is it a known issue hooks cause crashes on unc0ver for iOS 13?
    Like I hooked a function in a game, which works for me but crashes for someone on unc0ver,.
    But I also hooked a function for another game, which worked for both of us.

    1. Show previous comments  10 more
    2. Fadexz

      Fadexz

      It's all about Checkra1n  😛

    3. Ted2

      Ted2

      yeah, way better. Just annoying to not know whether it’s gonna work or not due the weird instability where it sometimes works and sometimes not.

    4. Fadexz

      Fadexz

      Haven't had much instability personally.

    5. Ted2

      Ted2

      you probably only tested offset patch

    6. Fadexz

      Fadexz

      imma noob

  15. pls unban from chetbox

    1. Show previous comments  8 more
    2. xLuc1ferx

      xLuc1ferx

      Let it goo... let it goo

    3. Max-Q
    4. bR34Kr

      bR34Kr

      It’s hard for @Rook to decide since if he unbans him then anyone will come and beg for an unban, but Ted really worked hard and gave a lot to the community. Maybe make an exception?

    5. Ted2

      Ted2

      @RookI’ll be good boy

    6. roarijo89

      roarijo89

      Who df is rook like IDa better

  16. My menu now has an easy option to support framework based games. See comment in this pull request on how to use it, or check the readme on github. You'll probably gonna have to use this more&more with the new Unity updates.

    1. Laxus
    2. GeTRoZ

      GeTRoZ

      Hi @Ted2

      I use your mod menu for my tweaks. I see your github repo update but I only see how to include de framework but not any sample of use or how I can explode that functionality.

      Thanks for your great tool.

    3. Ted2

      Ted2

      Very vague question. If a game uses the framework instead of main executable, you just set the framework name & that's all.
      Not sure what your question is really about.

    4. GeTRoZ

      GeTRoZ

      Ok, I understand now. Sorry for my question.

  17. 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
  18. 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 

  19. What kind of tutorials are needed? 🤔

    1. Show previous comments  3 more
    2. Ted2

      Ted2

      I can teach you how not to? LUL 

    3. T13RN0

      T13RN0

      OpenGL ES ._.

    4. Zahir

      Zahir

      How to get this ogre looking delicious ass homer simpson episode 3 GIF

    5. Pro

      Pro

      Tutorial on how to acquire Pro rank from @DADi

    6. roarijo89

      roarijo89

      How to put flex 3 on ur menu 

  20. happy birthday everyone 

    1. mr.yoyo2017

      mr.yoyo2017

      hi Pro how are you
      Would you permit me to pay you for your help in making (Dylib) work without  jailbrak

       

      I want your ID in Whatsapp or Telegram

       

      I will send you money for your help, and thank you brother

  21. Can we release a website that injects data to a players account? @DiDA 

    1. Show previous comments  2 more
    2. SubSeven
    3. Ted2

      Ted2

      I meant a own website that’s made for a particular game @DADi

    4. Rook

      Rook

      It’s allowed as long as no rules are being broken.

    5. Ted2
    6. Laxus

      Laxus

      But ... rules are made to be broken herrrm

  22. Didn't know u were Riu, or a fanboy maybe :thinking:

  23. Who can dump a game for me right f***ing now <3 

    1. Ted2

      Ted2

      Golf Battle by the way

    2. Ted2

      Ted2

      U guys hella slow, my grandma just dumped for me. Thx anyways

    3. Laxus

      Laxus

      I just woke up ;_;

×
  • 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