HeckerDDOS/index.py

6 lines
171 B
Python
Raw Normal View History

2024-09-27 08:36:59 -04:00
import requests
while True:
# Your code here
print("Site Is Being DDOsed...")
2024-09-27 08:40:19 -04:00
requests.get("https://discord.com")
requests.get("https://discord.com/nitro")