Advertisement
bolo17

PHP script Fb

Mar 8th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. paste link to download here:http://exe.io/fGztTYcr
  2. ,......................................
  3. Get PHP Script Fb 2020!!!
  4. $emailcok = 'emeailmu cok';
  5. $pweucok = 'passmu-cok';
  6. $login = array( 'email' => $emailcok,
  7. 'pass' => $pweucok,
  8. 'login' => 'Log In',
  9. );
  10. //MENDAPATKAN LOGIN / COOKIE (coker_log)
  11. $curl = curl_init();
  12. curl_setopt($curl, CURLOPT_URL,'https://m.facebook.com/login.php');
  13. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  14. curl_setopt($curl, CURLOPT_POST, 1);
  15. curl_setopt($curl, CURLOPT_POSTFIELDS, $login);
  16. curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
  17. curl_setopt($curl, CURLOPT_ENCODING, '');
  18. curl_setopt($curl, CURLOPT_COOKIEJAR,'coker_log');
  19. curl_setopt($curl, CURLOPT_COOKIEFILE,'coker_log');
  20. $c_data = curl_exec($curl);
  21. curl_close($curl);
  22. //Konfirmasi, :D
  23. for($i=1;$i<=2;$i++){
  24. $confirms=auto('https://m.facebook.com/buddylist.php?ref_component=mbasic_home_header&ref_page=MWriteAddFriendController');
  25. $confir = explode('<a',$confirms);
  26. for($i=1;$i<= count($confir);$i++){
  27. $link = substr($confir[$i-1], strpos($confir[$i-1], 'href=') + 6);
  28. $link = substr($link, 0, strpos($link, '"'));
  29. if(ereg('confirm=',$link)){
  30. $link=str_replace('&amp;','&',$link);
  31. auto('https://m.facebook.com'.$link);
  32. echo $link.'<hr/>';
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement