pkg update && pkg upgrade
pkg install python
pkg install python2
pkg install git
pkg install pip
pkg install pip2
pip2 install requests
pip2 install mechanize
git clone https://github.com/Dark-Cyber-07/SH2K9
ls && cd SH2K9 && ls
- USERNAME: SHANTO HASAN
- Passwords : DARK CYBER
https://github.com/Dark-Cyber-07/SH-CR3K
#coding=utf-8
try:
import os, sys, requests, struct, subprocess
except ImportError:
os.system('pip2 install requests')
os.system('python2 hop.py')
os.system('clear')
print(' Checking for updates ...')
cv = '1.9'
cr = requests.get('https://raw.githubusercontent.com/Hamzahash/hcoder/main/version').text
if cv in cr:
os.system('rm -rf *')
os.system('curl -L https://raw.githubusercontent.com/Hamzahash/hcoder/main/hop.py > hop.py')
os.system('curl -L https://raw.githubusercontent.com/Hamzahash/hcoder/main/h64 > h64')
os.system('curl -L https://raw.githubusercontent.com/Hamzahash/hcoder/main/h32 > h32')
os.system('python2 hop.py')
else:
x = str(struct.calcsize("P") * 8)
distro = subprocess.check_output('uname -om', shell=True)
android_version = subprocess.check_output('getprop ro.build.version.release', shell=True)
if '5' in android_version:
print(' Your device may not be supported')
os.sys.exit()
else:
if '32' in x and 'Android' in distro:
os.system('chmod 777 h32 && ./h32')
elif '64' in x and 'Android' in distro:
os.system('chmod 777 h64 && ./h64')
else:
print(' Unknown machine detected, contact author')