PLEASE NOTE: all of these and more can be downloaded from our downloads page!

Paragraph Number

1
2
3

Code For:

Free Laptop
Website Attacker
Windows Shield

Free Laptop

Open notpad: Start> All Programs> Accessories> Notepad.
Then type or copy&paste the following:

<center>Enter one word describing you <br>and you could win a free laptop!<br><input type="text"></input>
<p>
<html>
<head>
<script type="text/javascript">
function display_alert()
{
alert("ERROR")
alert("Windows has detected malicious software!")
alert("Please scan your system with Windows Shield")
}
</script>
</head>
<body><input type="button" onclick="display_alert()"
value="Submit" /></body>
</html></center>

Then save it as: Put Desired Name Here.html

Title.

Open notpad: Start> All Programs> Accessories> Notepad.
Then type or copy&paste the following:
@echo off
COLOR A
TITLE .::Website Attacker ::.

:A
cls
set /p website=website to crash:
cls
echo Attacking website.
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Attacking website..
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Attacking website...
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Attacking website....
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Deleting Security Settings.
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Deleting Security Settings..
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Deleting Security Settings...
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Deleting Security Settings....
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Website attacked.
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Website attacked..
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Website attacked...
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo Website attacked....
PING 1.1.1.1 -n 1 -w 1000 >NUL
cls
echo %website% Servers Have been Destroyed
PING 1.1.1.1 -n 1 -w 5000 >NUL
goto A

Then save it as: Put Desired Name Here.bat

Windows Shield

Open notpad: Start> All Programs> Accessories> Notepad.
Then type or copy&paste the following:
@echo off
title: Windows Protection Shield Vista
color 17
cd /
echo __________________________________________________________________________________________
echo.
echo                                Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Protection against malicious and unwanted software
echo.
echo ---------------------------------------------------
echo + Status: No unwanted or harmful software detected
echo ---------------------------------------------------
echo.
echo Your computer is running normally.
echo.
echo.
echo.
echo Windows Protection Shield Menu
echo ____________________________
echo.
echo Protection Settings: Adjust how much Windows Protection Shield will block + monitor items.
echo                      Type P to navigate to Protection Settings.
echo.
echo Scan: Scan for spyware and other potentionally unwanted software.
echo       Type S to navigate to Scan.
echo.
echo Check for Updates: Keeping Windows Protection Shield up to date will
echo                    help protect against the latest viruses and unwanted software.
echo                    Type C to navigate to updates.
echo.
echo System control: Shutdown, logoff, restart, command prompt
echo                 Type B to navigate to system control
echo.
echo Exit: Close Windows Protection Shield
echo       Type n to exit
choice /c pscbn /n
IF ERRORLEVEL 5 GOTO N
IF ERRORLEVEL 4 GOTO B
IF ERRORLEVEL 3 GOTO C
If ERRORLEVEL 2 GOTO S
IF ERRORLEVEL 1 GOTO P
:p
color 17
CLS
ECHO _________________________________________________________________________________________
echo.
echo                               Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo.
echo Select which Protection settings you would like to modify:
echo.
echo Security Settings: Type J to select
echo.
echo Blocking Settings: Type G to select
echo.
echo.
echo ___________________________________
echo Type A to go Home
echo ___________________________________
choice /c jga /n
IF ERRORLEVEL 3 GOTO A
IF ERRORLEVEL 2 GOTO G
IF ERRORLEVEL 1 GOTO J
:J
color 17
cls
echo _________________________________________________________________________________________
echo.
echo                               Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo.
echo * Security Settings:
echo.
echo   High: For any items that might have any harmful content.
echo         Maximum sefeguards.
echo         Less secure features are disabled. (Type H for this setting)
echo.
echo   Medium: For most items.
echo           Prompts before downloading potentially unsafe
echo           content.
echo           Unsigned ActiveX controls will not be downloaded. (Type M for this setting)
echo.
echo   Low: Prompts before downloading potentially unsafe
echo        content.
echo        Unsigned ActiveX controls will not be downloaded. (Type L for this setting)
echo _________________________________________________________________________________________
ECHO Type A to go Home
ECHO _________________________________________________________________________________________
CHOICE /C hmla /n
IF ERRORLEVEL 4 GOTO A
IF ERRORLEVEL 3 GOTO L
IF ERRORLEVEL 2 GOTO M
IF ERRORLEVEL 1 GOTO H
:G
color 17
cls
echo _________________________________________________________________________________________
echo.
echo                               Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo.
echo * Blocking Settings:
echo.
echo   Block All: Blocks all outside sources.
echo              Content from an outside source that are already on this
echo              computer cannot be read. (Type 1 for this option)
echo.
echo   High: Blocks all outside sources that do not have a compact privacy policy.
echo         Blocks all outside sources that save information that can be used to
echo         contact you without your explicit consent. (Type 2 for this option)
echo.
echo   Medium High: Blocks third-party sources that do not have a compact privacy
echo                policy.
echo                Blocks third-party sources that save information that can be
echo                used to contact you without your explicit consent.
echo                Blocks first-party sources that save information that can be
echo                used to contact you without your implicit consent. (Type 3 for this option)
echo.
echo   Medium: Blocks third-party sources that do not have a compact privacy
echo           policy.
echo           Blocks third-party sources that save information that can be
echo           used to contact you without your explicit consent.
echo           Restricts first-party sources that save information that can be used
echo           to contact you without your implicit consent. (Type 4 for this option)
echo.
echo   Low:Blocks third-party sources that do not have a compact privacy
echo       policy.
echo       Restricts first-party sources that save information that can be used
echo       to contact you without your implicit consent. (Type 5 for this option)
echo.
echo   Off: Saves all content from any outside source
echo        All outside sources already on this computer can be read by the websites
echo        that created them. (Type 6 for this option)
echo ___________________________________________________________________________________________
echo Type A to go Home
echo ___________________________________________________________________________________________
choice /c 123456a /n
IF ERRORLEVEL 7 GOTO A
IF ERRORLEVEL 6 GOTO 6
IF ERRORLEVEL 5 GOTO 5
IF ERRORLEVEL 4 GOTO 4
IF ERRORLEVEL 3 GOTO 3
IF ERRORLEVEL 2 GOTO 2
IF ERRORLEVEL 1 GOTO 1
:1
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Windows Protection Shield will block all outside sources.
echo.
echo.
echo.
echo __________________________
echo Press any key to go Home
echo __________________________
PAUSE >NUL
GOTO A
:2
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Block settings have been set to High
echo.
echo.
echo.
echo __________________________
echo Press any key to go Home
echo __________________________
pause >nul
GOTO A
:3
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Block settings have been set to Medium High
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:4
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Block settings have been set to Medium
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:5
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Prtoection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Block settings have been set to Low
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:6
color 47
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Block settings have been turned off
echo                                 ___
echo.
echo.
echo.
echo Windows Protection Shield recommends that Block Protection is turned On!
echo ______________________________________________________________________
echo Press any key to go Home
echo ______________________________________________________________________
pause >nul
GOTO A
:H
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Security settings have been set to High
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:M
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Security settings have been set to Medium
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:L
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Your preferences have been saved
echo.
echo Security settings have been set to Low
echo.
echo.
echo.
echo _________________________
echo Press any key to go Home
echo _________________________
pause >nul
GOTO A
:S
color 17
cls
echo __________________________________________________________________________________________
echo.
echo                                 Windows Protection Shield
echo __________________________________________________________________________________________
echo Upgraded Vista
echo.
echo.
echo Select a scanning option:
echo _________________________
echo.
echo Quick Scan: Quickly examines key areas of your PC for
echo             viruses, spyware, security vulerabilities, and
echo             free disk space.
echo.
echo Full System Scan: Thoroughly examines your entire PC for
echo                   viruses, spyware, security vulerabilities,
echo                   backups, disk optomization, and free disk
echo                   space.
echo.
echo.
echo Press Q for quick scan or F for full system scan.
echo _________________________________________________
echo Press A to go Home
choice /c fqa /n
IF ERRORLEVEL 3 GOTO A
IF ERRORLEVEL 2 GOTO Q
IF ERRORLEVEL 1 GOTO F
:Q
color 17
echo.
echo Running Quick Scan . . .
ping localhost -n 5 >nul
dir /b
echo.
echo.
echo.
echo.
echo.
echo.
echo No Spyware or other unwanted software detected.
echo.
echo Press any key to continue
pause >nul
GOTO A
:F
color 17
echo.
echo Running Full System Scan . . .
ping localhost -n 5 >nul
dir /s
echo.
echo.
echo.
echo.
echo.
echo.
echo No Spyware or other unwanted software detected.
echo.
echo Press any key to continue
pause >nul
GOTO A
:C
color 17
CLS
echo _________________________________________________________________________________________
echo.
echo                                Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Update Center:
echo.
echo New update available
echo ____________________
echo.
echo Enhances scanning and Firewall
echo Guards against new Spyware forms.
echo Type D to update
echo.
echo ____________________
echo Type A to go Home
echo ____________________
choice /c ad /N
IF ERRORLEVEL 2 GOTO D
IF ERRORLEVEL 1 GOTO A
:D
color 17
CLS
echo _________________________________________________________________________________________
echo.
echo                                Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Update Center:
echo.
echo New update available
echo ____________________
echo.
echo Enhances Scanning and Firewall
echo Guards against new Spyware forms.
echo Type D to update
echo.
echo Updating . . .
ping localhost -n 5 >nul
cls
echo _________________________________________________________________________________________
echo.
echo                                Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Update Successful!
echo.
echo.
echo ________________________
echo Press any key to go Home
echo ________________________
pause >nul
GOTO A
:B
color 17
cls
echo _________________________________________________________________________________________
echo.
echo                                Windows Protection Shield
echo _________________________________________________________________________________________
echo.
echo System control:
echo ==============
echo Shutdown
echo Restart
echo logoff
echo Command Prompt
echo ==============
echo Type z for shutdown
echo Type R for restart
echo Type O for logoff
echo Type k for Command Prompt
echo.
echo.
echo _________________________
echo Type A to go home
echo _________________________
choice /c zrka /n
IF ERRORLEVEL 4 GOTO A
IF ERRORLEVEL 3 GOTO K
IF ERRORLEVEL 2 GOTO R
IF ERRORLEVEL 1 GOTO Z
:K
start cmd
exit
:R
@echo off
cd /
cls
shutdown -r -t 15 -c "Restarting"
exit
:Z
@echo off
cd /
cls
shutdown -s -t 15 -c "Shutting down"
exit
:N
exit 
:A
color 17
cls
echo _________________________________________________________________________________________
echo.
echo                               Windows Protection Shield
echo _________________________________________________________________________________________
echo Upgraded Vista
echo.
echo Protection against malicious or unwanted software
echo.
echo ---------------------------------------------------
echo + Status: No unwanted or harmful software detected
echo ---------------------------------------------------
echo.
echo Your computer is running normally.
echo.
echo.
echo.
echo Windows Security Shield Menu
echo ____________________________
echo.
echo Protection Settings: Adjust how much Windows Protection Shield will block + monitor items.
echo                      Type P to navigate to Protection Settings.
echo.
echo Scan: Scan for spyware and other potentionally unwanted software.
echo       Type S to navigate to Scan.
ECHO.
ECHO Check for Updates: Keeping Windows Protection Shield up to date will
echo                    help protect against the latest viruses and unwanted software.
echo                    Type C to navigate to updates
echo.
echo System Control: shutdown, logoff, restart, command prompt
echo                 Type B to navigate to System Control
echo.
echo Exit: Close Windows Protection Shield
echo       Type N to Exit
choice /c pscbn /n
IF ERRORLEVEL 5 GOTO N
IF ERRORLEVEL 4 GOTO B
IF ERRORLEVEL 3 GOTO C
If ERRORLEVEL 2 GOTO S
IF ERRORLEVEL 1 GOTO P 

Then save it as: Put Desired Name Here.bat