-
Posts
66,604 -
Joined
-
Last visited
Everything posted by Rook
-
Savage
-
App FollowBoom Instagram Follower Friend-Codes.
Rook replied to xCeReLoN's topic in App Store Apps Discussion
Already posted: https://iosgods.com/topic/24043-newredeem-codes-get-followers-boom-free/page-1 -
You're welcome.
-
You know what else would be fun? You posting in the correct section. Moved to the proper section.
-
I just tested it and it doesn't. Can you make a video?
-
Follow the placeholder, don't add the 0x in your hex/offset, it does it for you.
-
Request [Hacking Tool] memory saver/browser/editor
Rook replied to Anonymonk's topic in Help & Support
There's nothing like this for now. -
Help/Support How to add credit popup when patcher opens?
Rook replied to Johnkittz's topic in Help & Support
It's in Cheaters by Castix. Search. -
Looking good! Nicely done!
-
Patcher Kritika: The White Knights v.2.22.3 +2
Rook replied to fateh530's topic in Free Jailbreak Cheats
Temporarily locked. -
-
Patcher Kritika: The White Knights v.2.22.3 +2
Rook replied to fateh530's topic in Free Jailbreak Cheats
Nice job buddy! -
Request Terraria decryption/encryption tool to hex edit game saves/binary
Rook replied to Jbro129's topic in Hack Requests
Bumping your topic is against the rules. -
Illuminati!!
- 12 replies
-
I played them myself. They were fun. haha
- 12 replies
-
These games.. I remember them.
- 12 replies
-
(PS3/PS4) SPECIAL ACCOUNT GIVEAWAY (READ) anyone can enter
Rook replied to Ostevens29's topic in Community Giveaways
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! -
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.
-
Any suggestions or bugs, post down below guys.
-
-
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.
- 68 replies
-
- 15
-
-
-
-
And the hack will need to be recompiled for it to work on iOS 9.