fb:porticula NoPaste
TA "Antivirus" beta2 quellcode (NOCH NICHT FERTG!!!!!)
Uploader: | King01 |
Datum/Zeit: | 18.06.2007 20:24:07 |
'Antivirus beta 1
const nGebiete% = 32 '32 Gebiete
dim Gebiet$(1 to nGebiete%), Nord%(1 to nGebiete%), Sued%(1 to nGebiete%)
dim West%(1 to nGebiete%), Ost%(1 to nGebiete%)
dim Suedost%(1 to nGebiete%), Suedwest%(1 to nGebiete%)
dim GebietStat$(1 to nGebiete%)
for i% = 1 to nGebiete%
read Gebiet$(i%), Nord%(i%), Sued%(i%), West%(i%), Ost%(i%), Suedost%(i%), Suedwest%(i%), GebietStat$(i%)
next i
'Zustandstabelle
' Gebiet N S W O SO SW Status
data "RAM-Speicher", 0, 0, 0, 0, 2, 3, ""
data "Festplatte C:", 1, 7, 3, -2, 6, 8, ""
data "Festplatte D:", 1, 9, 4, 2, 0, 0, ""
data "E: (CD-Laufwerk)", 0, 10, 5, 3, 0, 0, ""
data "F: (USB-Stick)", -1, 11, 0, 4, 0, 0, ""
data "C:\WINDOWS", 2, 0, 0, 0, 12, 13, ""
data "C:\Users", 2, 14, 0, 0, 0, 0, ""
data "C:\Games", 2, 0, 0, 0, 15, 16, ""
data "D:\Programme", 3, 0, 0, 0, 17, 18, ""
data "E:\Backup", 4, 19, 0, 0, 0, 0, ""
data "F:\mp3s", 5, 0, 0, 0, 0, 0, ""
data "C:\WINDOWS\system32", 6, 0, 0, 0, 0, 0, ""
data "C:\WINDOWS\Drivers", 6, 0, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r", 7, 0, 0, 0, 20, 21, ""
data "C:\Games\Steam", 8, 0, 0, 0, 0, 0, ""
data "C:\Games\Hotel-Manager", 8, 0, 0, 0, 0, 0, ""
data "C:\Programme\FreeBASIC", 9, 0, 0, 0, 0, 0, "Suche das Programm taskkill.exe" 'startposition
data "C:\Programme\OpenOffice.org", 9, 0, 0, 0, 0, 0, ""
data "E:\Backup\Fotos", 10, 0, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r\Eigene Dateien", 14, 0, 0, 0, 25, 26, ""
data "C:\Users\1337-h4XX0r\Desktop", 14, 0, 0, 0, 27, -3, ""
data "C:\Games\Steam\Steam-Apps", 15, 0, -4, 0, 23, 24, ""
data "C:\Games\Steam\Steam-Apps\Counter-Strike", 22, 0, 24, 0, 0, 0, ""
data "C:\Games\Steam\STeam-Apps\Half-Life", 22, 0, 0, 23, 0, 0, ""
data "C:\Users\1337-h4XX0r\Eigene Dateien\files", 20, 28, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r\Eigene Dateien\docs", 20, 0, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r\Desktop\fotos", 21, 0, 0, 0, 31, 32, ""
' N S W O SO SW Stat
data "C:\Users\1337-h4XX0r\Eigene-Dateien\files\downloads", 25, 29, 0, 0, 0, 0, ""
data "C:\USers\1337-h4XX0r\Eigene Dateien\files\downloads\old",28, 0, 0, 0, 0, 0, "Du bist am Ziel!" 'ziel
data "C:\Users\1337-h4XX0r\Eigene Dateien\files\mp3s", 25, 0, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r\Desktop\fotos\urlaub", 27, 0, 0, 0, 0, 0, ""
data "C:\Users\1337-h4XX0r\Desktop\fotos\ausflug", 27, 0, 0, 0, 0, 0, ""
'Gegenstände
const nGegenstaende% = 5
dim Gegenstand%(1 to nGegenstaende%), Ort% (1 to nGegenstaende)
for i% = 1 to nGegenstaende%
read Gegenstand$(i%), Ort%(i%)
next i%
data "taskkill.exe", 12
data "fbc.exe", 17
data "Fotos", 19
data "mp3s", 30
data "Rechnung", 27
'Spielstart
AktPos% = 17
InSpiel% = -1
NeuPos% = AktPos%
print "Willkommen bei Antivirus!"
print
print "Story: Jimmy programmiert gerne in FreeBASIC. Er ist 16 Jahre alt."
print "Er surft sehr gerne im Internet, chattet und ladet sich viele Programme und"
print "Spiele aus dem Internet runter."
print "Zur zeit merkt er immer wieder, dass bei seinem Computer etwas nicht stimmt."
print "Er fuerchtet, dass ein Virus in sein System eingedrungen ist."
print "Darauf schreibt er einen Antivirus-Programm in FreeBASIC und laesst das"
print "Programm den Computer absuchen."
print
print "Du bist nun der Antivirus!"
sleep
cls
while InSpiel%
print
print "Du befindest dich in "; Gebiet$(AktPos%)
print "Mögliche Gehrichtungen: ";
if Nord%(AktPos%) <> 0 then
print " höher"
end if
if Sued%(AktPos%) <> 0 then
print " tiefer"
end if
if West%(AktPos%) <> 0 then
print " naechstes Laufwerk"
end if
if Ost%(AktPos%) <> 0 then
print " voheriges Laufwerk"
end if
if Suedwest%(AktPos%) <> 0 then
print " 2. verzeichnis tiefer"
end if
if suedost%(AktPos) <> 0 then
print " 3. verzeichnis tifer"
end if
print
print GebietStat$(AktPos%)
print
print "Gegensände in diesem Bereich: ";
h% = 0
for i% = 1 to nGegenstaende%
if Ort%(i%) = AktPos% then
print " "; Gegenstand$(i%)
h% = h% + 1
end if
next i%
if h% = 0 then
print " keine"
else
print
end if
line input "Was willst du tun?"
h% = instr(bef$, " ")
if h% >0 then
verb$ = left$(bef$, h% - 1)
objekt$ = mid$(bef$, h% + 1)
else
verb$ = bef$
objekt$ = ""
end if
select case lcase$(verb$)
case "n"
NeuPos% = Nord%(AktPos%)
case "s"
NeuPos% = Sued%(AktPos%)
case "w"
NeuPos% = West%(AktPos%)
case "o"
NeuPos% = Ost%(AktPos%)
case "sw"
NeuPos% = Suedwest%(AktPos%)
case "so"
NeuPos% = Suedost%(AktPos%)
case "gehe"
select case lcase$(objekt$)
case "nord"
NeuPos% = Nord%(AktPos%)
case "sued"
NeuPos% = Sued%(AktPos%)
case "west"
NeuPos% = West%(AktPos%)
case "ost"
NeuPos% = Ost%(AktPos%)
case "suedwest"
NeuPos% = Suedwest%(AktPos%)
case "suedost"
NeuPos% = Suedost%(AktPos%)
case else
print "In welche richtung???"
end select
case "speichereals"
open objekt$ for output as 1
print #1, "Antivirus"
print #1, AktPos%
for i% = 1 to nGegenstaende%
print #1, Ort%(i%)
next i%
print "Spielstand gespeichert"
case "lade"
open objekt$ for input as 1
input #1, Kennung$
if Kennung$ <> "Antivirus" then
print "Keine gültige Spielstanddatei!!!"
else
input #1, AktPos%
for i% to nGegenstaende%
input #1, Ort%(i%)
next i%
end if
close 1
case "nimm"
'........
wend
'schluss
if AktPos% = 29 then
print "Du hast gewonnen!"
else
if AktPos% = -1 then
print "Leider bist du außerhalb des Systems geraten und wurdest somit gelöscht!"
elseif AktPos% = -2 then
print "Leider bist du in den Papierkorb gefallen!"
elseif AktPos% = -3 then
print "Ups, du bist in den Papierkorb geraten!"
elseif AktPos% = -4 then
print "Dich hat leider das uninstall-Programm von Steam erwischt!"
else
print "Programmierfehler! Bitte lesen sie die readme.txt!"
end if
print "Du bist tot!"
end if