- open
steam://nav/console
as a url in your browser (this will open steam) - run
download_depot 438100 438101 1831754904438111685
(last version of vrchat without EAC, build 1207) - delete the following files/folders from
[...]\steamapps\common\VRChat
\start_protected_game.exe
\EasyAntiCheat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sed -i '' '2i\ | |
auth sufficient pam_tid.so | |
' /etc/pam.d/sudo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
portainer_agent: | |
image: portainer/agent:latest | |
container_name: portainer_agent | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
- /var/lib/docker/volumes:/var/lib/docker/volumes | |
restart: always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetTimer, KeepRunning | |
return | |
KeepRunning: | |
WinGetClass, class, A | |
if class = Ableton Live Window Class | |
{ | |
Suspend, off | |
} | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var rainbow = ["&c", "&6", "&e", "&a", "&b", "&d"]; | |
var rainbowIndex = -1; | |
var text = "text here".split(""); | |
text.map((obj, index) => { | |
if (obj !== " ") rainbowIndex++; | |
if (index > rainbow.length - 1 && index % 6 === 0) rainbowIndex = 0; | |
return rainbow[rainbowIndex] + obj; | |
}).join(""); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require("fs"); | |
const https = require("https"); | |
const emojiVersion = process.argv.slice(2)[0]; | |
const supportedVersions = ["4.0", "5.0", "11.0", "12.0"]; | |
const unicodeUrl = `https://unicode.org/Public/emoji/${emojiVersion}/emoji-test.txt`; | |
if (!supportedVersions.includes(emojiVersion)) { | |
console.error("unsupported emoji version!"); | |
process.exit(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"your message here".split("").map(char => `||${char}||`).join(""); |
I hereby claim:
- I am tetra-fox on github.
- I am tetrafox (https://keybase.io/tetrafox) on keybase.
- I have a public key whose fingerprint is 266B F4C6 9765 4D71 200F 7C54 9624 10C7 8D56 3D72
To claim this, I am signing this object: