Skip to content

Instantly share code, notes, and snippets.

View H3XDaemon's full-sized avatar

H3XÐΛΞMѲИ H3XDaemon

  • 20:22 (UTC +08:00)
View GitHub Profile
/*=============================================================================
ReShade 5 effect file
github.com/martymcmodding
Author: Pascal Gilcher / Marty McFly
ReShade Motion Estimation Shader for dense 2D UV-space motion vectors
Based on ReShade Motion Estimation by Jakob Wapenhensch
(https://github.com/JakobPCoder/ReshadeMotionEstimation)
@H3XDaemon
H3XDaemon / TetheringLimitBypass.bat
Last active October 30, 2024 19:26
Simple scripts for Windows bypass mobile network carrier hotspot restrictions
@echo off
cls
REM Define the options
setlocal enabledelayedexpansion
set i=0
for %%a in ("Display IPv4 Protocol Configuration" "Display IPv6 Protocol Configuration" "Set IPv4 and IPv6 Packet TTL to 65" "Custom IPv4 and IPv6 Packet TTL" "Reset IPv4 and IPv6 Packet TTL" "Exit") do (
set /a i+=1
set "option[!i!]=%%~a"
)