Update FormBuilder.cs

This commit is contained in:
NYAN CAT 2019-05-04 22:35:20 -07:00
parent 9eb913b528
commit 2db828cbcc

View File

@ -61,8 +61,8 @@ namespace AsyncRAT_Sharp.Forms
if (method.Body.Instructions[i].Operand.ToString() == "%MTX%") if (method.Body.Instructions[i].Operand.ToString() == "%MTX%")
method.Body.Instructions[i].Operand = txtMutex.Text; method.Body.Instructions[i].Operand = txtMutex.Text;
//if (method.Body.Instructions[i].Operand.ToString() == "NYAN CAT") if (method.Body.Instructions[i].Operand.ToString() == "NYAN CAT")
// method.Body.Instructions[i].Operand = Settings.Password; method.Body.Instructions[i].Operand = Settings.Password;
} }
} }
} }