Jump to content

Ted2

Senior Member
  • Posts

    4,933
  • Joined

  • Last visited

Everything posted by Ted2

  1. iOS doesn’t have APK’s. Remove the hack from Cydia if you have issues with it.
  2. oh yes daddy

    1. Ted2

      Ted2

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

    2. Laxus
    3. Ted2

      Ted2

      thx bro

  3. First of all, you aren't supposed to be able to do this. Meaning, if you want to figure out how it's been done you have to reverse engineer the hack, just like you have to reverse engineer the game. Secondly, I posted Blitz Brigade offsets, where Joka's hack was based on: https://iosgods.com/topic/73898-blitz-brigade-v350-3/ This topic title tells which version it was for, so you can work from there. Lastly, if you're gonna use someone else's work, make sure to credit them. No one like leechers who take credit for things they did not make.
  4. Was a suggestion, not issue report . Anyways, awesome job looks very fresh
  5. Cool stuff. Suggestion: The switch from ARM to HEX or HEX to ARM is not really clear on what it does (to me), so might make that more clear Question: What's this based on?
  6. 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

  7. Hi, I'm writing a bot for a game, which is going pretty well. However, there's one thing where I'd have to send a ID within the request, the ID has a specific format but when I recreate this format, the request is invalid. So I was wondering if there's some pattern finding tool out there that can find patterns in those working ID's: "b312c64c-b2f3-4e52-901e-250c24b6f2e1" "cf378a46-88f4-4d96-a917-c3a3ab4ffacd" "b8070132-2310-4855-8b60-b0b7c7bbf389" "4ff3cb35-3e0a-47a3-a84a-ef312dd672ce" "000536fc-88df-43dc-a48c-c631aedc25a3" "22254f63-a33b-4748-9e35-289f4604ff7b" "9c6ccadc-ca4b-4a4b-be4c-8827fcf1afb3" "6bba803c-647e-484d-8be6-54ed006d5323" "cabff750-b883-4af0-a647-8f28aeb8ae76" "0dc8e449-9661-4257-9299-942043f6407a" "fc11814f-8ae1-4a51-84dc-637a05c0e255" The only common thing I see is: The format is always the same, the '4' after the second '-' is always in the same place. Also, it's a-f & 0-9 If anyone happens to know a tool or can see something pattern worthy with your eyes, please let me know Thxx
  8. 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.

  9. 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 :(

  10. 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

  11. 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

  12. 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

  13. 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.

  14. Nicely written, note thought that STR stands for store, so it's storing it. Generally, LDR is used to load something from memory to a register, and STR is used to store something from a register to a memory address.
  15. Ok fixed it. My project called "Theos Projects" was causing this, folder shouldn't have spaces. Thanks to kirb for pointing that out. https://github.com/theos/theos/issues/502
  16. Theos installation: https://github.com/theos/theos/wiki/Installation-macOS When I do this on my old macbook, it works just fine
  17. Hello, Today I got a new macbook, so I was installing theos which seemed to go alright.However, when trying to make a package, I'm getting very weird warnings and errors. Which are the following: https://pastebin.com/nNBFZabv This is the output when I do make package messages=yes: https://pastebin.com/dkS0z1SD It's also creating a file called "Theos" when doing make package in two directories back from the actual project I'm trying to compile. This seems pretty random, why two directories back and why is it even creating this empty file called "Theos"? I'm unsure why these errors appear, the only thing I can think of is that I installed xCode from the apple developers website instead of AppStore due the fact I run High Sierra on this macbook (so can't install from AppStore). But installing it from the apple developer site, should come with the same toolchain etc right? Anyone has any idea how I can possibly fix this? Thank you in advance! @Rook pls tell me u know
  18. It's ok. You should be able to debug, just type "c" or "continue" & the game should continue.
  19. I know that you cannot hook functions with two instructions, that might be the case on this one due the weird function end (a function call instead of “RET”). You should try it on the function those two are calling.
  20. Hm, weird. What happens when you just return a custom value? Not a slider switch value. Also, both functions seem to end with a return from another function, you’re probably better of hacking that.
×
  • 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