Wednesday, July 18, 2012

please state any ideas or requests that you may have and want to see, in the coment bar
to keep you busy, I highly reccomend atleast trying this sight as it may prove entertaining and for refference is called "questions" in this case

site:
have some fun with this site :
http://users.tinyonline.co.uk/gswithenbank/unuwords.htm
it well...
the last part of the link kinda gives it away
next i will be posting one of the most famous tricks there is:
the matrix effect:
same thing as last time,
open notepad,
type one of these versions into it :


version 1:


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


retrieved from:http://www.tweakandtrick.com/2011/02/notepad-tricks-windows-7-xp-vista.html

version 2:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


retrieved from:
http://tnvrajasekhar.blogspot.com/2012/04/make-matrix-with-notepad.html

version 3:
@echo off
color 2
cls
:A
echo 3     2   3   4     6     8   4  2   3  9  7 3   4  9   7    5  3 1 7 9  1 0 9 2 4  6 2 1  3       4  5       3       5 2   1      0 3     6 
echo 2     5   5  6 4      7  1 8  6     8  6  0  8 6 4 1   5 6 4 6     8   8 0 3  1 4 6 8  4  7   8      6   2  1 5   7
:B
echo 5    8     9   2    3 6        8  7  1 2 5     3 6 5  4 2 0  8      9  4  0  3 7 4 2   2  8  9   2  0    1     5    6  5  8
:C
echo 5   9  6 8      4 6   8  4  6 8 4         2 6 4 6        8 1  6   6 8 1  0 6 8  1 6  8   1  6     1        6      5  4       5     6   9         8 7   
echo 6       5 1       6    6 0          6          4 6       1 6  5 1       7  5  3 8    5  1 6  5 1 6 0 1 6      0 4      3 4  1  2  4 0   4   3  2
goto A
goto B
goto C


retrieved from:  
http://www.techbyte4u.com/2010/08/give-matrix-digital-effect-in-command.html

then save it to anything.bat
and like last time under all files and under any location of your preferance
todays post is one of my favorite notepad tricks:
strobing your caps- num and scroll- lock lights:
first open note pad
second type or cut and paste this code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


next save it under all files, not as a text doc., and save it to a place you will remember and change the extension to .vbs and open it
horay you made a wscript file
next if you want to turn it off then go to task manager and end process under wscript and your done

code retrieved from:
one example of another site til i get this running is http://www.ritrosoft.com/2012/02/funny-vbscript-pranks.html#.UAbHzLTLy5I
note: i would not trust this site to hit download so just cut and paste or type the code by hand on notepad, but this my oppinion.
just forget my last post i am changing my topic
now i am making one on computer fun with vbs scrpt, batch files, and more
WARNING: although these codes are almost always safe, I am not responsible for any problems it may cause.
NOTE: if you have trouble using one of these codes you probably dont have the right computer for this or even more likely you typed it in wrong.