commit fe1f2edb0de125d04b143a3d64699192d47ec2f2 Author: heckeralt Date: Fri Sep 27 08:36:59 2024 -0400 Add index.py diff --git a/index.py b/index.py new file mode 100644 index 0000000..ad4068b --- /dev/null +++ b/index.py @@ -0,0 +1,5 @@ +import requests +while True: + # Your code here + print("Site Is Being DDOsed...") + requests.get("https://discord.com") \ No newline at end of file