Mi program for KILL MSN

Share your advanced PureBasic knowledge/code with the community.
sabater
User
User
Posts: 33
Joined: Wed Jul 13, 2005 3:40 am

Mi program for KILL MSN

Post 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.
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Post 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.
sabater
User
User
Posts: 33
Joined: Wed Jul 13, 2005 3:40 am

Post 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.
sabater
User
User
Posts: 33
Joined: Wed Jul 13, 2005 3:40 am

Post 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
Post Reply