Updated version: https://iosgods.com/topic/20580-the-new-auto-lipolipoarm64-with-ios-5-6-7-8-9-support/ From 2015/2/1 all apps uploaded to app store should contain Arm64 module and that's why caoyin made this tool to help all cheaters. Souce Code: https://ghostbin.com/paste/hbkkt Download lipoARM64: http://iosddl.com/9ee72806be476b88/LipoARM64_Working_on_iOS_8_and_lower (Works better than the latest one) IN YOUR HACK HOW TO EMBED IT TO AUTO LIPO THE FAT BINARY? Step 1: Create your Project. Step 2: Download the lipoARM64 from the link above and add it to this folder inside your project folder: /usr/bin/ Note: You will need to rename the lipoARM64 to anything else in order not to generate any errors while replacing it from other hacks which used lipoARM64. Step 4: In your DEBIAN folder, create a new postinst file and add the following code: Note: Replace DungeonHunter5 with your game binary name.
#!/bin/bash
chmod 755 /usr/bin/LIPONAME
dir=$(dirname "$0")
/usr/bin/LIPONAME BINARYNAME
echo -e "\n\n\nHacked by someone for iOSGods.com!\n\n\n"
exit 0
Step 5: Build the project using dpkg command (check the link below for more info). More information on how to add postinst and preinst script to your deb: http://iosgods.com/topic/4354-how-to-add-a-postinst-postrm-file-to-a-project/ Credits: caoyin