Have a good day.vbs
Copy and paste the following into Notepad...
name=inputbox("Whats your name?")
msgbox("Have a good day, ") + name
SAVE IT AS HAVE A GOOD DAY.VBS AND ENJOY!
name=inputbox("Whats your name?")
msgbox("Have a good day, ") + name
SAVE IT AS HAVE A GOOD DAY.VBS AND ENJOY!
Passwword protect A .VBS SCRIPT
Copy and paste the following into Notepad...
pass=inputbox("Password?")
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!")
The password for this is fish
Save it as Password.vbs And enjoy!
pass=inputbox("Password?")
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!")
The password for this is fish
Save it as Password.vbs And enjoy!
make a message box (NOTEPAD MODE)
Copy and paste the following into Notepad...
msgbox("Hello!")
msgbox("Hello, Again!")
To make the " hold shift and 2
Inside the (" ") Type what you want it to say
Save it as Message.vbs and Enjoy!
msgbox("Hello!")
msgbox("Hello, Again!")
To make the " hold shift and 2
Inside the (" ") Type what you want it to say
Save it as Message.vbs and Enjoy!
make a message box loop
Copy and paste the following into Notepad...
DO
msgbox("VIRUS!")
LOOP
Save it as Loop.vbs and Enjoy!
DO
msgbox("VIRUS!")
LOOP
Save it as Loop.vbs and Enjoy!
hacktool vbs - Message box maker
Copy and paste the following into Notepad...
msgbox("HackTool VBS - Message box maker")
msg=inputbox("Enter a message...")
msgbox(" ") + msg
Save it as HackTool VBS Message Maker.vbs
msgbox("HackTool VBS - Message box maker")
msg=inputbox("Enter a message...")
msgbox(" ") + msg
Save it as HackTool VBS Message Maker.vbs
HACKtool vbs - annoying message box maker
Copy and paste the following into Notepad...
msgbox("HackTool VBS - Annoying Message box maker
msg=inputbox("Enter a message...")
DO
msgbox(" ") + msg
Loop
Save it as Annoy msg.vbs
msgbox("HackTool VBS - Annoying Message box maker
msg=inputbox("Enter a message...")
DO
msgbox(" ") + msg
Loop
Save it as Annoy msg.vbs
hacktool vbs - calculator_*
Copy and paste the following into Notepad...
msgbox("HackTool VBS - Calculator - *")
num1=inputbox("Number 1...")
num2=inputbox("Number 2...")
msgbox num1*num2
Save it as Cal.vbs
msgbox("HackTool VBS - Calculator - *")
num1=inputbox("Number 1...")
num2=inputbox("Number 2...")
msgbox num1*num2
Save it as Cal.vbs
hacktool vbs - question maker
msgbox("HackTool VBS - Question Box")
msg=inputbox("Enter a question...")
msgb=inputbox("Enter a message box message... ( message will be before answer) ")
answer=inputbox(" ") + msg
msgbox (" ") + msg + (" ") + answer
Save it as Question.vbs
msg=inputbox("Enter a question...")
msgb=inputbox("Enter a message box message... ( message will be before answer) ")
answer=inputbox(" ") + msg
msgbox (" ") + msg + (" ") + answer
Save it as Question.vbs
asK A QUESTION (NOTEPAD MODE)
Copy and paste the following into Notepad...
whatyouwanthere=inputbox("YOUR QUESTION HERE")
msgbox (whatyouwanthere)
NOTE:
the text in blue must be the same.
whatyouwanthere=inputbox("YOUR QUESTION HERE")
msgbox (whatyouwanthere)
NOTE:
the text in blue must be the same.
open a program
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Save it as run.vbs and enjoy!
NOTE:
Paint is known as "MSPAINT"!
This one opens notepad.
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Save it as run.vbs and enjoy!
NOTE:
Paint is known as "MSPAINT"!
This one opens notepad.
open a program if password is correct
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
pass=inputbox("Enter a Password")
if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!")
The text in blue is what you want the password to be.
The text in red is what program you want to open.
Save it as runpass.vbs and enjoy!
NOTE:
THIS IDEA WAS FROM NOTEPADCODES1, BUT I DID NOT USE ANY HELP OR "WHAT TO DO" ON IT!
Set shell=CreateObject("wscript.shell")
pass=inputbox("Enter a Password")
if pass="1234" then Shell.Run("Notepad.exe") else msgbox("Incorrect Password!")
The text in blue is what you want the password to be.
The text in red is what program you want to open.
Save it as runpass.vbs and enjoy!
NOTE:
THIS IDEA WAS FROM NOTEPADCODES1, BUT I DID NOT USE ANY HELP OR "WHAT TO DO" ON IT!
how to crash your computer
WARNING - Doing this could result in breaking your computer!
IT IS NOT MY RESPONSIBILITY IF SOMETHING GOES WRONG.
we all know that you can crash your pc by going to youareanidiot.org, but this is just like it - without the virus - and, loads of pop-ups!
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
do
Shell.Run("Notepad.exe")
loop
save it as crash.vbs and enjoy breaking your computer.
IT IS NOT MY RESPONSIBILITY IF SOMETHING GOES WRONG.
we all know that you can crash your pc by going to youareanidiot.org, but this is just like it - without the virus - and, loads of pop-ups!
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
do
Shell.Run("Notepad.exe")
loop
save it as crash.vbs and enjoy breaking your computer.
make a cd-rom virus
WARNING - Doing this could result in crashing your computer!
IT IS NOT MY RESPONSIBILITY IF SOMETHING GOES WRONG.
DO NOT USE THIS FILE AS A VIRUS - JUST FOR EDUCATIONAL USE ONLY!
Copy and paste the following into Notepad...
DO
Set owMP = CreateOBject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
for i= 0 to colCDROMs.Count - 1
colCDROMS.Item(i).Eject
Next ' cdrom
End If
loop
And save it as CdRomVirus.vbs And enjoy.
WITH THANKS TO COMPUTER-TRICKER FOR THE
CD ROM OPENER SCRIPT - I JUST MADE IT LOOP!
IT IS NOT MY RESPONSIBILITY IF SOMETHING GOES WRONG.
DO NOT USE THIS FILE AS A VIRUS - JUST FOR EDUCATIONAL USE ONLY!
Copy and paste the following into Notepad...
DO
Set owMP = CreateOBject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
for i= 0 to colCDROMs.Count - 1
colCDROMS.Item(i).Eject
Next ' cdrom
End If
loop
And save it as CdRomVirus.vbs And enjoy.
WITH THANKS TO COMPUTER-TRICKER FOR THE
CD ROM OPENER SCRIPT - I JUST MADE IT LOOP!
open a lot of programs at once
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")
Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")
THIS WILL OPEN Notepad, Paint and CMD.
Save it as Opener.vbs and enjoy.
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")
Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")
THIS WILL OPEN Notepad, Paint and CMD.
Save it as Opener.vbs and enjoy.
With the new release of Advanced SystemCare Pro v6.1.9.214 Free Full Download with Serial Key, it is now much simpler to care for your PC than ever before. It comes with a redesigned interface that allows easy handling of the suite. There are a number of tools built into Windows that can be used to help maintain system health and performance, but Advanced SystemCare Pro 6 free full version provides you with a more automated option so that much of the hard work is taken care of for you.
Software information:
- Developer: IObit
- Release Date: January 16, 2013.
- Crack Type: Advanced SystemCare Pro 6 serial key
- Size: 21.26 MB
PLATFORM: Windows 2K / XP / Vista / XP X64 / Vista64 / 7 / 7 x64 / 8 32-bit / 8 64-bit
Install instructions:
1.Unpack and install.
2. Insert serial key given in key.txt
3. Enjoy!
===>> DOWNLOAD <<===
SERIAL KEY ==> Choose below:
65792-57FC4-5CEC1-677C4
AD483-7A4AB-53F2C-20BAA
2D8C0-5EF69-DB423-E6BAA
A75E3-D7FB1-D08E7-20BAA
64797-1793F-BF56C-D1BAA
8933F-8E178-0FE81-C8BAA
A000D-DEBFE-DDDE2-ACBBB
08D58-49152-6ED7C-66BAA
DFF7A-8204E-69ADE-0D5AA
824D0-C2A4C-98253-87BAA
D735F-51E93-1B1E4-C8AD4
79818-39C67-6AD87-1B8D4
CC52B-28CB1-DAF12-A96D6
1291B-7F914-A52C8-E90AF.
- See more at: http://arista-ndai.blogspot.com/2013/04/download-advanced-systemcare-pro.html#sthash.rDtQTgZ8.dpuf
With the new release of Advanced SystemCare Pro v6.1.9.214 Free Full Download with Serial Key, it is now much simpler to care for your PC than ever before. It comes with a redesigned interface that allows easy handling of the suite. There are a number of tools built into Windows that can be used to help maintain system health and performance, but Advanced SystemCare Pro 6 free full version provides you with a more automated option so that much of the hard work is taken care of for you.
Software information:
- Developer: IObit
- Release Date: January 16, 2013.
- Crack Type: Advanced SystemCare Pro 6 serial key
- Size: 21.26 MB
PLATFORM: Windows 2K / XP / Vista / XP X64 / Vista64 / 7 / 7 x64 / 8 32-bit / 8 64-bit
Install instructions:
1.Unpack and install.
2. Insert serial key given in key.txt
3. Enjoy!
===>> DOWNLOAD <<===
SERIAL KEY ==> Choose below:
65792-57FC4-5CEC1-677C4
AD483-7A4AB-53F2C-20BAA
2D8C0-5EF69-DB423-E6BAA
A75E3-D7FB1-D08E7-20BAA
64797-1793F-BF56C-D1BAA
8933F-8E178-0FE81-C8BAA
A000D-DEBFE-DDDE2-ACBBB
08D58-49152-6ED7C-66BAA
DFF7A-8204E-69ADE-0D5AA
824D0-C2A4C-98253-87BAA
D735F-51E93-1B1E4-C8AD4
79818-39C67-6AD87-1B8D4
CC52B-28CB1-DAF12-A96D6
1291B-7F914-A52C8-E90AF.
- See more at: http://arista-ndai.blogspot.com/2013/04/download-advanced-systemcare-pro.html#sthash.rDtQTgZ8.dpuf
Post a Comment