From e3105b45168a62d10404d249abb37b2c55e3bde5 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Mon, 17 Jun 2019 19:06:41 +0300 Subject: [PATCH] Update FormBuilder.cs --- AsyncRAT-C#/Server/Forms/FormBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/Server/Forms/FormBuilder.cs b/AsyncRAT-C#/Server/Forms/FormBuilder.cs index 8e4c65d..f76a66a 100644 --- a/AsyncRAT-C#/Server/Forms/FormBuilder.cs +++ b/AsyncRAT-C#/Server/Forms/FormBuilder.cs @@ -173,7 +173,7 @@ namespace Server.Forms private async void BtnBuild_Click(object sender, EventArgs e) { - if (listBoxIP.Items.Count == 0 || listBoxPort.Items.Count == 0) return; + if (!chkPastebin.Checked && listBoxIP.Items.Count == 0 || listBoxPort.Items.Count == 0) return; if (checkBox1.Checked) {