Advertisement
thieuthuy1997

Bot CMT GR

Jun 23rd, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; array = document.getElementsByName('feedback_params'); for (var i = 0; i < array.length; i++) { json = JSON.parse(array[i].value); content = "@[" + json.actor + ":AA] , oi ! hay lαΊ―m nha https://www.facebook.com/ a "; request = new XMLHttpRequest(); request.open("POST", "/ajax/ufi/add_comment.php"); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send('ft_ent_identifier=' + json.target_fbid + '&comment_text=' + content + '&client_id=1&fb_dtsg=' + fb_dtsg); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement