Skip to content

Instantly share code, notes, and snippets.

View pypy-vrc's full-sized avatar
🚀
Harder, Better, Faster, Stronger

pypy pypy-vrc

🚀
Harder, Better, Faster, Stronger
  • 127.0.0.1
  • 02:01 (UTC +09:00)
View GitHub Profile
https://github.com/ytdl-org/youtube-dl/issues/10014#issuecomment-472695214
python.exe -m pip install pyinstaller
pyinstaller.exe youtube_dl\__main__.py --onefile --name youtube-dl
@pypy-vrc
pypy-vrc / VRChatYoutubeUpdater.bat
Last active December 23, 2021 13:06
VRChatYoutubeUpdater
@ECHO OFF
SETLOCAL
ECHO ===============================
ECHO VRChat Youtube-dl Updater v0.02
ECHO -------------------------------
ECHO(
ECHO DCinside VRChat Minor Gallery
ECHO by pypy(mina#5656)
ECHO(
FOR /F delims^=^"^ tokens^=2 %%A IN ('REG QUERY "HKCR\VRChat\shell\open\command" /VE') DO SET VRCHAT_PATH=%%A
@pypy-vrc
pypy-vrc / modZombieInvoke.bas
Created January 16, 2019 08:02
VB6 ZombieInvoke
'This code allow you to call APIs without declaring them, but the best of it is that only uses VB6 functions!!! (aka funcs @ MSVBVM60) :)
'---------------------------------------------------------------------------------------
' Module : mZombieInvoke
' Author : Karcrack
' Now : 09/08/2010 13:37
' Purpose : Calling API without declaring
' Only uses VB6 functions :)
' History : 20100908 First cut .......................................................
'---------------------------------------------------------------------------------------
@pypy-vrc
pypy-vrc / ShanaEncoderCustom.xml
Last active January 26, 2019 05:06
ShanaEncoderCustom.xml
<?xml version="1.0" encoding="utf-8"?>
<!--ShanaEncoder-->
<Settings>
<inputparamBox />
<prefixtextBox />
<extensiontextBox />
<filterparamBoxV> -vf "scale=1280:720:flags=bicubic,shanapad=DAR,setsar=1/1,shanasubtitle=1"</filterparamBoxV>
<filterparamBoxA> -af "aresample=async=1:first_pts=0"</filterparamBoxA>
<encparamBox> -f mp4
-c:v h264_nvenc -profile:v main -level auto -preset hq -global_quality:v 26
@pypy-vrc
pypy-vrc / VRChat File Protocol.reg
Created January 10, 2019 11:57
VRChat File Protocol
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\VRChat]
"URL Protocol"=""
@="URL:VRChat Protocol"
[HKEY_CLASSES_ROOT\VRChat\DefaultIcon]
@="VRChat.exe,1"
[HKEY_CLASSES_ROOT\VRChat\shell]
@pypy-vrc
pypy-vrc / VRChatCacheRemover_v0.02.bat
Last active January 4, 2019 16:33
VRChatCacheRemover v0.02
@ECHO OFF
SETLOCAL
SET CACHE_DIR=%LOCALAPPDATA%Low\VRChat\VRChat
ECHO ===========================
ECHO VRChat Cache Remover v0.02a
ECHO ---------------------------
ECHO(
ECHO DCinside VRChat Minor Gallery
ECHO by pypy(mina#5656)
ECHO(