Guest User

Untitled

a guest
Aug 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. THIS IS THE CODE FOR THE TIMER1 ( YOU NEED TO HAVE A %) JUST LIKE IN MY VIDEOS
  3. Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
  4. ProgressBar1.Increment(1)
  5. If ProgressBar1.Value = 100 Then
  6. Label1.Text = "Hacking Complete!"
  7.  
  8. End If
  9. Label2.Text = ProgressBar1.Value & (" %")
  10.  
  11. THIS IS THE CODE FOR THE START:
  12. Timer1.Start()
Add Comment
Please, Sign In to add comment