From 76f820564202d34f0da88985d34e377d4d474ba0 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Wed, 29 May 2019 20:50:30 +0300 Subject: [PATCH] Update FormBuilder.cs --- AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormBuilder.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormBuilder.cs index 62b8f97..147ea3d 100644 --- a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormBuilder.cs +++ b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormBuilder.cs @@ -63,7 +63,7 @@ namespace AsyncRAT_Sharp.Forms { comboBoxFolder.SelectedIndex = 0; if (Properties.Settings.Default.IP.Length == 0) - listBoxIP.Items.AddRange(new object[] { "127.0.0.1", "0.0.0.0" }); + listBoxIP.Items.Add("127.0.0.1" ); if (Properties.Settings.Default.Pastebin.Length == 0) txtPastebin.Text = "https://pastebin.com/raw/s14cUU5G";