Skip to content

Instantly share code, notes, and snippets.

View exzork's full-sized avatar

Muhammad Eko Prasetyo exzork

  • UPN "Veteran" East Java
  • Yogyakarta, Indonesia
  • 01:41 (UTC +07:00)
View GitHub Profile

TUTORIAL BY Senti#7498

Modified for genshin.exzork.me

How to run mitmproxy on android without needing a PC. Rooted users

  1. Install the magisk module to trust user certificates. You don't need to reboot after installing, we'll reboot later. https://github.com/NVISOsecurity/MagiskTrustUserCerts/releases/tag/v0.4.1 Non root users
  2. Install patched apk that accepts user ca certs, unfortunately you will have to uninstall the regular apk https://file.yuuki.me/0:/Leak/uc-patched.apk If the patched apk is not working you can patch it yourself by extracting the apk using SAI (on Play Store) & using apk-mitm. https://github.com/shroudedcode/apk-mitm 1b. Download the game files in the patched apk, or restore a backup if possible
##
#
# Copyright (C) 2002-2022 MlgmXyysd All Rights Reserved.
#
##
##
#
# Anime game script for mitmproxy
#
@exzork
exzork / GM Handbook.txt
Last active July 9, 2024 22:49
GM Handbook for Grasscutter
// Grasscutter 2.7.0 GM Handbook
// Created 2022/05/31 17:46:25
// Commands
sendmessage : Sends a message to a player as the server
setfetterlevel : Sets your fetter level for your current active character
setworldlevel : Sets your world level (Relog to see proper effects)
setstats : Sets fight property for your current active character
give : Gives an item to you or the specified player
@exzork
exzork / docker-compose.yml
Created October 4, 2021 10:46
docker-compose file for nginx-proxy with acme-companion
version: "3"
services:
nginx-proxy:
image: jwilder/nginx-proxy
container_name: nginx-proxy
ports:
- "80:80"
- "443:443"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro