Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. iPhone 6s 9.3.3 JB = f***ed (Y). Luckily most games are auto update ;)

    1. Show previous comments  3 more
    2. Rook

      Rook

      If you have OpenSSH working, it can be fixable

    3. Ted2

      Ted2

      I have that

    4. Laxus

      Laxus

      Install cydia eraser through ssh could have fixed your problem ...

    5. Ted2

      Ted2

      Gimme the deb & I'll

    6. Rook

      Rook

      deb should be in Saurik's repo or something

  2. This is currently my code: void Update(void *instance) { int currentWeapon = *(int *)((uint64_t)instance + 0xSomeVariable); if(currentWeapon) { NSString *str = [NSString stringWithFormat:@"Weapon: %d", currentWeapon]; [str writeToFile:@"private/var/mobile/test.txt" atomically:YES encoding:NSUTF8StringEncoding error:nil]; } } %ctor { MSHookFunction((void*)getRealOffset(0xSomeOffset),(void*)Update,(void**)&old_Update); } However, this doesn't work. I've never done this, so I've no idea if it's even possible. Anyone knows if it is?
  3. dump.cs
  4. Hi, If you wanna learn c++, I do really recommend the video's from TheChernoProject or the thenewboston. TheChernoProject has good explainations in depth & I find it much easier to understand than "courses" or books. His playlist for C++: https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb thenewboston has great video's too, which cover allot, but his video's about a specific subject aren't aslong as TheChernoProject, which may make it harder to actually understand. His playlist for C++: https://www.youtube.com/watch?v=tvC1WCdV1XU&list=PLAE85DE8440AA6B83 thenewboston has allot of tutorials for allot of languages, so if you wanna learn a specific language, he might have a playlist for it! Also, I suggest you to try & actually understand it. Not just copy & paste or just listen & watch to the tutorials. You won't remember things later then, which may annoy you like it did to me Have fun learning
  5. Function window isn't really usefull nowadays due the sub_x. If it's a unity game, you CAN use il2cppdumper & then import the .py in IDA & then you'll have function names. Also: ctrl + f12 for strings window, you can search here for strings
  6. We can't help without a tweak.xm. Also I'm sure some of these errors are known.
  7. Get the pid: ps ax | grep 'binarynameofapphere' it will give u 2 numbers, the first one works for me always, if fails use second. Once u have pid: Use the command what Amuyea says.
  8. Fixed my theos. f***yeah b****ez

    1. Show previous comments  2 more
    2. Crimson

      Crimson

      Glad it’s fixed now

    3. Fadexz

      Fadexz

      What happened?  xD

    4. Ted2

      Ted2

      I f***ed my theos when I removed & added new SDK's LUL

    5. Fadexz

      Fadexz

      Weird but okay.

    6. Laxus
  9. For NJB you edit the binary with a hex editor & install it with Impactor.
  10. There's no need for replacing a binary. Just do code injection.
  11. Dependencies are installed. Copying theos to phone would lead into permissions errors when compiling, won't it?
  12. What doesn't work about it. Did you read it's description in the MM?
×
  • 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