Skip to content

Instantly share code, notes, and snippets.

View FazziCLAY's full-sized avatar
:shipit:

FazziCLAY FazziCLAY

:shipit:
View GitHub Profile
@FazziCLAY
FazziCLAY / disable-ech.bat
Last active January 31, 2025 17:44
[Windows] Disable ClientHello in CloudFlare
@echo off
REM Made by fazziclay.com
REM Related: https://habr.com/ru/articles/856602/
REM LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5
REM WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be
REM scroll down in overview domain
set ID_ZONE=1111
REM https://dash.cloudflare.com/profile/api-tokens
@FazziCLAY
FazziCLAY / disable-ech.sh
Last active April 24, 2025 18:05
Disable Encrypted ClientHello in CloudFlare
# Made by fazziclay.com
# Related: https://habr.com/ru/articles/856602/
# LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5
# WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be
# scroll down in overview domain
ID_ZONE=enter
# https://dash.cloudflare.com/profile/api-tokens
GLOBAL_API_KEY=enter
@HexedHero
HexedHero / mc_client_performance_guide.md
Last active February 4, 2025 12:22
Performance guide for Minecraft 1.20.6+ Clients

Performance guide for Minecraft 1.20.6+ Clients

📜 Fabric

Fabric is the "modern" Minecraft modding software that is very modular.
We use Fabric in this guide so install it by going to https://fabricmc.net/use/ Download the .jar or .exe and run it.

Below is a list of performance and utility mods to make your Minecraft experience better and most importantly smooth.
The list is in order of most importance and they all work together including what they do with why to use them.