Skip to content

Instantly share code, notes, and snippets.

View NoozAbooz's full-sized avatar

Michael Zheng NoozAbooz

  • Canada
  • 08:56 (UTC -06:00)
View GitHub Profile
@NoozAbooz
NoozAbooz / DiscordInviteBash
Created June 21, 2025 23:15
Brute-forces Discord server invite URLs when only a portion of the URL is provided
import requests
import time
import sys
import itertools
import string
def generate_combinations(pattern, partial_known):
"""
Generate all possible combinations based on the pattern and partially known string.
@NoozAbooz
NoozAbooz / checklwjgl.sh
Last active March 20, 2021 15:48
MC Java lwjgl checker
#!/bin/bash
function error {
echo -e "\e[91m$1\e[39m"
exit 1
}
while true;do
#exit if multiple scripts running