Jump to content

Rook

Administrator
  • Posts

    66,606
  • Joined

  • Last visited

Everything posted by Rook

  1. Updated! Now you can either generate a badge without selecting previously written text or you can select text and generate. But it will have "Example Text" which you can easily delete.
  2. We wish you a warm welcome to iOSGods.com & we hope you enjoy yourself here! Before you start browsing our community and find out what iOSGods has to offer, you should first check out some of our important topics & sections to get yourself familiarized with our community! Community Guidelines - Our forum rules must be read before you do anything else! We don't want you getting warned! Welcome Newcomers! - This topic will briefly explain how our community works and include some useful links for newbies! Forum Announcements - This is where everything important happens. New community updates, news, guidelines, and more! We recommend you give the topics there a read! Help & Support - Questions or problems? Post them there and we'll be able to help you! General Talk - Have something you'd like to talk about? This is where it goes! iOSGods Shoutbox - Once you're logged in to your account and spent some time around the forum, you will be able to access our Shoutbox where you can talk & chat with other members! Each section on iOSGods usually has one or more pinned topics which are quite important regarding the section itself or the contents inside it. Be sure to read those also! That's about it. Enjoy!
  3. Here's a gif
  4. You just need this: SUBPROJECTS += autolipo Then go to your autolipo folder and edit postinst.
  5. Hello, Please message me.
  6. Today, I am happy to announce a new feature to iOSGods Editor: "iOSGods Badges" (yes, it has iOSGods in front ;p) In this topic I will provide an example of what they are and what they can do, plus how to use them, efficiently. First of all, you will see a new icon in your editor, on Desktop only, for now. And only available to some user groups. Once you click that icon, you will be presented with a text box. Now this is where all the magic happens and this is where you are careful of what you add. Inside the popup, you can add any of these 'classes' below. The classes name will have the badge background also so you can see how it will appear. You can join them together also. Entering ipsBadge_neutral ipsBadge_large into the popup yields this result: Example To successfully add your badge, you must first type in your text. Then select the text and click on the iOSGods Badges icon and enter your desired classes mentioned above. OR you can simply click on the icon inside the editor, enter one of the classes below and a badge will generate with "Example Text" Warning All entered text must be exactly as you see below! This includes the capital B. Badge Styles ipsBadge_new ipsBadge_style2 ipsBadge_warning ipsBadge_positive ipsBadge_negative ipsBadge_neutral ipsBadge_intermediary ipsBadge_style8 More to come! Badge Sizes ipsBadge_normal ipsBadge_medium ipsBadge_large By default, all badge text will be bold (because you cannot make them bold with the editor) but you can easily make it normal via the editor options. How to use These badges are mostly useful when leaving a small note or instruction steps. Do not overdo them! Use them to make your topic look pretty, not cluttered and unreadable. If you misuse them we will be forced to remove them for you. Example: Installation Instructions: STEP 1 Download the .deb Cydia hack file from the link above. STEP 2 Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3 Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4 Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. NOTE If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Of course, you can control if the text is all UPPERCASE & bold or plain and simple; lowercase & non-bold We hope you like this new addition to iOSGods!
  7. Non-ViP users are not able to download or view the hidden ViP content. That means even if your ViP recently expired. It's the same as any other service online. Example: Netflix won't allow you to watch their shows & movies once your subscription runs out.
  8. You need to add '0x' in front of 4103170B: 0x4103170B And yes, you can include binary file inside the deb but @shmoo has removed SUBPROJECTS from the Makefile so you will have to manually include autolipo folder as your subproject and modify the postinst then add your binary to /autolipo/Binary folder.
  9. Your accounts have been merged.
  10. If you have duplicate accounts, message me to merge them together.
  11. Solved The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new support topic.
  12. This topic was moved from DIY Cheats to Help & Support.
  13. Awesome work! Sexy thread! Will link the Afterpulse tutorial to this topic also. Cheers!
  14. Ever tried to download an iOS application that requires a later iOS version? Well, look no further! In this tutorial, I'll be covering a simple way on how to bypass this annoying feature developers are implementing into their applications. Credits go to @Rook for the "How to Install & Play Afterpulse on iOS 8 or lower!" (https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/) for the original steps of this tutorial. Be sure to check out that topic if you're Jailbroken! Please Note This does NOT work for every application. I will be using "My Hospital by Cherry Pick Games Sp. z o.o." as a demonstration for this tutorial as well as that, I will be using an iPhone 6 on iOS 9.3.3; this game requires iOS 10 or later. Enough of all the talk, let's begin! More information about the game: https://itunes.apple.com/us/app/my-hospital/id951697341?mt=8 Requirements: - Cydia/Jailbreak - A Computer - 7-Zip/WinRAR - AppSync Unified (Repo: http://cydia.iphonecake.com/) - iTunes (Optional) - WinSCP (Optional) - IPA Installer (Optional - Repo: BigBoss) - LowerInstall Tweak (You can use this instead of following this guide) Sideloadly (You can use this instead of following this guide -- works on No Jailbreak!) Instructions: Step 1: Download the application from iTunes (If you decide to download the .IPA straight to your PC; recommended). Step 2: If you downloaded the application from iTunes, head over to "C:\Users\(TheNameOfTheUser)\Music\iTunes\iTunes Media\Mobile Applications", find the application and drag the .IPA to your desktop (Same as before). Step 3: Right-click on the .IPA, and either open archive(r) with 7-Zip (or WinRAR). Step 4: Open the Payload folder, then NameOfYourApp.app (in my case, it's myhospital.app) and then scroll down till you find the Info.plist. Double-click on the file and open it with a text editor. Step 5: Now inside the text editor, search for MinimumOSVersion And you should find something similar to this: <key>UIStatusBarHidden</key> <true/> <key>MinimumOSVersion</key> <string>10.0</string> <key>FacebookAppID</key> All you will need to do is change the number in between the <string></string>, to the iOS version you are on. So for me, I would change the 10.0 to 9.3.3. This is what mine will look like: <key>UIStatusBarHidden</key> <true/> <key>MinimumOSVersion</key> <string>9.3.3</string> <key>FacebookAppID</key> Step 5: Now save your modifications and close your Notepad window. 7-Zip/WinRAR will then ask you whether you want to update the modified Info.plist inside the archive. Click on OK. Step 6: Now install the .IPA using either iFunBox, iTools etc. (Or, drag the .IPA to a location on your iDevice using WinSCP and install the .IPA using IPA Installer). Enjoy!
  15. This request or parts of this requests have been filled. Please use the search bar located on the top-right corner of iOSGods to find the topic.
  16. This topic was moved from Hack Requests to Filled Requests.
  17. This request or parts of this requests have been filled. Please use the search bar located on the top-right corner of iOSGods to find the topic.
  18. This topic was moved from Hack Requests to Filled Requests.
×
  • 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