You are viewing our Forum Archives. To view or take place in current topics click here.
Things you can do in notepad COOL TRICKS.[UPDATED]
Posted:

Things you can do in notepad COOL TRICKS.[UPDATED]Posted:

Sox
  • Winter 2018
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Hey all, Today i will be showing you some awesome things to do in Notepad. If you already know these dont post? it isnt worth it, i only just found these out and thought they were pretty cool


I didnt know where to post this, so thought i'd post this in GD. if its in wrong section staff feel free to move it.







All tricks work on Windows XP, Vista , 7 :! not MAC!









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


Yo all this is to show you how to have a continuous Matrix falling text motion in a .cmd



All you simply need to do is copy and paste this code into a notepad file:


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



Now when you've pasted that into a notepad file, save it is a 'Matrix.bat'

Now close notepad and open the .bat file you've saved and Enjoy










Make Your Keyboard Type (Any) Message Continuously-VBS Trick



Basiclly what this does is make your pc/laptop continuously right what you've put accross the screen.


This is good to do with friends make them scared lol.


all you need to do is:


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop



Copy that into a notepad : WHERE it says 'This is a Virus. you have been infected'. there you can take that out and put any message you want.


, simply save it as a Tricks.vbs













Create a harmless virus on your computer.


Ok what this does is simply eject all of your Optical drives, it will disconnect like everything ;D


All you need to do is:


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



Copy that into notepad and save it as 'Virus.vbs'


Then close notepad open the file up and enjoy








Make your computer Disco [Make the leds on your keyboard DISCO!


Do the same as before:


Copy this code into notepad:

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



then save it as: Disco.vbs

Double click the saved file and watch it disco



ILL ADD THIS NOW:

To simply stop the disco go to task manager, then go accross to the proccesses tab and find the file 'wscript' and simply end it.






How to make your Computer Welcome 'your name' on start up:



This is an amazing trick, basiclly everytime you start up your system it will welcome you saying 'Welcome Your Name'


This is a bit more tricky but does work:


Again, Open notepad:

and paste in this code:

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks



Obviously in the code where it says 'Username' type your name or anything there.


Now save the file as 'Welcome.vbs'


Now the trickier bit:

you need to locate the start up folder:

Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)

or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.

When your in the start up folder you want to paste the 'Welcome.vbs' file you saved here.

So it should look like this:

[ Register or Signin to view external links. ]

Now everytime you start up your pc it will welcome you












Notepad Trick - Text to Audio

This is pretty awesome, what it does is whatever you type your pc will say it out loud


Simply copy this code into notepad:

Dim msg, sapi
msg=InputBox("Enter your text for conversionwww.techvorm.com","TechVorm Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


Save it as 'Text-to-Audio.vbs'

then open the saved file, voila







World Trade Center Notepad Trick


Open your Notepad

Type the flight number Q33N

Increase the Font Size to 72

Change the Font to Wingdings

Save then open again










NONE of these can infect/harm your computer in ANYWAY!


to simply stop these just open task manager [Alt+Cntrl+Del] then task manager. then end the file doing it. in some of them you will need to go across to the 'Proccesses' tab and find the 'Wscript.exe' simply end that.











Source:

[ Register or Signin to view external links. ]



Anything which happens to your pc i take no resposibility for.


Last edited by Sox ; edited 8 times in total

The following 6 users thanked Sox for this useful post:

Xia (10-26-2012), Hear (04-08-2012), Creds (04-07-2012), AR15 (04-07-2012), G7G7S7 (04-07-2012), -Influence (04-07-2012)
#2. Posted:
-Dineenn
  • TTG Senior
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 1,951
Reputation Power: 98
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 1,951
Reputation Power: 98
Great post mate!

Btw, are you DIL_LIKES-PONIES or something like thaat?
#3. Posted:
Sox
  • Christmas!
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Recept wrote Great post mate!

Btw, are you DIL_LIKES-PONIES or something like thaat?



Nope i've never had that username
#4. Posted:
Tune
  • TTG Contender
Status: Offline
Joined: May 04, 201112Year Member
Posts: 3,558
Reputation Power: 168
Status: Offline
Joined: May 04, 201112Year Member
Posts: 3,558
Reputation Power: 168
Recept wrote Great post mate!

Btw, are you DIL_LIKES-PONIES or something like thaat?

That was the number 1 poster. He changed his name though.

OT: This is pretty cool, I will try this later as I'm about to leave to go out to eat.
#5. Posted:
Sorcery
  • TTG Contender
Status: Offline
Joined: Aug 30, 201013Year Member
Posts: 3,299
Reputation Power: 122
Status: Offline
Joined: Aug 30, 201013Year Member
Posts: 3,299
Reputation Power: 122
Just tried the first one, but it won't work man, tried it 3 times now.
#6. Posted:
Poke
  • Christmas!
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 2,637
Reputation Power: 1004
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 2,637
Reputation Power: 1004
batch files can be confusing to some people

i would post a video tut
#7. Posted:
Sox
  • V5 Launch
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Status: Offline
Joined: May 22, 201013Year Member
Posts: 5,660
Reputation Power: 335
Stokie1996 wrote Just tried the first one, but it won't work man, tried it 3 times now.


are you sure? maybe your doing something wrong? are you using a mac? or got windows?


also make sure to save it as a .Bat file.


then when its saved the file you saved should look like this:


[ Register or Signin to view external links. ]
#8. Posted:
Creds
  • TTG Senior
Status: Offline
Joined: Oct 15, 201112Year Member
Posts: 1,574
Reputation Power: 69
Status: Offline
Joined: Oct 15, 201112Year Member
Posts: 1,574
Reputation Power: 69
Nice post man! I must try these

out now
#9. Posted:
AR15
  • V5 Launch
Status: Offline
Joined: Oct 24, 201112Year Member
Posts: 12,651
Reputation Power: 718
Status: Offline
Joined: Oct 24, 201112Year Member
Posts: 12,651
Reputation Power: 718
Nice post bro, so it should keep me entertained + rep for you
#10. Posted:
Axe
  • TTG Legend
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 15,189
Reputation Power: 740
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 15,189
Reputation Power: 740
ahah that matrix one was cool. Nice post.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.