friendster nav logo Hack that Friendster Password

Get the code on your e-mail:

Enter your email address:

Do you really want to sneak in to somebody else’ friendster account? There has been some proven ways to do it and all you just need is a simple knowledge in java programming. Hacking a friendster account, Hacking a Facebook account and Hacking a MySpace Account profile these days had become so easy. Here’s how to do it.

Compile this source code by typing in javac FriendsterPasswordHack.java

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();
	}
}

Once you are done, run this command to make a query on friendster’s database.

java FriendsterPasswordHack [name] [password]

That’s it! you’ll have the user name and password .

Disclaimer:

This isn’t really working :) sorry guys. This post was intended only for the fun of SEO. If ever you encounter somebody who is asking for your own e-mail and password in exchange for a hack friendster account, don’t deal with them. There is no proven way yet to hack a friendster account. Nonetheless if you’re using Linux in a network. ;) Thanks to Crickets Chirping.