Notepad tricks...
I dont know about you but I like them and this is my favorite:
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{scrolllock}”
loop
@….@
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
when the time has come , I shall rise and conquer the world
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
@BooCracker1 : i put this script in it
@echo off
timeout /t 3600
start shutdown.exe -s -t 00
and called it something.bat
so after 1 hour it will auto shut down and i can make matrix effect
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
11 years ago
0
Here is a neat trick using notepad.
Dim speaks, speech
speaks=“Welcome username, what shall we do today?”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
create file called speak.vbs using notepad with the above
exactly as it is.
in windows 7, 8, and vista goto
username
appdata
roaming
microsoft
windows
start menu
programs
startup
and paste the speak.vbs file there.
Next time you boot up it will say whatever
you wanted it to say.
for matrix effect type this in notepad then name it something.bat
@echo off
color 02
:a
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
GOTO a
paste it in notepad and sorry for many %random% it make matrix effect better and btn %random and echo their is space its in same line
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
@Anonra I know this one:
Dim msg, sapi
msg=InputBox(“Write your text here”,“Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
save as something.vbs
@….@
11 years ago
0
Yes this one is a real pain. A pig of a loop: so don’t run it BooCracker1 is right it is nasty!!
@echo off
:top
md %random%
goto top
The @echo off does just that turns off any echo of text. Then the :top is the start of the loop. The md %random% is making random directories on your hard drive. Then the goto top, does just that it loops back to :top and makes another random directory. And so on and so on. Soon your drive is stuffed! MD is a DOS command for ‘Make Directory’ If you want to see the DOS CMD’s you can see them here: http://pcsupport.about.com/od/commandlinereference/tp/dos-commands.htm or just run the cmd on your machine and type help and you will see a list of the commands of the DOS (Disk Operating System) and not denial-of-service. SO IF YOU WANT A REAL HEADACHE, make a file called whatever.vbs with that text in it and SAVE IT IN YOUR STARTUP DIRECTORY, then reboot your machine and make all the little directory’s all over your hard drive. DON’T DO IT! YOU’LL BE SORRY!! There are many nasty things you can do to your hard drive using MS-DOS, so BEWARE!
i have read somewhere that we can talk to our computer . is this code right ? i found it at on google here the link . look really cool though
when the time has come , I shall rise and conquer the world
@….@
no , this is more like jarvis in iron man . you can ask your computer what time is it and he will answer . and you also can add code to make he say many thing if you ask something .
when the time has come , I shall rise and conquer the world
first of all , dont use all caps . please it makes me wanna punch someone.
have you click the link that i gave you ? and have read the post ? if not read it .
it use speech recognition in windows 7 . and there is code that you can copy and put in your dekstop
when the time has come , I shall rise and conquer the world
when the time has come , I shall rise and conquer the world
when the time has come , I shall rise and conquer the world
i know that u can speak with computer by speach recognition like open folder show numbers close and this u can turn it on from Cpanel
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
when the time has come , I shall rise and conquer the world
@….@
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
when the time has come , I shall rise and conquer the world
i love notepad trikcs especially CD Rom trick
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 'cdrom
End If
loop
EEEEE EEEEE EEEEE EEEEE EEEEE EEE
E E E E E EEE
EEE EEE EEE EEE EEE EE
E E E E E
EEEEE EEEEE EEEEE EEEEE EEEEE @