Jump to content

Rook

Administrator
  • Posts

    66,604
  • Joined

  • Last visited

Everything posted by Rook

  1. Try reinstalling the app and thin your binary manually.
  2. Already posted: https://iosgods.com/topic/24043-newredeem-codes-get-followers-boom-free/page-1
  3. You're welcome.
  4. You know what else would be fun? You posting in the correct section. Moved to the proper section.
  5. I just tested it and it doesn't. Can you make a video?
  6. Follow the placeholder, don't add the 0x in your hex/offset, it does it for you.
  7. There's nothing like this for now.
  8. It's in Cheaters by Castix. Search.
  9. Looking good! Nicely done!
  10. 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.
  11. Bumping your topic is against the rules.
  12. Illuminati!!
  13. I played them myself. They were fun. haha
  14. These games.. I remember them.
  15. 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!
  16. 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.
  17. Any suggestions or bugs, post down below guys.
×
  • 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