Jump to content
Silviu

La mulți ani RST, la mulți ani 2014!

Recommended Posts

<script>alert("La multi ani");</script>

Public Class Anu_Nou_2013

If DateTime.ToString.Contains("2014") Then

MsgBox("La multi ani 2014")

System.Threading.Thread.Sleep(5000)

MsgBox("Au trecut 5 secunde.In 5 sec PC-ul tau se va transforma in petarda!!!")

System.Threading.Thread.Sleep(5000)

Petarda()

Sub Petarda()

Dim i As Integer = 0

While i < 1000000

MsgBox("Petardaaaaaaa<3")

i += 100000

End While

End Sub

End Class

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...