Ghana Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░

Go down

 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ Empty ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░

Post by The Boss 2014-07-15, 12:14 pm

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks. Here are 3 of the coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks:

1.) Open Notepad.
2.)Copy and paste the code given below in Notepad.

CODE:
@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ 45bsYjK
3.) Save the file as "Matrix.bat" or *.bat. to your Desktop.
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ SDasPGt
It will look like this on your Desktop;
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ PzVBNcV
Next just Click and open and a CMD window will pop up with scrolling numbers resembling the "Matrix Code"
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ Z2WVv2U
Keyboard Disco:
This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

1. Open Notepad.

2. Copy paste the exact code given below:-

CODE:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".

It will look like this;
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ I0OhVXf
Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.

This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ 9ZCYLLc
Continuously Open/Close CD/DVD:

OK I'm going to show you how to prank your family & friends with this one.
Like before, Open Notepad and cut-n-paste code below:

CODE:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Music.vbs"
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ LIC4OoB
Right click on icon and click Create Shortcut.
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ UShAXLJ
Right click on shortcut and click properties , then click on Change Icon and choose the Music CD icon.
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ BEan8Fc
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ 1rmaWTo
 ░▒▓ 3 COOL NOTEPAD TRICKS FOR WINDOWS ▓▒░ CskYM0m
It will change the icon to look like a music CD. Then just tell someone that they need to check out this cool ass song and when they click the icon the CD/DVD Disc tray will start opening and closing by itself, then you can tell them WTF did you do to my computer?!?!? ..hahaha

To disable/stop, start Task Manager and ending the wscript.exe process.

These are 3 harmless .bat and .vbs scripts and can do NO harm to your computer. Now you know something cool you can do with your notepad.


The Boss
The Boss
Admin
Admin

Posts : 481
Join date : 2014-07-14

https://ghana.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum