Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Hello peoples (again) I have a project I'm working on. For this project, I need to add multiple links to it. How do I do that?
  2. It depends on your tweak. You could make an in-game menu with a switch for your tweak and tell the user to turn off your hack at certain intervals.
  3. No. I mean a script that I can put into /usr/bin
  4. I have coded a shell script. However I can't figure out how to embed it within a deb and call it as needed. Does anyone know how to do it? Thanks in advance. -KingRalph
  5. You would make a great hitman
  6. Install MobileTerminal from this repo: repo.angelxwind.net Then open MobileTerminal and type this: apt-get update
  7. He has no jurisdiction. You're fine
  8. Install cydown from cydia. You can get cydown from this repo: repo.xarold.com
  9. Add this code to the top of your makefile: ARCHS = arm64 armv7 TARGET = iphone:clang:7.1
  10. You don't have the required headers. Dowload the zip file from here: https://github.com/rpetrich/iphoneheaders Then unzip the file and transfer the headers to /var/theos/include/
  11. You are missing very essential headers. Get them from here: https://github.com/rpetrich/iphoneheaders
  12. Try this: %hook SBReachabilitySettings -(void)setReachabilityDefaultKeepAlive:(int)argument { %orig(1); } %end
  13. I don't think so. Try this code. %hook SBReachabilitySettings -(void)setReachabilityDefaultKeepAlive:(int)argument { argument = 1; return argument; %orig; } %end
  14. I haven't tested the postinst solution yet. I wanted to see if I could find a nic template for postinst first. Thank you for your help!
×
  • 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