Last active
January 22, 2021 15:37
Minecraft skin stealing bash script.
This file contains 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
#!/bin/bash | |
# run with ./skinstealer.sh <username> | |
# or plop in /usr/local/bin and run with skinstealer.sh <username> | |
# needs curl | |
curl https://minecraft.tools/download-skin/$1 -o $1.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment