Social Icons

Friday, January 11, 2013

It's time to update Messenger to Skype!

space
It's time to update Messenger to Skype!
space
space
space

Hello,



On 15th March 2013 Microsoft retiring the existing Messenger service globally (except for mainland China where Messenger will continue to be available) and bringing the great features of Messenger and Skype together. 

You can Update to Skype and sign in using a Microsoft Account (same as your Messenger ID) and all your Messenger contacts will be at your fingertips. You'll be able to instant message and video chat with them just like before, and also discover new ways of staying in touch with Skype on your mobile and tablet.


Update Now


New to Skype?
  1. Get the latest version of Skype.
  2. Sign in to Skype with your Microsoft Account.
space
Already have Skype?

  1. Update to the latest version of Skype.
  2. Sign in with your Microsoft Account.
  3. Merge your existing Skype account with your Microsoft Account.
space
Here are just a few of the great features that you can use with Skype:
  • Instant message, video call and call phones from your PC, Mac, Windows Phone, iPhone, iPad, Android mobile, Kindle Fire and other devices
  • Sharing your screen with friends and family
  • Video call and instant message with your Facebook friends
  • Group video call with up to ten friends at once*
  • And that's just the start - there's so much more to explore on Skype
space
So, what's happening between now and 15th March?
Messenger will continue to work as you know it today. If you are signed in with Messenger on your desktop** you will see a banner notification to upgrade. When you click on the banner, an installer window will open with the request to upgrade. This will take you through our installer flow to install Skype and automatically uninstall Messenger.
space
So, what's happening after 15th March?
Messenger users on desktops** will not be able to sign in and will only be able to upgrade to Skype. If you attempt to sign in, a notification will appear, and if you continue, you will be taken through our installer flow to install Skype and automatically uninstall Messenger at the same time.
space
Can I update to Skype on my mobile?
Yes! Skype is available on iPhone, Android and soon on Windows Phone 8. We encourage you to download the latest Skype app on your mobile and then uninstall Messenger. You will be able to sign in to Skype on your iPhone, Android and Windows Phone 8 mobile apps with your Microsoft Account over the next few weeks. If you use another phone with Messenger on it, it will continue to work for a while.
space
Where can I learn more?
For more help on updating to Skype, please visit the Skype Support site.
space

* To get group video chat, you'll need a Skype Premium subscription.
** Newer versions of Messenger will be able to receive the optional upgrade notifications. Older versions will not receive the notifications and you will have to download Skype manually.
space
Yours sincerely,
Hacking TrickMaster
space



Tuesday, January 8, 2013

HOW TO: Make your computer talk like Iron man's Jarvis


You Must have Watched The Movie "IRON MAN","The Avengers" and Tony Stark's Talking Computer "jarvis". Despite being busy, i saw the movie "iron" few months ago and since then I was thinking to make something like "Jarvis"
The project development on "human computer interface" and "Gestural interface" has already been started by my side, which are capable of having feature like voice recognition,gestural interfaces. Some of those projects have been partially developed and working in desired manner, but few features and modules are yet to implement and on their way of completion in very short span of time.

So lets come to the body of this article.The reason of writing this post for my readers is to share what I've achieved till yet in this journey of Artificial Intelligence. Here is one gift GIFT for my readers in the form of a PROJECT with the topic "how make your computer talk like Jarvis".Jarvis is totally based on Artificial intelligence aka Artificial Brain. Eventually, we can't such a huge artificial brain by using these following steps because of the simplicity and efficiency of this project. But I can make you assure that after this you make your computer talk, and this will be your first interestingly step in the world of Artificial intelligence. And later, you can go in more deeper as soon as you'll come to know its depth.So Lets start with your first step in this world with this example :

Example 1 :Give a Name to your Computer  Like "Jarvis" and when you'll say "Jarvis" it will reply "Hello sir" or "Hello Mr. (Your Name)". orYou : Who are you ??Computer : I'm chitti The robo Speed, 1 terahertz, memory, one  zettabyte(Just Like Rajnikanth's Moive "robot", (Enthiran) in Tamil.)

Example 2 :YOU:  Good Morning Jarvis !COMPUTER : Good Morning Mr. Stark ! how are you Today !

So, Little wondering how these things going to work out ? Here you can transform your wondering into reality. Follow these codes :

Example 1 : <listenFor>Jarvis</listenFor><speak>Hello Mr. STark</speak></command></speechMacros>

Example 2 :<listenFor>Good Morning Jarvis</listenFor><speak>Good Morning Sir. how are you today</speak></command></speechMacros>

Further, more you can use these lines of codes for Shutting down Computer :<speechMacros><command><listenFor>Nuke it</listenFor><speak>Restarting Windows</speak><run command="C:\Windows\System32\shutdown.exe"/></command></speechMacros>

To make it more intresting and realastic you need a bit knwoledge of VB.NEThere is one example

<speechMacros><command><listenFor>Time</listenFor><listenFor>Give me the Time</listenFor><listenFor>What is the time</listenFor><listenFor>Tell me the time</listenFor><listenFor>What time is it</listenFor><script language="vbscript"><![CDATA[dim currentTimecurrentTime = FormatDateTime(Time(), 1)Application.Speak TimeApplication.SetTextFeedback Time]]></script></command>

now i have ms exel work then..

<command priority="100">  <listenFor>insert row above</listenFor>  <sendKeys>{ALT}jla</sendKeys></command><command priority="100">  <listenFor>insert row below</listenFor>  <sendKeys>{ALT}jle</sendKeys></command><command priority="100">  <listenFor>insert column before</listenFor>  <sendKeys>{ALT}jll</sendKeys></command><command priority="100">  <listenFor>insert column after</listenFor>  <sendKeys>{ALT}jlr</sendKeys></command><command priority="100">  <listenFor>merge cells</listenFor>  <sendKeys>{ALT}jlm</sendKeys></command><command priority="100">  <listenFor>split table</listenFor>  <sendKeys>{ALT}jlq</sendKeys></command><command priority="100">  <listenFor>delte row</listenFor>  <listenFor>delte rows</listenFor>  <sendKeys>{ALT}jdr</sendKeys></command><command priority="100">  <listenFor>delete column</listenFor>  <listenFor>delete columns</listenFor>  <sendKeys>{ALT}jdc</sendKeys></command><command priority="100">  <listenFor>?show table properties</listenFor>  <sendKeys>{ALT}jdo</sendKeys></command><command priority="100">  <listenFor>?show ?hide table gridlines</listenFor>  <sendKeys>{ALT}jltg</sendKeys></command>

Track chnages in Music
<command priority="100">
  <listenFor>next change</listenFor>
  <sendKeys>{ALT}rh</sendKeys>
</command>
<command priority="100">
  <listenFor>accept change</listenFor>
  <sendKeys>{ALT}rac</sendKeys>
</command>

To click
<command priority="100">
 <listenFor>?mouse click</listenFor>   <mouse button="left" command="click" />
</command>if you need codes of any command leave comment below, and i will try to give you source codes.

How to Get Started  ??Things you need -A microphone or internal Microphonewindows 7 and windows speech macros, download it from here
install it then make Macros to start work
Now open notepad and paste code in notepad
for example
<listenFor>Jarvis</listenFor><speak>Hello Mr. STark</speak></command></speechMacros>paste it and save as filename.WSRMac.WSRMac extention is must for it,then Goto your WSRMac file and click onNow click on "import signing Cerificate" and automaticly it will save a digital signature for it.



Now open Speech recognition

Now Give Your Instructions, you can minizmise to hide this window

Enjoy Talking to your Computer ! :D

@hackingtricksmaster

Monday, January 7, 2013

UDP VPN for Airtel 3G 100% working

UDP VPN for Airtel 3G 100% working 

Here is Expat Shield VPN trick. Many of you may be  knowing this VPN and it was also working with Airtel We can enjoy high Speed Airtel Internet. This is tested in working in Gujarat also, Try it in your State IN This Shield VPN, you do not need Any username and password to Connect. 

Latest UDP VPN for Airtel

This is Latest UDP VPN for Airtel is based on Expat Shield VPN, Many of you Might knowing it. but for those who have never tried this Tricks can see the detailed Screenshot for better understanding. lets see some of its Features.
Features of UDP VPN for Airtel3G
  • High Speed Servers
  • working in Madhya Peadesh and some other states
  • works both in 2G and 3G
  • No Disconnection
  • No Speed Problem
  • Working in 0 Balance
  • Unlimited Use.
  • No need to Register.
  • Easy to use.

Steps to Connect with UDP VPN for Airtel

for better understanding for Newbies we have Encoded All Steps with Screenshot.Download the VPN and just do the same as shown in Below Images


Download UDP VPN for Airtel

After Downloading, open the Shield VPN  with administrator mode,


  then click on connect
 See below Image.
After Doing the Steps Just come back to main Dashboard and Click on Connect Button. It will Be connected Instantly.

 
YOU connected ....






Enjoy High Speed Inter with this latest UDP VPN for Airtel .
NOTE: You have more than 1 rs bal...
              or free plan..
              if it not working in your area with balance   than  use it in BLACKBERRY 129 free messaging plan..

to activate keep balance more than 130 rs
send msg
airtelbb to 121
then select plan bb6
if they ask for model than 9500 and send...you done...

use blackberry apn : blackberry.net
working in all state....
Screenshot: