Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Nice! You should join the GFX team
  2. Post the code please
  3. Thanks for pointing that out. I realized that the deb file was conflicting with dpkg system files. I fixed it in the v1.0.4 update:version 1.0.4 - fixed an error that caused setuptheos files to conflict with system files You spelled lazy wrong
  4. You're asking for coins, and technically that's a hack request
  5. 1: this topic should be in the hack request section2: Please choose a title that is eye catching and helpful
  6. New update! version 1.0.3 - fixed some more urgent errors in the preinst script Did the test work?
  7. Try this: -(void) _setTextColor:(id)arg { %orig(153, 3, 253) }
  8. New update! version 1.0.2 - fixed some critical syntax errors caused by the version 1.0.1 update Enjoi!
  9. @shmoo I just installed your blitz brigade cheats. I like what I see ;)

  10. This might work too %hook KikUser - (BOOL)isVerified { if (self.username == "a3t") return YES; %orig; } %end
  11. If you change the armv7 flag to armv6, what would happen?
  12. it's no the code it's theos. Add this code to the top of your makefile: TARGET = iphone:clang:8.1 ARCHS = armv7 arm64 Note: replace 8.1 with your sdk number
  13. I don't know if you can call a shell script on an iOS device using html
  14. I'm going to infer that you're trying to say this: KingRalph, you are so smart. You figured it out. I can't trick you.
  15. That's not what i mean by "unarchiveable"
  16. You have to make a shell script to replace the image assets in the app bundle.This should get you started on how to do that: Solution: get everything in project directory and open terminal and type "make" (with no quotes) Create a directory in your tweak's root directory and name it com.yourname.yourcompanyname Then move the contents of the "-" folder to the com.yourname.yourcompanyname folder Inside that directory, enter a directory called DEBIAN and add your postinst, preinst, prerm, and postrm scripts inside there. Also, you have to take your control file from your tweak's root directory and copy it into ./com.yourname.yourcompanyname/DEBIAN To compile do this: Open MobileTerminal and type the following lines of code su alpine //or your root password cd /var/mobile/tweakdirectory dpkg-deb -Z gzip -b com.yourname.yourcompanyname Your deb will be unarchiveable Hope this helps
  17. Download and install MobileTerminal from this repo: cydia.angelxwind.netthen open MobileTerminal and run this command: uicache
  18. Install MobileTerminal from this repo: cydia.angelxwind.net
  19. I feel you Try this code - (BOOL)isVerified { if ([self isEqualToString:@"[email protected]"]) return YES; %orig; } I'm not sure it would work, but can try it
×
  • 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