Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. interesting...
  2. You won't find it there because cydia moves the Applications folder location to conserve disk space. Run this command in terminal rm /Applications/iGameGuardian.app/iGG7Files/com.apple.gg.daemon.plist
  3. Noice
  4. Because theos has been updated. All headers come preconfigured. Yup!
  5. The issue has been fixed in newer versions of theos Update your theos with setuptheos
  6. Nop the function and see what happens
  7. Interesting...
  8. That's the wrong string
  9. Checking it out...
  10. I recently hooked up a second monitor to my mac. It's glorious :D

    1. Rook

      Rook

      How many inches?

    2. KingRalph

      KingRalph

      The resolution is 1920x1080 but I don't know the size in inches :3

  11. Interesting... Run iCleaner on your device. You don't have enough space available
  12. @interface _MAIN_STRUCT @end %hook MyMainGame - (int)SYS_GetRemainderJewel:(_MAIN_STRUCT*)arg1 { return 999999; } %end
  13. This *might* work %hook MyMainGame - (int)SYS_GetRemainderJewel:(void *)arg1 { return 999999; } %end
  14. Oops, my bad :c %hook MyMainGame - (int)SYS_GetRemainderJewel:(id)arg1 { return 999999; } %end
  15. %hook MyMainGame - (int)SYS_GetRemainderJewel:(id)arg1 { return %orig(999999, arg1); } %end You need to learn more about programming objective c
  16. GDB has issues and is not under active development. There is a significant lldb setup tutorials on this site, I suggest you use one of them.
×
  • 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