Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. What does that mean? I'm on iOS 9..
  2. Try not to mess with it. Also please click the code button to show it like this its a lot easier to read. Tweak.xm #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook SBPowerDownController -(void)orderFront{ UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Hello" message:@"Noooo" // IDK if it supports emojis, I think it does but try without first. delegate:self cancelButtonTitle:@"Okay" otherButtonTitles:@ nil]; [alert show]; } %end Make file ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = Biztweak // Make sure "Biztweak" is still the name of your tweak folder name. Biztweak_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk Biztweak_FRAMEWORKS = UIKit CFLAGS = -w after-install:: install.exec "killall -9 SpringBoard" // Try removing this line if it doesn't work as it can cause compiling issues. Try not to change it. I recommend you delete your iOS 8 SDK because it seems to be wrong a bit. I think that's all right, just replace it with the current one.
  3. Try using their other repo http://rasha.yourepo.com/ that one works still.
  4. No problem. BTW you didn't mention me properly but oh well.
  5. Had to look it up because I forgot the location. Go to '/var/mobile/Library/Preferences' Open 'com.rpetrich.videopace.plist' with Property List Viewer Scroll to bottom and set 'VPRateFactor' to e.g 100 (100 makes it 10000% (x100) speed) (Mine is on 1000) Then just reboot your device to apply the setting.
  6. I made the script easy to edit or identify, every 3 spaced lines is 1 account or a repeat other then it selects the next account. Just delete most of the script from the end until there is only the first 5 bits with 3 spaces if you want only 5 accounts. Though the end of the script is suppose to scroll back up to the start or first account but you can just record your touch of you scrolling up then paste it into the other script unless of course 5 accounts fit on-screen without scrolling then you don't need to do that.
  7. What would be the 3rd button code if I wanted to add a 3rd button to an UIAlertView be? After cancelButtonTitle:@"" otherButtonTitles:@"" Thanks.
  8. @staybizzy BTW make sure to quote or mention me for me to see it. "aliased.pm line 42" I think I get that too, it might be a minor error, as long as your tweak is successfully compiled into a deb file. #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook SBPowerDownController -(void)orderfront{ UIAlertView *alert = [UIAlertView alloc]initwithtitle:@"Bizzy" message:@"??" delegate:self cancelButtonTitle:@"Dismiss" Otherbuttontitles:nil]; [alert show]; } %end That looks a little nicer and might actually work then. You may want someone else to confirm that as i'm not the most experienced but it looks right.
  9. Don't think that's the right help you should be asking for.
  10. Don't see how this is asking for help...
  11. @habibhabib No problem!
  12. "illegal" lol the law doesn't care about the forum rules. I'll be waiting for this one
  13. Because they patched the game not allowing you to use it anymore.
  14. @thanksiosgods I suggest contacting him via message on his profile since you haven't received your VIP yet.
  15. You can also use iFile but Filza will give you the names of the apps instead of the folder app name's ID.
  16. @Shanix I suggest you install 'Crash Reporter' and it might show the cause of your crashes. I do get random reboots overnight waking up with it being un-jailboken, unsure how it happens but it does happen sometimes probably from a tweak.
  17. It's as easy as it gets. BTW the flashing in your gif is a little over the top.
  18. Awesome, can't wait for your first hack!
  19. A good and popular one is www.tweakboxapp.com
  20. @Setbling Yeah the tweak name would be nice so we can see what is happening.
  21. Nice you got it working.
×
  • 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