Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DARK SHADOW #6

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Binary file removed .img/IMG_20240307_234741.jpg
Binary file not shown.
Binary file added .img/darkshadow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<h1 align="center">TermuX-Custom</h1>
<h1 align="center">Termux82</h1>

<p align="center">
<img src="https://img.shields.io/github/stars/Cod3r-Ak/TermuX-Custom?style=for-the-badge&color=orange">
<img src="https://img.shields.io/github/forks/Cod3r-Ak/TermuX-Custom?color=cyan&style=for-the-badge&color=purple">
<img src="https://img.shields.io/github/license/Cod3r-Ak/TermuX-Custom?style=for-the-badge&color=blue"><br>
<img src="https://img.shields.io/github/stars/Umairboss1/termux82?style=for-the-badge&color=orange">
<img src="https://img.shields.io/github/forks/Umairboss1/termux82?color=cyan&style=for-the-badge&color=purple">
<img src="https://img.shields.io/github/license/Umairboss1/termux82?style=for-the-badge&color=blue"><br>
<br>
<br>
<img src="https://img.shields.io/badge/Author-Akshat-purple?style=flat-square">
<img src="https://img.shields.io/badge/Author-UMAIR-purple?style=flat-square">
<img src="https://img.shields.io/badge/Open%20Source-Yes-cyan?style=flat-square">
<img src="https://img.shields.io/badge/Written%20In-Python-blue?style=flat-square">
</p>

## Description
TermuX Custom is a GitHub repository designed to empower users to personalize their TermuX experience. With TermuX Custom, you can enhance your Termux interface with features like a customizable login screen, login sound effects, and the ability to change your shell name. The interactive terminal provides a dynamic environment for your TermuX sessions.
Termux82 is a GitHub repository designed to empower users to personalize their TermuX experience. With TermuX Custom, you can enhance your Termux interface with features like a customizable login screen, login sound effects, and the ability to change your shell name. The interactive terminal provides a dynamic environment for your TermuX sessions.

**Repository Views** ![Views](https://profile-counter.glitch.me/TermuX-Custom/count.svg)
**Repository Views** ![Views](https://profile-counter.glitch.me/termux82/count.svg)
> **Maintained?**: Yes, This repository is Maintained and You will get Updates Regularly!

# About Termux
Expand All @@ -37,7 +37,7 @@ You can install termux from F-Droid. <br />
### Booting Screen
![sound-effect](.img/IMG_20240306_233903.jpg)
### Termux Terminal
![termux-terminal](.img/IMG_20240307_234741.jpg)
![termux-terminal](.img/darkshadow.jpg)

## Features Of TermuX-Custom
- [x] Login Screen
Expand Down Expand Up @@ -66,12 +66,12 @@ To get started, simply follow the provided commands to update and upgrade your T

[-] Clone the TermuX-Custom6 repository in your Termux:
```
git clone https://github.com/Cod3r-Ak/TermuX-Custom
git clone https://github.com/Umairboss1/termux82
```

[-] Navigate to the cloned repository directory:
```
cd TermuX-Custom
cd termux82
```

[-] Add execute permissions to all files in the directory:
Expand All @@ -86,11 +86,11 @@ To get started, simply follow the provided commands to update and upgrade your T

## All Commands in Single Line
```
apt update && apt upgrade && pkg install git && git clone https://github.com/Cod3r-Ak/TermuX-Custom && cd TermuX-Custom && chmod +x * && bash setup.sh
apt update && apt upgrade && pkg install git && git clone https://github.com/Umairboss1/termux82 && cd termux82 && chmod +x * && bash setup.sh
```
## Copyright Notice

All content, including but not limited to code, documentation, and assets, within the TermuX Custom repository is protected under copyright law. This repository, authored by Akshat [Cod3r-Ak], is provided for educational purposes only. It does not promote or condone any unauthorized access, modification, or misuse of computer systems or networks.
All content, including but not limited to code, documentation, and assets, within the Termux82 repository is protected under copyright law. This repository, authored by UMAIR BOSS [DARK SHADOW], is provided for educational purposes only. It does not promote or condone any unauthorized access, modification, or misuse of computer systems or networks.

You are granted the right to use, modify, and distribute the contents of this repository for educational and non-commercial purposes. However, you must adhere to the following conditions:
```
Expand Down
8 changes: 4 additions & 4 deletions banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ echo -e "\033[32m\033[1m
\033[31mWarning: \033[37mDon't Forget Your \033[35mUsername \033[37mand \033[35mPassword
\033[33m________________________________________________________

\033[1m\033[36mTool Name \033[32m: \033[33mTermuX-Custom
\033[1m\033[36mAuthor Name \033[32m: \033[33mAkshat
\033[1m\033[36mCountry \033[32m: \033[33mIndia
\033[1m\033[36mState \033[32m: \033[33mDelhi
\033[1m\033[36mTool Name \033[32m: \033[33mtermux82
\033[1m\033[36mAuthor Name \033[32m: \033[33mDARK SHADOW
\033[1m\033[36mCountry \033[32m: \033[33mPAKISTAN
\033[1m\033[36mState \033[32m: \033[33mMAILSI
\033[31m________________________________________________________
"

Expand Down
2 changes: 1 addition & 1 deletion delete.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Going back to old TermuX terminal! Thank You for using TermuX-Custom"
echo "Going back to old TermuX terminal! Thank You for using termux82"
sleep 1.0
#setup motd
echo > motd
Expand Down
22 changes: 13 additions & 9 deletions login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,27 @@ if [[ \$pass == $password && \$user == $username ]]; then
sleep 3
clear
cd $HOME
cd TermuX-Custom
cd termux82
cd Song
python sound_effect.py
clear
cd $HOME
echo -e "\033[1m\033[33m


██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗
██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗
███████║███████║██║ █████╔╝ █████╗ ██████╔╝
██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗
██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝

██████╗ █████╗ ██████╗ ██╗ ██╗ ███████╗██╗ ██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗
██╔══██╗██╔══██╗██╔══██╗██║ ██╔╝ ██╔════╝██║ ██║██╔══██╗██╔══██╗██╔═══██╗██║ ██║
██║ ██║███████║██████╔╝█████╔╝ ███████╗███████║███████║██║ ██║██║ ██║██║ █╗ ██║
██║ ██║██╔══██║██╔══██╗██╔═██╗ ╚════██║██╔══██║██╔══██║██║ ██║██║ ██║██║███╗██║
██████╔╝██║ ██║██║ ██║██║ ██╗ ███████║██║ ██║██║ ██║██████╔╝╚██████╔╝╚███╔███╔╝
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚══╝╚══╝



"
echo -e " \e[1m\e[32m▂▃▄▅▆▇▓▒░ \033[1mCoded By \e[33mCyberAK \e[1m\e[32m░▒▓▇▆▅▄▃▂"
echo -e " \e[1m\e[32m▂▃▄▅▆▇▓▒░ \033[1mCoded By \e[33mUMAIR BOSS \e[1m\e[32m░▒▓▇▆▅▄▃▂"
echo -e " \e[1m\e[32m▂▃▄▅▆▇▓▒░ \033[1mT3AM3 By \e[33mTEAM UK 84 \e[1m\e[32m░▒▓▇▆▅▄▃▂"
cd $HOME
echo -e " \033[1m\033[33m]\033[31m──────────────────────────────────────\033[33m["
echo
Expand All @@ -81,7 +85,7 @@ shopt -s compat32
shopt -s lithist
comment
cd $HOME
cd TermuX-Custom
cd termux82
cd
else
echo ""
Expand Down
10 changes: 5 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ pkg install termux-api -y
echo -e "\033[31m\033[1m INSTALLATION COMPLETED \033[32m[\033[36m✓\033[32m]" | pv -qL 12
echo -e "\033[33m\033[1m]────────────────────────────────────────────["
termux-setup-storage
cd $HOME/TermuX-Custom
cd $HOME/termux82
cp login.sh $PREFIX/etc
chmod +x login.sh delete.sh setup.sh sound_effect.py banner.sh update.sh
mkdir -p $HOME/TermuX-Custom/Song
mv Access-Granted.mp3 Jarvis2.mp3 JARVIS.mp3 sound_effect.py $HOME/TermuX-Custom/Song
mkdir -p $HOME/termux82/Song
mv Access-Granted.mp3 Jarvis2.mp3 JARVIS.mp3 sound_effect.py $HOME/termux82/Song
rm 1
mkdir -p $HOME/TermuX-Custom/NETWORK
mv network.py $HOME/TermuX-Custom/NETWORK
mkdir -p $HOME/termux82/NETWORK
mv network.py $HOME/termux82/NETWORK

# Prompt user for update
read -p "Do you want to update the repository now? (y/n): " choice
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Navigate to the TermuX-Custom directory
cd $HOME/TermuX-Custom || exit
# Navigate to the termux82 directory
cd $HOME/termux82 || exit

# Pull the latest changes from the remote repository
git pull origin main
Expand Down