Puntoinfinito

XPLOIT ADF.LY

Aug 31st, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 1.57 KB | None | 0 0
  1. Public Class Form1
  2.  
  3.     Private Sub TextBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles txt.Click
  4.         txt.SelectAll()
  5.     End Sub
  6.  
  7.     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  8.         navegador.Navigate(txt.Text)
  9.         Button1.Hide()
  10.         Button2.Show()
  11.         total.Text = 1
  12.         Dim i As Integer = 0
  13.         For i = 1 To 1000000
  14.             If total.Text = 1 Then navegador.Navigate(txt.Text)
  15.             contador.Text += 1
  16.             Application.DoEvents()
  17.             Call Pausa(1000)
  18.         Next
  19.     End Sub
  20.  
  21.     Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
  22.         Shell("CMD /C start www.infiniter.vacau.com")
  23.     End Sub
  24.  
  25.     Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  26.         Button2.Hide()
  27.         total.Text = 0
  28.         Button1.Show()
  29.     End Sub
  30.  
  31.     Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  32.         Button2.Hide()
  33.     End Sub
  34.  
  35.     Private Sub txt_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txt.TextChanged
  36.  
  37.     End Sub
  38.     Private Sub Pausa(ByVal pSegundos As Integer)
  39.         Dim vInicio As Integer = Environment.TickCount()
  40.         While ((Environment.TickCount() - vInicio) <= pSegundos)
  41.             Application.DoEvents()
  42.         End While
  43.     End Sub
  44. End Class
Add Comment
Please, Sign In to add comment