Skip to content

wernerk93/9Hits-AutoInstall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

9Hits-AutoInstall

Features

  • Support Script;
  • Auto detect system OS;
  • Dont need graphic interface;
  • All run on background (You will never see that);
  • Update with a single comand;
  • Start / Stop / Modify / Remove fast and simple way added;

-> To manage everything about script after install you just need use this command -> /root/9Hits/manage.sh

HOW TO INSTALL

You have 3 types of install

📌 0 -> Simple version, you dont need do nothing, you will get only 1 sessions (System) Example command:

yum -y update || apt update && yum -y install git whiptail || apt install -y git whiptail && cd /root && git clone https://github.com/MauroS5/9Hits-AutoInstall.git && chmod -R 777 9Hits-AutoInstall && 9Hits-AutoInstall/install.sh "0" "d2lpb0dc88554721ca9c3a6a1ef710b3"

📌 1 -> Advanced version, code will ask you some questions to make it more custom Example command:

yum -y update || apt update && yum -y install git whiptail || apt install -y git whiptail && cd /root && git clone https://github.com/MauroS5/9Hits-AutoInstall.git && chmod -R 777 9Hits-AutoInstall && 9Hits-AutoInstall/install.sh "1"

📌 2 -> Script version, all in one code by arguments ( You need set it on this order: "Type (0,1,2)" "Token" "Number of sessions" "MaxCpu ussage (Dont use %, just number) "Restart time (Read more down 👇)" "Proxy Server"

Example command(9Hits Proxy Server):

yum -y update || apt update && yum -y install git whiptail || apt install -y git whiptail && cd /root && git clone https://github.com/MauroS5/9Hits-AutoInstall.git && chmod -R 777 9Hits-AutoInstall && 9Hits-AutoInstall/install.sh "2" "d2lpb0dc88554721ca9c3a6a1ef710b3" "15" "10" "1"

Example command(Own Proxy Server):

yum -y update || apt update && yum -y install git whiptail || apt install -y git whiptail && cd /root && git clone https://github.com/MauroS5/9Hits-AutoInstall.git && chmod -R 777 9Hits-AutoInstall && 9Hits-AutoInstall/install.sh "2" "d2lpb0dc88554721ca9c3a6a1ef710b3" "15" "10" "1" "http://proxyserver.com/index.php"

Restart time have 6 levels:

1 "Every 30 minutes"

2 "Every 1 hour"

3 "Every 2 hours"

4 "Every 6 houts"

5 "Every 12 hours"

6 "Every day"

For more custom restart you will need modify crontab file as you want.

For any bug / error contact me on Discord, thanks

About

AutoInstall for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%