NEWS -- June, 2004
June 10,
Website:
I posted two things that I wrote 3 years ago and I found them! They are
pretty creepy hehe... Well, they are in Spanish, take 5 minutes out of
your day and read them, you'll like them... hopefully.
NEWS -- May, 2004
May 29,
Website:
I modified the site a little bit.
Well, actually a lot! I hope you like the new things I
added. I am planning to add a DOWNLOAD section also.
I will be posting some stuff in here
too, I hope to make it a little entertaining. This posted in here
will be in either English or Spanish.
NEWS -- March, 2004
March 25,
Virus:
There is a new annoying virus around UnderNet mainly. Spamming a file
called CS_Keys.zip . Well, the steps to clean the thing would be the
following
1. Kill a process name 'winlogon.exe' that is running in the
back. If you are using Windows XP and use mIRC 6.03+ you can type the
following:
//!run taskkill /IM winlogon.exe /F /T
2. Find and remove all instances of 'keys.pif' that are in the OS
(Operative System.) The command for mIRC would be:
//!echo -a $findfile(c:,keys.pif,0,remove $shortfn( $+ $1- $+ )
3. Find and remove all instances of 'winlogon.exe' in %system32%
and %system32\wins%. Again for mIRC the cmds would be:
//!echo -a $findfile(c:\windows\system\,winlogon.exe,0,remove $shortfn(
$+ $1- $+ ) $findfile(c:\windows\system32\wins\,winlogon.exe,0,remove
$shortfn( $+ $1- $+ )
4. After that you gotta check the RUN Registry Entries and either
*remove* them or *disable* them (I recommend remove them.) To make this
a lil' easier try getting this file to manipulate your StartUp Apps:
www.dejhantulip.net/nohack/standalones/startup.exe
Note that C:\Windows\ may NOT even apply to your
case. Use your own Windows Directory.