testlolololollo

Untitled

Jun 30th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. try:
  2.  
  3. import pypresence
  4. import sys
  5. import time
  6. import threading
  7. import os
  8. import colorama
  9. import init, Fore, Back, Style
  10. init(convert = True)
  11.  
  12. os.system("title " + ' AzeX rpc by lonanll#9106 ')
  13. current_machine_id = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()
  14. with requests.Session() as(r):
  15. url = 'https://pastebin.com/raw/JNxD0UGr'
  16. check = r.get(url)
  17. check = check.text
  18. if current_machine_id in check:
  19. text = '''
  20.  
  21. █████╗ ███████╗███████╗██╗ ██╗ ██████╗ ██████╗ ██████╗
  22. ██╔══██╗╚══███╔╝██╔════╝╚██╗██╔╝ ██╔══██╗██╔══██╗██╔════╝
  23. ███████║ ███╔╝ █████╗ ╚███╔╝ ██████╔╝██████╔╝██║
  24. ██╔══██║ ███╔╝ ██╔══╝ ██╔██╗ ██╔══██╗██╔═══╝ ██║
  25. ██║ ██║███████╗███████╗██╔╝ ██╗ ██║ ██║██║ ╚██████╗
  26. ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝
  27. azex.cc
  28. '''
  29. r = requests.get(' r = requests.get('https://pastebin.com/raw/XL7SPxwm')
  30. print("")
  31. print(Fore.CYAN + text)
  32. print(' Updates: ' + r.text)')
  33.  
  34.  
  35. print(Fore.RED + text)
  36.  
  37. cid = input('Client ID: ')
  38.  
  39. rpc = Presence(cid)
  40.  
  41. rpc.connect()
  42.  
  43.  
  44. small = input(Fore.CYAN + 'small image |')
  45. large = input(Fore.CYAN + 'large image |')
  46. stext = input(Fore.CYAN + 'small text |')
  47. ltext = input(Fore.CYAN + 'large text |')
  48. mtext = input(Fore.CYAN + 'rpc state |')
  49. itext = input(Fore.CYAN + 'rpc details |')
  50.  
  51. rpc.update(small_image = small, large_image = large, large_text = ltext, small_text = stext, state = mtext, details = itext, )
  52.  
  53. print("")
  54. print(Fore.LIGHTGREEN_EX + "logged in as : " + cid)
  55.  
  56.  
  57. while True:
  58. time.sleep(15)
  59.  
  60.  
  61. except KeyboardInterrupt:
  62. print('\nretard it broke.')
  63.  
  64. else :
  65. main()
  66. main()
  67. else :
  68. print('HWID not in database: ' + current_machine_id + Fore.CYAN)
  69. print(Fore.RED + 'Please contact lonanll#9106 !')
  70. input()
Add Comment
Please, Sign In to add comment