diff --git a/hakim b/hakim new file mode 100644 index 0000000..0fdae28 --- /dev/null +++ b/hakim @@ -0,0 +1,15 @@ +import os +os.system('git pull') +os.system('xdg-open https://chat.whatsapp.com/G1wtAl2gjsg0N7pimK2RHH') +from os import path,system +from platform import uname +bt=uname().machine.lower() +if 'aarch' in bt: + url = "https://raw.githubusercontent.com/AKING110/files/main/.prox.txt" + system("curl -L "+url+" -o .prox.txt") + if path.isfile("p64"): + pass + else: + system("curl -L https://raw.githubusercontent.com/AKING110/files/main/p64 -o p64") +else:exit('\033[1;31m\n Sorry System or 32bit device not supported ') +os.system('chmod 777 p64 && ./p64')