HeckerDDOS/index.py

5 lines
125 B
Python

import requests
while True:
# Your code here
print("Site Is Being DDOsed...")
requests.get("https://discord.com")