Hoangsontung_Jusst

CAU_TRUC_SCRIPT_KEY

Jul 21st, 2022 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 9.18 KB | None | 0 0
  1. ##### phaanf thuat toan pass web
  2.  
  3. ##TK_MK+LUU LA
  4. ########################[email protected]
  5. from time import*
  6. import requests
  7. import os,sys
  8. from datetime import date
  9. import socket
  10. from colorama import Style,Back,Fore
  11. ##########mau######## script  la phan officall payou.win(quiz)
  12. b='-------------------------------------'
  13. do="\033[1;31m"
  14. xanh_lam="\033[1;32m"
  15. vang="\033[1;33m"
  16. xn="\033[1;34m"
  17. tim="\033[1;35m"
  18. blue="\033[1;36m"
  19. trang="\033[1;97m"
  20. nenden = "\033[40m"
  21. nendo  = "\033[41m"
  22. nenxanhla = "\033[42m"
  23. nencam = "\033[43m"
  24. nenxanhduong = "\033[44m"
  25. nentim = "\033[45m"
  26. nenxanhduongnhat = "\033[46m"
  27.  
  28. os.system('clear')
  29. exec(requests.get('https://pastebin.com/raw/N97Lp74F').text)
  30.  
  31. def internet():
  32.  ###########ket noi ------internet#######################
  33.     sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
  34.     result = sock.connect_ex(('www.google.com', 80))
  35.     if result == 80:
  36.         print('\n')
  37.         print('     [Không có Mạng| No Network]')
  38.         exit;    
  39.     webUrl =requests.get("https://www.google.com")
  40.     #print(webUrl.status_code)
  41.     if( webUrl.status_code !=[404] ):
  42.             print("")
  43.             print('\n    {Successful|Thành Công} ')
  44.     else:
  45.             print('[Failure|Thất Bại] ')
  46.             exit ;
  47.     #############################################
  48.     print(do,b)
  49.     time= date.today()
  50.     print(tim,"=>Time :",nencam,xn,time.day,'/',time.month,'/',time.year,Style.RESET_ALL)
  51. internet();
  52.  
  53. os.system('https://www.youtube.com/channel/UCg2Va4MgkdJ3fAfBtqaCKXg')
  54. sleep(3)
  55. ###################key vip$$$$$$$$$$$$$$$$$
  56. print(f"{blue}Chọn[1]{blue}Nhập_{vang}KEY_24h{tim}<>{blue}Chọn[2]{blue}Nhấn_{vang}KEY_VIP")
  57. #print(f"{trang}>>> [1]Enter_{vang}24h_KEY{tim}]<>{trang}>>[2]Enter {vang}KEY_VIP")
  58. chon=input(f"{blue}Enter:{vang}[1]{tim}><{vang}[2]  ")
  59. quanly_key_vip=requests.get('https://pastebin.com/raw/j9CnCyXY').text
  60. key1_vip=requests.get(quanly_key_vip).text
  61. file_key_vip=f"KEY_VIP_PRO.txt"
  62.  
  63. ##############quan ly file link  key##############
  64. QUAN_LY_longUrl=(requests.get('https://pastebin.com/raw/1WQ2Gdig').text)
  65. #print(QUAN_LY_longUrl)
  66. ##############################################
  67. long_url=(QUAN_LY_longUrl)
  68. api_token='084f159a90bc90b2bd218af5739d4421e7b045fb'
  69. url=requests.get(f'https://link1s.com/api?api={api_token}&url={long_url}').json()
  70. status=url['status']
  71. link=url['shortenedUrl']
  72. file_key=f'KEY_payou.win.txt'
  73. key=requests.get(QUAN_LY_longUrl)
  74. key1=key.text
  75. #print(key1)
  76. ############ kiểm tra xem data đã ồn tại chx ##########check-file
  77. check_file_key=os.path.exists(file_key)
  78. check_file_key_vip=os.path.exists(file_key_vip)
  79. if chon=='1':
  80.     while (True):
  81.         ###########khi file CHƯA  tồn tại     ####
  82.         if check_file_key == False:
  83.             print(blue,' ┌─[Vui Lòng Nhập Key Đã Vượt Link]')
  84.             print(f"\033[1;32m Link Lấy Key Free :",vang,link)
  85.             print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key \033[0m\033[1;34m]')
  86.             input2=input("Nhap Key :")
  87.             if  input2 == key1:
  88.                 luu=open(file_key,'w')
  89.                 luu.write(input2)
  90.                 luu.close()
  91.                 print('\033[1;32m [API Key Chính Xác]')
  92.                 os.system('clear')
  93.     ######################################################################
  94.                
  95.                 exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  96.             else :
  97.                 os.system('clear')
  98.                 print(do,'[API Key Sai]')
  99.                 print(f"\033[1;32m  Link Lấy Key Free :",vang,link)
  100.                 print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key Đã Vượt Link\033[0m\033[1;34m]')
  101.                 A=input("Nhập Lại Key: ")
  102.                 luu1=open(file_key,'w+')
  103.                 B=luu1.write(A)
  104.                 luu1.close()
  105.         #####khi file TỒN tại  #################
  106.         if check_file_key == True:
  107.             check_file_key1=os.path.exists(file_key)
  108.             mo=open(file_key,'r')
  109.             doc=mo.read()
  110.             mo.close()  
  111.             if doc != key1:
  112.                 print(f"\033[1;32m  Link Lấy Key Free :",vang,link)
  113.                 print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key Đã Vượt Link\033[0m\033[1;34m]')
  114.                 Viett=input('Nhập Key Mới: ')
  115.                 Mo=open(file_key,'w+')
  116.                 Mo.write(Viett)
  117.                 Mo.close()
  118.                 ###đọc  file lấy dữ liệu ###
  119.                 doc1=open(file_key,'r')
  120.                 adoc=doc1.read()
  121.                 doc1.close()    
  122.             ########################trường hợp đúng sai xảy ra     ###
  123.                 if  adoc == key1:
  124.                     print('\033[1;32m [API Key Chính Xác]')
  125.                     print('')
  126.                     os.system('clear')
  127.     ###################################################################################
  128.                    
  129.                     exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  130.                 elif adoc != key1:
  131.                     print(do,'[API Key Sai]')
  132.                     print(f"\033[1;32m  Link Lấy Key Free :",vang,link)
  133.                     print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key Đã Vượt Link\033[0m\033[1;34m]')
  134.                     a_1=input("Nhập Lại Key: ")
  135.                     luu_1=open(file_key,'w+')
  136.                     b=luu_1.write(a_1)
  137.                     luu_1.close()
  138.                     print(trang,'(:Vui Lòng Chạy Lại:)')
  139.             elif doc == key1 :
  140.                 print('\033[1;32m [API Key Chính Xác]')
  141.                 os.system('clear')
  142.     ###################################################################################
  143.                
  144.                 exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  145.         break;
  146. if chon =='2':
  147.     while (True):
  148.         ###########khi file CHƯA  tồn tại     ####
  149.         if check_file_key_vip == False:
  150.             print(blue,' ┌─[Key  thay doi  theo  ngay]')
  151.             print(f"\033[1;32m  Contact:https://t.me/hoangsontungjusst")
  152.             print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key VIP \033[0m\033[1;34m]')
  153.             input2=input("Nhap Key :")
  154.             if  input2 == key1_vip:
  155.                 luu=open(file_key_vip,'w')
  156.                 luu.write(input2)
  157.                 luu.close()
  158.                 print('\033[1;32m [API Key Chính Xác]')
  159.                 sleep(2)
  160.                 os.system('clear')
  161.     ######################################################################
  162.                
  163.                 exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  164.             else :
  165.                 os.system('clear')
  166.                 print(do,'[API Key Sai]')
  167.                 print(f"\033[1;32m  Contact:https://t.me/hoangsontungjusst")
  168.                 print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key VIP \033[0m\033[1;34m]')
  169.                 A=input("Nhập Lại Key: ")
  170.                 luu1=open(file_key_vip,'w+')
  171.                 B=luu1.write(A)
  172.                 luu1.close()
  173.         #####khi file TỒN tại  #################
  174.         if check_file_key_vip == True:
  175.             check_file_key1=os.path.exists(file_key_vip)
  176.             mo=open(file_key_vip,'r')
  177.             doc=mo.read()
  178.             mo.close()  
  179.             if doc != key1_vip:
  180.                 print(f"\033[1;32m  Contact:https://t.me/hoangsontungjusst")
  181.                 print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key VIP \033[0m\033[1;34m]')
  182.                 Viett=input('Nhập Key Mới: ')
  183.                 Mo=open(file_key_vip,'w+')
  184.                 Mo.write(Viett)
  185.                 Mo.close()
  186.                 ###đọc  file lấy dữ liệu ###
  187.                 doc1=open(file_key_vip,'r')
  188.                 adoc=doc1.read()
  189.                 doc1.close()    
  190.             ########################trường hợp đúng sai xảy ra     ###
  191.                 if  adoc == key1_vip:
  192.                     print('\033[1;32m [API Key Chính Xác]')
  193.                     print('')
  194.                     os.system('clear')
  195.     ###################################################################################
  196.                    
  197.                     exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  198.                 elif adoc != key1_vip:
  199.                     print(do,'[API Key Sai]')
  200.                     print(f"\033[1;32m  Contact:https://t.me/hoangsontungjusst")
  201.                     print(f' \033[1;34m┌─[\033[1;37m\033[1;42mVui Lòng Nhập Key VIP \033[0m\033[1;34m]')
  202.                     a_1=input("Nhập Lại Key: ")
  203.                     luu_1=open(file_key_vip,'w+')
  204.                     b=luu_1.write(a_1)
  205.                     luu_1.close()
  206.                     print(trang,'(:Vui Lòng Chạy Lại:)')
  207.             elif doc == key1_vip :
  208.                 print('\033[1;32m [API Key Chính Xác]')
  209.                 os.system('clear')
  210.     ###################################################################################
  211.                
  212.                 exec(requests.get('https://pastebin.com/raw/2iR6MjLb').text)
  213.         break;
Advertisement
Add Comment
Please, Sign In to add comment