Update FormBuilder.cs
This commit is contained in:
parent
5a0c10940e
commit
76f8205642
@ -63,7 +63,7 @@ namespace AsyncRAT_Sharp.Forms
|
|||||||
{
|
{
|
||||||
comboBoxFolder.SelectedIndex = 0;
|
comboBoxFolder.SelectedIndex = 0;
|
||||||
if (Properties.Settings.Default.IP.Length == 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)
|
if (Properties.Settings.Default.Pastebin.Length == 0)
|
||||||
txtPastebin.Text = "https://pastebin.com/raw/s14cUU5G";
|
txtPastebin.Text = "https://pastebin.com/raw/s14cUU5G";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user