-
Posts
66,866 -
Joined
-
Last visited
Everything posted by Rook
-
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.
-
Main reason why it was locked was because the download link was down. Why didn't you contact me or something else with a new link? @@shmoo
-
The topic is locked. How did you get the deb?
-
Nice channel. Take care of it, it'll get big one day.
-
Greetings buddy!
-
Patcher Hack [Free] ZENONIA S: Rifts In Time v1.1.4 +12 Cheats
Rook replied to Zahir 's topic in Free Jailbreak Cheats
Your damage value must have a .0. 1000000000.0 Uninstall the old hack, install the new one from the first post. -
You don't need to Remove ASLR for the hack. You can also use http://armconverter.com/binarytools/ if you need to Remove ASLR anyways.
-
Just download the one with the most seeds. And always read the comments.
-
Not really if you download the proper torrent.
-
Take a look at this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
-
Thepiratebay or kat.
-
Welcome!