Share

Search This Blog

Thursday, 23 July 2015

Sites that will make you a hacker

HackerTyper.net Press F11 to enter full screen and ALT to show “Access Granted” message.

GeekTyper.com Geektype website is similarly look like hackertyper but you find many more options and themes in this website.

FakeUpdate.net This is yet another for making prank with your friends , you can show fake window update at your screen by going this website. Just press F11 and your friend thinks you update your windows.


Friday, 27 December 2013

Matrix effect using notepad

1. Go to notepad and copy the codes below
@echo off

color 02

:start

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

goto start
2. Save the file as matrix.bat
3. Now open this file to see matrix effect on your screen.