TGC Codebase Backup



Edgerwere © 2006, Property of Qualed Anti by Qualed Entertainment

20th Jan 2006 8:52
Summary

Another Qualed program, this time making you think you are getting a virus, also, you cant exit the program once started.



Description

Another Qualed program, this time making you think you are getting a virus, also, you cant exit the program once started. Load pop.wav and gong.wav to your project file to run this right.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    ink rgb(255,255,255),1
cls
set cursor 0,0
hide mouse
disable escapekey
load sound "pop.wav",1
load sound "gong.wav",2
play sound 1
print "Edgerwere © 2006, Property of Qualed Anti-Virus. Established 1990"
wait 6000
print "Edgerwere running.  Awaiting command."
wait key
play sound 2
print "Command accepted."
wait 6000
print "Press 1 to download file ''Counter_act_Virus.app''."
print "File scaned by Edgerwere.  Not infected with any spyware or viruses."
wait key
print "Downloading.  Please wait."
wait 20000
print "File downloaded.  Proceding to install."
wait 6000
print "Installation paused.  WARNING: impoartant files being deleted."
wait 6000
print "Connecting to internet to download ''Anti-Virus Version 6.2''© 2005"
wait 6000
print "Error #504: Cannot connect to internet."
wait 6000
print "Computer erased.  Have a nice day."
wait 10000
print "This prank was sent to you by:"
wait 2000
cls
set text size 45
center text 300,200, "(your name here)"
wait 2000
cls
print "Kudos go out to $h4d0w 7r0pp3r for creating this"
wait 4000
print "Press Esc. to exit."
enable escapekey
wait key