Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. Only scratch. Not giving intentional pain to that area
  2. Yeah it’s possible. Try installing it to the Theos path. Maybe it’s detecting it resides in the System files so it assumes it’s universal and dynamically links
  3. So you want the Framework to only be on the compiler’s device? If so install your framework to $THEOS/lib and add its headers to $THEOS/include
  4. Where does it install the framework and what says that it cannot find it?
  5. Was wondering how I would go about pausing a process I’m hooking to, running my code in that frame and then unpausing it. Thank you!
  6. The game is probably server based. So all the currencies are managed on the server
  7. You can use FlexDecrypt https://github.com/JohnCoates/flexdecrypt
  8. Unity is in a 3D environment as far as I know, so basically you want to find the function to set the Camera location. This way you can move it up or down or whatever. The reason it does that is because of ARM's way of handling floating point. I think in the Club "IDA tips" there should be something detailing your issue. But for the set location you'd want to call that function by making a function pointer to it. If it's too complicated you can find the GetCameraLocation and move on an axis but again, you are limited by the floats in ARM
  9. Looks good. I’d definitely see that in a Star Trek kinda game
  10. Use the template made by Guest in the tools section or Ted's menu found here
  11. Yeah makes sense. Thought you were installing from a third party and they messed up some stuff in the IPA
  12. Are you installing Unc0ver from the GitHub / original source?
  13. SmartTap is most probably not working/not updated. The issue is with the tweak.
  14. Hmm odd. I'll try a reboot. It might help to sign the installer maybe that's what triggering it. I'll send you a guide on it I just need to find it https://docs.microsoft.com/en-us/windows/win32/appxpkg/how-to-sign-a-package-using-signtool https://stackoverflow.com/questions/252226/signing-a-windows-exe-file
  15. Getting a permission error on the Temp dir you are making for the binary signing. Could it be my AV? I'm using the regular Windows Defender AV
  16. Wow man. Very nice project you have there. Hopefully you’ll help a lot of people with this
  17. To "bypass" ASLR, you need to find the ASLR offset so you can add/subtract it from your offset to know its original/ASLRed offset. To get it when hooking to a process use this function: _dyld_get_image_vmaddr_slide() (Info here -> https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dyld.3.html) The header for it is on the manpage For removing it from your LLDB session you want to do image list PROC_NAME in LLDB (while replacing PROC_NAME with the process name). That will give you the ASLR offset for that process and you need to subtract it from every offset you get through it
  18. For rendering it would use Metal. Although you don't need them for making aimbots
×
  • 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