- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide
⚠️ Disclaimer: This guide is provided solely for educational purposes. The creator assumes no responsibility for any damage, data loss, or other adverse effects that may occur as a result of following these instructions. Proceed entirely at your own risk!
Many users who have rooted their devices finds issues where system or third-party applications detect the root status and refuse to operate. This guide outlines a procedure to hide root detection on the majority of Android devices, specifically the ones running Noble ROM for Samsung S9/S9+/N9. The approach detailed here leverages KernelSU-Next in conjunction with SuSFS.
| [ | |
| "928350122843193385", | |
| "1185047194261274665", | |
| "956202276408688650", | |
| "956104664821157918", | |
| "1185047092478095443", | |
| "1185046791826178099", | |
| "1185047045413797898", | |
| "928483283698851901", | |
| "1185047444619284641", |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
| #!/bin/sh | |
| # Variables | |
| FOLDER_NAME="CrossOverLicence" | |
| PLIST_NAME="com.codeweavers.CrossOver.license.plist" | |
| BOTTLES_PATH="$HOME/Library/Application Support/CrossOver/Bottles" | |
| SCRIPT_URL="https://gist.githubusercontent.com/repsejnworb/84d3e0852cf90ef40edf7e9c060f193b/raw/CrossOverLicence.sh?token=$(date +%s)" | |
| TOTAL_STEPS=3 | |
| STEP=0 |
If you want to download an older version ive heard 205.15 works well, i reccomend ApkMirror
- Follow the instructions from https://github.com/vendetta-mod/Vendetta
- After the client is installed, navigate to Settings > Plugins, then click the +, and finally paste
https://vd-plugins.github.io/proxy/maisymoe.github.io/strife/Experimentsinto the input and clickInstall - Once the experiments plugin is enabled, reload the app then go to Settings > Experiments >
Tabs V2 - redesign opt-out/in for alland selectControl Bucket.
Ive also heard enmity works well for IOS.
| { | |
| "achievement_spawned_island_types" : "player_data.achievement_spawned_island_types", | |
| "active_effects" : "player_data.active_effects", | |
| "autopet" : "pets_data.autopet", | |
| "backpack_contents" : "inventory.backpack_contents", | |
| "backpack_icons" : "inventory.backpack_icons", | |
| "bank_account" : "profile.bank_account", | |
| "bank_history" : "profile.bank_history", | |
| "candy_inventory_contents" : "shared_inventory.candy_inventory_contents", | |
| "coin_purse" : "currencies.coin_purse", |
This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.
Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.
- Download Il2CppDumper
Further development has been moved to its own repository: https://github.com/jogerj/genshin-wish-url
- Win+R and open
powershell(orpwshif Powershell 6+ installed) - Paste and run following
- All versions (Global/China)
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force;
iex (irm 'https://github.com/jogerj/genshin-wish-url/raw/main/Get-WishUrl.ps1')