
ISOHaven
Senior Member-
Posts
583 -
Joined
-
Last visited
Everything posted by ISOHaven
-
Mod Menu Hack Evolution 2 Battle for Utopia v3.9.9 +11 Cheats
ISOHaven replied to AlyssaX64 's topic in Free Jailbreak Cheats
Same problem here. Updated game. Ran it. Force closed it. Installed hack. Repring. Game crashes. Reboot. Re-jailbreak. Game crashes. iPad Pro 4, iOS 13.5 Uninstall and re-install of hack didn't change anything. -
Mod Menu Hack Evolution 2 Battle for Utopia v3.9.9 +11 Cheats
ISOHaven replied to AlyssaX64 's topic in Free Jailbreak Cheats
What were you doing? PvP stuff? Been using cheats in this game for years with zero issues. -
Mod Menu Hack Space Marshals 3 1.3.1 [Inf Ammo]
ISOHaven replied to K_K's topic in Free Jailbreak Cheats
Now updated to v2.3.9. Dead hack? -
Mod Menu Hack Space Marshals 3 1.3.1 [Inf Ammo]
ISOHaven replied to K_K's topic in Free Jailbreak Cheats
Version now updated to 2.3.7. No update since 1.3.1. -
Liberty Lite also works.
-
Mod Menu Hack Contra Returns v1.29.91.8859 +7 Cheats
ISOHaven replied to Zahir 's topic in Free Jailbreak Cheats
Amazing, thanks! I was just about to trash this game. This gave it new life. Now we can ignore all the insane IAP garbage. -
+1 for any type of live modifiers.
-
Mod Menu Hack Evolution 2 Battle for Utopia v3.9.9 +11 Cheats
ISOHaven replied to AlyssaX64 's topic in Free Jailbreak Cheats
Wow, that was quick, thanks! -
Mod Menu Hack Space Marshals 3 1.3.1 [Inf Ammo]
ISOHaven replied to K_K's topic in Free Jailbreak Cheats
Woot! Chapter 2 is finally out. Please update. -
Hack Harry Potter: Hogwarts Mystery (Autotouch Script)
ISOHaven replied to ISOHaven's topic in Other Cheats
Looks like the checks I was running got changed so they made some UI changes. Update the two check line with this: if check1 == 16777215 then if check2 == 11633442 then If for any reason the UI on your end is different because of screen formatting then just remove anything to do with the checks. The only reason they are in there is in case the script found one of those colors during a cutscene, so it wouldn't tap and skip the cutscene. So you would remove: local check1 = getColor(92, 69); --101e26 --1056294 local check2 = getColor(128, 99); --066270 --418416 if check1 == 16777215 then if check2 == 11633442 then As well as the two end's at the bottom: end end usleep(100000); <-keep this end <-keep this -
Wow, no one has ever gotten this game to work? That's crazy. Looks like Nintendo has finally won.
-
I use Liberty Lite Beta. A-Bypass does NOT work at all for me. Not for a single app. Chase, Citibank, DirecTV....all my games that require it. I went back to LLB and it continues to work fine for me. iOS 13.5. iPad Pro Gen4.
-
Thanks
-
Mod Menu Hack HAWK: Airplane Space games Cheats v42.6 +3
ISOHaven replied to Laxus 's topic in ViP Cheats
Thanks -
Mod Menu Hack Legend of SkyFish 2 v2.0 +4 [God Mode + More]
ISOHaven replied to X204's topic in ViP Cheats
Thanks! -
Evolution 2: Battle for Utopia Hack
ISOHaven replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
Damn it, bites me in the butt every time....reboot fixed it. -
Mod Menu Hack Rovercraft 2 0.2.7 [Fuel] Cheat
ISOHaven replied to K_K's topic in Free Jailbreak Cheats
Nope. Needs updating for 0.3 Would be nice to have it during this Christmas event. -
Mod Menu Hack Evolution 2 Battle for Utopia v3.9.9 +11 Cheats
ISOHaven replied to AlyssaX64 's topic in Free Jailbreak Cheats
Yup, same here. Hard crash right before battle starts. -
+1 to this. Anything would be good to take the edge off grinding.
-
Any way to get this updated?
-
Mod Menu Hack Rovercraft 2 0.2.7 [Fuel] Cheat
ISOHaven replied to K_K's topic in Free Jailbreak Cheats
Update please! -
File has been removed. This is a dead thread.
-
Hack Harry Potter: Hogwarts Mystery (Autotouch Script)
ISOHaven replied to ISOHaven's topic in Other Cheats
Sorry about that, I never got a notification that you posted. You put the script in Autotouch. Just create a new script, name it and paste this code in their. The store was for the resolution converter. You run that conversion script on any local script you've already created. Here's an updated script for all the new colors they added. It also adds a check so it doesn't tap on any storyline screens. Remember to convert it to your resolution. This script (as is) is for 2732×2048. while true do local check1 = getColor(92, 69); --101e26 --1056294 local check2 = getColor(128, 99); --066270 --418416 if check1 == 1056294 then if check2 == 418416 then local blue = findColor(0x46bfff, 1, {190, 630, 2732, 1630}); local pink = findColor(0xff71d7, 1, {190, 630, 2732, 1630}); local green = findColor(0x51f17e, 1, {190, 630, 2732, 1630}); local yellow = findColor(0xffc20d, 1, {190, 630, 2732, 1630}); if #blue > 0 then for i, v in pairs(blue) do tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); end end if #pink > 0 then for i, v in pairs(pink) do tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); end end if #green > 0 then for i, v in pairs(green) do tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); end end if #yellow > 0 then for i, v in pairs(yellow) do tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); tap(v[1]+5, v[2]+5); usleep(300000); end end end end usleep(100000); end