Update FormBuilder.cs

This commit is contained in:
NYAN CAT 2019-05-29 20:50:30 +03:00
parent 5a0c10940e
commit 76f8205642

View File

@ -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";