From f61ad061aaa62041ef6aa7a1fc093c234f2b0dfc Mon Sep 17 00:00:00 2001 From: draco <73894500+fevdsv@users.noreply.github.com> Date: Fri, 8 Jan 2021 20:58:02 -0600 Subject: [PATCH] Update udphex.go --- udphex.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/udphex.go b/udphex.go index 17c6fa7..67ca1eb 100644 --- a/udphex.go +++ b/udphex.go @@ -19,7 +19,4 @@ func boom() { conn.Write([]byte("\x64\x72\x61\x63\x6f\x73\x75\x64\x70\x68\x65\x78")) } } - time.Sleep(300 * time.Second) - fmt.Println("Attack Done!") - os.Exit(0) }