Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.43 KB | None | 0 0
  1. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  2.             MsgBox("Please Wait A few seconds While The Server is Hacked.", 32 + 0, "Continue?")
  3.             System.Threading.Thread.Sleep(1000)
  4.             MsgBox("Your Victim's Account Has Been Sucessfully Hacked! Password has been changed.", 48 + 0, "Complete")
  5.     End Sub
  6.  
  7.  
  8. Line 3 will make the program "sleep" for 1 second.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement