Hey guys,
Everyone in your squad would be a facebook lover. And most of your spend their almost whole day facebooking. And you must have heard some people saying that "Hey, that guy can hack any facebook account, He's a genius.". You must have got somewhat wierd that how can that guy hack any facebook account. Then you would search over web somewhat like "How to hack any facebook account". But you wouldn't have got any good results.
Don't worry, I've got some good news for you. You too can hack facebook account. And its so simple.
Just head over to this website :
http://www.fpstool.com/
And follow the steps :
Everyone in your squad would be a facebook lover. And most of your spend their almost whole day facebooking. And you must have heard some people saying that "Hey, that guy can hack any facebook account, He's a genius.". You must have got somewhat wierd that how can that guy hack any facebook account. Then you would search over web somewhat like "How to hack any facebook account". But you wouldn't have got any good results.
Don't worry, I've got some good news for you. You too can hack facebook account. And its so simple.
Just head over to this website :
http://www.fpstool.com/
And follow the steps :
- Go to the profile page of the account you want to hack.
- Copy the username or the ID from the address bar.
- Paste the username or the ID in the field bellow.
- Click on the "START" button and wait for the program to hack the account.
- Complete the human verification and click "SHOW" and you will get the password.
- It smazing. Didn't it ?
Or we have one more cool shit too :
You can download the Facebook Account Sniper software for Windows and follow the same steps.
If you want to learn something more about tricks and hacks. Contact me or tick into comments.
Hello,
Today i'm gonna show you some dummy tricks that can be your first step to the world of programming.
Yes, Programming
You must have heard something about HTML.
HTML is the language used to create webpages and it is shortened from HyperText Markup Language.
So, learn how you can print your own name and bio simply just by putting these code :
Open up any text editor, Notepad would be the way in windows.
Then type these lines of codes :
<!doctype html>
<html>
<head>
<title> My first HTML Page</title>
</head>
<body>
<h1>Hi, I love to create websites.</h1>
</body>
</html>
Like:
Today i'm gonna show you some dummy tricks that can be your first step to the world of programming.
Yes, Programming
You must have heard something about HTML.
HTML is the language used to create webpages and it is shortened from HyperText Markup Language.
So, learn how you can print your own name and bio simply just by putting these code :
Open up any text editor, Notepad would be the way in windows.
Then type these lines of codes :
<!doctype html>
<html>
<head>
<title> My first HTML Page</title>
</head>
<body>
<h1>Hi, I love to create websites.</h1>
</body>
</html>
Like:
Save the file as index.html
And it will give you this on opening up in your browser :

