Update FormBuilder.cs
This commit is contained in:
parent
9eb913b528
commit
2db828cbcc
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user