Search results

  1. Tool Dylib and Lib.so Protection and Dex Protection

    I’ve been having a hard time finding a working phone number from mainland China ):
  2. Help! Want to get into modding. What language to learn?

    You can draw using swift, objc, imgui, opengl and etc. imgui is probably a better option because how smooth and sexy it is
  3. Help! Hello, how to make Gravity / Fly

    Well, If you’re modding unity then it’s pretty simple cause unity has methods that control just that you can try to modify. For instance if I wanted to make no gravity hack I would try to ret out get_gravity inside the physics class and as for fly hack I would try to patch the method get_height...
  4. Help! Want to get into modding. What language to learn?

    you wont be reading any memory with objc, you’ll be doing that with cpp and drawing the box or whatever you want in objc
  5. Help! Theos Help

    I had gotten this error before when my tweak name contained non-alphabetical letters like spaces so make sure your tweak name doesn’t contain those and also when the sdk i was using was corrupted. Other than that it’s probably something wrong with the theos shortcut so you should try setting the...
  6. Help! Theos Help

    What errors are you getting?
  7. Help! [iOS] Compilation Error

    Change @@projectname@@ to recodeproject for example inside the makefile and .plist name