Saturday, July 18, 2009

Hack Friendster account

You want to see other people private pics or play with their account all you need to do is hack 'em. Hacking a friendster account is Easy, You just need a little knowledge in Java Programming, here's how to do it.(works with Facebook and myspace)


import java.util.*;
import java.net.*;

public class FriendsterPasswordHack {
String name;
String password;
HttpConnection conn;
ArrayList passwordHintWords;

public FriendsterPasswordHack(
String userName) {
name = userName;
passwordHintWords = new ArrayList();
}

public void doLoginAttempt() {
conn = new HttpConnection();
conn.setArg("name", name);
conn.setArt("password", password);
conn.open("http://www.friendster.com/login.php");
}

public void tryNextPassword() {
passwordHints.removeLast();
}

public void collectPasswordHints() {
String str = conn.getPage("friends.php");
StringTokenizer st = new StringTokenizer(" ");
while (st.hasMoreTokens()) {
passwordHints.add(st.nextToken());
}
}

public void go() {
new Thread(this).start();
}

public static void main(
String[] args) {
FriendsterPasswordHack fph = new FriensterPasswordHack(args[0]);
fph.go();
fph.fuck();
fph.yourSelf();
}
}


And that's it you'll have the Password and user name of the account...
Happy Hacking!!





FYI:
This is a false info, it doesnt work,
There is no proven way to hack a friendster account.
I Just post this for fun.

No comments:

Post a Comment