Jump to content

Rook

Administrator
  • Posts

    66,604
  • Joined

  • Last visited

Everything posted by Rook

  1. Already posted: https://iosgods.com/topic/24043-newredeem-codes-get-followers-boom-free/page-1
  2. You're welcome.
  3. You know what else would be fun? You posting in the correct section. Moved to the proper section.
  4. I just tested it and it doesn't. Can you make a video?
  5. Follow the placeholder, don't add the 0x in your hex/offset, it does it for you.
  6. There's nothing like this for now.
  7. It's in Cheaters by Castix. Search.
  8. Looking good! Nicely done!
  9. Updated! Fixed some placeholders and added "0x" by default so now all you need to do is enter only the offset without the 0x part. Just like our new Code Inject Generator.
  10. Bumping your topic is against the rules.
  11. Illuminati!!
  12. I played them myself. They were fun. haha
  13. These games.. I remember them.
  14. Congratulations, you won! Check PM for account info. Ostevens asked me to do the giveaway because he was busy. Topic locked. Stay tuned for more giveaways!
  15. To make your project/deb affect multiple apps like some "Pwners" you see, you will need to edit the .plist next to your Tweak.xm like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Bundles</key> <array> <string>com.xx.yy</string> <string>com.xxx.yyy</string> <string>com.xxxx.yyyy</string> <string>com.xxxxx.yyyyy</string> <string>com.xxxxxx.yyyyyy</string> </array> </dict> </dict> </plist> Replace com.xx.yy with the bundle ID of the apps you want it to affect. You can also use the application's Executable instead of bundle ID: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Executables</key> <array> <string>BINARYNAMEHERE</string> </array> </dict> </dict> </plist> To affect all apps, you can use com.apple.uikit/com.apple.springboard or delete the plist completely.
  16. Any suggestions or bugs, post down below guys.
  17. A few members requested this so here it is! This is the Code Inject Generator Online Tool. It basically makes code injection projects easier to make. You can generate the Tweak.xm content and the Preferences Plist content. Also supports adding multiple offsets and hex under the same switch. How to use: 1. Enter your preferences plist name here: Add your .plist name located in /var/mobile/Library/Preferences. Usually named the same as your package name (com.xxx.yyy). 2. Enter your package name here: The package name you choose when making the new project in theos (com.xxx.yyy). This is used for the Preferences.plist output. 3. Enter prefix before writeData: Anything you enter here will go before the "writeData(0x123456, 0x123456);". Leave this empty if you don't need it. 4. Enter your offset here: Quite self-explanatory. Enter your offset in that box. "0x" is auto added, just enter the rest of your offset (123456). 5. Enter your HEX here: Quite self-explanatory. Enter your HEX in that box. "0x" is auto added, just enter the rest of your HEX (123456). 6. Enter your key name here: Enter the key name you want to use for the switch. It can be random and needs to be unique from any other keys you're using on the same project. 7. Enter your switch name here: Enter the text that will appear next to the switch in settings.app. Once you fill in the boxes, clicking generate will fill in the Tweak.xm box and the Preferences Plist box which then you can copy paste into your project. Ticking "Add to the same key" option will add the new offset and hex to the same switch/key. Clicking "Clear" will clear all the boxes for you to start over. Clicking "Add / Generate" will add all the current selections and output them for you. It will also clear some inputs to make it ready for the next switch you want to add. That's all. Hope you'll enjoy it and find it useful.
  18. And the hack will need to be recompiled for it to work on iOS 9.
×
  • 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