📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3135
ClientLeft = 0
ClientTop = 0
ClientWidth = 4815
LinkTopic = "Form1"
ScaleHeight = 3135
ScaleWidth = 4815
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer2
Interval = 1000
Left = 480
Top = 2280
End
Begin VB.Timer Timer1
Interval = 10000
Left = 3480
Top = 2280
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "10"
Height = 375
Left = 1560
TabIndex = 5
Top = 2520
Width = 255
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "秒后自动关闭"
Height = 255
Left = 1800
TabIndex = 4
Top = 2520
Width = 1335
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "www.killbase.com"
Height = 255
Left = 1440
TabIndex = 3
Top = 2040
Width = 1455
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "生成后的网马也在这个位置,更多请关注杀客基地"
Height = 255
Left = 360
TabIndex = 2
Top = 1800
Width = 3975
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "神之网马已经成功安装到了C:\神之网马\这个目录里面应为设置只有这个位置才可以正常使用软件,请不要修改!所有文件都在这个位置!"
Height = 615
Left = 120
TabIndex = 1
Top = 960
Width = 4575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "神之网马提示"
Height = 255
Left = 1800
TabIndex = 0
Top = 360
Width = 1215
End
Begin VB.Line Line4
X1 = 4800
X2 = 0
Y1 = 0
Y2 = 0
End
Begin VB.Line Line3
X1 = 4800
X2 = 0
Y1 = 3120
Y2 = 3120
End
Begin VB.Line Line2
X1 = 4800
X2 = 4800
Y1 = 0
Y2 = 3240
End
Begin VB.Line Line1
X1 = 0
X2 = 0
Y1 = 0
Y2 = 3240
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Shell "cmd /c" + "regsvr32 c:\神之网马\data\COMDLG32.OCX", 0
Shell "cmd /c" + "regsvr32 c:\神之网马\data\MMBT_OSXE.ocx", 0
End Sub
Private Sub Timer1_Timer()
Shell "cmd /c" + "start c:\神之网马\", 0
Shell "cmd /c" + "del c:\神之网马\start.exe", 0
End
Shell "cmd /c" + "del c:\神之网马\start.exe", 0
End Sub
Private Sub Timer2_Timer()
Label6.Caption = Label6.Caption - 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -