Joka
Senior Member-
Posts
16,070 -
Joined
-
Last visited
Everything posted by Joka
-
Tweak Hack Virtual Trainer PRO: Exercise Workout Fitness (All Versions) +1
Joka replied to Joka's topic in Free Jailbreak Cheats
So does your mum -
Nope. You're risking your account to a ban by using hacks for any game.
-
Have you tried using iFunBox?
-
Hacked App: Virtual Trainer PRO : Exercise Workout Fitness by Virtual Trainer iTunes Link: https://itunes.apple.com/us/app/virtual-trainer-pro-exercise-workout-fitness/id652847776?mt=8&uo=4&at=1010lce4 Bundle ID: se.virtualtrainer.VirtualFitness-Pro Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - Premium Unlocked Hack Download Link: To see the download link, first hit the and then reply/comment. [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! Credits: - @@Joka Hack Video/Screenshots:
-
Help/Support How to change mac address on IOS 9.3.3(JB)?
Joka replied to kiriklyskov1999's topic in Help & Support
Stop. -
Help/Support Plants Vs. Zombies 2 HELP WITH IFILE
Joka replied to Kreaturekent's topic in Help & Support
In the PvZ2 folder. -
Help/Support Plants Vs. Zombies 2 HELP WITH IFILE
Joka replied to Kreaturekent's topic in Help & Support
Make a folder called "No_Backup". -
Help/Support Plants Vs. Zombies 2 HELP WITH IFILE
Joka replied to Kreaturekent's topic in Help & Support
Okay, so what are you trying to do? -
Help/Support How to change mac address on IOS 9.3.3(JB)?
Joka replied to kiriklyskov1999's topic in Help & Support
Why are you two fighting in a Support topic? If you both can't suggest anything, leave :shrug:. -
Help/Support Plants Vs. Zombies 2 HELP WITH IFILE
Joka replied to Kreaturekent's topic in Help & Support
Show some screenshots. I'm confused on what you're saying. Post the screenshots to imgur.com and paste in the links -
Other [Free] A KING'S TALE: FINAL FANTASY XV [Xbox One, PS4]
Joka replied to Joka's topic in Other Stuff
Fixed. -
A KING'S TALE: FINAL FANTASY XV XBOX ONE: https://www.microsoft.com/en-gb/store/p/a-kings-tale-final-fantasy-xv/bw0d9lh9gg6d?tduid=(04d10e156c519485b3f775580682ed21)(266696)(1018132)(1108237390)() PS4: https://www.playstation.com/en-us/games/final-fantasy-xv-ps4/ Enjoy!
-
Patcher Polytopia (All Versions) +1 [Debug Mode]
Joka replied to Joka's topic in Free Jailbreak Cheats
Cheers -
Patcher [FIXED] Critical Ops v0.6.8 +1 Cheat [ARM64]
Joka replied to Mayaxaya's topic in Free Jailbreak Cheats
Nice! -
Patcher MARVEL Future Fight v2.9.0 +1 Cheat [ARM64 Only]
Joka replied to Mayaxaya's topic in Free Jailbreak Cheats
Nice! -
Hack [ ViP ] Deer Hunter 2017 v4.3.0 +11 Cheats
Joka replied to 0xSUBZ3R0's topic in ViP Jailbreak Cheats
Really, eh? -
Patcher Forge of Titans: Mech Wars v1.2.1 +1 Cheat
Joka replied to Mayaxaya's topic in Free Jailbreak Cheats
Wooo! Non-VIP -
Hacked App: The Battle of Polytopia by Midjiwan AB iTunes Link: https://itunes.apple.com/us/app/the-battle-of-polytopia/id1006393168?mt=8&uo=4&at=1010lce4 Bundle ID: com.felixrum.supertribes Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Enable Debug Mode (See patcher for more!) Hack Download Link: To see the download link, first hit the and then reply/comment. [Hidden Content] Installation Instructions: Step 1: Download the .deb Cydia hack file from the link above. Step 2: Copy the file over to your iDevice using any of the 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 cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the mod settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. 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: - @@Joka Hack Video/Screenshots:
-
Comment 3.
-
Crap. Add a "%" in front of the "orig;" at the end.
-
whateveryourtweaknamescalled.plist
-
Go into the next 8 Ball Pool folder.
-
You have to go into the .plist and edit that.
-
PayAsYouGo. I only paid £10 Rip
-
Okay copy and paste this: %hook UserInfo -(int)lowAimRatio { if(GetPrefBool(@"kGuidelines")) { return -900; } return %orig; } -(int)highAimRatio { if(GetPrefBool(@"kGuidelines")) { arg1 = 1300; } return %orig; } -(void) setForCue:(int)arg1 aim:(int)arg2 { if(GetPrefBool(@"kGuidelines")) { arg1 = 10; arg2 = 10; } return %orig; } -(int) getCueAim:(int)arg1 { if(GetPrefBool(@"kGuidelines")) { arg1 = 10; } return %orig; } -(int)setLowAimRatio:(int)arg1 { if(GetPrefBool(@"kGuidelines")) { arg1 = -900; } return %orig; } %end %hook VisualCue -(BOOL) hideGuidelinesMode { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return %orig; } -(BOOL) showSecondaryGuides { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return %orig; } -(BOOL) enabled { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return orig; } %end