Page 1 of 1

Mi program for KILL MSN

Posted: Sat Jul 16, 2005 5:32 pm
by sabater
My programa display a error message when run the messenger and kill him. Download here: http://geocities.yahoo.com.br/valterjsa ... ll_Msn.zip

It, run in background mode.

Posted: Sat Jul 16, 2005 5:54 pm
by LuCiFeR[SD]
(1) you posted in the wrong forum
(2) If you think ANYONE here is stupid enough to run a program named the same as a system task... you are mistaken
(3) going from some of the questions you have asked on here you are writing/have written something pretty nasty.
(4)I have passed on your executable to several Antivirus companies for evaluation.

Have a nice day! Moron.

Posted: Sat Jul 16, 2005 6:31 pm
by sabater
My program is not a virus, and nor it contains virus.
He only kills MSN Messenger, when executed, and while runing, doesn't allow MSN Messenger execution, exhibiting an error message. To solve that it is only to kill (CTRL+ALT+DEL)) my program that everything turn to the normal.

It is not a virus because:
1) It doesn't disperse alone
2) it doesn't execute automatically
3) it doesn't cause any damage to the system
4) any smart person will know how to kill him.

I did him for personal use, in my computer.

Posted: Sat Jul 16, 2005 6:36 pm
by sabater
This is the source Code:


;Kill_MSN
;versão 1.0
;E-mail: sabater_wb@yahoo.com.br
;Este programa Não permite a execução do msn messenger.
Repeat
If lbdt_ProcessIt_FindProcess("msnmsgr")
lbdt_ProcessIt_KillProcess("msnmsgr")
MessageRequester("MSN Messenger Error!","FATAL ERROR!!!",#PB_MessageRequester_Ok)
Else
Delay(5000)
EndIf
ForEver


For compile is need the LBDT ProcessIt Library. You can download here:http://www.liquidbuzz.com/dev/LBDT%20Pr ... 20Beta.exe