Files
crypters-scode/scode (Sikandars.Crypter.V6.VB.NET/Resources/FunctionA.txt
T

6 lines
328 B
Plaintext
Raw Normal View History

2026-08-27 11:04:21 -06:00
Public Shared Sub A(ByVal ProcessName As String)
Dim proc As System.Diagnostics.Process() = System.Diagnostics.Process.GetProcesses
If System.Diagnostics.Process.GetProcessesByName(ProcessName).Length >= 1 Then
System.Threading.Thread.Sleep(10000)
End If
End Sub