OPERATION: ENEMY HACK by Area 5113th Feb 2006 9:29
|
---|
Summary This code (Fakely) hacks of enemy files. Description MILITARY FILE HACK: The enemy CPU has tight security. Good luck hacking it. (fake) Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com disable escapekey wait 2000 print "Press Enter To Hack Enemy Files" wait key cls REM loading screen print "Entering Enemy Files: Please Wait. " wait 0500 cls print "Entering Enemy Files: Please Wait. - " wait 0500 cls print "Entering Enemy Files: Please Wait. - - " wait 0500 cls print "Entering Enemy Files: Please Wait. - - - " wait 0500 cls print "Entering Enemy Files: Please Wait. - - - - " wait 0500 cls print "Entering Enemy Files: Please Wait. - - - - - " wait 5000 cls print "CPU Hack Ready. Please Press ENTER" wait key print "Now In Enemy Files" wait 2000 print "Searching for data: " wait 0500 cls REM loading bar print "Searching for data: [] " wait 1000 cls print "Searching for data: [] [] " wait 1000 cls print "Searching for data: [] [] [] " wait 0300 cls REM this is where the "meltdown" begins print "ERROR: " wait 0500 cls print "ERROR: Fire Wall Detected." wait 5000 print "Crashing Fire Wall..." wait 10000 print "Please Type Password, Then Press ENTER." input pass$ cls print "Password Incorrect" wait 3000 cls print "Please Place Right Index Finger On Upper Right Corner Of CPU Screen and wait." wait 8000 print "Finger Print Scan Unidentified." wait 2000 print "CPU Meltdown Activated..." wait 3000 cls print "5% - " wait 1000 cls print "10% - - " wait 1000 cls print "15% - - - " wait 1000 cls print "20% - - - - " wait 1000 cls print "25% - - - - - " wait 1000 cls print "30% - - - - - - " wait 1000 cls print "35% - - - - - - - " wait 1000 cls print "40% - - - - - - - - " wait 1000 cls print "45% - - - - - - - - - " wait 1000 cls print "50% - - - - - - - - - - " wait 1000 cls print "55% - - - - - - - - - - - " wait 1000 cls print "60% - - - - - - - - - - - - " wait 1000 cls print "65% - - - - - - - - - - - - - " wait 1000 cls print "70% - - - - - - - - - - - - - - " wait 1000 cls print "75% - - - - - - - - - - - - - - - " wait 1000 cls print "80% - - - - - - - - - - - - - - - - " wait 1000 cls print "85% - - - - - - - - - - - - - - - - - " wait 1000 cls print "90% - - - - - - - - - - - - - - - - - - " wait 1000 cls print "95% - - - - - - - - - - - - - - - - - - - " wait 1500 cls print "100% - - - - - - - - - - - - - - - - - - - - " wait 2000 cls print "CPU Meltdown Canceled. Please Press Enter." wait key end |