Guest User

raw

a guest
Feb 18th, 2016
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.09 KB | None | 0 0
  1. <?php
  2. /*
  3. * BOT SADAP V5
  4. * Created By Vượng Touliver
  5. * FB : https://www.facebook.com/nhoocsieuwey
  6. * Twitter : https://twitter.com/Dandung_Whoami
  7. * Instagram : Ngga Punya ,
  8. **** AUTO DETECT NEW ID STATUS ,
  9. *** HOW TO USE ***
  10. 1. Upload This Script With Name sadap.php
  11. 2. Access Your Script http://domainmu..com/sadap.php?token=CAAAA
  12. 3. Success , or you can use with auto refresh token
  13. FITUR
  14. * FAKE IP (NEW)
  15. * POST ENCODE
  16. * FRESH SESSION (NEW)
  17. * API OCR V2 (NEW)
  18. * HEADER EXPLOIT (NEW)
  19. * API LIMITED (FAST API)
  20. * GET STRING
  21. * CURL TimeOut Limit (FAST FOR LIKE)
  22. */
  23. class plkt_skh
  24. {
  25. public $token;
  26. public $id;
  27.  
  28. public function __construct($token,$id)
  29. {
  30. $this->token = $token;
  31. $this->id = $id;
  32. }
  33. private function xstring($string,$start,$end)
  34. {
  35. $str = explode($start,$string);
  36. $str = explode($end,$str[1]);
  37. return $str[0];
  38. }
  39. private function xaccess($url)
  40. {
  41.  
  42. $ch = curl_init($url);
  43. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,false);
  44. curl_setopt($ch,CURLOPT_REFERER,$url);
  45. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  46. curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36');
  47. curl_setopt($ch,CURLOPT_COOKIEFILE,'cookie.txt');
  48. curl_setopt($ch,CURLOPT_COOKIEJAR,'cookie.txt');
  49. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  50. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
  51. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  52. $body = curl_exec($ch);
  53. $info = curl_getinfo($ch);
  54. $redir = $info['redirect_url'];
  55. $redirect = $redir;
  56. return $body;
  57. }
  58. private function copyright()
  59. {
  60. $w = '<body style="background-color:black">
  61. <font color="green" style="Times New Roman"><b>
  62. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  63. <pre>
  64. </pre>';
  65. echo $w;
  66. }
  67. private function getCaptcha($lokasi)
  68. {
  69. $random_IP = "".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255);
  70. $ch = curl_init($lokasi);
  71. curl_setopt($ch,CURLOPT_COOKIEJAR,'cookie.txt');
  72. curl_setopt($ch,CURLOPT_COOKIEFILE,'cookie.txt');
  73. curl_setopt($ch,CURLOPT_FRESH_CONNECT,true);
  74. curl_setopt($ch,CURLOPT_TCP_NODELAY,true);
  75. curl_setopt($ch,CURLOPT_HTTPHEADER,array("REMOTE_ADDR: $random_IP", "HTTP_X_FORWARDED_FOR: $random_IP"));
  76. curl_setopt($ch,CURLOPT_COOKIESESSION,true);
  77. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  78. curl_setopt($ch,CURLOPT_REFERER,$lokasi);
  79. curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36');
  80. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,false);
  81. curl_setopt($ch,CURLOPT_HEADER,0);
  82. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  83. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
  84. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  85. $y = curl_exec($ch);
  86. $tmpFile = uniqid();
  87. $file = $tmpFile.'.png';
  88. $x = fopen($file,"w");
  89. fwrite($x,$y);
  90. fclose($x);
  91. $up = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.$file;
  92. $xa = file_get_contents('http://cdn.rosdiana-ocr.gilang.mobi/ocr-api.php?img='.$up); //API
  93. unlink($file);
  94. return $xa;
  95. curl_close($ch);
  96. }
  97. private function Submit($url,$fields)
  98. {
  99. $random_IP = "".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255).".".mt_rand(0,255);
  100. $field_string = http_build_query($fields);
  101. $ch = curl_init();
  102. curl_setopt($ch,CURLOPT_URL,$url);
  103. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,false);
  104. curl_setopt($ch,CURLOPT_FRESH_CONNECT,true);
  105. curl_setopt($ch,CURLOPT_HTTPHEADER,array("REMOTE_ADDR: $random_IP", "HTTP_X_FORWARDED_FOR: $random_IP"));
  106. curl_setopt($ch,CURLOPT_TCP_NODELAY,true);
  107. curl_setopt($ch,CURLOPT_REFERER,$url);
  108. curl_setopt($ch,CURLOPT_TIMEOUT,5);
  109. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  110. curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36');
  111. curl_setopt($ch,CURLOPT_COOKIEFILE,'cookie.txt');
  112. curl_setopt($ch,CURLOPT_COOKIEJAR,'cookie.txt');
  113. curl_setopt($ch, CURLOPT_POST, count($field_string));
  114. curl_setopt($ch,CURLOPT_POSTFIELDS,$field_string);
  115. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  116. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
  117. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  118. $body = curl_exec($ch);
  119. if(!curl_errno($ch)){
  120. $info = curl_getinfo($ch);
  121. $redir = $info['redirect_url'];
  122. $code = $info['http_code'];
  123. curl_close($ch);
  124. return $redir." <br> Dengan Code = ".$code."";
  125. }
  126. unlink("cookie.txt");
  127. curl_close($ch);
  128. }
  129. private function dj()
  130. {
  131. $II = "http://djliker.com/loginmedj.php?user=".$this->token;
  132. $IIIX = "http://djliker.com/captcha.php";
  133. $III = array(
  134. "answer" => $this->getCaptcha($IIIX),
  135. "submit" => "SUBMIT",
  136. );
  137. $IIII = "http://djliker.com/Like.php?type=custom";
  138. $IIIII = array(
  139. "id" => $this->id,
  140. "submit" => "Submit",
  141. "slider" => "200",
  142. );
  143. echo $this->Submit($II,$III);
  144. echo "<br>";
  145. echo $this->Submit($IIII,$IIIII);
  146. echo "<br>";
  147. echo "================================__0>@WHOAMI@<0__================================";
  148. echo "<br>";
  149. }
  150. private function official()
  151. {
  152. $II = "http://official-liker.net/code.login.php?user=".$this->token;
  153. $IIIX = "http://official-liker.net/code_login.php";
  154. $III = array(
  155. "answer" => $this->getCaptcha($IIIX),
  156. "login" => "Continue",
  157. "IL_IN_TAG" => "2",
  158. );
  159. $IIII = "http://official-liker.net/like.php?type=custom";
  160. $IIIIX ="http://official-liker.net/code.php";
  161. $IIIII = array(
  162. "answer" => $this->getCaptcha($IIIIX),
  163. "id" => $this->id,
  164. "limit" => "400",
  165. "custompostid" => "Submit",
  166. "IL_IN_TAG" => "2",
  167. );
  168. echo $this->Submit($II,$III);
  169. echo "<br>";
  170. echo $this->Submit($IIII,$IIIII);
  171. echo "<br>";
  172. echo "================================__0>@WHOAMI@<0__================================";
  173. echo "<br>";
  174. }
  175. private function monkey()
  176. {
  177. $II = "http://monkeyliker.com/login.php?user=".$this->token;
  178. $IIIX = "http://monkeyliker.com/captcha.php";
  179. $III = array(
  180. "answer" => $this->getCaptcha($IIIX),
  181. "submit" => "SUBMIT",
  182. );
  183. $IIII = "http://monkeyliker.com/Like.php?type=custom";
  184. $IIIII = array(
  185. "id" => $this->id,
  186. "submit" => "Submit",
  187. "slider" => "400",
  188. );
  189. echo $this->Submit($II,$III);
  190. echo "<br>";
  191. echo $this->Submit($IIII,$IIIII);
  192. echo "<br>";
  193. echo "================================__0>@WHOAMI@<0__================================";
  194. echo "<br>";
  195. }
  196. private function fbautolikerz()
  197. {
  198. $II = "http://fb-autolikerz.com/";
  199. $IIIX = "http://fb-autolikerz.com/captcha.php";
  200. $III = array(
  201. "access_token" => $this->token,
  202. "capt" => $this->getCaptcha($IIIX),
  203. "submit" => "Login",
  204. );
  205. $IIII = "http://fb-autolikerz.com/liker.php?type=custom";
  206. $IIIII = array(
  207. "id" => $this->id,
  208. "likes" => "150",
  209. "submit" => "Submit",
  210.  
  211. );
  212. echo $this->Submit($II,$III);
  213. echo "<br>";
  214. echo $this->Submit($IIII,$IIIII);
  215. echo "<br>";
  216. echo "================================__0>@WHOAMI@<0__================================";
  217. echo "<br>";
  218. }
  219. private function fbautolikers()
  220. {
  221. $II = "http://67.212.191.74/validate.php?answer=".$this->getCaptcha($IIIX)."&user=".$this->token;
  222. $IIIX = "http://67.212.191.74/captcha.php";
  223. $III = array(
  224. "null" => "null",
  225. );
  226. $IIII = "http://67.212.191.74/like/?type=custom";
  227. $IIIII = array(
  228. "id" => $this->id,
  229. "privacy" => "Public",
  230. "c" => "210",
  231. "submit" => "Submit",
  232. );
  233. echo $this->Submit($II,$III);
  234. echo "<br>";
  235. echo $this->Submit($IIII,$IIIII);
  236. echo "<br>";
  237. echo "================================__0>@WHOAMI@<0__================================";
  238. echo "<br>";
  239. }
  240. private function mg()
  241. {
  242. $II = "http://mg-likers.com/login.php?access_token=".$this->token;
  243. $IIIX = "http://mg-likers.com/includes/image.php";
  244. $III = array(
  245. "captcha_verify" => $this->getCaptcha($IIIX),
  246. "submit" => "SUBMIT",
  247. );
  248. $IIII = "http://mg-likers.com/like.php?type=custom";
  249. $IIIII = array(
  250. "privacy" => "yes",
  251. "submit" => "submit",
  252. "id" => $this->id,
  253. "limit" => "200",
  254. );
  255. echo $this->Submit($II,$III);
  256. echo "<br>";
  257. echo $this->Submit($IIII,$IIIII);
  258. echo "<br>";
  259. echo "================================__0>@WHOAMI@<0__================================";
  260. echo "<br>";
  261. }
  262. private function topautolike()
  263. {
  264. $II = "http://www.topautolike.com/login.php?user=".$this->token;
  265. $III = array(
  266. "null" => "null",
  267. );
  268. $IIII = "http://www.topautolike.com/like.php?type=custom";
  269. $IIIII = array(
  270. "id" => $this->id,
  271. "submit" => "Submit",
  272. );
  273. echo $this->Submit($II,$III);
  274. echo "<br>";
  275. echo $this->Submit($IIII,$IIIII);
  276. echo "<br>";
  277. echo "================================__0>@WHOAMI@<0__================================";
  278. echo "<br>";
  279. }
  280. private function kdliker()
  281. {
  282. $II = "http://www.kdliker.com/login.php?user=".$this->token;
  283. $III = array(
  284. "null" => "null",
  285. );
  286. $IIII = "http://www.kdliker.com/index.php";
  287. $IIIII = array(
  288. "id" => $this->id,
  289. "limitlike" => "150",
  290. "access_token" => $this->token,
  291. "pancal" => "Submit",
  292. );
  293. echo $this->Submit($II,$III);
  294. echo "<br>";
  295. echo $this->Submit($IIII,$IIIII);
  296. echo "<br>";
  297. echo "================================__0>@WHOAMI@<0__================================";
  298. echo "<br>";
  299. }
  300. private function royaliker()
  301. {
  302. $II = "http://www.royaliker.net/login.php?user=".$this->token;
  303. $III = array(
  304. "null" => "null",
  305. );
  306. $IIII = "http://www.royaliker.net/liker.php?type=custom";
  307. $IIIII = array(
  308. "id" => $this->id,
  309. "submit" => "Submit",
  310. );
  311. echo $this->Submit($II,$III);
  312. echo "<br>";
  313. echo $this->Submit($IIII,$IIIII);
  314. echo "<br>";
  315. echo "================================__0>@WHOAMI@<0__================================";
  316. echo "<br>";
  317. }
  318. private function likelo()
  319. {
  320. $II = "http://likelo.in/login.php?user=".$this->token;
  321. $III = array(
  322. "null" => "null",
  323. );
  324. $IIII = "http://likelo.in/index.php";
  325. $IIIII = array(
  326. "id" => $this->id,
  327. "access_token" => $this->token,
  328. "pancal" => "Submit",
  329. );
  330. echo $this->Submit($II,$III);
  331. echo "<br>";
  332. echo $this->Submit($IIII,$IIIII);
  333. echo "<br>";
  334. echo "================================__0>@WHOAMI@<0__================================";
  335. echo "<br>";
  336. }
  337. private function myfbliker()
  338. {
  339. $II = "http://www.myfbliker.com/login.php?user=".$this->token;
  340. $III = array(
  341. "null" => "null",
  342. );
  343. $IIII = "http://www.myfbliker.com/home.php?type=custom";
  344. $IIIII = array(
  345. "id" => $this->id,
  346. "submit" => "Submit",
  347. "selector" => "150",
  348. );
  349. echo $this->Submit($II,$III);
  350. echo "<br>";
  351. echo $this->Submit($IIII,$IIIII);
  352. echo "<br>";
  353. echo "================================__0>@WHOAMI@<0__================================";
  354. echo "<br>";
  355. }
  356. private function autolikesgroups()
  357. {
  358. $II = "http://www.autolikesgroups.com/login.php?user=".$this->token;
  359. $III = array(
  360. "null" => "null",
  361. );
  362. $IIII = "http://www.swaglikers.com/index.php";
  363. $IIIII = array(
  364. "id" => $this->id,
  365. "submit" => "Submit",
  366. );
  367. echo $this->Submit($II,$III);
  368. echo "<br>";
  369. echo $this->Submit($IIII,$IIIII);
  370. echo "<br>";
  371. echo "================================__0>@WHOAMI@<0__================================";
  372. echo "<br>";
  373. }
  374. private function swaglikers()
  375. {
  376. $II = "http://www.swaglikers.com/login.php?user=".$this->token;
  377. $III = array(
  378. "null" => "null",
  379. );
  380. $IIII = "http://www.swaglikers.com/index.php";
  381. $IIIII = array(
  382. "id" => $this->id,
  383. "submit" => "Submit",
  384. );
  385. echo $this->Submit($II,$III);
  386. echo "<br>";
  387. echo $this->Submit($IIII,$IIIII);
  388. echo "<br>";
  389. echo "================================__0>@WHOAMI@<0__================================";
  390. echo "<br>";
  391. }
  392. private function vipautoliker()
  393. {
  394. $II = "http://vipautoliker.com/Go.login.php?user=".$this->token;
  395. $III = array(
  396. "null" => "null",
  397. );
  398. $IIII = "http://vipautoliker.com/liker.php?type=custom";
  399. $IIIII = array(
  400. "id" => $this->id,
  401. "submit" => "Submit",
  402. );
  403. echo $this->Submit($II,$III);
  404. echo "<br>";
  405. echo $this->Submit($IIII,$IIIII);
  406. echo "<br>";
  407. echo "================================__0>@WHOAMI@<0__================================";
  408. echo "<br>";
  409. }
  410. private function haylike()
  411. {
  412. $II = "http://haylike.net/login.php?user=".$this->token."&submit=Submit.%21";
  413. $III = array(
  414. "null" => "null",
  415. );
  416. $IIII = "http://haylike.net/rkzganteng.php?type=custom";
  417. $IIIII = array(
  418. "id" => $this->id,
  419. "submit" => "Submit",
  420. );
  421. echo $this->Submit($II,$III);
  422. echo "<br>";
  423. echo $this->Submit($IIII,$IIIII);
  424. echo "<br>";
  425. echo "================================__0>@WHOAMI@<0__================================";
  426. echo "<br>";
  427. }
  428. private function fblikess()
  429. {
  430. $II = "http://fblikess.com/login.php";
  431. $III = array(
  432. "null" => "null",
  433. );
  434. $III = array(
  435. "user" => $this->token,
  436. "submit" => "Submit",
  437. );
  438. $IIII = "http://fblikess.com/liker.php?type=custom";
  439. $IIIII = array(
  440. "id" => $this->id,
  441. "submit" => "Submit",
  442. );
  443. echo $this->Submit($II,$III);
  444. echo "<br>";
  445. echo $this->Submit($IIII,$IIIII);
  446. echo "<br>";
  447. echo "================================__0>@WHOAMI@<0__================================";
  448. echo "<br>";
  449. }
  450. private function fourliker()
  451. {
  452. $II = "http://4liker.com/verify.php?user=".$this->token;
  453. $III = array(
  454. "null" => "null",
  455. );
  456. $IIII = "http://4liker.com/liker.php?type=custom";
  457. $IIIII = array(
  458. "id" => $this->id,
  459. "likerange" => "200",
  460. "submit" => "Submit",
  461. );
  462. echo $this->Submit($II,$III);
  463. echo "<br>";
  464. echo $this->Submit($IIII,$IIIII);
  465. echo "<br>";
  466. echo "================================__0>@WHOAMI@<0__================================";
  467. echo "<br>";
  468. }
  469. private function newfbautoliker()
  470. {
  471. $II = "http://newfbautoliker.com/Access.php";
  472. $III = array(
  473. "null" => "null",
  474. );
  475. $III = array(
  476. "pass" => $this->token,
  477. "submit" => "Submit",
  478. );
  479. $IIII = "http://newfbautoliker.com/likes/?type=custom";
  480. $IIIII = array(
  481. "id" => $this->id,
  482. "submit" => "Submit",
  483. );
  484. echo $this->Submit($II,$III);
  485. echo "<br>";
  486. echo $this->Submit($IIII,$IIIII);
  487. echo "<br>";
  488. echo "================================__0>@WHOAMI@<0__================================";
  489. echo "<br>";
  490. }
  491. private function noxliker()
  492. {
  493. $II = "http://noxliker.in/login.php?user=".$this->token;
  494. $III = array(
  495. "null" => "null",
  496. );
  497. $IIII = "http://noxliker.in/index.php";
  498. $IIIII = array(
  499. "id" => $this->id,
  500. "access_token" => $this->token,
  501. "pancal" => "Submit",
  502. );
  503. echo $this->Submit($II,$III);
  504. echo "<br>";
  505. echo $this->Submit($IIII,$IIIII);
  506. echo "<br>";
  507. echo "================================__0>@WHOAMI@<0__================================";
  508. echo "<br>";
  509. }
  510. private function rockliker()
  511. {
  512. $II = "http://www.rockliker.net/panel.php?user=".$this->token;
  513. $III = array(
  514. "null" => "null",
  515. );
  516. $IIII = "http://noxliker.in/index.php";
  517. $IIIII = array(
  518. "id" => $this->id,
  519. "submit" => "Send Likes",
  520. );
  521. echo $this->Submit($II,$III);
  522. echo "<br>";
  523. echo $this->Submit($IIII,$IIIII);
  524. echo "<br>";
  525. echo "================================__0>@WHOAMI@<0__================================";
  526. echo "<br>";
  527. }
  528. public function SADAP()
  529. {
  530. echo $this->copyright();
  531. echo $this->dj();
  532. echo $this->official();
  533. echo $this->fbautolikers();
  534. echo $this->monkey();
  535. echo $this->fbautolikerz();
  536. echo $this->mg();
  537. echo $this->topautolike();
  538. echo $this->kdliker();
  539. echo $this->royaliker();
  540. echo $this->likelo();
  541. echo $this->myfbliker();
  542. echo $this->swaglikers();
  543. echo $this->vipautoliker();
  544. echo $this->haylike();
  545. echo $this->fblikess();
  546. echo $this->fourliker();
  547. echo $this->newfbautoliker();
  548. echo $this->noxliker();
  549. echo $this->rockliker();
  550. }
  551. }
  552. /*
  553. $tokfile = array(
  554. "http://localhost/my_token.txt", //ubah ke path url tokenmu
  555. "http://localhost/user1/my_token.txt",
  556. "http://localhost/user2/my_token.txt",
  557. );
  558. foreach ($tokfile as $tokim)
  559. {
  560. ignore_user_abort(true);
  561. while (@ob_end_flush());
  562. ob_implicit_flush(true);
  563. $token = file_get_contents($tokim);
  564. $id = file_get_contents("http://localhost/user/id.txt"); //ubah id status
  565. $try = new plkt_skh($token,$id);
  566. $try->SADAP();
  567. }
  568. break;
  569. */
  570. $token = $_GET["token"];
  571. if($_GET["token"]){
  572. $feed=json_decode(file_get_contents('https://graph.fb.me/me/feed?access_token='.$token.'&limit=1'),true); //Limit Id 1 Status
  573. for($i=0;$i<count($feed[data]);$i++){ // Parse ID
  574. $id = $feed[data][$i][id];
  575. }
  576. $try = new plkt_skh($token,$id);
  577. $try->SADAP();
  578. }
  579. ?>
Advertisement
Add Comment
Please, Sign In to add comment