Skip to content

Instantly share code, notes, and snippets.

@Cr4zyy
Cr4zyy / AMPturbo.sh
Created December 7, 2023 17:00
AMP API script to enable/disable turboboost if server is empty
#!/bin/bash
#needs jq
#lxc amp container check
if ! lxc-info AMP | grep -q "State:.*RUNNING"; then
exit 1
fi
# Make a POST request using curl and capture the output
@Cr4zyy
Cr4zyy / rec-list-streamlink.ps1
Created September 17, 2022 01:25
Will open minimized powershell windows using streamlink to record all provided stream names
@Cr4zyy
Cr4zyy / cedapugmmr.js
Last active February 28, 2022 22:12
cedapug.com queue mmr tampermonkey
// ==UserScript==
// @name cedapug.com queue mmr
// @namespace http://tampermonkey.net/
// @version 1.2
// @description show mmr next to player names in queue ffs
// @author Cr4zy
// @match https://cedapug.com/
// @icon https://www.google.com/s2/favicons?domain=cedapug.com
// @grant none
// ==/UserScript==