cutehook
cutehook copied to clipboard
discord webhook spammer lol
basketbolbasketbolbasketbolbasketbolbasketbolbasketbol
# holy shit my hopes were up when i found this but then i realized i could just make it myself and it isnt as **advanced** as i thought. ##...
import os import time import colorama import requests def _exit(): time.sleep(5) exit() def check_hook(hook): info = requests.get(hook).text if "\"message\": \"Unknown Webhook\"" in info: return False return True def main(webhook, name,...