How to make a Fake Virus on Vb6

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
895 views
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 21, 2010

PLEASE READ (include full codes and instruction)
(to end the program, press "x" on your keyboard!)

Hello Guys today
im going to show you how to make a fake virus


first open vb6 -) standerd project
then add a button and add form2


On properties (in form2), change
windowstate to 2 (the last one) and boarderstyle to 0 - Non
Now change form2 backcolor to blue(dark blue)
and add a timer.(interval to 1)

Finally ,time to code
(Form1 code)type :
Private Sub Command1_Click() Form2.Show
End Sub


(Form2 code) type:

Dim i As Integer
-----------------------------------------------
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 120 Then
End
End If
End Sub
------------------------------------------------
Private Sub Form_Load()
On Error Resume Next
i = 0
End Sub
------------------------------------------------
Private Sub Timer1_Timer()
i = i + 1
If i Mod 2 = 0 Then
Form2.Show
Else
Form2.Hide
End If
End Sub



Design: In form2, add a label and change caption to
"Unnown Hard Error ()"
lets try it out!



Please rate, comment, and subscribe! :D

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (householdprojects)

  • Please comment everyone!

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • won't work ):P

  • hey dude

    try adding a msgbox before lhe last "end" on Form2 code

  • @cplover1818

    Wait, oh i get it!

    my vb6 language is set to Korean

    Very bad to make tutorials...

  • @cplover1818

    What do you mean show vb6???

  • Awesome job! This is a great tutorial.

    Thanks,

    NotBob.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more