
Joka
Senior Member-
Posts
16,070 -
Joined
-
Last visited
Everything posted by Joka
-
App PP App Forever Signed IPA [Used To Jailbreak 9.3.3]
Joka replied to iGods's topic in App Store Apps Discussion
Both accounts are locked lmao -
App PP App Forever Signed IPA [Used To Jailbreak 9.3.3]
Joka replied to iGods's topic in App Store Apps Discussion
Sweet. -
Save Game Offroad Legends 2 (All Versions) + 2 Cheats
Joka replied to Joka's topic in Save Game Cheats
This guy, I swear to god. Doesn't know any rules on here... -
Save Game Offroad Legends 2 (All Versions) + 2 Cheats
Joka replied to Joka's topic in Save Game Cheats
What you on about? -
Hacked App: Offroad Legends 2 iTunes Link: https://itunes.apple.com/gb/app/offroad-legends-2/id888988372?mt=8 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features: - All cars unlocked - All cups unlocked Hack Download Link: First hit the and then thanks/comment [Hidden Content] Installation Instructions: Step 1: Open the app, play it a bit then close it from multitasking. Step 2: Download the file from the link above. Step 3: Unzip, copy/paste the files/folders to: iOS 7/6 and lower users: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. iOS 8 users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher read this tutorial: http://iosgods.com/topic/9651-how-to-installapply-hacks-posted-in-this-section-if-youre-on-ios-83-84-90/ Note: Backup your original app files before replacing them with these modified ones. Step 4: Overwrite the new hacked files with your old ones and open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - Me (Zyko)
-
Still the same errorrrr
-
%hook MNBBallScene -(double)_readyBallAtPosition { return 0; } -(double)setRimXVelocityMagnitude { return 0; } -(double)setRimYVelocityMagnitude { return 0; } -(double)flingBallWithXVelocity { return 0; } -(double)ballX { return 0; } -(double)rimXVelocity { return 0; } -(double)rimXVelocity { return 0; } %end
-
When I try and make the package, this is the error I get: https://s15.postimg.org/984l0rgm3/image.png
-
Hacked App: Charades! Free iTunes Link: https://itunes.apple.com/gb/app/charades!-free/id653967729?mt=8 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features: - No ads - All modes unlocked Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Open the app, play it a bit then close it from multitasking. Step 2: Download the file from the link above. Step 3: Unzip, copy/paste the files/folders to: iOS 7/6 and lower users: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. iOS 8 users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher read this tutorial: http://iosgods.com/topic/9651-how-to-installapply-hacks-posted-in-this-section-if-youre-on-ios-83-84-90/ Note: Backup your original app files before replacing them with these modified ones. Step 4: Overwrite the new hacked files with your old ones and open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - Me (Zyko)
-
Hacked App: Mr Jump iTunes Link: https://itunes.apple.com/gb/app/mr-jump/id955157084?mt=8 Bundle ID: com.1button.mrjump Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - No ads - Bypass jailbreak detection - Go through walls - No deaths - All levels unlocked Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the hack file from the link above. Step 2: Copy the file over to your iDevice using any file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the installation. Step 6: Once the installation is finished, open the app and enjoy the hack! Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! This is my first ever tweak, so enjoy! Credits: - Me (Zyko)
-
Yeah that did it. Thank you so much
-
I changed the 'bool' to '(bool)' and I also added the { instead of the [ and this is what I get now:https://s14.postimg.org/qghvfnow1/image.png
-
Made me have more errors aha
-
Still the same
-
Thank you aha. Wait now I'm getting another error aha New error: https://s22.postimg.org/j7dm2xqtt/image.png
-
Now I'm getting this aha: https://s14.postimg.org/ginligaw1/image.png
-
%hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[uIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko ????????" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil]; [alert show]; } %hook CBJBroken +bool isDeviceJailbroken [ return FALSE; ] +bool isAppCracked [ return FALSE; ] %hook GameViewV7 -bool collideWithWall [ return FALSE; ] -int setJumpCount [ return 999999999; ] %hook LevelDescriptor -bool setLocked [ return FALSE; ] -bool locked [ return FALSE; ] -int setDeaths [ return -1000000; ] %hook SettingsManager -bool adsDisabled [ return TRUE; ] -void setAdsDisabled [ return TRUE; ] %hook FBInterstitialAdInternal -bool showAdFromRootViewController [ return FALSE; ] %end
-
Was trying to build a tweak I made with theos but I got this error: https://s14.postimg.org/rht4vzc41/image.png I need help
-
Looks good
-
How to install Jailbreak apps on a Non-jailbroken iDevice [Hidden Content] Make sure you've done any methods to actually install the app otherwise it will not work. Enjoy! Credit: iDeviceHelp