Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Cheaters, are you tired of having to use the same old credit pop-ups in your tweaks/patchers? Today, I'm going to show you how to go from this to this Requirements: Theos iFile/iFilza/Whatever (I prefer iFile for this) Knowledge on making a tweak RKDropdownAlert files Instructions: 1. Download the files for RKDropdownAlert here: https://www.dropbox.com/s/6i04lvg9tea18ls/RKDropdownAlert.zip?dl=0 2. Have a project made from Theos. This can be a new/old one; it won't matter. In my case, I will be making a new project, using the template found here: https://iosgods.com/topic/6289-update-13template-custom-cscsci-nictheos-template/ 3. Take the files you downloaded, unarchive them, and copy them into your project folder. Your project folder should look like this after doing so if you use the template provided above: 4. Remove everything that's in the Tweak.xm, unless you plan on making a tweak with the project that you have. If that's the case, please have 5. Now that you have everything you want removed, add this to the top of your Tweak.xm #import "RKDropdownAlert.h" @interface AppDelegate : NSObject <RKDropdownAlertDelegate> @end @implementation AppDelegate -(BOOL)dropdownAlertWasDismissed { return YES; } -(BOOL)dropdownAlertWasTapped:(RKDropdownAlert*)alert; { return true; } @end Change "AppDelegate" to whatever class you're using for your credits pop-up. 6. Go add eveything else you want in your tweak, features for some hack, whatever. After you're done with that (if you even did anything), add this to the bottom of your Tweak.xm %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { [RKDropdownAlert title:@"RKDropdownAlert Test" message:@"Isn't this better than UIAlertView?" backgroundColor:[UIColor yellowColor] textColor:[UIColor orangeColor] time:10]; return %orig; } %end You can change the text by simply changing what's inside the quotations. I will leave it for now. You can also change the colors of the background and text of the view. Where it says [uIColor yellowColor] as well as orange, there is a list of default colors found here: http://foobarpig.com/iphone/uicolor-cheatsheet-color-list-conversion-from-and-to-rgb-values.html. With that, you can change yellow and orange to whatever's on there, except for clear, otherwise you won't see your view/text! 7. In your Makefile, find the line that says ProjectName_FILES = Tweak.xm, and add RKDropdownAlert.m (ProjectName is of course the name of the project you made) After you've done this, this is what your Makefile should look like, if you've used the template: 8. After that, you can compile it and test it on whatever app you use it on! Credits: @Pro (Me) for showing this to you guys @DiDA for showing this to me and having me make this tut @0xBL4Z3R He pretty much started it all
  2. Get GDB from radare's repo, http://cydia.radare.org For sub_x games, you will need to plug your device to your computer
  3. If you have Filza, you could install it straight through that
  4. Yeah, try it as a regular tweak or something to test, then add it into your next patcher
  5. You should be able to return them the same way as an int, but I'm not too sure about a negative number
  6. You can't downgrade. All previous iOS firmwares haven't been signed by Apple in a while.
  7. Reinstalling changed ownership to mobile/staff. Permissions didn't change
  8. Already have GDB from radare. Errors haven't changed
  9. Yeah, they're all the same
  10. What other file?
  11. This will be so useful!
  12. Mine's already on root/wheel and it still does that
  13. Have you followed this tut? https://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/
  14. -(void)setTime:(double)fp8 { %orig(xxx.x); } xxx would be whatever number you want
  15. What was the point of the topic?
  16. Either stay on 8.3, or upgrade to 9.2.1 now and wait for it.
  17. From what I've heard, Saurik has a beta of Cydia Impactor for iOS 9.
  18. https://www.dropbox.com/s/8p4omu0ey9pgiyu/include.zip?dl=0
  19. https://www.dropbox.com/s/haxrgsuowp9zer0/Preferences.zip?dl=0 Here's a Preferences folder. Just unzip and put it in /var/theos/include
  20. Nah, there's already another site if we all move to Android
  21. There should be steps within the game as to how to transfer your Android account to an iPhone
  22. Yes it is, just switch your Game Center account when you want to play with a different CoC account.
×
  • 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