
ISOHaven
Senior Member-
Posts
567 -
Joined
-
Last visited
Everything posted by ISOHaven
-
Introducing the New Era of iOS App Hacking - Jailed iOSGods Mod Menu
ISOHaven replied to Rook's topic in Forum Announcements
Phone? 🤣😂🤣😂🤣😂🤣 Why would I want to play todays games on a 7 year old piece of junk with a tiny screen? -
Introducing the New Era of iOS App Hacking - Jailed iOSGods Mod Menu
ISOHaven replied to Rook's topic in Forum Announcements
2. This never works. 3. Requires giving you money. 4. Requires giving you money. 5. I’ve never come across a working app. 6. Rarely come across an app that uses social media. Apples and oranges. Need a free method of syncing to be equal with free DEBs. So I take this to mean this solution will have the exact same sync issues. Bummer. I’m so sick and tired of waiting years for an iPad jailbreak and when I finally get one the POS breaks! -
Introducing the New Era of iOS App Hacking - Jailed iOSGods Mod Menu
ISOHaven replied to Rook's topic in Forum Announcements
One of the biggest issues with jailed installs is it’s not the official app so things like cloud syncing don’t work. Will that still be ann issue with this? This is a major issue because at some point in time the author will stop maintaining their hack. Then you’re stuck with no where to go. Can’t upgrade to the store app version, no way to transfer data. You’re just stuck on the last hacked version and more times than not the app will stop working if a forced upgrade is required. I’ve wasted entirely too much time on games that are now dead yet the actual game lives on. -
You don't change the IPA file name. You change the .app folder name inside the IPA. Open the IPA with 7zip (or whatever you have that can extract it). Don't extract it but while you have it opened simply change the .app folder name inside the Payload folder and make sure the file saves.
- 49 replies
-
- Hack
- No Jailbreak Required
-
(and 1 more)
Tagged with:
-
In Windows 10 and 11, open your start menu and type - environment. You should see the item - Edit the system environment variables. From there click the environment variables button and change away.
- 49 replies
-
- Hack
- No Jailbreak Required
-
(and 1 more)
Tagged with:
-
Did you see my later post with the work around?
- 49 replies
-
- Hack
- No Jailbreak Required
-
(and 1 more)
Tagged with:
-
Non-Jailbroken Hack Monster Country Idle Tycoon v1.18.1 +3
ISOHaven replied to TimidNova's topic in Free Non-Jailbroken IPA Cheats
@TimidNova - game won’t load. Demands latest update. Please? -
Same goes for Photoshop. No need to delete anything. Just open the IPA with 7zip (or whatever) and rename the .app folder to P.app. then make sure you temp folder is set to something very small like C:\TEMP or might as well make it C:\T just to be safe. I don't know if it's using user or system temp, I did both. Photoshop installed fine after that. Same with all the other IPA's I had this same issue with. Sideloadly needs to start supporting the same long path names that Windows now supports.
-
Altstore doesn't work either. Says error writing to disk. Just shooting in the dark here, I think these apps are using some old garbage method of file path handling like MAX_PATH. The file paths are in fact longer than 260 but that hasn't been a thing in Windows for almost 10 years now. Whatever they are using to extract must be hard checking the length and skipping them. Either way, it would be nice if these apps would allow us to select a .app folder instead of only IPA files or allow us to select where to extract them. EDIT: Yup, that's exactly it. I changed the .app folder name of the LEGO game to just L.app and now it's getting father and failing on an even longer path name: C:\\Users\\xxxxxx\\AppData\\Local\\Temp\\tmp8_c1m5v9\\Payload\\L.app\\Data\\Raw\\aa\\iOS\\props-countryside_assets_assets\\prefabs\\props\\countryside\\static\\models\\billhouse_16082022_grouped_newselectionset_optimized_transparent_fast.asset_1a96eb10cce355b1f2c7612fff7ac9ae.bundle So then I changed my temp path to C:\TEMP and that got it installed. End result: These apps need to be brought up to speed and quit using the old garbage 260 path limit. Who cares if sideloadly doesn't work on Windows XP? EDIT2: I didn't bother to verify if sideloadly is using user temp or system temp. I simply changed them both.
- 49 replies
-
- 1
-
-
- Hack
- No Jailbreak Required
-
(and 1 more)
Tagged with:
-
Every time I try to install this I get: ERROR: Guru Meditation b4822c@1701:a26021 [Errno 2] No such file or directory: 'C:\\Users\\xxxxx\\AppData\\Local\\Temp\\tmpbi46p4tx\\Payload\\LEGOHillClimbAdventures.app\\Data\\Raw\\aa\\iOS\\environmentscenes_scenes_assets\\gamecontent\\content-base\\addressablecontentprefabs\\regions\\region-countryside\\bigforestenvironment.unity_e3094b11bdff0af0968b36baa3000d66.bundle' Sideloadly 50.3. When I watch the temp folder I can clearly see it's not extracting everything. The entire temp folder is only 127MB. I can extract the files into the temp folder myself so it's not a file name length issue.
- 49 replies
-
- Hack
- No Jailbreak Required
-
(and 1 more)
Tagged with:
-
Nah, Sideloadly is just broken. I get this exact error on everything I try to install. You can watch the TEMP folder yourself. Sideloadly is failing to extract the entire IPA. I can extract the IPA myself into the folder and it extracts fine (so file name lengths are fine). But when I try to paste the files into the temp folder it creates I get "folder not empty" errors while it's trying to sign. I can't tell if I'm simply not pasting the files into there quickly enough or if something else is also broken. For example - LEGO Hill Climb. The IPA is 576MB. Extracted it's 819MB. The temp folder sideloadly makes is only 127MB. So yeah, of course it can't find the file! @Rook - Can you help with this? EDIT: Looks like we might be SOL - EDIT2: Altstore doesn't work either. Says error writing to disk. Just shooting in the dark here, I think these apps are using some old garbage method of file path handling like MAX_PATH. The file paths are in fact longer than 260 but that hasn't been a thing in Windows for almost 10 years now. Whatever they are using to extract must be hard checking the length and skipping them. Either way, it would be nice if these apps would allow us to select a .app folder instead of only IPA files or allow us to select where to extract them. EDIT3: Yup, that's exactly it. I changed the .app folder name of the LEGO game to just L.app and now it's getting father and failing on an even longer path name: C:\\Users\\xxxxxx\\AppData\\Local\\Temp\\tmp8_c1m5v9\\Payload\\L.app\\Data\\Raw\\aa\\iOS\\props-countryside_assets_assets\\prefabs\\props\\countryside\\static\\models\\billhouse_16082022_grouped_newselectionset_optimized_transparent_fast.asset_1a96eb10cce355b1f2c7612fff7ac9ae.bundle So then I changed my temp path to C:\TEMP and that got it installed. End result: These apps need to be brought up to speed and quit using the old garbage 260 path limit. Who cares if sideloadly doesn't work on Windows XP?
-
Non-Jailbroken Hack Idle Civilizations v1.0.27 +2
ISOHaven replied to TimidNova's topic in Free Non-Jailbroken IPA Cheats
Is this hack dead? -
Non-Jailbroken Hack Idle Civilizations v1.0.27 +2
ISOHaven replied to TimidNova's topic in Free Non-Jailbroken IPA Cheats
Update to 1.0.28 please, they added a new prestige feature. -
Bumping this request. These pay forever apps are INSANE!
- 1 reply
-
- 1
-
-
IPA Mod Menu Rage Swarm v1.17.19 +4 Jailed Cheats
ISOHaven replied to Theo1357's topic in Free Non-Jailbroken IPA Cheats
This time it works perfect, thanks! -
IPA Mod Menu Rage Swarm v1.17.19 +4 Jailed Cheats
ISOHaven replied to Theo1357's topic in Free Non-Jailbroken IPA Cheats
Health goes down. But no reload seems to be working. Enemies aren't being dumb (which is actually ok). -
IPA Mod Menu Rage Swarm v1.17.19 +4 Jailed Cheats
ISOHaven replied to Theo1357's topic in Free Non-Jailbroken IPA Cheats
The game installs and runs now, but is there supposed to be the normal iOSGods login and menu button that says everything is automatically activated for non jailbreak tweaks? There's no button or login. -
IPA Mod Menu Rage Swarm v1.17.19 +4 Jailed Cheats
ISOHaven replied to Theo1357's topic in Free Non-Jailbroken IPA Cheats
Not working for some reason on my iPad Pro Gen 5. iOS 16.6. I get a blank screen for 10 seconds then the app dumps me back to spring board. Original app from app store works fine. EDIT: Doesn't work on iPhone 15 Pro either. Same exact thing. @tien0246 -
iOSGods Mod Menu DEBs for Non-Jailbroken iOS Devices
ISOHaven replied to Rook's topic in Forum Announcements
Nope and it doesn't work on my iPhone 15 Pro either. -
Android Tutorial HOW TO HACK SOME ONLINE GAME USING CHARLES PROXY
ISOHaven replied to Infamous-Ash's topic in Android Tutorials
I seem to have missed the boat on this. So far every app I've tried has a payload and a signature. Can't change anything if they sign it The one game I found that didn't have any protection on it, I set a breakpoint, I collect in the game, it gets captured, I change a value and Execute....nothing. This is on iOS. -
They can certainly try to get help from him. He's helped out many tweak creators and told them all exactly what they need to do. All my tweaks are working fine with the only exception being the creator of Apple File Conduit seems to have abandoned their tweak and openSSH doesn't have proper entitlements to access app folders (Filza WebDAV work around is such a pain). Well, and of course all these cheats.