-
Posts
341 -
Joined
-
Last visited
Everything posted by QuistisQueen
-
Gear Defenders Hack
QuistisQueen replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
Stuck at tutorial… -
The freeze resources doesn’t work on my device. Especially the crown. And ofc i did not use it to speed building. Just buying from market. food and gold still being deduct. no citizen required is also not working. I get disconnected if I use this feature.
- 436 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
Modded/Hacked App: Sled Surfers By CRAZY LABS BY TABTALE , G.P. Bundle ID: com.sled.surfers.game App Store Link: https://apps.apple.com/us/app/sled-surfers/id6744975195?uo=4 📌 Mod Requirements - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad. - Sideloadly or alternatives. - Computer running Windows/macOS/Linux with iTunes installed. 🤩 Hack Features - (VIP) Get Max on Spent (From Items to currency; even dimonds). For items level, you have to upgrade twice to max it. Be sure to turn off after you got what you want. If you keep it on; your char will disappear before next stage/level starts. - (VIP) Unlock All Skins - (Free) Free Upgrades [Hidden Content] PC Installation Instructions STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example. STEP 2: Download Sideloadly and install it on your Windows or Mac. STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly. STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application. STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information. STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below. STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue 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 - AsianQueen 📷 Cheat Video/Screenshots
- 1 reply
-
- 15
-
-
-
-
-
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
IPA Mod Menu CookieRun: Kingdom v7.1.201 Jailed Cheats +3
QuistisQueen replied to Laxus 's topic in ViP Non-Jailbroken Hacks & Cheats
let's see- 219 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
IL2CPP Binary : L:\Games\IOS\Sled Surfer\1.8.2\SledSurfers.dylib Search folder : L:\Games\IOS\Sled Surfer\1.8.2 Metadata file : L:\Games\IOS\Sled Surfer\1.8.2\global-metadata.dat Running Il2CppDumper... Initializing metadata... Metadata Version: 31 Initializing il2cpp file... Il2Cpp Version: 31 Searching... CodeRegistration : 0 MetadataRegistration : 0 ERROR: Can't use auto mode to process file, try manual mode. Can someone explain what's going on? And I couldn't find 'libil2cpp.so' so I used the dylib file from 'C:\Users\Downloads\iOSGods.com.SledSurfers_1.8.2+iOSGods.com.ipa\Payload\SledSurfers.app\Frameworks\'.
-
IPA Mod Menu Underdark:Defense v3.0.4 +5 Jailed Cheats
QuistisQueen replied to AlyssaX64's topic in Free Non-Jailbroken IPA Cheats
Did you guys test run this? I test run it and getting stuck at tutorial stage after the stage is completed.- 174 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
Game crash when follow the instruction to install Live Patcher on a jailed device Device Details: Phone: iPhone 17 Pro Max IOS Firmware: 26 IOS Game tested: WWII Defense Instruction followed: Steps to replicate: 1. Download the iGameGod.deb 2. Download the decrypted ipa 3. Extract the 'CustomOffsetPatcheriOSGods.Com.dylib 4. Open Sideloadly 5. Drag and drop the ipa into sideload. 6. Drag and drop the *.dylib under the 'Inject dylibs/frameworks. 7. Click Start on Sideloadly. 8. When done; on sideloadly under the taskbar > JIT for App and select the app. 9. Keep the usb cable connected to my phone and launch the game. It crashes.
-
LLDB on Android (Communication between Android and Windows) By me ofc Note: I will not cover how to [url=https://iree.dev/developers/debugging/android-with-lldb/]install LLDB[/url] on Windows and Android. This is to setup communication between Android and Windows after you've installed LLDB on your Android device. However, I did include the documentation how I install it on my machine and on my android in the zip. Requirement: Windows PC (Tested on Win 11) Make sure you have PowerShell installed (Should be by default). PowerShell ISE is what we're targetting Android device that is rooted (Not for virtual machines) Tested on: Pixel 9 Pro XL OnePlus13 [Hidden Content] Snapshot: Instruction: 1) Download the zip file. 2) Unzip it anywhere you desire. 3) Make sure your android device is hook up with usb and have usb debugging set to on and also to use usb as file transfer. 4) Open PowerShell ISE and locate the 'StartLLDB.ps1'. Click the Play button to execute the script. Click Start 'LLDB Server' and it should look like: You should now see the status with a PID (Not the same as mine ofc). 5) Open PowerShell ISE (New session; do not try to open it on the existing tab). Locate the 'StartDebug.ps1' script and click the play button to execute the script. a) On the game name; if you know what it is; you can just type it then click 'Attach (Interactive)' button. It will locate the pid process of your game. b) It should open a command prompt windows and attach your game process. Ready for you to press c to continue and set watchpoint etc... Example of setting a watchpoint: # size must be 1, 2, 4, or 8 on AArch64, and the address must be aligned to that size watchpoint set expression -w write -s 4 -- (void*)0xYOUR_ADDR Details of the Debugger windows: Start LLDB Server = Create a LLDB host on Android side so you can use Windows to connect to it. Kill LLDB Server = If for some odd reason your game crash and you need to setup a new host/server; this is the right button to click. Once killed the existing one, click the 'Start LLDB Server' to start a new one. Refresh Log = straight forward; it just clears and refresh the log box. ****************** Game name textbox = This is where you type your game filename and it will use that information to search and attach the correct process. Auto-handle common signals = reduce the debugger to throw extra details after attached so your connection will be alot quicker. Resume after attach = after attached the process; you manually have to type continue then press enter to resume the game. This will perform just that for you. However, it's possible that the game may break and freeze for other random triggers and you'll have to manually type c and enter to resume. Attach = Attach the process. Kill = If the game freezes and won't resume at all or if the game crash; this is what you need to click to kill it.
-
Thanks for sharing.
-
Help/Support Game closed after 10sec black screen :O
QuistisQueen replied to bi2r2bier's topic in Help & Support
I believe those have checks. It's the same as Cookie Kingdom; it shows a little intro and then auto-closes the game. -
Modded/Hacked App: Plants vs. Zombies™ By EA Swiss Sarl Bundle ID: com.ea.pvzfree.bv iTunes Store Link: https://apps.apple.com/us/app/plants-vs-zombies/id893677096?uo=4 Version 3.5.4 Tested on: iPhone8 (Palera1n rootful) ~~~Features~~~ [Hidden Content] If you're unsure what to do with it; please check out our contributor tutorials: Installation and details How to use
-
Tutorial Frida-Server Rootless (Binary Dump/Decrypt)
QuistisQueen replied to Segfault's topic in Tutorials
Not only can Frida do decryption; but it can also perform watchpoint, breakpoint, etc... However it seems like those functions do not work properly with rootless. I am going to jb it rootful to test its functionality of it. I believe rootless is the main reason why hacking from igg to ida doesn't work anymore. -
Tool [libSupport 1.2.1]: AutoInjector for Sideload Detection Bypass
QuistisQueen replied to Red16's topic in Tools
can someone walk us through from point A to point Z on how to install to how to use it? -
DIY Hack 🔺2026🔺 Satella➕IAPStore➕Localiapstore GAMES➕APPS! ⭐️⭐️⭐️⭐️⭐️
QuistisQueen replied to SolarCrown's topic in DIY Cheats
Thanks for sharing -
Mod Menu Hack Plants Vs Zombies Cheats v3.15.0 +5
QuistisQueen replied to QuistisQueen's topic in Free Jailbreak Cheats
2 Updates: Code has been updated to use hex instead of modifying values from offset address. Collect sun to gain max. Add 1 hit kill cheats. -
Hex Codes for ARM64 modding | True | False | NOP | High Value |
QuistisQueen replied to aQReh's topic in Coding Center
thanks -
Help/Support Need help understanding arm64 Instruction
QuistisQueen posted a topic in Help & Support
We're going to use this example: LDR X8, [SP,#0x90+var_70] LDR X8, [X8,#0x478] LDR X8, [X8,#0x10] LDR W8, [X8,#0x44] SUBS W8, W8, #2 CSET W8, NE TBNZ W8, #0, loc_100132CEC B loc_100132C40 Can someone explain what is CSET? I know it's a condition set, but it doesn't make any sense to me. It has nothing to compare against. Based on my understanding, If W8 is not equal to; but what is it not equal to? What are we comparing against? Any help is much appreciated. -
Mod Menu Hack Plants Vs Zombies Cheats v3.15.0 +5
QuistisQueen replied to QuistisQueen's topic in Free Jailbreak Cheats
this hack is actually for a rootful device. Only rootless would have to go through additional steps to get it convert. Make sure the game is a cracked version and not the original one from Apple Store. comes to realize different app to crack has different offset address. You'll have to use igg to decrypt the app; install then use this modmenu.