Skip to content

Instantly share code, notes, and snippets.

View TotallyNotNero's full-sized avatar
🤔
SSH is Wonderful...

TotallyNotNero TotallyNotNero

🤔
SSH is Wonderful...
View GitHub Profile
@TotallyNotNero
TotallyNotNero / slowmode.js
Created March 22, 2020 21:03
Slowmode for an advanced discord bot.
const Discord = require('discord.js');
const fs = require('fs');
const colors = require('colors');
const math = require('mathjs');
module.exports = {
name: 'slowmode',
aliases: ['sl', 'sm'],
description: 'Set the slowmode for a channel',
module: 'moderator',
use: `slowmode <time in seconds/off>`,
@TotallyNotNero
TotallyNotNero / iCloudBypass.sh
Created November 13, 2019 20:40
iOS iCloud Bypass
echo "==> Installing dependencies..."
brew install libusbmuxd
clear
echo "********* Checkra1n iCloud Bypass **********"
echo
echo "=> By Nero, et al"
echo "=> - @TotallyNotNero"
echo
echo "==> DISCLAIMER: I can not be held accountable if you decided to use this tool for illegal purposes. That is on you. DO NOT use this for illegal purposes."