Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Limited time left to get it! Link: https://www.humblebundle.com/store/outlast-deluxe Credits: DragonRising66
  2. Stick my hand up my arse? Nope, not yet
  3. Thank you!
  4. Hi, So I know how to binary edit and get offsets for games etc. But when I go ahead, make a code injection tweak, add the offset+hex etc and compile it, the tweak has no effect in-game... The tweak.xm's fine + the makefile, so I don't know why it isn't working
  5. Let's see
  6. Not possible.
  7. Modded/Hacked App: MaskGun ® Multiplayer FPS By June Bundle ID: com.junesoftware.maskgun iTunes Link: https://itunes.apple.com/ca/app/maskgun-multiplayer-fps/id956736147?mt=8&uo=4&at=1010lce4 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. - A Computer Running Windows/Mac/Linux. Hack Features: - Unlimited Ammo - No Recoil - No Spread Hack Download Link: If you would like to donate, click this: . Thank you! [Hidden Content] This hack only works on x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later. Installation Instructions: STEP 1: Uninstall the app if you have it installed on your iDevice. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. STEP 3: Download Cydia Impactor and extract the archive. STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application. STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information. NOTE: It is suggested that you use a disposable Apple ID for this. STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to your Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from STEP 6, and then tap on 'Trust [email protected]'. STEP 9: Now go to your Home Screen and open the newly installed IPA and everything should work fine. NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. If you have any questions or problems, read our Cydia Impactor topic and if you don't find a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @Joka - @DiDA
  8. Cydia > Installed, tap on the deb and tap on Remove.
  9. Joka

    Dida

    Gay
  10. What do I change in the makefile?
  11. The .plist? Lol it says Executable f**k me. Gonna change it now.
  12. Oh really? Will try Is this when you create the project? Or?
  13. F knows why it's not working then Patcher installs fine and everything.
  14. Yeah I added the binary in the Binary folder. Does the binary have to be hacked or just thinned&cracked?
  15. It's UnityAppController and I added that. And it is, cuz I did it for the binary and it worked fine
  16. Hi, So I just compiled a patcher hack I made for a game and went to enable a feature in the preference bundle. Went to the game and firstly, the alert pop-up didn't appear which was odd. So I went in the game and realised the feature I enabled wasn't working either. I went back through my project to check if I messed up anywhere but the Bundle ID, Tweak.xm & the .plist were all fine, no errors. What could be causing this issue? Thank you
  17. Oh right lmao, thanks.
  18. Josephs-iPhone:/var/mobile/champs root# make package messages= yes Making all for tweak champs... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=champs _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. Making all in champs... make[1]: Entering directory `/private/var/mobile/champs/champs' Making all for bundle champs... mkdir -p "obj/champs.bundle/" mkdir -p "obj/champs.bundle/" mkdir -p "obj/champs.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/champs.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done make -f Makefile --no-print-directory --no-keep-going \ internal-bundle-compile \ _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=champs _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[3]: Nothing to be done for `internal-bundle-compile'. make[1]: Leaving directory `/private/var/mobile/champs/champs' Making all in autolipo... make[1]: Entering directory `/private/var/mobile/champs/autolipo' make[1]: Leaving directory `/private/var/mobile/champs/autolipo' rm -rf "/private/var/mobile/champs/_" /var/mobile/champs/theos/bin/fakeroot.sh -p "/private/var/mobile/champs/.theos/fakeroot" -c mkdir -p "/private/var/mobile/champs/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/champs/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak champs... mkdir -p "/private/var/mobile/champs/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/champs.dylib "/private/var/mobile/champs/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f champs.plist ]; then cp champs.plist "/private/var/mobile/champs/_/Library/MobileSubstrate/DynamicLibraries/"; fi Making stage in champs... make[1]: Entering directory `/private/var/mobile/champs/champs' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/champs/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for bundle champs... mkdir -p "/private/var/mobile/champs/_/Library/PreferenceBundles/champs.bundle" rsync -a "./obj/champs.bundle/" "/private/var/mobile/champs/_/Library/PreferenceBundles/champs.bundle" mkdir -p /private/var/mobile/champs/_/Library/PreferenceLoader/Preferences cp entry.plist /private/var/mobile/champs/_/Library/PreferenceLoader/Preferences/champs.plist make[1]: Leaving directory `/private/var/mobile/champs/champs' Making stage in autolipo... make[1]: Entering directory `/private/var/mobile/champs/autolipo' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/champs/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true mkdir -p /private/var/mobile/champs/_/usr/bin cp champsLipo /private/var/mobile/champs/_/usr/bin mkdir -p /private/var/mobile/champs/_/DEBIAN cp postinst /private/var/mobile/champs/_/DEBIAN chmod 755 /private/var/mobile/champs/_/DEBIAN/postinst mkdir -p /private/var/mobile/champs/_/var/mobile/Documents cp -r Binary /private/var/mobile/champs/_/var/mobile/Documents make[1]: Leaving directory `/private/var/mobile/champs/autolipo' sed -e '/^[Vv]ersion:/d' "/private/var/mobile/champs/control" > "/private/var/mobile/champs/_/DEBIAN/control" echo "Version: 1.0-4" >> "/private/var/mobile/champs/_/DEBIAN/control" echo "Installed-Size: 464" >> "/private/var/mobile/champs/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/champs/theos/bin/fakeroot.sh -p "/private/var/mobile/champs/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/champs/_" "./com.iOSGods.ChampsByJoka_1.0-4_iphoneos-arm.deb" dpkg-deb: building package 'com.iosgods.champsbyjoka' in './com.iOSGods.ChampsByJoka_1.0-4_iphoneos-arm.deb'.
×
  • 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