From 599f011b1c84c6455af9d6fa1fd44f15000cfdef Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:01:06 +0100 Subject: [PATCH] e --- other/ddos/index.html | 2 +- other/ddos/new-index.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 other/ddos/new-index.js diff --git a/other/ddos/index.html b/other/ddos/index.html index 8da2cb1..372a2b6 100644 --- a/other/ddos/index.html +++ b/other/ddos/index.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/other/ddos/new-index.js b/other/ddos/new-index.js new file mode 100644 index 0000000..57d2186 --- /dev/null +++ b/other/ddos/new-index.js @@ -0,0 +1,3 @@ +import { simpleDDoS } from 'simple-ddos' + +simpleDDoS(5, 'https://t0m0t0w.github.io', 500, 1000) \ No newline at end of file