
11/04/2006, 14:47
|
| | Fecha de Ingreso: abril-2006
Mensajes: 51
Antigüedad: 19 años Puntos: 0 | |
Cita: Timer1.Enabled = True
Timer1.Interval = 0
label88.Caption = 0
Private Sub Timer1_timer()
label88.Caption = label88.Caption + 1
If label88.Caption = 1 Then
CERRAR VENTANAS
End If
If label88.Caption = 3 Then
Shell (Text1.Text & " -game cstrike - nomaster - console")
End If
If label88.Caption = 5 Then
Killapp "hl.exe"
End If
If label88.Caption = 7 Then
label88.Caption = 0
Timer1.Enabled = False
End If
End Sub
|