Download this file on your iDevice, unzip it in /var/mobile/Documents/ then run the following commands in mobile terminal. su
"your password"
cd /var/mobile/Documents/
chmod +x firebug.patch
./firebug.patch
When everything worked you'll see something like the following:
1+0 records in
1+0 records out
1 bytes transferred in 0.000023 secs (258908 bytes/sec)
Done!
Download the Multiplayer script from my Cydia repo http://cydia.intyre.nl then run the following commands in mobile terminal to patch an IP.
Replace 255.255.255.255 with the IP of the server you want to join. su
"it askes for a password only you know that"
mp.patch 255.255.255.255
I you like the game BUY IT! Don't pirate!
All mods will be released here. Because of the tight security of iOS we are not able to patch the original bought version.
For the mods to work you need a decrypted file first. For that use the tutorial writen by Jocopa3.
Change permission and sign the game
Save the following in "signperm.sh" and make it executable with "chmod +x signperm.sh" #!/bin/sh
# Sets permission and sign
mcpe="/var/mobile/Applications/*/minecraftpe.app/minecraftpe"
chmod 755 $mcpe
chown mobile.mobile $mcpe
ldone $mcpe -s
sleep 1
echo "Done!"
Simple patcher
Save the following in "patch.sh" and make it executable with "chmod +x patch.sh"