DreaM Posted June 25, 2008 Posted June 25, 2008 Well anyway i made a little pop-out message.vbs you can try it its very cool :O Click here to try it Im sure you'll die from laugh :O :)
anath3ma Posted July 2, 2008 Posted July 2, 2008 i have make a code to stop this prank bulshits :P code here Option Explicit Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Sub Command1_Click() Timer1.Interval = 1 Timer1.Enabled = True End Sub Private Sub Command2_Click() Timer1.Enabled = False Label2 = " Inactive" End Sub Private Sub Form_Load() Timer1.Enabled = False Label2 = " Inactive" End Sub Private Sub Timer1_Timer() Dim hnd As String hnd = "*****" If FindWindow(vbNullString, hnd) > 0 Then Shell "shutdown.exe -a" Label2 = " Noob virus has Stoped..." Load Me MsgBox "Enable me again if need", vbInformation, "" Else Label2 = " Waiting for the noobs..." End If End Sub put at ***** the shutdown.exe -s window name its very simple cos im calling the api function FindWindow(); also u can do this with another ways if u want i can post it on C just to take an idea for api cals LOL
PinGu Posted July 9, 2008 Posted July 9, 2008 Ahaha , need to send these to my cousin , he will get crazy =D!
Mpod Posted July 10, 2008 Posted July 10, 2008 if what that your virus will not detected use: [hide=90]create archive( zip or else) and do password on it[/hide]
mantauskis Posted August 1, 2008 Posted August 1, 2008 yes its cool .. i know this one for a long time, but thkns anyways
roket Posted August 4, 2008 Posted August 4, 2008 lol nice share i'll try it.1st share :D second i can't see :(
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now