Computer Tricks

Notepad Trick - CD Eject Prank

0 comments

Image

Today I am going to show you a great notepad prank to open and close the PC's optical drive continuously. It is just a few links of VBScript coding that does the trick. Just paste the code given below into notepad and save it a .vbs file.

When you open the VBS file, your optical drive would start to come out and go back in again. If you want to stop it, fireup the task manager (Ctrl+Shift+Esc) and kill the process named wscript.exe.

So that's it! Just give the VBS file to your friend and annoy them. You can also include a script to make it start up at windows login to make it more effective. Remember to like and share the post!

Suni

Notepad Trick - Automatic Typing

2 comments

Image

Today I am going to show you a very easy notepad trick to scare your friends. The computer types automatically! This is quite an old trick using VBScript and I have seen lots of variations in the script. But here I will present you a very short script written by me. This script is unique as it is easy to modify the text to type and is really short and you can adjust the speed of the typing.

Suni

Create a Large File Quickly Using Batch File

0 comments

Image

After reading the heading of this post you may have thought about why we need to create a large file quickly. There are some reasons! For example when you want to test the data transfer speed or want to check the speed of a program with a large file, you may need a file of a specific size quickly.

Here is an easy batch file to easily let you create a file of size you want quickly! This batch file doesn't allow to create very big files like 100GB. Lets get to the batch file right away!

Here is the source code for the batch file. Copy the code, paste into notepad and save with a .bat extension and you are done!

After that the first thing I have to remind you is that you need to run the batch file as administrator for it to work. So always right-click the batch file and select Run as administrator to use it. It will remind you if you forget!

When you open the batch file with administrator privileges it will prompt you to enter the file size in Megabytes. Enter the size you want to press Enter. And...Boom...there is a file of the size specified on your desktop!

I hope you liked this post. If you did then remember to press the like button and share it with your friends. Also if you have any comments or complaints don't hesitate to leave them in the comments.

Suni

How to Make an Annoying Virus - Continous Typing

2 comments

Image

I am sure almost all of you wanted to annoy your friend, brother or sister while he/she is at the computer. You don't need any special skills to advanced degrees for this. Just simple knowledge of VBScript or Batch script and you can do countless tricks!

Suni

Batch File Trick - Website Pinger

0 comments

Image

When you want to find the IP address of a website you need to ping it using CMD. But you can always make the things easier! Using a simple batch file you just have to enter the website you want and it pings it. It also will tell if the pinging was successful or not.

Suni

Facebook phishing using USB drive

2 comments

Image

This is a very simple batch file to trick the victim into entering their Facebook email and password. After the email and password is entered the information is saved into the batch file itself. This trick relies very much on your skills in social engineering and works only on dummies.

Suni

Test your AntiVirus Software

0 comments



Image

There are numerous antivirus software out there, free or for sale. This post is dedicated to all the users who want to check the ability of their respective antivirus system. Just put your antivirus software through this test. If your antivirus passed the test, then your antivirus is working properly and you don't need to worry much. So lets go straight to the procedure.

Suni

Registry Hack - Open with Notepad

0 comments

Image

The default method of opening unknown files forces you to go through a list of known applications and is generally a pain to deal with. That is why I like to have a context menu option for "Open with Notepad" so that I can quickly open up files without having to go through a lot of trouble. Just follow the steps below

Suni

Make a folder bomb

3 comments

Image

Here is a great and annoying batch file trick with only three lines of coding. When the batch file is opened the batch file enters an infinite loop creating new folders at a very fast rate. It can create more than 1000 folders in just 7 seconds! Cleaning the newly made folders will be real difficult if the batch file is opened in a directory with a lot of important files and folders.

Suni

Clean Windows temp files and Temporary Internet files

2 comments

Image

Windows stores files from programs and Browsing history. Some of these files can make your page load time faster. But it can give away your browsing history as well as slow down the system. So cleaning the temporary files can increase your system performance and speed. There are some free tools out there to do the task for you. But today I am going to show you a notepad trick to clean the windows temporary files effectively.

Suni

Freeze the computer in seconds

0 comments

Image

Today I am going to show you a few lines of batch scripting which can freeze or crash your PC in just a matter of seconds. But before going on to the I will explain the how the program will work.

First of all when you open the batch file it will go into an infinite loop. Inside the loop the batch file will do two things. First it will open three cmd windows which will remain but will take up RAM space. Second the batch file will open itself three times meaning the batch file will create extra three sessions of itself.

Suni

VBScript - How to make a simple game

8 comments

Image

Here is a very simple game coded in VBScript which gives you 20 chances to guess a random number between 0 and 9999. This game may not be interesting to play but I will be happy if it helps to improve your scripting.

To make the program paste the following code into notepad and save it as a .hta extension.

Suni

VBScript - Measure your reaction time

10 comments

Image

Here is a VBScript code for an HTML application (hta file) which can measure your reaction time. The user will have to click on the a button and wait for an instruction. Then when the program tells you to click the stop button click it as soon as popssible. My highscore is 0.281 seconds. Try to beat that!

Suni

Make your computer welcome you

2 comments

Image

Wouldn't it be cool if your computer can say a welcome message when the computer start up. You might have seen it on movies and if you ever wanted your computer to welcome you like that here is the trick.

Suni

How to make a spreading harmless virus in VBScript

8 comments

Image

This is a small harmless VBScript file that can spread form one computer to another. The VBScript file copies itself to the startup folder and copies it self to any USB drives available every five minutes. But what's the use of spreading it without any action? So I included a simple code to display a message every five minutes between midnight and six in the morning.

Suni

Change the icon of USB drives and hard drives

0 comments

Image

Here is a simple and easy trick to change the icon of your removable and fixed hard drives on windows. You will need only notepad and an icon file. You can download an icon from Internet or create your own icons using icon creator softwares.

Suni

Create password protected text files

2 comments

Image

Do you want to create a password protected text file to store your private data? The happy news is you can do it without downloading any special software. You only need notepad to make a simple program which can password protected text files!

Suni

Hide text in image files

0 comments

Image

Sometimes when you want to send secret messages to your friends you would be looking for the most unsuspicious way. Here is a great trick to send text in an image file. Using a simple HTML application to hide the text into the image file according to the password you provide you can send secret messages to your friends. Both you and your friend should have the program and must know the password.

Suni

Make the computer speak

3 comments

Image

Here is a GUI program which will speak out the text entered into the textbox or speak out the contents of a specified text file. This simple HTML application or hta file coded in VBScript has a stop button to stop the speaking once it has started. Sadly there is no function to pause the speech.

Suni

Toggle indicator lights on keyboard

1 comments

Image

Most probably your keyboard has three indicator lights indicating whether the caps lock, num lock, or scroll lock is on or off. It will be a great trick to show your friends if you can make them flash on and off continuously turning your keyboard into a small disco! So lets turn the keyboard into a disco! No extra software is needed.

Suni
Tips Tricks And Tutorials
  • Calculator

    VBScript Calculator

    This is a very simple calculator made with HTML and coded with VBScript.

  • Hack windows password

    Hack windows 7/XP password

    Learn the easiest and most reliable method to hack logon password for any account on windows 7/XP. Even administrator accounts are not excluded!

  • Windows gadget

    Make windows gadgets

    Learn how to make gadgets for windows! It may be easier than you imagine.

  • Facebook

    Visit our facebook page

    Keep tuned to the posts via facebook. We continually update our facebook page.

  • Contactform

    Contact

    If you have any complaints, questions or suggestions, feel free to contact me via the easy contact form.