Skip to content

Commit af4a132

Browse files
Update DDos.py
1 parent f3e9c12 commit af4a132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DDos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class color:
3737
def menu():
3838
title()
3939
cls()
40-
print color.green + """
40+
print(color.green + """
4141
______ ______ _______ _______ _______ _______ _______ _______ _______ ___ _
4242
| | | | | || | | _ || || || _ || || | | |
4343
| _ || _ || _ || _____| ____ | |_| ||_ _||_ _|| |_| || || |_| |
@@ -46,7 +46,7 @@ def menu():
4646
| || || | _____| | | _ | | | | | | _ || |_ | _ |
4747
|______| |______| |_______||_______| |__| |__| |___| |___| |__| |__||_______||___| |_|\n""" + color.blue + """
4848
----[ This code write by (Mr.nope) ]---
49-
-------[ github :""" + color.blue + """ https://github.com/mrprogrammer2938/ ]-----------""" + color.End
49+
-------[ github :""" + color.blue + """ https://github.com/mrprogrammer2938/ ]-----------""" + color.End)
5050
web = input("\nEnter Target ip: ")
5151
time.sleep(1)
5252
port = input("\nEnter Target port: ")
@@ -59,7 +59,7 @@ def menu():
5959
print("Target IP:", victim_ip)
6060
time.sleep(1)
6161
print("\nTarget port:", UDP_PORT)
62-
color.red + "=============================================================================\n" + color.End)
62+
print(color.red + "=============================================================================\n" + color.End)
6363
time.sleep(3)
6464
def run(k):
6565
while True:

0 commit comments

Comments
 (0)