AdarshAddee / root

Root - Access root previliges in termux without rooting android device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Root

This is not like linux real root. Root is an automated tool which help you to gain to access of fake root privileges and real root privileges without rooting your device. You don't need to install any other OS to gain the root privileges in your termux. This tool(ROOT) is specifically made for termux and termux users. This tool will also help you to gain the look of Kali-Linux in your termux with root access.

root termux

Support

hey there, You can subscribe Mr Idealhat for interesting videos OR follow Mr Idealhat Blogger website for interesting blogs. Search Adarsh Addee on YouTube and subscribe for my vlog videos.

Fake Root Privileges

This tool helps you to access the fake root privileges in termux. To access the fake root privileges in termux, just type

fakeroot
in termux. And here you go, Now you have gain the fake root privileges access in termux.

Real Root Privileges

This tool also helps to access the real root privileges in termux. Which is more powerful and stronger than fake root privileges. To access the real root privileges just type

root
in your termux. And here you go, You have access the real root privileges in termux without rooting your device just with This tool(Root)

Installation

apt-get update && apt-get upgrade -y
apt-get install git -y
git clone https://github.com/adarshaddee/root.git
cd root
chmod +x main
./main

Add-ons

You can use

fish
command to make your termux more attractive.

One line Installation

apt-get update && apt upgrade-y && apt-get install git -y && git clone https://github.com/adarshaddee/root.git

Uninstall

You can uninstall root with the following commands wihch are shown here:

cd root
chmod +x uninstall.sh
./uninstall.sh

Copyright

© Copyright credits goes to Adarsh Addee. This tool is public tool anyone can use this tool.

About

Root - Access root previliges in termux without rooting android device


Languages

Language:Shell 100.0%