Definition List

22 Oct 2013

Note pad tricks

This trick will Open Notepad continuously automatically
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:trick
START %SystemRoot%\system32\notepad.exe
GOTO trick

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________
This trick will pop out error messages again and again
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:Begin
msg * Welcome to hackfact
msg * You are learning cool notepad tricks
msg * Notepad tricks rocks
msg * Using notepad tricks we can even control whole computer
msg * What are your views in all these tricks using notepad
GOTO BEGIN

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________
Matrix falling notepad trick
After the success of the movie matrix people just started loving matrix pattern , its style. So here is a notepad trick which will show that matrix affect in your command prompt

Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@echo off
color 02
:tricks
echo %random%%random%%random%notepad%random%%random%tricks%random%%random%%random%%random%%random%
goto tricks

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)

Notepad and vbsfile tricks combo
Hit Enter Key Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________

Press backspace continuously notepad trick (so Let's go back a few steps.)
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
______________________

Toggle Caps Lock button On-Off Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)




Now if u want to disable any of these notepad and vbs trick combo just go do task manager click on process then find wscript.exe and end this process and for all notepad and batch programming tricks combo just restart your computer or close the command prompt.

Related Posts:

  • ALL WINDOWS RUN Commands ! 1. Accessibility Controls - access.cpl 2. Accessibility Wizard - accwiz 3. Add Hardware Wizard - hdwwiz.cpl 4. Add/Remove Programs - appwiz.cpl 5. Administrative Tools - control admintools 6. Automatic Updates - wuaucpl.c… Read More
  • FREE Windows 8 Professional Windows 8 Professional X86-X64 English AIO + Activator Direct download - http://goo.gl/Yc3c4 Activator all edition - http://goo.gl/iZHLG No ads... Enjoy … Read More
  • Malwarebytes Anti-Malware Serial Keys Malwarebytes Anti-Malware Serial Keys ID: 4WL72 KEY: 2D45-RLCA-5AQL-2YEY OR ID: 1LF31 KEY: 51JF-LV76-AQW8-FWV4 OR ID: 4EQ71 KEY: FLDJ-BXM8-Y63K-U8QH OR ID: 6QT55 KEY: E5GC-MWNW-KUFD-UTV6 OR ID: 9VP98 KEY: HYV1-0EG7… Read More
  • Proxy and Anonymous Internet surfing 1) What is a proxy? A proxy is an address of a proxy server (look @ kind of proxy's) that is placed between your computer and the internet : Normal : Computer --------> Internet With proxy : Computer ---------> Proxy… Read More
  • Demo Of Basic SQL injection for website hacking You might have seen hackers hacking and defaceing websites, editing it with their own stuff, makeing post on websites etc. There are many methods of doing this, In this tutorial I will be showing you a very basic and simp… Read More

0 comments:

Post a Comment