Jump to content

Mr. Hyperion

Senior Member
  • Posts

    302
  • Joined

  • Last visited

Everything posted by Mr. Hyperion

  1. Any games you can tell me to hack with LLDB that are easy??
  2. okay... And how do you people hack games that don't have any add or subs. Like no crash in asphalt 8. That is not an add or sub so it must be a MOV OR LDR?? How do you hack those types of games??
  3. Never mind I fixed it myself
  4. I keep getting this error when I install a new tweak or package: sub process /usr/libexec/cydia error. I have 2.1 GB of storage and 2.4 MB of RAM. I don't know what the hell is taking up so much ram because I don't have many tweaks or many apps! iPhone 6 iOS 9.0.2!
  5. Ok will try it out. If it works then I'll mark as silved
  6. I fixed it. I forgot to modify the add... To a bx lr! The ldr WAS never supposed to be hack. I just need to know how to do the tweak.xm.
  7. It's crashing the game. The offset was ldr something and I bx lr it and it's crashing. It's right from LLDB and I also set permission to 777
  8. I have found the offset from LLDB! But I want to create this hack into a .deb. But how do I set up the tweak.xm. I already know how to do MSHOOK but now I just hacked a sub_x game and I got the offset address and hex. Now how do I implement this into a hack patcher?? Are there any templates? Plz help.
  9. What are some games I could hack with LLDB?? Some games that are less then 1 gigabyte! Thanks
  10. I fixed LLDB to work on Windows 10. I attached the game via process id and now I don't know what to do. I did ctrl+c. So now how do I debug the application?
  11. How do I disable firewall on Mac and Windows??
  12. I have Xcode and installed all command line tools and used terminal to install those. LLDB keeps returning the error could not connect to remote gdb process. Please help with this error. How do I install USBMUXD
  13. How do I set up usmuxd and LLDB on Mac? It keeps returning the error...could not connect to remote gdb process! What is wrong! Just show me how to setup both USBMUXD and LLDB! Please
  14. Probably changed date in settings to far in the future
  15. Will try tomorrow going to sleep
  16. I already have that. Everything is working excepts the -void. -void functions are not working I already have that. Everything is working excepts the -void. -void functions are not working. Still not working
  17. I corrected it but only the voids don't work
  18. Just the voids Only the voids are NOT working!
  19. I'm hacking trivia crack and it works when turning on in flex2! But when I ms hook it, it's not working the hack. I have the make file and control properly made 100% but the hack isn't working. Can you please pin point where/why not working?? Mainly WHATS WRONG WITH THE -VOIDS?Here is my tweak.xm: %hook PRQuestionViewController -(bool) characterWinTutorial { return TRUE; } %end %hook PRAnswersGroupView -(void) setWrongAnswerSelector:(SEL)arg1 { return %orig; } %end %hook PRPowerUp -(int) cost { return 0; } %end %hook PRGameViewController -(bool) shouldShowPowerUpTips { return TRUE; } %end %hook PRGameViewController -(bool) willShowPowerUpTip { return TRUE; } %end %hook PRQuestionViewController -(void) showCorrectAnswer { return %orig; } %end %hook PRAccountManager -(bool) userHasUnlimitedLives { return TRUE; } %end
  20. I don't have DEBIAN OR LIBRARY folder.
  21. How do I convert a .dylib to .deb in MTerminal on iOS 9.0.2 iPhone 6?? I cploaded a hack and now I don't know how to convert it to deb. I first typed in "make" in MTerminal. It made the .dylib file. I uploaded to binary tools (armconverter.com) and cp loaded the dylib. Now how do I make it into a .deb?
  22. Ok will do bothWhen come from school at 4:30
×
  • 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