Skip to content

Instantly share code, notes, and snippets.

payload:
- PROCESS-NAME,chrome
- PROCESS-NAME,chrome.exe
payload:
- PROCESS-NAME,msedge
- PROCESS-NAME,msedge.exe
@usshen
usshen / Dapps.txt
Created May 21, 2023 02:22
For Fproxy.yaml
payload:
- PROCESS-NAME,gameclient
- PROCESS-NAME,gameclient.exe
payload:
- PROCESS-NAME,EpicGamesLauncher
- PROCESS-NAME,EpicGamesLauncher.exe
- PROCESS-NAME,EpicWebHelper
- PROCESS-NAME,EpicWebHelper.exe
- PROCESS-NAME,steam
- PROCESS-NAME,steam.exe
- PROCESS-NAME,steamwebhelper
- PROCESS-NAME,steamwebhelper.exe
payload:
- PROCESS-NAME,QQLive
- PROCESS-NAME,QQLive.exe
- PROCESS-NAME,115chrome
- PROCESS-NAME,115chrome.exe
- PROCESS-NAME,哔哩哔哩
- PROCESS-NAME,哔哩哔哩.exe
- PROCESS-NAME,QQLiveService
- PROCESS-NAME,QQLiveService.exe
- PROCESS-NAME,XshellCore
@usshen
usshen / Vitual keystroke example
Created November 6, 2022 05:59 — forked from chriskiehl/Vitual keystroke example
Python win32api simple Vitual keystroke example
#Giant dictonary to hold key name and VK value
VK_CODE = {'backspace':0x08,
'tab':0x09,
'clear':0x0C,
'enter':0x0D,
'shift':0x10,
'ctrl':0x11,
'alt':0x12,
'pause':0x13,
'caps_lock':0x14,
#---------------------------------------------------#
# 配置文件需要放置在 $HOME/.config/clash/config.yml
# 或者运行目录下的config.yml
#---------------------------------------------------#
# 混合端口 HTTP和SOCKS5用一个端口
mixed-port: 7890
# HTTP 代理端口
#port: 7890
@usshen
usshen / windows_and_office_kms_setup.adoc
Created November 4, 2021 12:38 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

[Unit]
Description=subconverter
After=network.target
[Service]
ExecStart=/mnt/subconverter/subconverter
Restart=on-abort
[Install]
WantedBy=multi-user.target
@usshen
usshen / config.json
Created May 25, 2021 10:40
v2ray; socks outbound; netflix outbound
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warn"
},
"inbounds": [
{
"port": 443,
"tag": "itor",