Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 704 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 704 Bytes

DDoS Scripts

The powerful DDoS scripts of vBooter.org

Compile (Linux):

	apt-get update
	apt-get install gcc
	gcc [script-name].c -pthread -o ssyn

Usage:

		./[script-name] ip port time(commands)

Compile (Windows):

	Run cmd.exe
	tcc -o script-name script-name.c

Usage:

		From the terminal type ./script-name or in the command prompt type script-name.exe.		

For PHP scripts

	Download and Install XAMMP: https://www.apachefriends.org/download.html
	Run XAMMP with APACHE 
	Go to C:\xampp\htdocs place the DDoS script you want (example PPDS.php)
	Run the script from your browser by goings to http://127.0.0.1/PPDS.php