Facebook
From Colorant Human, 1 Year ago, written in C++.
This paste is a reply to Re: free robux from Unreliable Treeshrew - view diff
Embed
Download Paste or View Raw
Hits: 734
  1. import requests
  2. import uuid
  3. import random
  4. import time
  5. import sys
  6.  
  7.  
  8.  
  9.  
  10.  
  11. green_color = ""
  12. C = ""
  13. W = ""
  14. BRed = ""
  15. Green = ""
  16. Yellow = ""
  17. orange = ""
  18. nocolor = ""
  19.  
  20. print(W+f'''
  21.                                                                                        
  22.                            {W}██{green_color}╗{W}███{green_color}╗   {W}██{green_color}╗{W}███████{green_color}╗{W}████████{green_color}╗ {W}█████{green_color}╗                                      
  23.                            {W}██{green_color}║{W}████{green_color}╗  {W}██{green_color}║{W}██{green_color}╔════╝╚══{W}██{green_color}╔══╝{W}██{green_color}╔══{W}██{green_color}╗                                    
  24.                            {W}██{green_color}║{W}██{green_color}╔{W}██{green_color}╗{W} ██{green_color}║{W}███████{green_color}╗   {W}██{green_color}║   {W}███████{green_color}║                                    
  25.                            {W}██{green_color}║{W}██{green_color}║╚{W}██{green_color}╗{W}██{green_color}║╚════{W}██{green_color}║   {W}██{green_color}║   {W}██{green_color}╔══{W}██{green_color}║                                    
  26.                            {W}██{green_color}║{W}██{green_color}║ ╚{W}████{green_color}║{W}███████{green_color}║   {W}██{green_color}║   {W}██{green_color}║  {W}██{green_color}║                                    
  27.                            ╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚═╝  ╚═╝ {W}                                    
  28.                                                                                                      
  29. ████████{green_color}╗{W}██{green_color}╗   {W}██{green_color}╗{W}██████{green_color}╗ {W}██████{green_color}╗  {W}██████{green_color}╗      {W}██████{green_color}╗{W}██{green_color}╗  {W}██{green_color}╗{W}███████{green_color}╗ {W}██████{green_color}╗{W}██{green_color}╗  {W}██{green_color}╗{W}███████{green_color}╗{W}██████{green_color}╗
  30. ╚══{W}██{green_color}╔══╝{W}██{green_color}║   {W}██{green_color}║{W}██{green_color}╔══{W}██{green_color}╗{W}██{green_color}╔══{W}██{green_color}╗{W}██{green_color}╔═══{W}██{green_color}╗    {W}██{green_color}╔════╝{W}██{green_color}║  {W}██{green_color}║{W}██{green_color}╔════╝{W}██{green_color}╔════╝{W}██{green_color}║ {W}██{green_color}╔╝{W}██{green_color}╔════╝{W}██{green_color}╔══{W}██{green_color}╗
  31.   {W}██{green_color}║   {W}██{green_color}║   {W}██{green_color}║{W}██████{green_color}╔╝{W}██████{green_color}╔╝{W}██{green_color}║   {W}██{green_color}║    {W}██{green_color}║     {W}███████{green_color}║{W}█████{green_color}╗  {W}██{green_color}║     {W}█████{green_color}╔╝ {W}█████{green_color}╗  {W}██████{green_color}╔╝
  32.   {W}██{green_color}║   {W}██{green_color}║   {W}██{green_color}║{W}██{green_color}╔══{W}██{green_color}╗{W}██{green_color}╔══{W}██{green_color}╗{W}██{green_color}║   {W}██{green_color}║    {W}██{green_color}║     {W}██{green_color}╔══{W}██{green_color}║{W}██{green_color}╔══╝  {W}██{green_color}║     {W}██{green_color}╔═{W}██{green_color}╗ {W}██{green_color}╔══╝  {W}██{green_color}╔══{W}██{green_color}╗
  33.   {W}██{green_color}║   {green_color}╚{W}██████{green_color}╔╝{W}██{green_color}║  {W}██{green_color}║{W}██████{green_color}╔╝╚{W}██████{green_color}╔╝    ╚{W}██████{green_color}╗{W}██{green_color}║  {W}██{green_color}║{W}███████{green_color}╗╚{W}██████{green_color}╗{W}██{green_color}║  {W}██{green_color}╗{W}███████{green_color}╗{W}██{green_color}║  {W}██{green_color}║
  34.   {green_color}╚═╝    ╚═════╝ ╚═╝  ╚═╝╚═════╝  ╚═════╝      ╚═════╝╚═╝  ╚═╝╚══════╝ ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝                                                                                            
  35. ''')
  36. print(f'''
  37. {green_color}=============================================={W}
  38. [by] ══> "Milr"
  39. [insta] ══> ii9l.storee
  40. {green_color}==============================================
  41.  
  42.  
  43. ''')
  44.  
  45. u = str(uuid.uuid4())
  46. req = requests.session()
  47.  
  48.  
  49. def animated_loading():
  50.     chars = "/—\| "
  51.     for char in chars:
  52.         sys.stdout.write('\r'+'loading...'+char)
  53.         time.sleep(0.4)
  54.         sys.stdout.flush()
  55.  
  56.  
  57.  
  58.  
  59.  
  60. print(green_color+"[عربي] 1")
  61. print(green_color+"2 [English]")
  62. lang = input(W+"═══> ")
  63. print("")
  64.  
  65. if lang =='1':
  66.     print(green_color+"[تشيكر انستا] 1")
  67.     print('[تشيكر مع تيربو] 2')
  68.     print('[تيربو] 3')
  69.     print('[صناعة لستة] 4')
  70.     d1 = input(W+"═══> ")
  71.  
  72.     if d1 =='1':
  73.         count = 0
  74.         dd = input(green_color+"حط ملف اليوزرات: ")
  75.         print(W+'='*20)
  76.         password = open(dd).read().splitlines()
  77.  
  78.  
  79.         for password in password:
  80.             url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  81.  
  82.             head1={
  83.                 'accept': '*/*',
  84.                 'accept-encoding': 'gzip, deflate, br',
  85.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  86.                 'content-length': '61',
  87.                 'content-type': 'application/x-www-form-urlencoded',
  88.                 'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  89.                 'origin': 'https://www.instagram.com',
  90.                 'referer': 'https://www.instagram.com/accounts/emailsignup/',
  91.                 'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  92.                 'sec-ch-ua-mobile': '?0',
  93.                 'sec-fetch-dest': 'empty',
  94.                 'sec-fetch-mode': 'cors',
  95.                 'sec-fetch-site': 'same-origin',
  96.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  97.                 'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  98.                 'x-ig-app-id': '936619743392459',
  99.                 'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  100.                 'x-instagram-ajax': '72bda6b1d047',
  101.                 'x-requested-with': 'XMLHttpRequest'
  102.  
  103.             }
  104.             data1={
  105.                 'email' : '[email protected]',
  106.                 'username': f'{password}',
  107.                 'first_name': 'AAAAAA',
  108.                 'opt_into_one_tap': 'false'
  109.             }
  110.  
  111.             da = requests.post(url,headers=head1,data=data1).text
  112.  
  113.             if ('{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in  da:
  114.                 count+=1
  115.                 print(f"{W}{count} [{password}] <═══  متاح ")
  116.  
  117.             else:
  118.                 count+=1
  119.                 print(f"{BRed}{count} [{password}] <═══ غير متاح ")
  120.     if d1 =='2':
  121.         def start():
  122.             count = 0
  123.             print(BRed+'======================================================')
  124.             print(f"{BRed}[!]{nocolor}إذا قمت بتمكين التحقق من خطوتين ، فيرجى إلغاؤه")
  125.             print(BRed+'======================================================')
  126.             user = input(green_color+'ادخل اليوزر: ')
  127.             passs = input(green_color+'ادخل الباسوورد: ')
  128.  
  129.             insta = 'https://www.instagram.com/accounts/login/ajax/'
  130.             head = {
  131.                 'accept': '*/*',
  132.                 'accept-encoding': 'gzip, deflate, br',
  133.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.9,ar-SA;q=0.8',
  134.                 'content-length': '274',
  135.                 'content-type': 'application/x-www-form-urlencoded',
  136.                 'cookie': 'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; rur=VLL; csrftoken=Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  137.                 'origin': 'https://www.instagram.com',
  138.                 'referer': 'https://www.instagram.com/',
  139.                 'sec-fetch-dest': 'empty',
  140.                 'sec-fetch-mode': 'cors',
  141.                 'sec-fetch-site': 'same-origin',
  142.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  143.                 'x-csrftoken': 'Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  144.                 'x-ig-app-id': '936619743392459',
  145.                 'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9J8a',
  146.                 'x-instagram-ajax': '1cb44f68ffec',
  147.                 'x-requested-with': 'XMLHttpRequest'
  148.             }
  149.  
  150.             data1 = {
  151.                 'username': user,
  152.                 'enc_password': '#PWD_INSTAGRAM_BROWSER:0:1613212725:' + passs,
  153.                 'queryParams': '{}',
  154.                 'optIntoOneTap': 'false'
  155.  
  156.             }
  157.             rq = requests.post(insta, data=data1, headers=head)
  158.             animated_loading()
  159.             if ('"user":true,"') in rq.text:
  160.                 print(f'\n{W}تم تسجيل الدخول بنجاح ==> {user}')
  161.                 sessionid1 = rq.cookies['sessionid']
  162.                 url_your_data = 'https://www.instagram.com/accounts/edit/?__a=1'
  163.                 headers_your_data = {
  164.                     'accept': '*/*',
  165.                     'accept-encoding': 'gzip, deflate, br',
  166.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8',
  167.                     'cookie': f'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; ds_user_id=45334757205; rur=VLL; csrftoken=bIgRYPpWJicGXzVLzCoHrxzy0NCe0VJs; sessionid={sessionid1}',
  168.                     'referer': 'https://www.instagram.com/accounts/edit/',
  169.                     'sec-fetch-dest': 'empty',
  170.                     'sec-fetch-mode': 'cors',
  171.                     'sec-fetch-site': 'same-origin',
  172.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  173.                     'x-ig-app-id': '936619743392459',
  174.                     'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9KR4',
  175.                     'x-requested-with': 'XMLHttpRequest'
  176.                 }
  177.                 data_your_data = {
  178.                     '__a': '1'
  179.                 }
  180.                 req_your_data = requests.get(url_your_data, data=data_your_data, headers=headers_your_data)
  181.                 email = str(req_your_data.json()['form_data']['email'])
  182.                 phone_number = str(req_your_data.json()['form_data']['phone_number'])
  183.  
  184.  
  185.                 dd = input(green_color+"ادخل ملف اليوزرات: ")
  186.                 print(W+"="*20)
  187.             else:
  188.                 print(f'\n{BRed}فشل تسجيل الدخول ==> {user}')
  189.                 print(f"{W}*"*20)
  190.                 start()
  191.  
  192.             password = open(dd).read().splitlines()
  193.             for password in password:
  194.                 url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  195.  
  196.                 head1={
  197.                     'accept': '*/*',
  198.                     'accept-encoding': 'gzip, deflate, br',
  199.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  200.                     'content-length': '61',
  201.                     'content-type': 'application/x-www-form-urlencoded',
  202.                     'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  203.                     'origin': 'https://www.instagram.com',
  204.                     'referer': 'https://www.instagram.com/accounts/emailsignup/',
  205.                     'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  206.                     'sec-ch-ua-mobile': '?0',
  207.                     'sec-fetch-dest': 'empty',
  208.                     'sec-fetch-mode': 'cors',
  209.                     'sec-fetch-site': 'same-origin',
  210.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  211.                     'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  212.                     'x-ig-app-id': '936619743392459',
  213.                     'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  214.                     'x-instagram-ajax': '72bda6b1d047',
  215.                     'x-requested-with': 'XMLHttpRequest'
  216.  
  217.                 }
  218.                 data1={
  219.                     'email': '[email protected]',
  220.                     'username': f'{password}',
  221.                     'first_name': 'AAAAAA',
  222.                     'opt_into_one_tap': 'false'
  223.                 }
  224.  
  225.                 da = requests.post(url,headers=head1,data=data1).text
  226.  
  227.  
  228.                 if ('{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in da:
  229.                     count += 1
  230.                     print(f"{W}{count} [{password}] <==  متاح ")
  231.                     url = 'https://www.instagram.com/accounts/edit/'
  232.  
  233.                     head3 = {
  234.                         'accept': '*/*',
  235.                         'accept-encoding': 'gzip, deflate, br',
  236.                         'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  237.                         'content-length': '131',
  238.                         'content-type': 'application/x-www-form-urlencoded',
  239.                         'cookie': f'sessionid={sessionid1}',
  240.                         'origin': 'https://www.instagram.com',
  241.                         'referer': 'https://www.instagram.com/accounts/edit/',
  242.                         'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  243.                         'sec-ch-ua-mobile': '?0',
  244.                         'sec-fetch-dest': 'empty',
  245.                         'sec-fetch-mode': 'cors',
  246.                         'sec-fetch-site': 'same-origin',
  247.                         'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  248.                         'x-csrftoken': 'XGn1DgK0YG2q5Juuy25fphr8ZfuyTmSr',
  249.                         'x-ig-app-id': '936619743392459',
  250.                         'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  251.                         'x-instagram-ajax': '41d8a89b6f90',
  252.                         'x-requested-with': 'XMLHttpRequest'
  253.                     }
  254.                     data3 = {
  255.                         'email': f'{email}',
  256.                         'username': f'{password}',
  257.                         'phone_number': f'{phone_number}',
  258.                         'biography': 'Swap by @oh.bx ',
  259.                         'external_url': '',
  260.                         'chaining_enabled': 'on'
  261.                     }
  262.  
  263.                     edit = requests.post(url, headers=head3, data=data3).text
  264.                     if ('{"status":"ok"}') in edit:
  265.                         print(green_color+"*"*20)
  266.                         print(W +f'{W}تم نقل {password} بنجاح')
  267.                         print(green_color+"*"*20)
  268.                     exit()
  269.                 else:
  270.                     count += 1
  271.                     print(f"{BRed}{count} [{password}] <== غير متاح  ")
  272.         start()
  273.     if d1 =='3':
  274.         def dkl():
  275.  
  276.             count = 0
  277.             print(BRed + '======================================================')
  278.             print(f"{BRed}[!]{nocolor}إذا قمت بتمكين التحقق من خطوتين ، فيرجى إلغاؤه")
  279.             print(BRed + '======================================================')
  280.             user = input(green_color + 'ادخل اليوزر: ')
  281.             passs = input(green_color + 'ادخل الباسوورد: ')
  282.  
  283.             insta = 'https://www.instagram.com/accounts/login/ajax/'
  284.             head = {
  285.                 'accept': '*/*',
  286.                 'accept-encoding': 'gzip, deflate, br',
  287.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.9,ar-SA;q=0.8',
  288.                 'content-length': '274',
  289.                 'content-type': 'application/x-www-form-urlencoded',
  290.                 'cookie': 'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; rur=VLL; csrftoken=Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  291.                 'origin': 'https://www.instagram.com',
  292.                 'referer': 'https://www.instagram.com/',
  293.                 'sec-fetch-dest': 'empty',
  294.                 'sec-fetch-mode': 'cors',
  295.                 'sec-fetch-site': 'same-origin',
  296.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  297.                 'x-csrftoken': 'Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  298.                 'x-ig-app-id': '936619743392459',
  299.                 'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9J8a',
  300.                 'x-instagram-ajax': '1cb44f68ffec',
  301.                 'x-requested-with': 'XMLHttpRequest'
  302.             }
  303.  
  304.             data1 = {
  305.                 'username': user,
  306.                 'enc_password': '#PWD_INSTAGRAM_BROWSER:0:1613212725:' + passs,
  307.                 'queryParams': '{}',
  308.                 'optIntoOneTap': 'false'
  309.  
  310.             }
  311.             rq = requests.post(insta, data=data1, headers=head)
  312.             animated_loading()
  313.             if ('"user":true,"') in rq.text:
  314.                 print(f'\n{W}تم تسجيل الدخول بنجاح ==> {user}')
  315.                 sessionid1 = rq.cookies['sessionid']
  316.                 url_your_data = 'https://www.instagram.com/accounts/edit/?__a=1'
  317.                 headers_your_data = {
  318.                     'accept': '*/*',
  319.                     'accept-encoding': 'gzip, deflate, br',
  320.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8',
  321.                     'cookie': f'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; ds_user_id=45334757205; rur=VLL; csrftoken=bIgRYPpWJicGXzVLzCoHrxzy0NCe0VJs; sessionid={sessionid1}',
  322.                     'referer': 'https://www.instagram.com/accounts/edit/',
  323.                     'sec-fetch-dest': 'empty',
  324.                     'sec-fetch-mode': 'cors',
  325.                     'sec-fetch-site': 'same-origin',
  326.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  327.                     'x-ig-app-id': '936619743392459',
  328.                     'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9KR4',
  329.                     'x-requested-with': 'XMLHttpRequest'
  330.                 }
  331.                 data_your_data = {
  332.                     '__a': '1'
  333.                 }
  334.                 req_your_data = requests.get(url_your_data, data=data_your_data, headers=headers_your_data)
  335.                 email = str(req_your_data.json()['form_data']['email'])
  336.                 phone_number = str(req_your_data.json()['form_data']['phone_number'])
  337.  
  338.                 dd = input(green_color + "ادخل اليوزر المستهدف: ")
  339.                 print(W + "=" * 20)
  340.                 while True:
  341.                     url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  342.  
  343.                     head1 = {
  344.                         'accept': '*/*',
  345.                         'accept-encoding': 'gzip, deflate, br',
  346.                         'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  347.                         'content-length': '61',
  348.                         'content-type': 'application/x-www-form-urlencoded',
  349.                         'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  350.                         'origin': 'https://www.instagram.com',
  351.                         'referer': 'https://www.instagram.com/accounts/emailsignup/',
  352.                         'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  353.                         'sec-ch-ua-mobile': '?0',
  354.                         'sec-fetch-dest': 'empty',
  355.                         'sec-fetch-mode': 'cors',
  356.                         'sec-fetch-site': 'same-origin',
  357.                         'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  358.                         'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  359.                         'x-ig-app-id': '936619743392459',
  360.                         'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  361.                         'x-instagram-ajax': '72bda6b1d047',
  362.                         'x-requested-with': 'XMLHttpRequest'
  363.  
  364.                     }
  365.                     data1 = {
  366.                         'email': '[email protected]',
  367.                         'username': f'{dd}',
  368.                         'first_name': 'AAAAAA',
  369.                         'opt_into_one_tap': 'false'
  370.                     }
  371.  
  372.                     da = requests.post(url, headers=head1, data=data1).text
  373.  
  374.                     if ('{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in da:
  375.                         print(f"{W} [{dd}] <==  متاح ")
  376.                         url = 'https://www.instagram.com/accounts/edit/'
  377.  
  378.                         head3 = {
  379.                             'accept': '*/*',
  380.                             'accept-encoding': 'gzip, deflate, br',
  381.                             'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  382.                             'content-length': '131',
  383.                             'content-type': 'application/x-www-form-urlencoded',
  384.                             'cookie': f'sessionid={sessionid1}',
  385.                             'origin': 'https://www.instagram.com',
  386.                             'referer': 'https://www.instagram.com/accounts/edit/',
  387.                             'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  388.                             'sec-ch-ua-mobile': '?0',
  389.                             'sec-fetch-dest': 'empty',
  390.                             'sec-fetch-mode': 'cors',
  391.                             'sec-fetch-site': 'same-origin',
  392.                             'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  393.                             'x-csrftoken': 'XGn1DgK0YG2q5Juuy25fphr8ZfuyTmSr',
  394.                             'x-ig-app-id': '936619743392459',
  395.                             'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  396.                             'x-instagram-ajax': '41d8a89b6f90',
  397.                             'x-requested-with': 'XMLHttpRequest'
  398.                         }
  399.                         data3 = {
  400.                             'email': f'{email}',
  401.                             'username': f'{dd}',
  402.                             'phone_number': f'{phone_number}',
  403.                             'biography': 'Swap by @oh.bx ',
  404.                             'external_url': '',
  405.                             'chaining_enabled': 'on'
  406.                         }
  407.  
  408.                         edit = requests.post(url, headers=head3, data=data3).text
  409.                         if ('{"status":"ok"}') in edit:
  410.                             print(green_color + "*" * 20)
  411.                             print(W + f'{W}تم نقل {dd} بنجاح')
  412.                             print(green_color + "*" * 20)
  413.                         exit()
  414.                     else:
  415.                         print(f"{BRed} [{dd}] <== غير متاح  ")
  416.             else:
  417.                 print(f'\n{BRed}فشل تسجيل الدخول ==> {user}')
  418.                 print(f"{W}*" * 20)
  419.                 dkl()
  420.         dkl()
  421.     if d1 =='4':
  422.         print("___________________         ")
  423.         print("1.شبه ثلاثي بـ(_)")
  424.         print("2.شبه ثلاثي(.)")
  425.         print("3.شبه ثلاثي عشوائي")
  426.         print("4.ثلاثي")
  427.         print("5.ثلاثي بدون ارقام")
  428.         print("6.رباعي")
  429.         print("7.رباعي بدون ارقام")
  430.  
  431.         print("8.مخصص")
  432.         sa = input("اختار:")
  433.         if sa == "1":
  434.  
  435.             print("مكانها؟")
  436.             print("1| (_***)")
  437.             print("2| (*_**)")
  438.             print("3| (**_*)")
  439.             print("4| (***_)")
  440.             da = input("اختار:")
  441.             if da == "1":
  442.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  443.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  444.                 amount = input('كم عدد اليوزرات ؟')
  445.                 amount = int(amount)
  446.  
  447.                 length2 = 3
  448.                 length2 = int(length2)
  449.  
  450.                 for password in range(amount):
  451.                     password = ''
  452.  
  453.                     for item in range(length2):
  454.                         password = ''
  455.                     for item in range(length2):
  456.                         password += random.choice(chars2)
  457.                     bb = uesr + password
  458.                     print(bb)
  459.                     with open('user.txt', 'a') as x:
  460.                         x.write(bb + '\n')
  461.             if da == "2":
  462.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  463.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  464.                 amount = input('كم عدد اليوزرات ؟')
  465.                 amount = int(amount)
  466.  
  467.                 length2 = 3
  468.                 length2 = int(length2)
  469.  
  470.                 for password in range(amount):
  471.                     password = ''
  472.  
  473.                     for item in range(length2):
  474.                         password = ''
  475.                     for item in range(length2):
  476.                         password = random.choice(chars2)
  477.                     for item in range(2):
  478.                         password1 = ''
  479.                     for item in range(2):
  480.                         password1 += random.choice(chars2)
  481.                     ba = password + uesr + password1
  482.  
  483.                     print(ba)
  484.                     with open('user.txt', 'a') as x:
  485.                         x.write(ba + '\n')
  486.  
  487.             if da == "3":
  488.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  489.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  490.                 amount = input('كم عدد اليوزرات ؟')
  491.                 amount = int(amount)
  492.  
  493.                 length2 = 3
  494.                 length2 = int(length2)
  495.  
  496.                 for password in range(amount):
  497.                     password = ''
  498.  
  499.                     for item in range(2):
  500.                         password = ''
  501.                     for item in range(2):
  502.                         password += random.choice(chars2)
  503.                     for item in range(1):
  504.                         password1 = ''
  505.                     for item in range(1):
  506.                         password1 += random.choice(chars2)
  507.                     bd = password + uesr + password1
  508.  
  509.                     print(bd)
  510.                     with open('user.txt', 'a') as x:
  511.                         x.write(bd + '\n')
  512.             if da == "4":
  513.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  514.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  515.                 amount = input('كم عدد اليوزرات ؟')
  516.                 amount = int(amount)
  517.  
  518.                 length2 = 3
  519.                 length2 = int(length2)
  520.  
  521.                 for password in range(amount):
  522.                     password = ''
  523.                     for item in range(3):
  524.                         password = ''
  525.                     for item in range(3):
  526.                         password += random.choice(chars2)
  527.  
  528.                     bc = password + uesr
  529.  
  530.                     print(bc)
  531.                     with open('user.txt', 'a') as x:
  532.                         x.write(bc + '\n')
  533.         if sa == "2":
  534.             print("مكانها؟")
  535.             print("1| *.**")
  536.             print("2| **.*")
  537.             da = input("اختار:")
  538.             if da == "1":
  539.                 uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  540.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  541.                 amount = input('كم عدد اليوزرات ؟')
  542.                 amount = int(amount)
  543.  
  544.                 length2 = 3
  545.                 length2 = int(length2)
  546.  
  547.                 for password in range(amount):
  548.                     password = ''
  549.  
  550.                     for item in range(length2):
  551.                         password = ''
  552.                     for item in range(length2):
  553.                         password = random.choice(chars2)
  554.                     for item in range(2):
  555.                         password1 = ''
  556.                     for item in range(2):
  557.                         password1 += random.choice(chars2)
  558.                     ba = password + uesr + password1
  559.  
  560.                     print(ba)
  561.                     with open('user.txt', 'a') as x:
  562.                         x.write(ba + '\n')
  563.             if da == "2":
  564.                 uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  565.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  566.                 amount = input('كم عدد اليوزرات ؟')
  567.                 amount = int(amount)
  568.  
  569.                 length2 = 3
  570.                 length2 = int(length2)
  571.  
  572.                 for password in range(amount):
  573.                     password = ''
  574.  
  575.                     for item in range(2):
  576.                         password = ''
  577.                     for item in range(2):
  578.                         password += random.choice(chars2)
  579.                     for item in range(1):
  580.                         password1 = ''
  581.                     for item in range(1):
  582.                         password1 += random.choice(chars2)
  583.                     bd = password + uesr + password1
  584.  
  585.                     print(bd)
  586.                     with open('user.txt', 'a') as x:
  587.                         x.write(bd + '\n')
  588.         if sa == "3":
  589.             uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  590.             chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  591.             amount = input('كم عدد اليوزرات ؟')
  592.             amount = int(amount)
  593.             length2 = 3
  594.             length2 = int(length2)
  595.  
  596.             for password1 in range(amount):
  597.                 password2 = ''
  598.                 for item in range(length2):
  599.                     password2 = ''
  600.                 for item in range(length2):
  601.                     password2 = random.choice(chars2)
  602.                 for item in range(2):
  603.                     password3 = ''
  604.                 for item in range(2):
  605.                     password3 += random.choice(chars2)
  606.                 password27 = password2 + "." + password3
  607.  
  608.                 password4 = ''
  609.  
  610.                 for item in range(2):
  611.                     password4 = ''
  612.                 for item in range(2):
  613.                     password4 += random.choice(chars2)
  614.                 for item in range(1):
  615.                     password5 = ""
  616.                 for item in range(1):
  617.                     password5 += random.choice(uesr)
  618.                 for item in range(1):
  619.                     password99 = ''
  620.                 for item in range(1):
  621.                     password99 += random.choice(chars2)
  622.                     password9 = password4 + password5 + password99
  623.  
  624.                 useer = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  625.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  626.  
  627.                 for password109 in range(amount):
  628.                     password109 = ''
  629.                     for item in range(length2):
  630.                         password109 = ''
  631.                     for item in range(length2):
  632.                         password109 += random.choice(chars2)
  633.                     password350 = "_" + password109
  634.  
  635.                     password20 = ''
  636.                     for item in range(length2):
  637.                         password20 = ''
  638.                     for item in range(length2):
  639.                         password20 = random.choice(chars2)
  640.                     for item in range(2):
  641.                         password30 = ''
  642.                     for item in range(2):
  643.                         password30 += random.choice(chars2)
  644.                     password270 = password20 + "_" + password30
  645.  
  646.                     password40 = ''
  647.  
  648.                     for item in range(2):
  649.                         password40 = ''
  650.                     for item in range(2):
  651.                         password40 += random.choice(chars2)
  652.                     for item in range(1):
  653.                         password50 = ""
  654.                     for item in range(1):
  655.                         password50 += random.choice(useer)
  656.                     for item in range(1):
  657.                         password990 = ''
  658.                     for item in range(1):
  659.                         password990 += random.choice(chars2)
  660.                         password90 = password40 + password50 + password990
  661.  
  662.                     password60 = ''
  663.                     for item in range(3):
  664.                         password60 = ''
  665.                     for item in range(3):
  666.                         password60 += random.choice(chars2)
  667.                         password100 = password60 + "_"
  668.  
  669.                 mylist = [password9, password27, password100, password90, password270, password350]
  670.                 passwordff = ""
  671.                 ddd = passwordff + random.choice(mylist)
  672.                 print(ddd)
  673.                 with open('user.txt', 'a') as x:
  674.                     x.write(ddd + '\n')
  675.         if sa == "4":
  676.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  677.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890'  # ارقام واحرف لو ترغب
  678.             amount = input('كم عدد اليوزرات ؟')
  679.             amount = int(amount)
  680.  
  681.             length2 = int(3)
  682.  
  683.             for password in range(amount):
  684.                 password = ''
  685.  
  686.                 for item in range(length2):
  687.                     password = ''
  688.                 for item in range(length2):
  689.                     password += random.choice(chars2)
  690.  
  691.                 print(password)
  692.                 with open('user.txt', 'a') as x:
  693.                     x.write(uesr + password + '\n')
  694.         if sa == "5":
  695.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  696.             chars2 = 'qwertyuiopasdfghjklzxcvbnm'  # ارقام واحرف لو ترغب
  697.             amount = input('كم عدد اليوزرات ؟')
  698.             amount = int(amount)
  699.             length2 = int(3)
  700.  
  701.             for password in range(amount):
  702.                 password = ''
  703.  
  704.                 for item in range(length2):
  705.                     password = ''
  706.                 for item in range(length2):
  707.                     password += random.choice(chars2)
  708.  
  709.                 print(password)
  710.                 with open('user.txt', 'a') as x:
  711.                     x.write(uesr + password + '\n')
  712.         if sa == "6":
  713.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  714.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890'  # ارقام واحرف لو ترغب
  715.             amount = input('كم عدد اليوزرات ؟')
  716.             amount = int(amount)
  717.  
  718.             length2 = int(4)
  719.  
  720.             for password in range(amount):
  721.                 password = ''
  722.  
  723.                 for item in range(length2):
  724.                     password = ''
  725.                 for item in range(length2):
  726.                     password += random.choice(chars2)
  727.  
  728.                 print(password)
  729.                 with open('user.txt', 'a') as x:
  730.                     x.write(uesr + password + '\n')
  731.         if sa == "7":
  732.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  733.             chars2 = 'qwertyuiopasdfghjklzxcvbnm'  # ارقام واحرف لو ترغب
  734.             amount = input('كم عدد اليوزرات ؟')
  735.             amount = int(amount)
  736.             length2 = int(4)
  737.  
  738.             for password in range(amount):
  739.                 password = ''
  740.  
  741.                 for item in range(length2):
  742.                     password = ''
  743.                 for item in range(length2):
  744.                     password += random.choice(chars2)
  745.  
  746.                 print(password)
  747.                 with open('user.txt', 'a') as x:
  748.                     x.write(uesr + password + '\n')
  749.         if sa == "8":
  750.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  751.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890._'  # ارقام واحرف لو ترغب
  752.             amount = input('كم عدد اليوزرات ؟')
  753.             amount = int(amount)
  754.  
  755.             length2 = input('ما طول اليوزر الي تبيه؟')
  756.             length2 = int(length2)
  757.  
  758.             for password in range(amount):
  759.                 password = ''
  760.  
  761.                 for item in range(length2):
  762.                     password = ''
  763.                 for item in range(length2):
  764.                     password += random.choice(chars2)
  765.  
  766.                 print(password)
  767.                 with open('user.txt', 'a') as x:
  768.                     x.write(uesr + password + '\n')
  769. if lang =='2':
  770.     print(green_color + "1 [Checker]")
  771.     print('2 [Checker with turbo]')
  772.     print('3 [Turbo]')
  773.     print('4 [Maker list]')
  774.     d1 = input(W+"═══> ")
  775.     if d1 == '1':
  776.         count = 0
  777.         dd = input(green_color + "Enter user list: ")
  778.         password = open(dd).read().splitlines()
  779.  
  780.         for password in password:
  781.             url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  782.  
  783.             head1 = {
  784.                 'accept': '*/*',
  785.                 'accept-encoding': 'gzip, deflate, br',
  786.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  787.                 'content-length': '61',
  788.                 'content-type': 'application/x-www-form-urlencoded',
  789.                 'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  790.                 'origin': 'https://www.instagram.com',
  791.                 'referer': 'https://www.instagram.com/accounts/emailsignup/',
  792.                 'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  793.                 'sec-ch-ua-mobile': '?0',
  794.                 'sec-fetch-dest': 'empty',
  795.                 'sec-fetch-mode': 'cors',
  796.                 'sec-fetch-site': 'same-origin',
  797.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  798.                 'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  799.                 'x-ig-app-id': '936619743392459',
  800.                 'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  801.                 'x-instagram-ajax': '72bda6b1d047',
  802.                 'x-requested-with': 'XMLHttpRequest'
  803.  
  804.             }
  805.             data1 = {
  806.                 'email': '[email protected]',
  807.                 'username': f'{password}',
  808.                 'first_name': 'AAAAAA',
  809.                 'opt_into_one_tap': 'false'
  810.             }
  811.  
  812.             da = requests.post(url, headers=head1, data=data1).text
  813.  
  814.             if (
  815.             '{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in da:
  816.                 count += 1
  817.                 print(f"{W}{count} [{password}] <==  available")
  818.  
  819.             else:
  820.                 count += 1
  821.                 print(f"{BRed}{count} [{password}] <== Not available ")
  822.     if d1 == '2':
  823.         def start():
  824.             count = 0
  825.             print(BRed+'======================================================')
  826.             print(f"{BRed}[!] {nocolor}If you have enabled two-step verification, please cancel it")
  827.             print(BRed+'======================================================')
  828.             user = input(green_color + 'Enter username: ')
  829.             passs = input(green_color + 'Enter password: ')
  830.  
  831.             insta = 'https://www.instagram.com/accounts/login/ajax/'
  832.             head = {
  833.                 'accept': '*/*',
  834.                 'accept-encoding': 'gzip, deflate, br',
  835.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.9,ar-SA;q=0.8',
  836.                 'content-length': '274',
  837.                 'content-type': 'application/x-www-form-urlencoded',
  838.                 'cookie': 'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; rur=VLL; csrftoken=Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  839.                 'origin': 'https://www.instagram.com',
  840.                 'referer': 'https://www.instagram.com/',
  841.                 'sec-fetch-dest': 'empty',
  842.                 'sec-fetch-mode': 'cors',
  843.                 'sec-fetch-site': 'same-origin',
  844.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  845.                 'x-csrftoken': 'Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  846.                 'x-ig-app-id': '936619743392459',
  847.                 'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9J8a',
  848.                 'x-instagram-ajax': '1cb44f68ffec',
  849.                 'x-requested-with': 'XMLHttpRequest'
  850.             }
  851.  
  852.             data1 = {
  853.                 'username': user,
  854.                 'enc_password': '#PWD_INSTAGRAM_BROWSER:0:1613212725:' + passs,
  855.                 'queryParams': '{}',
  856.                 'optIntoOneTap': 'false'
  857.  
  858.             }
  859.             rq = requests.post(insta, data=data1, headers=head)
  860.             animated_loading()
  861.             if ('"user":true,"') in rq.text:
  862.                 print(f'\n{W}Login successfully ==> {user}')
  863.                 sessionid1 = rq.cookies['sessionid']
  864.                 url_your_data = 'https://www.instagram.com/accounts/edit/?__a=1'
  865.                 headers_your_data = {
  866.                     'accept': '*/*',
  867.                     'accept-encoding': 'gzip, deflate, br',
  868.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8',
  869.                     'cookie': f'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; ds_user_id=45334757205; rur=VLL; csrftoken=bIgRYPpWJicGXzVLzCoHrxzy0NCe0VJs; sessionid={sessionid1}',
  870.                     'referer': 'https://www.instagram.com/accounts/edit/',
  871.                     'sec-fetch-dest': 'empty',
  872.                     'sec-fetch-mode': 'cors',
  873.                     'sec-fetch-site': 'same-origin',
  874.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  875.                     'x-ig-app-id': '936619743392459',
  876.                     'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9KR4',
  877.                     'x-requested-with': 'XMLHttpRequest'
  878.                 }
  879.                 data_your_data = {
  880.                     '__a': '1'
  881.                 }
  882.                 req_your_data = requests.get(url_your_data, data=data_your_data, headers=headers_your_data)
  883.                 email = str(req_your_data.json()['form_data']['email'])
  884.                 phone_number = str(req_your_data.json()['form_data']['phone_number'])
  885.  
  886.  
  887.                 dd = input(green_color+"Enter user list: ")
  888.                 print(W+"="*20)
  889.             else:
  890.                 print(f'\n{BRed}Faild login ==> {user}')
  891.                 print(f"{W}*" * 20)
  892.                 start()
  893.  
  894.             password = open(dd).read().splitlines()
  895.             for password in password:
  896.                 url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  897.  
  898.                 head1 = {
  899.                     'accept': '*/*',
  900.                     'accept-encoding': 'gzip, deflate, br',
  901.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  902.                     'content-length': '61',
  903.                     'content-type': 'application/x-www-form-urlencoded',
  904.                     'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  905.                     'origin': 'https://www.instagram.com',
  906.                     'referer': 'https://www.instagram.com/accounts/emailsignup/',
  907.                     'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  908.                     'sec-ch-ua-mobile': '?0',
  909.                     'sec-fetch-dest': 'empty',
  910.                     'sec-fetch-mode': 'cors',
  911.                     'sec-fetch-site': 'same-origin',
  912.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  913.                     'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  914.                     'x-ig-app-id': '936619743392459',
  915.                     'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  916.                     'x-instagram-ajax': '72bda6b1d047',
  917.                     'x-requested-with': 'XMLHttpRequest'
  918.  
  919.                 }
  920.                 data1 = {
  921.                     'email': '[email protected]',
  922.                     'username': f'{password}',
  923.                     'first_name': 'AAAAAA',
  924.                     'opt_into_one_tap': 'false'
  925.                 }
  926.  
  927.                 da = requests.post(url, headers=head1, data=data1).text
  928.  
  929.                 if (
  930.                 '{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in da:
  931.                     count += 1
  932.                     print(f"{W}{count} [{password}] <== available ")
  933.                     url = 'https://www.instagram.com/accounts/edit/'
  934.  
  935.                     head3 = {
  936.                         'accept': '*/*',
  937.                         'accept-encoding': 'gzip, deflate, br',
  938.                         'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  939.                         'content-length': '131',
  940.                         'content-type': 'application/x-www-form-urlencoded',
  941.                         'cookie': f'sessionid={sessionid1}',
  942.                         'origin': 'https://www.instagram.com',
  943.                         'referer': 'https://www.instagram.com/accounts/edit/',
  944.                         'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  945.                         'sec-ch-ua-mobile': '?0',
  946.                         'sec-fetch-dest': 'empty',
  947.                         'sec-fetch-mode': 'cors',
  948.                         'sec-fetch-site': 'same-origin',
  949.                         'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  950.                         'x-csrftoken': 'XGn1DgK0YG2q5Juuy25fphr8ZfuyTmSr',
  951.                         'x-ig-app-id': '936619743392459',
  952.                         'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  953.                         'x-instagram-ajax': '41d8a89b6f90',
  954.                         'x-requested-with': 'XMLHttpRequest'
  955.                     }
  956.                     data3 = {
  957.                         'email': f'{email}',
  958.                         'username': f'{password}',
  959.                         'phone_number': f'{phone_number}',
  960.                         'biography': 'Swap by @oh.bx ',
  961.                         'external_url': '',
  962.                         'chaining_enabled': 'on'
  963.                     }
  964.  
  965.                     edit = requests.post(url, headers=head3, data=data3).text
  966.                     if ('{"status":"ok"}') in edit:
  967.                         print(green_color+"*"*20)
  968.                         print(W+f'{password} has been moved successfully ')
  969.                         print(green_color+"*"*20)
  970.                     exit()
  971.                 else:
  972.                     count += 1
  973.                     print(f"{BRed}{count} [{password}] <== Not available  ")
  974.  
  975.  
  976.         start()
  977.     if d1 == '3':
  978.         def ddf():
  979.             count = 0
  980.             print(BRed+'======================================================')
  981.             print(f"{BRed}[!] {nocolor}If you have enabled two-step verification, please cancel it")
  982.             print(BRed+'======================================================')
  983.             user = input(green_color + 'Enter username: ')
  984.             passs = input(green_color + 'Enter password: ')
  985.  
  986.             insta = 'https://www.instagram.com/accounts/login/ajax/'
  987.             head = {
  988.                 'accept': '*/*',
  989.                 'accept-encoding': 'gzip, deflate, br',
  990.                 'accept-language': 'ar,en-US;q=0.9,en;q=0.9,ar-SA;q=0.8',
  991.                 'content-length': '274',
  992.                 'content-type': 'application/x-www-form-urlencoded',
  993.                 'cookie': 'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; rur=VLL; csrftoken=Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  994.                 'origin': 'https://www.instagram.com',
  995.                 'referer': 'https://www.instagram.com/',
  996.                 'sec-fetch-dest': 'empty',
  997.                 'sec-fetch-mode': 'cors',
  998.                 'sec-fetch-site': 'same-origin',
  999.                 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  1000.                 'x-csrftoken': 'Iwq1hnXNJ3Y8IH1fRYDND6r72Zezq28I',
  1001.                 'x-ig-app-id': '936619743392459',
  1002.                 'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9J8a',
  1003.                 'x-instagram-ajax': '1cb44f68ffec',
  1004.                 'x-requested-with': 'XMLHttpRequest'
  1005.             }
  1006.  
  1007.             data1 = {
  1008.                 'username': user,
  1009.                 'enc_password': '#PWD_INSTAGRAM_BROWSER:0:1613212725:' + passs,
  1010.                 'queryParams': '{}',
  1011.                 'optIntoOneTap': 'false'
  1012.  
  1013.             }
  1014.             rq = requests.post(insta, data=data1, headers=head)
  1015.             animated_loading()
  1016.             if ('"user":true,"') in rq.text:
  1017.                 print(f'\n{W}Login successfully ==> {user}')
  1018.                 sessionid1 = rq.cookies['sessionid']
  1019.                 url_your_data = 'https://www.instagram.com/accounts/edit/?__a=1'
  1020.                 headers_your_data = {
  1021.                     'accept': '*/*',
  1022.                     'accept-encoding': 'gzip, deflate, br',
  1023.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8',
  1024.                     'cookie': f'ig_did=3E70DB93-4A27-43EB-8463-E0BFC9B02AE1; mid=YCAadAALAAH35g_7e7h0SwBbFzBt; ig_nrcb=1; ds_user_id=45334757205; rur=VLL; csrftoken=bIgRYPpWJicGXzVLzCoHrxzy0NCe0VJs; sessionid={sessionid1}',
  1025.                     'referer': 'https://www.instagram.com/accounts/edit/',
  1026.                     'sec-fetch-dest': 'empty',
  1027.                     'sec-fetch-mode': 'cors',
  1028.                     'sec-fetch-site': 'same-origin',
  1029.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36',
  1030.                     'x-ig-app-id': '936619743392459',
  1031.                     'x-ig-www-claim': 'hmac.AR3P8eA45g5ELL3lqdIm-DHKY2MSY_kGWkN0tGEwG2Ks9KR4',
  1032.                     'x-requested-with': 'XMLHttpRequest'
  1033.                 }
  1034.                 data_your_data = {
  1035.                     '__a': '1'
  1036.                 }
  1037.                 req_your_data = requests.get(url_your_data, data=data_your_data, headers=headers_your_data)
  1038.                 email = str(req_your_data.json()['form_data']['email'])
  1039.                 phone_number = str(req_your_data.json()['form_data']['phone_number'])
  1040.  
  1041.  
  1042.                 dd = input(green_color+"Enter user target: ")
  1043.                 print(W+"="*20)
  1044.             else:
  1045.                 print(f'\n{BRed}Faild login ==> {user}')
  1046.                 print(f"{W}*" * 20)
  1047.                 start()
  1048.  
  1049.  
  1050.             while True:
  1051.                 url = 'https://www.instagram.com/accounts/web_create_ajax/attempt/'
  1052.  
  1053.                 head1 = {
  1054.                     'accept': '*/*',
  1055.                     'accept-encoding': 'gzip, deflate, br',
  1056.                     'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  1057.                     'content-length': '61',
  1058.                     'content-type': 'application/x-www-form-urlencoded',
  1059.                     'cookie': 'ig_cb=2; ig_did=BB52B198-B05A-424E-BA07-B15F3D4C3893; mid=YAlcaQALAAHzmX6nvD8dWMRVYFCO; shbid=15012; rur=PRN; shbts=1612894029.7666144; csrftoken=CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  1060.                     'origin': 'https://www.instagram.com',
  1061.                     'referer': 'https://www.instagram.com/accounts/emailsignup/',
  1062.                     'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  1063.                     'sec-ch-ua-mobile': '?0',
  1064.                     'sec-fetch-dest': 'empty',
  1065.                     'sec-fetch-mode': 'cors',
  1066.                     'sec-fetch-site': 'same-origin',
  1067.                     'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  1068.                     'x-csrftoken': 'CPKow8myeXW9AuB3Lny0wNxx0EzoDQoI',
  1069.                     'x-ig-app-id': '936619743392459',
  1070.                     'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  1071.                     'x-instagram-ajax': '72bda6b1d047',
  1072.                     'x-requested-with': 'XMLHttpRequest'
  1073.  
  1074.                 }
  1075.                 data1 = {
  1076.                     'email': '[email protected]',
  1077.                     'username': f'{dd}',
  1078.                     'first_name': 'AAAAAA',
  1079.                     'opt_into_one_tap': 'false'
  1080.                 }
  1081.  
  1082.                 da = requests.post(url, headers=head1, data=data1).text
  1083.  
  1084.                 if (
  1085.                 '{"account_created": false, "errors": {"email": [{"message": "Too many accounts are using [email protected].", "code": "email_sharing_limit"}], "__all__": [{"message": "Create a password at least 6 characters long.", "code": "too_short_password"}]}, "dryrun_passed": false, "username_suggestions": [], "status": "ok", "error_type": "form_validation_error"}') in da:
  1086.                     count += 1
  1087.                     print(f"{W} [{dd}] <== available ")
  1088.                     url = 'https://www.instagram.com/accounts/edit/'
  1089.  
  1090.                     head3 = {
  1091.                         'accept': '*/*',
  1092.                         'accept-encoding': 'gzip, deflate, br',
  1093.                         'accept-language': 'ar,en-US;q=0.9,en;q=0.8,ar-SA;q=0.7',
  1094.                         'content-length': '131',
  1095.                         'content-type': 'application/x-www-form-urlencoded',
  1096.                         'cookie': f'sessionid={sessionid1}',
  1097.                         'origin': 'https://www.instagram.com',
  1098.                         'referer': 'https://www.instagram.com/accounts/edit/',
  1099.                         'sec-ch-ua': '"Google Chrome";v="87", " Not;A Brand";v="99", "Chromium";v="87"',
  1100.                         'sec-ch-ua-mobile': '?0',
  1101.                         'sec-fetch-dest': 'empty',
  1102.                         'sec-fetch-mode': 'cors',
  1103.                         'sec-fetch-site': 'same-origin',
  1104.                         'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36',
  1105.                         'x-csrftoken': 'XGn1DgK0YG2q5Juuy25fphr8ZfuyTmSr',
  1106.                         'x-ig-app-id': '936619743392459',
  1107.                         'x-ig-www-claim': 'hmac.AR0Plwj5om112fwzrrYnMNjMLPnyWfFFq1tG7MCcMv5_vN9M',
  1108.                         'x-instagram-ajax': '41d8a89b6f90',
  1109.                         'x-requested-with': 'XMLHttpRequest'
  1110.                     }
  1111.                     data3 = {
  1112.                         'email': f'{email}',
  1113.                         'username': f'{dd}',
  1114.                         'phone_number': f'{phone_number}',
  1115.                         'biography': 'Swap by @oh.bx ',
  1116.                         'external_url': '',
  1117.                         'chaining_enabled': 'on'
  1118.                     }
  1119.  
  1120.                     edit = requests.post(url, headers=head3, data=data3).text
  1121.                     if ('{"status":"ok"}') in edit:
  1122.                         print(green_color+"*"*20)
  1123.                         print(W+f'{dd} has been moved successfully ')
  1124.                         print(green_color+"*"*20)
  1125.                     exit()
  1126.                 else:
  1127.                     count += 1
  1128.  
  1129.                 print(f"{BRed} [{dd}] <== Not available  ")
  1130.         ddf()
  1131.     if d1 == '4':
  1132.         print("___________________         ")
  1133.         print("1.Triple with (_)")
  1134.         print("2.Triple with (.)")
  1135.         print("3.Random triple using (.) And (_)")
  1136.         print("4.triple")
  1137.         print("5.Triple without numbers")
  1138.         print("6.Quadrant")
  1139.         print("7.Quadrant without numbers")
  1140.         print("8.Custom")
  1141.  
  1142.         sa = input("Choose a number:")
  1143.         if sa == "1":
  1144.  
  1145.             print("Her place ?")
  1146.             print("1| (_***)")
  1147.             print("2| (*_**)")
  1148.             print("3| (**_*)")
  1149.             print("4| (***_)")
  1150.             da = input("Choose a number:")
  1151.             if da == "1":
  1152.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1153.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1154.                 amount = input('How many ?')
  1155.                 amount = int(amount)
  1156.  
  1157.                 length2 = 3
  1158.                 length2 = int(length2)
  1159.  
  1160.                 for password in range(amount):
  1161.                     password = ''
  1162.  
  1163.                     for item in range(length2):
  1164.                         password = ''
  1165.                     for item in range(length2):
  1166.                         password += random.choice(chars2)
  1167.                     bb = uesr + password
  1168.                     print(bb)
  1169.                     with open('user.txt', 'a') as x:
  1170.                         x.write(bb + '\n')
  1171.             if da == "2":
  1172.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1173.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1174.                 amount = input('How many ?')
  1175.                 amount = int(amount)
  1176.  
  1177.                 length2 = 3
  1178.                 length2 = int(length2)
  1179.  
  1180.                 for password in range(amount):
  1181.                     password = ''
  1182.  
  1183.                     for item in range(length2):
  1184.                         password = ''
  1185.                     for item in range(length2):
  1186.                         password = random.choice(chars2)
  1187.                     for item in range(2):
  1188.                         password1 = ''
  1189.                     for item in range(2):
  1190.                         password1 += random.choice(chars2)
  1191.                     ba = password + uesr + password1
  1192.  
  1193.                     print(ba)
  1194.                     with open('user.txt', 'a') as x:
  1195.                         x.write(ba + '\n')
  1196.  
  1197.             if da == "3":
  1198.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1199.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1200.                 amount = input('How many ?')
  1201.                 amount = int(amount)
  1202.  
  1203.                 length2 = 3
  1204.                 length2 = int(length2)
  1205.  
  1206.                 for password in range(amount):
  1207.                     password = ''
  1208.  
  1209.                     for item in range(2):
  1210.                         password = ''
  1211.                     for item in range(2):
  1212.                         password += random.choice(chars2)
  1213.                     for item in range(1):
  1214.                         password1 = ''
  1215.                     for item in range(1):
  1216.                         password1 += random.choice(chars2)
  1217.                     bd = password + uesr + password1
  1218.  
  1219.                     print(bd)
  1220.                     with open('user.txt', 'a') as x:
  1221.                         x.write(bd + '\n')
  1222.             if da == "4":
  1223.                 uesr = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1224.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1225.                 amount = input('How many ?')
  1226.                 amount = int(amount)
  1227.  
  1228.                 length2 = 3
  1229.                 length2 = int(length2)
  1230.  
  1231.                 for password in range(amount):
  1232.                     password = ''
  1233.                     for item in range(3):
  1234.                         password = ''
  1235.                     for item in range(3):
  1236.                         password += random.choice(chars2)
  1237.  
  1238.                     bc = password + uesr
  1239.  
  1240.                     print(bc)
  1241.                     with open('user.txt', 'a') as x:
  1242.                         x.write(bc + '\n')
  1243.         if sa == "2":
  1244.             print("Her place ?")
  1245.             print("1| *.**")
  1246.             print("2| **.*")
  1247.             da = input("Choose a number:")
  1248.             if da == "1":
  1249.                 uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1250.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1251.                 amount = input('How many ?')
  1252.                 amount = int(amount)
  1253.  
  1254.                 length2 = 3
  1255.                 length2 = int(length2)
  1256.  
  1257.                 for password in range(amount):
  1258.                     password = ''
  1259.  
  1260.                     for item in range(length2):
  1261.                         password = ''
  1262.                     for item in range(length2):
  1263.                         password = random.choice(chars2)
  1264.                     for item in range(2):
  1265.                         password1 = ''
  1266.                     for item in range(2):
  1267.                         password1 += random.choice(chars2)
  1268.                     ba = password + uesr + password1
  1269.  
  1270.                     print(ba)
  1271.                     with open('user.txt', 'a') as x:
  1272.                         x.write(ba + '\n')
  1273.             if da == "2":
  1274.                 uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1275.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1276.                 amount = input('How many? ')
  1277.                 amount = int(amount)
  1278.  
  1279.                 length2 = 3
  1280.                 length2 = int(length2)
  1281.  
  1282.                 for password in range(amount):
  1283.                     password = ''
  1284.  
  1285.                     for item in range(2):
  1286.                         password = ''
  1287.                     for item in range(2):
  1288.                         password += random.choice(chars2)
  1289.                     for item in range(1):
  1290.                         password1 = ''
  1291.                     for item in range(1):
  1292.                         password1 += random.choice(chars2)
  1293.                     bd = password + uesr + password1
  1294.  
  1295.                     print(bd)
  1296.                     with open('user.txt', 'a') as x:
  1297.                         x.write(bd + '\n')
  1298.         if sa == "3":
  1299.             uesr = '.'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1300.             chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1301.             amount = input('How many? ')
  1302.             amount = int(amount)
  1303.             length2 = 3
  1304.             length2 = int(length2)
  1305.  
  1306.             for password1 in range(amount):
  1307.                 password2 = ''
  1308.                 for item in range(length2):
  1309.                     password2 = ''
  1310.                 for item in range(length2):
  1311.                     password2 = random.choice(chars2)
  1312.                 for item in range(2):
  1313.                     password3 = ''
  1314.                 for item in range(2):
  1315.                     password3 += random.choice(chars2)
  1316.                 password27 = password2 + "." + password3
  1317.  
  1318.                 password4 = ''
  1319.  
  1320.                 for item in range(2):
  1321.                     password4 = ''
  1322.                 for item in range(2):
  1323.                     password4 += random.choice(chars2)
  1324.                 for item in range(1):
  1325.                     password5 = ""
  1326.                 for item in range(1):
  1327.                     password5 += random.choice(uesr)
  1328.                 for item in range(1):
  1329.                     password99 = ''
  1330.                 for item in range(1):
  1331.                     password99 += random.choice(chars2)
  1332.                     password9 = password4 + password5 + password99
  1333.  
  1334.                 useer = '_'  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1335.                 chars2 = 'qwertyuiopasdfghjklzxcvbnm0123456789'  # ارقام واحرف لو ترغب
  1336.  
  1337.                 for password109 in range(amount):
  1338.                     password109 = ''
  1339.                     for item in range(length2):
  1340.                         password109 = ''
  1341.                     for item in range(length2):
  1342.                         password109 += random.choice(chars2)
  1343.                     password350 = "_" + password109
  1344.  
  1345.                     password20 = ''
  1346.                     for item in range(length2):
  1347.                         password20 = ''
  1348.                     for item in range(length2):
  1349.                         password20 = random.choice(chars2)
  1350.                     for item in range(2):
  1351.                         password30 = ''
  1352.                     for item in range(2):
  1353.                         password30 += random.choice(chars2)
  1354.                     password270 = password20 + "_" + password30
  1355.  
  1356.                     password40 = ''
  1357.  
  1358.                     for item in range(2):
  1359.                         password40 = ''
  1360.                     for item in range(2):
  1361.                         password40 += random.choice(chars2)
  1362.                     for item in range(1):
  1363.                         password50 = ""
  1364.                     for item in range(1):
  1365.                         password50 += random.choice(useer)
  1366.                     for item in range(1):
  1367.                         password990 = ''
  1368.                     for item in range(1):
  1369.                         password990 += random.choice(chars2)
  1370.                         password90 = password40 + password50 + password990
  1371.  
  1372.                     password60 = ''
  1373.                     for item in range(3):
  1374.                         password60 = ''
  1375.                     for item in range(3):
  1376.                         password60 += random.choice(chars2)
  1377.                         password100 = password60 + "_"
  1378.  
  1379.                 mylist = [password9, password27, password100, password90, password270, password350]
  1380.                 passwordff = ""
  1381.                 ddd = passwordff + random.choice(mylist)
  1382.                 print(ddd)
  1383.                 with open('user.txt', 'a') as x:
  1384.                     x.write(ddd + '\n')
  1385.         if sa == "4":
  1386.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1387.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890'  # ارقام واحرف لو ترغب
  1388.             amount = input('How many')
  1389.             amount = int(amount)
  1390.  
  1391.             length2 = int(3)
  1392.  
  1393.             for password in range(amount):
  1394.                 password = ''
  1395.  
  1396.                 for item in range(length2):
  1397.                     password = ''
  1398.                 for item in range(length2):
  1399.                     password += random.choice(chars2)
  1400.  
  1401.                 print(password)
  1402.                 with open('user.txt', 'a') as x:
  1403.                     x.write(uesr + password + '\n')
  1404.         if sa == "5":
  1405.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1406.             chars2 = 'qwertyuiopasdfghjklzxcvbnm'  # ارقام واحرف لو ترغب
  1407.             amount = input('How many? ')
  1408.             amount = int(amount)
  1409.             length2 = int(3)
  1410.  
  1411.             for password in range(amount):
  1412.                 password = ''
  1413.  
  1414.                 for item in range(length2):
  1415.                     password = ''
  1416.                 for item in range(length2):
  1417.                     password += random.choice(chars2)
  1418.  
  1419.                 print(password)
  1420.                 with open('user.txt', 'a') as x:
  1421.                     x.write(uesr + password + '\n')
  1422.         if sa == "6":
  1423.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1424.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890'  # ارقام واحرف لو ترغب
  1425.             amount = input('How many? ')
  1426.             amount = int(amount)
  1427.  
  1428.             length2 = int(4)
  1429.  
  1430.             for password in range(amount):
  1431.                 password = ''
  1432.  
  1433.                 for item in range(length2):
  1434.                     password = ''
  1435.                 for item in range(length2):
  1436.                     password += random.choice(chars2)
  1437.  
  1438.                 print(password)
  1439.                 with open('user.txt', 'a') as x:
  1440.                     x.write(uesr + password + '\n')
  1441.         if sa == "7":
  1442.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1443.             chars2 = 'qwertyuiopasdfghjklzxcvbnm'  # ارقام واحرف لو ترغب
  1444.             amount = input('How many? ')
  1445.             amount = int(amount)
  1446.             length2 = int(4)
  1447.  
  1448.             for password in range(amount):
  1449.                 password = ''
  1450.  
  1451.                 for item in range(length2):
  1452.                     password = ''
  1453.                 for item in range(length2):
  1454.                     password += random.choice(chars2)
  1455.  
  1456.                 print(password)
  1457.                 with open('user.txt', 'a') as x:
  1458.                     x.write(uesr + password + '\n')
  1459.         if sa == "8":
  1460.             uesr = ''  # اليوزر المراد التخمين عليه بين النقطتين اكتبه
  1461.             chars2 = 'qwertyuiopasdfghjklzxcvbnm1234567890._'  # ارقام واحرف لو ترغب
  1462.             amount = input('How many? ')
  1463.             amount = int(amount)
  1464.  
  1465.             length2 = input('Number of digits? ')
  1466.             length2 = int(length2)
  1467.  
  1468.             for password in range(amount):
  1469.                 password = ''
  1470.  
  1471.                 for item in range(length2):
  1472.                     password = ''
  1473.                 for item in range(length2):
  1474.                     password += random.choice(chars2)
  1475.  
  1476.                 print(password)
  1477.                 with open('user.txt', 'a') as x:
  1478.                     x.write(uesr + password + '\n')
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.