Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 544 Bytes

File metadata and controls

23 lines (18 loc) · 544 Bytes

RootRocker

RootRocker is a tool that allows YOU to root android samsung mobile devices!

INSTALLATION

Make a file called setuprootrocker.sh with this content:

echo "cloning..." `git clone https://github.com/sojoyork/RootRocker.git`
echo "going in..." `cd RootRocker`
echo "compiling and running..." `kotlinc rootrocker.kt -d rootrocker.jar && java -jar rootrocker.jar`

then type this:

chmod +x setuprootrocker.sh

then this:

./setuprootrocker.sh

OR use the installer