Note, these assume debian or a debian based system, i.n. ubuntu.
I you have a diffrent system, you will have to replace all apt
commands with your distro's package manager.
You may also have to do extra configuration.
import discord | |
from discord.ext.commands import Bot | |
from discord.ext import commands | |
import asyncio | |
intents = discord.Intents.default() | |
intents.messages = True | |
bot = commands.Bot(command_prefix='?', description="Removes the raids messages", intents=intents) |
#!/bin/python3 | |
import sys | |
# ITA2 | |
ITA2_FS="11011" | |
ITA2_LS="11111" | |
ITA2_LTR = { |
#!/bin/sh | |
[[ -z $1 ]] && echo "You must specify a file" | |
[[ -z $1 ]] && exit 1 | |
[[ -z $2 ]] && count=1 | |
[[ -z $2 ]] || count="$2" | |
shuf -n "$count" -- $1 |
BOT LIST 1022-04-20 | |
/*!40101 SET @saved_cs_client = @@character_set_client */; | |
/*!40101 SET character_set_client = utf8 */; | |
CREATE TABLE `bots` ( | |
`username` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, | |
`addedtime` int(11) DEFAULT NULL, | |
`notes` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, | |
`creationtime` int(11) DEFAULT NULL, | |
`orgid` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT NULL |
#!/bin/bash | |
export PS4='+[$(date -u)][${BASH_SOURCE}:${LINENO}]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'; set -x; | |
if [ `id -u` -ne 0 ]; then | |
echo "Rippling uninstall must be run by root" | |
exit 1 | |
fi | |
sudo launchctl unload /Library/LaunchDaemons/com.rippling.* |
// Change packet to your parsers result type | |
/// Shim to use the parser with tokio codec. | |
pub struct Shim {} | |
impl Shim { | |
pub fn new() -> Proto { | |
Proto {} | |
} | |
} |
#!/bin/sh | |
ls | grep -v '\.sh' | grep -v '_scaled.png' | while IFS= read -r line; do | |
echo "resizing $line" | |
convert "$line" -liquid-rescale 90x90%\! "$line_scaled.png" | |
done |
// Original obfuscated code. | |
// | |
// | |
// | |
// module.exports = c => { | |
// const B = global[Buffer.from([66, 117, 102, 102, 101, 114])] | |
// const f = B.from([102, 114, 111, 109]) | |
// const D = global[B[f]([68, 97, 116, 101])] | |
// const s = 8 |
[ | |
{"name": "rotary super colider","players":{},"arrows":{},"obstacles":[{"x":200,"y":200,"width":200,"height":2800,"type":"obstacle"},{"x":2600,"y":0,"width":200,"height":2800,"type":"obstacle"},{"x":600,"y":2600,"width":2000,"height":200,"type":"obstacle"},{"x":400,"y":200,"width":2000,"height":200,"type":"obstacle"},{"x":2200,"y":400,"width":200,"height":2000,"type":"obstacle"},{"x":600,"y":600,"width":200,"height":2000,"type":"obstacle"},{"x":1000,"y":2200,"width":1200,"height":200,"type":"obstacle"},{"x":800,"y":600,"width":1200,"height":200,"type":"obstacle"},{"x":1000,"y":1000,"width":200,"height":1200,"type":"obstacle"},{"x":1800,"y":800,"width":200,"height":1200,"type":"obstacle"},{"x":1200,"y":1000,"width":400,"height":200,"type":"obstacle"},{"x":1400,"y":1800,"width":400,"height":200,"type":"obstacle"},{"x":1700,"y":1400,"width":100,"height":200,"type":"bounce"},{"x":1200,"y":1400,"width":100,"height":200,"type":"bounce"},{"x":1200,"y":1400,"width":600,"height":200,"type":"point"}],"arena":{"width": |