Skip to content

Instantly share code, notes, and snippets.

View sabihoshi's full-sized avatar

sabihoshi

View GitHub Profile
@sabihoshi
sabihoshi / genshin_2.0_summary.md
Created July 9, 2021 13:46
Summary of the 2.0 Genshin Livestream.
import com.sun.jna.*;
import com.sun.jna.platform.win32.WinDef.*;
import com.sun.jna.platform.win32.WinNT.HANDLE;
public class Console {
private static boolean VT_ENABLED = false;
private static String ESC = "\u001B[";
private static void vt100() {
if (VT_ENABLED) return;