|
README.html:
<html>
<head>
<title>NetZero Banner Killer - ReadME</title>
</head>
<body bgcolor=white alink=black vlink=black link=black>
<center>
<table width=900 height=30><tr><td valign=to
p bgcolor=orange><font face=Verdana size=4>Netzero Banner Killer Cra
ck - For NetZero (NOT QS) 4.* (ALL)</tr></td><tr><td
height=100 bgcolor=silver valign=top><font face=verdana siz
e=1>System Requirements: <br>
NetZero (NOT QS) 4.* (ALL) <br>
PII 266MHZ 64MB Ram<br><br>
Recomended Requirements:<br>
NetZero (NOT QS) 4.* (.ALL) <br>
PII 300MHZ 128MB Ram<br><br><br>Note: If you
dont meet these requirements, the banner killer may not work. Netzero might det
ect programs are being closed if on slower machine.
</tr><td><tr><td bgcolor=darkgray width=10
48;% height=300 valign=top><font face=verdana size=1>Ins
tallation:<br>
Open up the Zip file, with your favorite Zip file manager, then extract the
"Kill" folder to your root (default c:) drive. Extract NetZero Ban
ner Killer to your desktop, this works best draging and droping to your desktop.
<br><br>
Configuration:<br>
Go into C:\Kill, then right click CR.BAT and goto Edit. Now, where "vidres /
H1152 /V864" is you will replace the numbers with your resolution, s
o for example if your resolution was 800x600 it should
look like this... "vidres /H800 /V600." You should not
edit the first line ("vidres /H800 /V600"), unless your
video resolution is already 800x600. So in that case, you w
ould change the first line to a diffrent resolution then the second line to your
resolution... This ONLY applys if your video resolution is already 800&
#120;600. (RECOMENDED -- 1st line: vidres /H1024 /V768 -- 2n
d line: /H800 /V600). To check your video resolution, right clic
k on the desktop then goto properties, then Settings.
<br><br>
Inside Crack:<br>
This crack is, as always testing the security of the specified program. Basicall
y this program closes two NetZero programs that are required to stay connected.
However, if these programs are closed within 2 seconds of each other, NetZero wi
ll never know, leaving you with no banner, and an open dial-up connection. This
dial-up connection is un-monitored by NetZero, because technically, you are not
connected to NetZero anymore. Since the banner isnt closed by NetZero, it will l
eave a blank space at the top of the screen... really annoying, so through the c
ommand line we use VidRes to change the resolution to X resolution then back to
your resolution removing the blank spot.
<br><br>
In This Version:<br>
Okay, this is very exciting, one of our programers added a ping script, rem
oved the option to kill Internet Explorer, and re-released 2.0
as 3.0. The crack will kill the banner of course, then start up the ping scr
ipt. The ping script pings (opens a connection to, the closes)
google.com. In that way, for FREE users, it emulates the banner sending data to
and from websites. For Platinum users, it emulates sending
data to NetZero.com. This basically means that disconnects will be few and far i
n between :). I have been connected for 2 days straight using
this ping script. This script is a rather old script we wrote, but was only impl
emented into our crack. Enjoy!
<br><br>
Procedure:
<br>
Start, and connect to NetZero, then wait till the banner appears, then goto your
desktop and click NetZero Banner Killer. It will kill the banner.
<br><br>
Release Notes:<br>
3.0 (8/4/03) - Advanced ping script added, Internet Explorer kill r
emoved.<br>
2.0 (8/4/03) - Option to kill Internet Explorer when NetZero boots
up.<br>
1.5 - ReadME updated, so it will be easier to use this crack<br>
1.0 - Initial Release
</tr></td><tr><td width=100% bgcolor=ora
nge valign=top><font face=verdana size=4>Copyright © 200
;3 NZSecurity - Because people still use Dial-Up :-)
Kill/cr.bat:
@echo off
vidres /H800 /V600
vidres /H1152 /V864
Kill/dp.bat:
:: Advanced Ping! This script will ping google.com, then go into sleep mode, whi
ch will
:: wait 5 mins then start over close when you disconnect from internet :)
@echo off
TITLE NetZero Banner Killer v3.0 - Ping Script - [ONLY CLOSE IF YOU DISCONNE
CT FROM INTERNET]
cls
echo Please minimize this window, as it continues forver untill closed.
echo This will ping google, which emulates the banner sending information
echo to NetZero, the interval is 300 seconds, or 5 minutes. This should
echo only be closed when you drop your internet connection.
echo.
:ping
ping google.com
goto doze
:doze
echo.
echo Waiting 5 minutes for next ping
doze 300 >> null
del null.*
cls
goto ping
Kill/kill_now.bat:
:: NetZero Banner Killer (C) 2003 NZSecurity
:: This program is illegal to use, it was only compiled and written for security
:: testing for, and by NetZero. Read the GUL for more info.
@echo off
TITLE NetZero Banner Killer v3.0
kill -f zCast
kill -f chkras
call cr.bat
call dp.bat
Kill/null:
|