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
Verifying that +maxlefou is my blockchain ID. https://onename.com/maxlefou |
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
# STFU AND UPDATE | |
# --------------- | |
# WARNING: This must be run as root! | |
# This script might come in handy if you have manjaro (or arch, after some editing) not wanting to update because of invalid keys. | |
# I had a case where this didn't worked afterwards, but in my tries, this usually do the thing | |
#!/bin/sh | |
pacman -S gnupg | |
pacman-key --populate archlinux manjaro |
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
// FREE TAIL SCRIPT | |
// Meant for flexi-tails. It wags randomly, and when the owner clicks it, it raises. | |
// Click again and it goes back wagging. | |
// Brought to you by buttbadger.mirabeau. Feel free to use in your sales and redistribute | |
// but keep the script in full perm. Thank you | |
// User Variables | |
float wagtime = 0.15; // How long the tail takes to go from center to one side of the tail. | |
float minWagTime = 5.0; // Minimum time(in seconds) between Wags. | |
float maxWagTime = 9.0; // Maximum time(in seconds) between Wags. |
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
// PRIM CLEANER | |
// | |
// Sick of particles or floating text still on a prim, even after removing the script that manages it ? | |
// This script will remove the effects without having to copy the prim again... | |
// Just put it in the prim and the script will fix all the things before disappreaing itself, | |
// making your prim fresh and clear! | |
// | |
// Courtesy of buttbadger Mirabeau | |
default |
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
// BODY PART CLICKABLE SCRIPT | |
// Made by Trappy Tickles | |
// If you want a custom name, change this value. | |
// Otherwise, keep it void ( "" ) | |
string CUSTOMNAME = ""; | |
// Change it if you plan to use this script for another body part | |
string bodypart = "mane"; |
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
@ECHO OFF | |
REM This script forces Windows to get its clock updated | |
REM in case multiboot makes it forget what time is it. | |
REM (WHY?!!!!) | |
REM Launch this with task schedule and pray that it works. | |
net start w32time | |
w32tm /resync |
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
// CLOCK BELL SCRIPT | |
// ORIGINAL AUTHOR: Beverly Larkin | |
// Edited by buttbadger Mirabeau | |
// Like | |
// Put below the bell sound name or UUID: | |
string bell = "bab03683-516a-22a3-a9ec-4a357dbdc587"; | |
// Or some junk | |
integer H; //Hours |
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
### Linux | |
############################################### | |
NAME LANG CODE Other languages | |
afrikaans af | |
aragonese an | |
bulgarian bg | |
bosnian bs | |
catalan ca | |
czech cs | |
welsh cy |
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
#include "zcommon.acs" | |
/////////////////////////////////////////////////////////////////// | |
/* | |
BRUTAL DOOM CHECK. | |
This will detect when, in your zdoom mod, if Brutal Doom has been added too | |
and, for some reason, you want to discourage the player to do so. | |
The script simply looks for two decorate classes that are in all versions | |
of BD. If they're both detected. a message will display. Feel free to |
OlderNewer