Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. lol
  2. Oh yeah I didn't rename the file.
  3. They're both from Xarold
  4. I got Clutch (v2.0) but it still does it. And Rasticrac doesn't work, saying "command not found".
  5. Oh yeah thanks, I downloaded the first one.
  6. Sweet. Any idea why when i type 'clutch' it says "There are no encrypted applications on this device"?
  7. Thanks, I didn't expect it to be as easy as it just doing it all for you. So after I should be able to give the app to anyone to use without an apple id?
  8. No, it works. Arg 1 is "goBuyViews" and is the first one, i'm pretty sure.
  9. Okay thanks, how hard do you think it would be for a person who has only made one tweak?
  10. Here's my tweak.xm, I need to return the arg 1 to original action because it is mixing up with the original arg 2 value. Thanks! %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook PromoteViewController -(void)goBuyViews:(int) numbercoins:(int)arg2 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Free Unlimited Views + Likes Hack!" message:@"Enjoy your free unlimited Views and Likes! - AUSSIE G4M3R" delegate:nil cancelButtonTitle:@"Thanks AUSSIE!" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Current question: I basically want a working UIAlertView when my hack is used. There is a mistake near the end 'delegate' that's probably why the UIAlertView wasn't working. Let me know if I did everything correctly in the second UIAlertView part. Thanks!
  11. I want to crack an IPA from the App Store to share old apps you can no longer download normally from the App Store. Is it easy? Otherwise I won't bother.
  12. GENIUS! How did I not think of that.
  13. Yeah well I was going to say if you wanted the best but you should probably look at an iPhone 6 or SE then. I have a 5s and its mainly fine, the only things a don't like it the smaller screen for games and it takes a little bit of time to launch apps and isn't as instant as the iPhone 6 or higher is.
  14. Well if you don't like Snapchat, I don't really either then just don't use it.
  15. lol it's got nothing to do with a job? It's just makes you look more experienced or used Snapchat a lot.
  16. It's not a game, it a hack for an app..
  17. Interesting... Well it looks more 'professional' having e.g 100,000 score rather than 100.
  18. I've seen this before but didn't try it, how much can you get in an estimated amount of time? Meaning is it worth my time?
  19. If you just want the best device for jailbreak it would be the iPhone 6S (on iOS 9.3.3 or 9.0.2 for untether (jailbroken on boot)), unless you think you are going to play games then you should look at getting an iPad but you did say iPhone so there you have it.
  20. I think what they do is say "Free In-app Purchases" when really its just hacked games like "Free Store" Hacks and stuff which is similar but not the same.
  21. Isn't there a jailbreak that just released for iOS 9.3.5 (32-Bit)? You could just jailbreak to bypass/not have to do it.
  22. Yeah I thought it was the wrong place.
  23. I'm a noob at Theos but check if you have this header or have the 9.3 SDK.
  24. Tweak.xm %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { if(GetPrefBool(@"key1")) { return; //returns void to null// %orig (arg2, 5); } return %orig; } It has no %end but when I add it, it shows a lot of errors when making the package. I may have added it wrong. Makefile include theos/makefiles/common.mk TWEAK_NAME = YoutuberFreeViewsLikes YoutuberFreeViewsLikes_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk
  25. I was thinking about that.
×
  • 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