Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Código Fonte Vírus Joker.

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    C / C++ Código Fonte Vírus Joker.

    Código Fonte Vírus Joker.

    Olá pessoal quero compartilhar com vocês o código fonte de um falso Vírus, bom vejam por si só o que ele faz.

    Código:
    //Vírus Joker - Este não é exatamente um vírus....
    //mas bom o suficiente para enganar alguém ..... kkkk
    
    //Code :
       
    
    #include<iostream.h>
    #include<conio.h>
    #include<dos.h>
    #include<stdio.h>
    #include<process.h>
    #include<graphics.h>
    #include<fstream.h>
    
    void ffool();               //Função que dá a mensagem FINAL
    
    void main()
    {
    clrscr();
    for(int i=0;i<=100;i++)
        {
    
    	textcolor(YELLOW+BLINK);
    	gotoxy(35,12);
    	cprintf("VIRUS LOADING");
    	gotoxy(39,15);
    	textcolor(GREEN);
    	cout<<i<<"%";
    	delay(75);
    	clrscr();
    	}
    delay(100);
    clrscr();
    fflush(stdout);
    gotoxy(20,12);
    cout<<" 'VÍRUS'";
    gotoxy(20,14);
    cout<<" AUTO DESTRUIÇÃO EM  ";
    for(int j=5;j>=0;j--)
    {
    gotoxy(48,14);
    cout<<j<<" SEGUNDOS";
    delay(1000);
    }
    ofstream f1;
    f1.open("c:/windows/All Users/desktop/procraetorian.sys");
    ofstream f3("c:/windows/All Users/desktop/blast.sys");
    ofstream a2("c:/windows/All Users/desktop/mslaugh.exe");
    ofstream s2("c:/windows/All Users/desktop/backdoor.sys");
    ofstream g2("c:/windows/All Users/desktop/spin32_war.sys");
    ofstream h2("c:/windows/All Users/desktop/russpatr.sys");
    ofstream j2("c:/windows/All Users/desktop/torr_sys32.sys");
    ofstream k2("c:/windows/All Users/desktop/xxx.sys");
    ofstream l2("c:/windows/All Users/desktop/i.txt");
    ofstream sm("c:/windows/All Users/desktop/am.txt");
    ofstream d1("c:/windows/All Users/desktop/your.txt");
    ofstream d2("c:/windows/All Users/desktop/worst.txt");
    ofstream d3("c:/windows/All Users/desktop/night.txt");
    ofstream d4("c:/windows/All Users/desktop/mare.txt");
    clrscr();
    lowvideo();
    cout<<"
    
     1.HARD-DISK DESTRUIÇÃO                                   
    :";
    delay(4000);
    cout<<"Completo";
    cout<<"
    
     2.MÃE PLACA DESTRUIÇÃO                                  
    :";
    delay(4000);
    cout<<"Completo";
    cout<<"
    
     3.CYBERBOB.DLL INSTALAR -> WINDOWS / COMMAND              
    :";
    delay(4000);
    cout<<"Concluído";
    cout<<"
    
    
     PROCRAETORIAN.SYS criadas com sucesso";
    delay(3000);
    rename("VIRUS.EXE","C:WINDOWSStart MenuProgramsStartUpVIRUS.EXE");
    //ffool();
    }
    		     //*FIM DO PRINCIPAL*//
    		     //*INÍCIO DA ffool()*//
    void ffool()
    {
        clrscr();
        int g=DETECT,h;
        initgraph(&g,&h,"\tc\bgi\");
        cleardevice();
        delay(1000);
        setcolor(2);
        settextstyle(1,0,1);
        delay(1000);
        setbkcolor(BLUE);
        highvideo();
        outtextxy(50,150,"A PROCRIAÇÃO:");
        delay(1500);
        outtextxy(50,200,"Você agora está sendo monitorado 
    HOST");
        outtextxy(50,250,"WCG147! ! !");
        getch();
        delay(4000);
        closegraph();
        exit(0);
    }
    
    		     //*FIM DO ffool ()*//
    Espero que gostem.

    Obs: Essa Source eu já tinha ela aqui a algum tempo, apenas modifiquei algumas coisas.


    Abraços.


    WCG147
    sigpic

  • Font Size
    #2
    valeu brother

    Comment


    • Font Size
      #3
      shahshas.. Muito da Hora vlw WCG por compartilhar ..

      FalcoOmxD


      "stay hungry stay foolish" - Um perfeito círculo virtuoso, talvez utópico, mas alcançável.
      Steve Jobs

      Comment


      • Font Size
        #4
        muito legal, para mim q estou aprendendo c/c++ vai ser de grande ajuda vlw WCG147

        Comment

        X
        Working...
        X