Ven 1
Ven 1
banner = """
\033[94m
██▒ █▓▓█████ ███▄ █ ███▄ █ █ ██ ██ ▄█▀▓█████ ██▀███
▓██░ █▒▓█ ▀ ██ ▀█ █ ██ ▀█ █ ██ ▓██▒ ██▄█▒ ▓█ ▀ ▓██ ▒ ██▒
▓██ █▒░▒███ ▓██ ▀█ ██▒ ▓██ ▀█ ██▒▓██ ▒██░▓███▄░ ▒███ ▓██ ░▄█ ▒
▒██ █░░▒▓█ ▄ ▓██▒ ▐▌██▒ ▓██▒ ▐▌██▒▓▓█ ░██░▓██ █▄ ▒▓█ ▄ ▒██▀▀█▄
▒▀█░ ░▒████▒▒██░ ▓██░ ▒██░ ▓██░▒▒█████▓ ▒██▒ █▄░▒████▒░██▓ ▒██▒ ██▓
░ ▐░ ░░ ▒░ ░░ ▒░ ▒ ▒ ░ ▒░ ▒ ▒ ░▒▓▒ ▒ ▒ ▒ ▒▒ ▓▒░░ ▒░ ░░ ▒▓ ░▒▓░ ▒▓▒
░ ░░ ░ ░ ░░ ░░ ░ ▒░ ░ ░░ ░ ▒░░░▒░ ░ ░ ░ ░▒ ▒░ ░ ░ ░ ░▒ ░ ▒░ ░▒
░░ ░ ░ ░ ░ ░ ░ ░ ░░░ ░ ░ ░ ░░ ░ ░ ░░ ░ ░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░
Fuck Skids !! Ven Is Here
Made By : Ven
Disc Account : _50t\033[0m
"""
intents = discord.Intents.all()
bot = commands.Bot(command_prefix="!", intents=intents)
while True:
print("\n" + "-" * 40)
print("1 - Delete all channels")
print("2 - Create channels")
print("3 - Rename server")
print("4 - Rename all members")
print("5 - Rename a member")
print("6 - Delete one channel")
print("7 - Mass create roles")
print("8 - Unban a user")
print("9 - Unban all users")
print("10 - DM all members")
print("11 - DM one member")
print("12 - Spam all channels")
print("13 - Ban all members")
print("14 - Ban one member")
print("15 - Mass voice channels")
print("16 - Lock all text channels")
print("17 - Unlock all text channels")
print("18 - Delete all emojis")
print("0 - Exit")
print("-" * 40)
try:
c = input("Choice: ")
if c.lower() == "ven":
password = input("Enter the password: ")
if password == "Fuck Skids":
print("\n[Access Granted]\n")
print("Hello, I am Ven. I don't know your identity or who you
are...")
else:
print("Wrong password. Access denied.\n")
except Exception as e:
print(f"Error: {e}")
bot.run(input("Token: "))