Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. I meant: it's not for damage then. It's something else.
  2. Go to /var/theos/bin and remove "fauxsu" and "libfauxsu.dylib" Also: - shmoo'smod menu doesn't work on iOS 11 - change 0x003E7854 to 0x3E7854
  3. make package messages=yes & put output
  4. Bloons TD6 will be updated tommorow. Will also include the IPA again (Y).

    It's likely no forced update for now. So stay on 2.0

    1. Lord Alucard

      Lord Alucard

      What about Grand Battle Royale lol

    2. Loading..

      Loading..

      wHaT aBoUt C-oPs? pLs CoPs hAcK

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

  6. 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?
  7. dump.cs
  8. 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
  9. 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
  10. We can't help without a tweak.xm. Also I'm sure some of these errors are known.
  11. 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.
  12. 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
  13. For NJB you edit the binary with a hex editor & install it with Impactor.
×
  • 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