Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- ProgressBar1.Increment(1)
- If ProgressBar1.Value = ProgressBar1.Maximum Then
- Timer1.Stop()
- Timer1.Enabled = False
- MsgBox("Victim's Password Is : facebook123456789")
- ProgressBar1.Value = ProgressBar1.Minimum
- End If
- End Sub
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
- Timer1.Start()
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment