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. Nvm, I don't have time to setup a linux vm, and the reason I'm going through all this trouble to obfuscate shell scripts, is so nobody sees it
  8. Yes, I still have this problem. Any help would be appreciated!
  9. Interesting...
  10. That's the wrong string
  11. Checking it out...
  12. 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

  13. Interesting... Run iCleaner on your device. You don't have enough space available
  14. @interface _MAIN_STRUCT @end %hook MyMainGame - (int)SYS_GetRemainderJewel:(_MAIN_STRUCT*)arg1 { return 999999; } %end
  15. This *might* work %hook MyMainGame - (int)SYS_GetRemainderJewel:(void *)arg1 { return 999999; } %end
  16. Oops, my bad :c %hook MyMainGame - (int)SYS_GetRemainderJewel:(id)arg1 { return 999999; } %end
×
  • 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