Saturday, March 28, 2020

Notepad Script

Step 1: Fake Virus Message .vbs


What does this do:

This Script just keeps popping up an annoying message saying virus alert/ virus found
Can be used as a prank. To disguise it, you will need to create a shortcut and then change the icon as the original file's icon cannot be changed.
To stop it, you will have to go to Task Manager>Processes and exit wscript.exe process
Copy to this code in your notepad and save is .vbs file::
-----------------------
   code :::::
         
                     Do
                      msgbox("VIRUS ALERT ")
                      msgbox("VIRUS FOUND ")
                      Loop

-----------------------



Step 2: Pure Evil Virus .vbs



What does this do: 

This Script scares the hell out of you (or your vitim) by saying that Drive C has to be formated
Can be used as a prank. To disguise it, you will need to create a shortcut and then change the icon as the original file's icon cannot be changed.
Copy to this code in your notepad and save is .vbs file::
-----------------------

code:::::
Msgbox "Your computer has been infected by a virus",16,"Warning !"
dim x,yes,no
x=Msgbox("Virus has infected hard drive (C:). Deletion of the virus will require complete formatting of hard drive (C:). Would you like to format hard drive (C:) ?",52,"Warning !")
if x=6 then
dim box
box=Msgbox("Hard drive (C:) formatting complete. In order to function correctly your computer must restart, would you like to restart now ?",36,"Formatting has been completed")
if box=6 then
Msgbox "Fatal error, code 08x48631643.B-7",16,"ERROR"
Msgbox "Just kidding, this was all a joke, but i did scare you didn't I ? Héhé...",64,"Made by Shayan"
end if
if box=7 then
Msgbox "Fatal error, code 08x48631643.B-7",16,"ERROR"
Msgbox "Just kidding, this was all a joke, but i did scare you didn't I ? Héhé...",64,"Made by Shayan"
end if
end if
if x=7 then
Msgbox "Fatal error, code 08x48631643.B-7",16,"ERROR"
Msgbox "Just kidding, this was all a joke, but i did scare you didn't I ? Héhé...",64,"Made by Shayan"
end if
-----------------------

Step 12: More Pure Evilness .vbs


What does this do:
 This Script really is pure evil. It keeps typing HA HA HA everywhere.
Don't use it yourself.
To prank your victim, you will need to disguise it. To disguise it, you will need to create a shortcut and then change the icon as the original file's icon cannot be changed. Set the icon to something the victim would normally click on, like browser.
To stop it, you will have to go to Task Manager>Processes and exit wscript.exe process
Some Anti-Virus will delete it
-----------------------
Code:::
Set wshShell = wscript.CreateObject("WScript.Shell") 
do 
wscript.sleep 100 
wshshell.sendkeys "HA " 
loop
-----------------------

No comments:

Post a Comment

SMS and CALL blast

its only education purpose. linux os in terminal :: sudo apt install git git clone https://github.com/TheSpeedX/TBomb.git cd TB...