Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
MSN POP-UP Fuck - Form1.frm

Form1.frm

Caricato da:
Scarica il programma completo

  1. Dim i As Integer
  2.  
  3. Private Sub Form_Load()
  4. i = 0
  5. End Sub
  6.  
  7. Private Sub Label4_Click()
  8. Timer2.Enabled = True
  9. End Sub
  10.  
  11. Private Sub Timer1_Timer()
  12. i = i + 1
  13. SendKeys "/appearoffline"
  14. SendKeys ("{ENTER}")
  15. SendKeys "/online"
  16. SendKeys ("{ENTER}")
  17. If i = Text2.Text Then
  18. Timer1.Enabled = False
  19. i = 0
  20. End If
  21. End Sub
  22.  
  23. Private Sub Timer2_Timer()
  24. Timer1.Enabled = True
  25. Timer2.Enabled = False
  26. End Sub