Best Apps for Make Money On Android 2015

Best Apps for Make Money On Android 2015

Today we are here with Best Apps for Make Money On Android. Today many of you must want to earn money by doing something at home. Everyone want easy way to earn money, like sitting in front of laptop or android. So for them we are here with a very cool andeasy method to earn money with your android device. Yes you can earn money with your android device. Today there are many apps in Google play store that give youonline cash, coupons and gifts etc by working little on your android device. Just read out the below post to proceed.

Best Apps for Make Money On Android

Best Apps for Make Money On Android
Best Apps for Make Money On Android

Best Apps for Make Money On Android

Below i have listed some of the apps that will give you the real cash, promo codes, gifts and many more. Just download and install these apps in your android and have fun with them.

#1 Cash King

This is one of the Best Apps for Make Money On Android. This app will give you the real cash on the base of watching youtube videos, clicking ads and lots of more thing. You just have to complete the things that given in this app and you will get paid through your paypal account.

#2 FreeMyApps

This app is very much famous among android user. In this app you have to try some of the app given in this app and in their return you will get the Amazon and play store gift cards and many more gift cards from this app.In this app as much you try the different apps the more you will get rewarded by this.So keep using and earning.

#3  Shopkick

This is one of the best app to earn money in your android. This app provides the best deal for you around your area as this app is actually a shopping app and when you shop from the deals offer in this app then you will get points. You can use that points to shop anything new also. So it is better way to earn from shopping.

#4 FeaturePoints: Free Gift Cards

This is an another app to earn online gift cards from your android device. This app is also like free my apps that is in this app you will have to try the different apps in ytour android and you will get the gift cards in the return. In this app you can also refer your friend and can earn money from referral. And also you will get pay by paypal account too.

#5 Iconzoomer

This app is one of the Best Apps for Make Money On Android. This app is based on the click the pic, send it and earn. In this app you have to complete some of the assignments liek what are you eating in your dinner and like what dress color are you wearing today. You just have to click the pic and send and you will get paid through your paypal account.

#6 Npolls

This app is actually a survey app in which you have to complete some of the survey by answering some of the simple questions in this app and you will get paid by each survey. Also you can earn upto 20 cent by completing one survey.

#7 Check Points

Like other app discussed above this app is also one of the best app to earn money through your android. In this app you just have to scan the barcode sign when you buy anything and you will get paid from that. Also you can earn by refferring your friend.
Enjoy the tricks.......NCTTS

Latest & Best Notepad Tricks 2015

Latest & Best Notepad Tricks 2015

Today we are here with Latest and Best Notepad Tricks 2015. Notepad is a utility program of windows operating system. This utility software helps lets you to use it to code various programs that can even control the system workings and by using this feature ofnotepad you can easily perform many tricks in it. These tricks are very interesting and you can use these tricks to prank your friends. Many of you must use notepad only for just typing purpose but this post will change your experience with notepad. With these tricks you can have lots of fun with your friends. These tricks are very simple and easy to implement. Just follow the below post to proceed.

Latest & Best Notepad Tricks 2015

Best Notepad Tricks 2015
Best Notepad Tricks 2015

Here are Latest & Best Notepad Tricks 2015 :-

By these Best Notepad Tricks 2015  you will be having great fun. You just need is to copy the code from here and paste in the notepad and save it with extension “.bat” . Just read out all the tricks given below.

#1 Notepad trick to Test Antivirus

By using these trick you can easily test your antivirus working perfectly or not.
X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
save it as test.exe and run the file and check if your antivirus detects it then your antivirus working perfectly otherwise change your antivirus.

#2 Make A Personal Log-Book or A Diary

Copy the below code and paste it in notepad and save it as “log.txt”.
.LOG
Now every time you open this log file you will have all the log details with date and time.

#3 Constantly Repeat Any Messages

This is one of the Best Notepad tricks that will repeat any of messages on computer screen repeatedly.Just copy the below code and paste in the notepad and save it as “message.bat”.
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

#4 Continually pop out CD Drive Using Notepad

This is my favorite trick as this trick continually pop out the cd drive whenever you try to close it. Just copy the below code and paste in the notepad and save it as “cd.vbs”.
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 5000
loop

#5 Convey your friend a message and shut down his / her computer

Just copy the below code and paste in the notepad and save its as “anyname.bat”.
@echo off
msg * Hey how are you
shutdown -c “Error! You are really a stupid!” -s

#6 Notepad Trick to type slowly

This trick will let you to type slowly on the screen and to do so just copy the below code and save it with “anyname.vbs” name.

WScript.Sleep 180000

WScript.Sleep 10000
Set WshShell = WScript.CreateObject (“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate Notepad“”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “

#7 Matrix Effect

This code will give you matrix effect on your screen just copy the below code and paste in notepad and save it as “anyname.bat”.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

#8 Format Hard Disk Using Just Notepad

This code will delete all your hard drive data. jsut copy the below code and paste in notepad and save it as “anyname.exe”.
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

#9 Convert Text Into Audio Using Notepad

This is very cool notepad trick and this code will covert your text into audio file. Jsut copy the below code and paste it in notepad and save it as “text-to-audio.vbs”
Dim message, sapi message=InputBox(“Enter your text for conversion–Tech-hacks.org”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message

#10 Notepad Trick Print Tree Root

This trick is one of the Best Notepad Trick that will print out a tree root on your screen. Just copy below code, paste it in notepad and save it as teekids in C:windowssystem.
{print tree root}
C:windowssystem
{print C:windowssystemwinlog
4*43″$@[455] 3hr4~
Note – If you want to stop the “.vbs” files press ALT+CTRL+DEL of your keyboard and open task manager and then process section and stop the Wscript running file there.

Enjoy.......NCTTS

How to Hack Wifi on Android 2015 – Wifi Hacker

How to Hack Wifi From Android 2015

Here is latest Wifi Hack trick for Android 2015 Users – Buy Android phone and now do some hacking. Every Computer and Android Geeks always think , How to hack wifi network and password from Android mobile. With Android Phone you can do whatever you want like hacking and cracking. In this post we discuss How to Hack Wifi on Android 2015 and Passwords from any Android Mobile Phone. If you follow our Guide you are became a wifi password hacker.
Make sure that your phone is rooted . If you don’t about rooting in android follow our guide for Android Rooting. Rooting is very important for running Wifi Hacking Apps in Android Phone. When you root your phone install some best root android apps for your android. 

How to Hack Wifi on Android 2015 – Wifi Hacker

How to Hack Wifi on Android 2015 - Wifi Hacker
How to Hack Wifi on Android 2015 – Wifi Hacker
Wps Connect is Android Wifi Hacking App for rooted android phone. With this app you can disable other user net connection on same wifi network. With this WPS Connect application you can hack any wifi network and connect automatically to any password proctected wifi network. Download WPS Connect from below link. Check out How to Hack Wifi on Android 2015

REQUIREMENTS :-

  1. Rooted (how to root)
  2. Anroid Version 4.1.2 +

Download WPS Connect from Google Play Store :-

Price: Free
With this app you’ll can connect to WiFi networks which have WPS protocol enabled. This feature was only available in version 4.1.2 of Android.
App developed with educational purposes. We are not responsible for any misuse.
WPS: http://es.wikipedia.org/wiki/Wi-Fi_Protected_Setup
WPS Connect is focused on verifying if your router is vulnerable to a default PIN. Many routers that companies install own vulnerabilities in this aspect. With this application you can check if your router is vulnerable or not and act accordingly.
Includes default PINs, as well as algorithms such Zhao Chesung (ComputePIN) or Stefan Viehböck (easyboxPIN).

Enjoy...........NCTTS