PayPal sided with me after deliberating on the chargeback. They (being TheMinecraftHosting ) replied once with what might be construed as a threat if it were coherent enough to be English. Glad this was dealt with!
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
#base "../scripts/Crosshairs/crosshairs.res" | |
"Resource/HudLayout.res" | |
{ | |
///////////////////////////////////////////////////////////////////////////// | |
// CUSTOMIZATION START ///////////////////////////////////////////////////////////////////////////// | |
///////////////////////////////////////////////////////////////////////////// | |
///////////////////////////////////////////////////////////////////////////// | |
//CLOSECAPTIONS |
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
#!/bin/bash | |
# zod.tf pterodactyl installation script | |
# based on https://pterodactyl.io/community/installation-guides/panel/debian10.html | |
# - debian 10 | |
# - zodsuper's [`.bashrc` for Debian](https://gist.github.com/zudsniper/e5bbdb7d3384a2b5f76277b52d103e59) | |
# FLAGS | |
# [source](https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash) |
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
#!/bin/bash | |
# by zudsniper@github | |
# ANSI COLOR ENVIRONMENT VARS | |
export A_RESTORE='\033[0m' | |
export A_RESET='\033[0m' | |
export A_BOLD='\033[1m' | |
export A_UNDERLINE='\033[4m' |
by the illustrious pigzit on GitHub
"legendary creator of map, map, map, and map" @Pigzit u actually make any maps or? C:{
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
#!/bin/bash | |
set -e | |
# get_gh.sh | |
# by zudsniper@github | |
# ------------------- | |
YES_FLAG="$1" | |
sudo apt install -y gnupg2; |
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
#!/bin/bash | |
set -e | |
# get_nvm.sh | |
# by zudsniper@github | |
# & ChatGPT 3.5 | |
# ------------------- | |
# `VERSION` 2.0.0 | |
# | |
########################## | |
# `SOURCES` | |
example of the difference between gpt-3 and gpt-4 generated 4/5/2023. took 1 query. a lot better. Fuck
How do I write a discord bot which, for all users unless they have a "notifications muted" role, sends a message to a specified channel when a user starts streaming on Twitch. The Streaming activity on Discord should be used to check stream status. Techstack must be NodeJS, TypeScript, discord.js