Skip to content

Instantly share code, notes, and snippets.

View Vexcited's full-sized avatar
💻
Reversing

Mikkel ALMONTE--RINGAUD Vexcited

💻
Reversing
View GitHub Profile
@Vexcited
Vexcited / cloudflared-docker-compose.md
Created September 16, 2025 23:53
Deploy a cloudflared instance using Docker Compose.
@Vexcited
Vexcited / README.md
Last active July 19, 2025 17:32
Apple Music Downloader on macOS (arm64)
@Vexcited
Vexcited / README.md
Created July 10, 2024 15:21
Install a local SSL for PRONOTE in a VM using mkcert

HOST machine is my Linux machine
GUEST machine is the Windows virtual machine

  1. Add pronote-vm.dev to /etc/hosts on HOST machine
    To do this, you must get the IP of the GUEST machine
    For me, it was 192.168.243.128. To know this, run ipconfig on the GUEST machine.
  2. Run mkcert -install on the HOST machine
  3. Take rootCA.pem from mkcert
    You can find the location of it by running mkcert -CAROOT
@Vexcited
Vexcited / boosteroid-alt-tab-guide.md
Last active September 24, 2023 22:31
Run an Alt+Tab on Boosteroid when the game get in background

Boosteroid ALT+TAB

This script can be used when your game gets in background (when the game opens a window for example).

Where have you found the key codes ?

The key codes for ALT and TAB - and every other key codes btw - are taken from https://keycode.info/table-of-all-keycodes.

Usage

@Vexcited
Vexcited / boosteroid-genshin-mobile-login-helper-tutorial.md
Last active March 19, 2022 13:10
A helper for captcha completion in Genshin Impact on mobile devices using Boosteroid Cloud Gaming platform in any Chromium-based browser.

Helper for Genshin Impact on mobile devices for Boosteroid

Everytime you start Genshin Impact on Boosteroid, you need to specify your identifier and password and then complete some captcha challenges. The thing is that with a touch screen device, you can't complete these captcha using Boosteroid.

My solution

I've found a way - through looking at their code and how WS worked - to send mouse events and then complete the captcha challenge only using your mobile device (basically, without a computer).