Thursday, 17 January 2013

// // Leave a Comment

Facebook Tips

Try this ;)

Alt + 1 = News Feed
Alt + 2 = Profile Wall
Alt + 3 = Friends
Alt + 4 = Messages
Alt + 5 = Notifications
Alt + 6 = Account Settings
Alt + 7 = Privacy Settings
Alt + 8 = Facebook Official Page
Alt + 9 = Facebook Policies
Alt + 0 = Facebook Help
Read More

Wednesday, 16 January 2013

// // Leave a Comment

HOw to Download all ur Pics frm fb At once

Hello Guy z 2day i,m going to show you how to download all of ur or ur frnd's photos from facebook at once



Goto This link Click here to download
       

U should have fb account for this purpose

Read More
// // Leave a Comment

Hack Atm MAchine nd Bank Account


You are welcome to the wonder land of hacks, want to know how to hack an ATM MACHINE OR BANK ACCOUNT?
You can hack and break into a bank's security without carrying guns or any weapon.

HOW IS THIS POSSIBLE???


First of all, we have to learn about the manual hacking of ATM MACHINES AND BANKING ACCOUNTSHOW THE ATM MACHINE WORKS?

If you have been to the bank, you find out that the money in the ATM MACHINE is being filled right inside the house where the machine is built with enough security.

 To hack this machine manually, get an ATM card, wether valid or not, as long as it can freely enter into the machine. Then get a candle, light the candle and use the wax to cover the panel on the ATM CARD, covering that panel will make the card look defualt to the machine.           

Now, go to any Bank near you and try this trick, but if you are caught, thats your own wella ooh! not mine. When you get to the machine, insert the card and enter a default pin which is 0000. Done that? Wait and see the action. The atm machine will dispense cash. But some times the machine would say card not smart or it would just eject your card. The reasons is because some atm machines are upgraded while others are not.

HOW DO I KNOW AN UPGRADED MACHINE???

For you to know an upgraded atm machine, you will observe that most times when you use a particular atm machine, as the machine is dispensing the cash, the bank will also send you a debit alert. If the machine is not upgraded, it may take up to 30 minutes before the bank sends a debit alert. The candle trick is 60% efficient on a machine that is not upgrade but it may not work on upgraded machine because of its sensitivity.(use at your own fucking risk do not blaim me :P)

Read More

Friday, 11 January 2013

// // Leave a Comment

Convert Text into Audio using Notepad Trick

Hello Guys, Now I want to tell you a very simple and easy Notepad Trick. By using this trick you can convert your text into audio or voice. This is very easy and simple trick for understand.

You use many softwares which needs heavy space on your Hard Disk Drive. But this Trick needs no space on your HDD. Here is the image of Text to Audio converter.



This converter needs no Internet Connection. It works in offline mode. So check below the tutorial and have fun.
  1. Open Notepad in your PC.
  2. Copy & Paste below VBScript in your Notepad.
  3. Dim msg, sapi
    msg=InputBox("Enter your text for conversion","GeeknTips Text-To-Audio Converter")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg
  4. Now Click on "Save As" and give the extension .vbs
Note:- Make Sure you save your Document with .vbs extension.
Read More
// // Leave a Comment

IDM Fully Activated

Fully Activated Internet Download Manager:
NOTE: No need for serial or activation. Just download, install and start using.
Download Link:
Click Here to download
Read More
// // Leave a Comment

Speed up your Net 20%


Speed Up Your Net Speed By 20%

1. First you go to start button

2. Go To Run

3. Type gpedit.msc And Then Hit Enter.

4.Then Expand Adminsitrative Templates.

5.Then Network

6.Then QoS Packet Scheduler.

Now A New List Appear . Click On Limit Reservable Bandwidth.
Just Disable it.

Now You Click On Apply .
Read More
// // Leave a Comment

The Simple SQL Injection HAck :P

The Simple SQL Injection Hack


SQL Injection involves entering SQL code into web forms, eg. login fields, or into the browser address field, to access and manipulate the database behind the site, system or application. When you enter text in the Username and Password fields of a

login screen, the data you input is typically inserted into an SQL command. This command checks the data against the relevant table in the database. If you‘re input matches table/row data, you're granted access (in the case of a login screen). If not, you're knocked back out.




In its simplest form, this is how the SQL Injection works. It's impossible to explain this without reverting to code for just a moment.Here is the code

Suppose we enter the following string in a User name field:


' OR 1=1

The authorization SQL query that is run by the server, the



command which must be satisfied to allow access, will be something along the lines of:


SELECT * FROM users WHERE username = „USRTEXT ' AND password = „PASSTEXT‟

Where USRTEXT and PASSTEXT are what the user enters in the login fields of the web form.

So entering `OR 1=1 — as your username, could result in the following actually being run:

SELECT * FROM users WHERE username = ‗' OR 1=1 — 'AND password = '‘


In terms of login bypass via Injection, the hoary old ' OR 1=1 is just one option. If a hacker thinks a site is vulnerable, there are cheat-sheets all over the web for login strings which can gain access to weak systems. Here are a couple more common strings



which are used to dupe SQL validation routines: username field examples:

• admin'—

• ') or ('a'='a

• ”) or ("a”=”a

• hi” or "a”=”a 



(♥HaXoR♥)
Read More