Advertisement
Guest User

Installer Tools

a guest
Dec 16th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. #!/data/data/com.termux/files/usr/bin/bash
  2. #Install Tools v.1
  3. #coded By Mr.Xcyber
  4. #Contact : explosionsquadcyber@gmail.com
  5. #Bersihkan Layar
  6. clear
  7.  
  8. blue='\e[0;34'
  9. cyan='\e[0;36m'
  10. green='\e[0;34m'
  11. okegreen='\033[92m'
  12. lightgreen='\e[1;32m'
  13. white='\e[1;37m'
  14. red='\e[1;31m'
  15. yellow='\e[1;33m'
  16.  
  17. ###################################################
  18. # CTRL C
  19. ###################################################
  20. trap ctrl_c INT
  21. ctrl_c() {
  22. clear
  23. echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... "
  24. sleep 1
  25. echo ""
  26. echo -e $green"[#]> Terima kasih sudah make tools saya ... "
  27. sleep 1
  28. echo ""
  29. echo -e $white"[#]> Contact : explosionsquadcyber@gmail.com "
  30. read enter
  31. exit
  32. }
  33.  
  34. figlet "Mr.Xcyber" | lolcat
  35. echo -e $red" [+]======================================================[+]"
  36. echo -e $white" ~ $red Tools Hacking By Mr.Xcyber $white #"
  37. echo -e $red" ~ $red Salam Anak Bangsa :) $red #"
  38. echo -e $white" ~ $red contact Wa: 083194138875 $white #"
  39. echo -e $red" ~ $white greetz :IndoSec-ESC-GHI-ICT-ITW-IDX $red#"
  40. echo -e $white" ~ $white Coded By : Mr.Xcyber $white #"
  41. echo -e $red" ~ $white thanks to : All member ExplosionSquadCyber And You $red #"
  42. echo -e $white" [+]======================================================[+]"
  43. echo """
  44. echo -e $lightgreen" [+]=========[•••••[==÷==]•••••]=========[+] "
  45.  
  46. echo -e $red" ~Chosee number~ "
  47. echo -e $red" ===================================== "
  48. echo -e $red" [01].Tembak Paket XL "
  49. echo -e $red" ===================================== "
  50. echo -e $red" [02].Facebook MBF "
  51. echo -e $red" ===================================== "
  52. echo -e $red" [03].DDOS-Hammer "
  53. echo -e $red" ===================================== "
  54. echo -e $red" [04].Instabot(Instagram Tools) "
  55. echo -e $red" ===================================== "
  56. echo -e $red" [05].OSIF FACEBOOK "
  57. echo -e $red" ===================================== "
  58. echo -e $red" [06].IPGeolocation "
  59. echo -e $red" ===================================== "
  60. echo -e $red" [07].Install Red Hawk "
  61. echo -e $red" ===================================== "
  62. echo -e $red" [08].install D-Tech "
  63. echo -e $red" ===================================== "
  64. echo -e $red" [09].FBBRUTE "
  65. echo -e $red" ===================================== "
  66. echo -e $red" [10].Install Lazymux "
  67. echo -e $red" [•]====================================[•] "
  68. echo -e $red" ??--------------------------------?? "
  69. echo -e $red" ========[00]===>[exit]<==== "
  70. echo -e $red""
  71. read -p "[Root@Mr.Xcyber]> " yo;
  72.  
  73. if [ $yo = 01 ] || [ $yo = 01 ]
  74. then
  75. clear
  76. apt upgrade && apt update -y
  77. apt install python -y
  78. apt install git -y
  79. git clone https://github.com/Bintang73/tembaktembakan.git
  80. cd tembaktembakan
  81. pip2 install requests
  82. python dor.py
  83. fi
  84.  
  85. if [ $yo = 02 ] || [ $yo = 02 ]
  86. then
  87. clear
  88. pkg update && pkg upgrade -y
  89. pkg install python2 -y
  90. pkg install git -y
  91. git clone https://github.com/hnov7/mbf
  92. cd mbf/
  93. pip2 install mechanize
  94. python2 MBF.py
  95. fi
  96.  
  97. if [ $yo = 03 ] || [ $yo = 03 ]
  98. then
  99. clear
  100. pkg update && pkg upgrade -y
  101. pkg install python -y
  102. pkg install git -y
  103. git clone https://github.com/cyweb/hammer
  104. cd hammer
  105. python hammer.py
  106. fi
  107.  
  108. if [ $yo = 04 ] || [ $yo = 04 ]
  109. then
  110. clear
  111. apt update && apt upgrade -y
  112. apt install nodejs git -y
  113. git clone https://github.com/sandalpenyok/kojawafft
  114. cd kojawafft
  115. unzip node_modules.zip
  116. node index.js
  117. fi
  118.  
  119. if [ $yo = 05 ] || [ $yo = 05 ]
  120. then
  121. clear
  122. pkg update && pkg upgrade -y
  123. pkg install python2 -y
  124. pkg install git -y
  125. git clone https://github.com/CIKu370/OSIF.git
  126. cd OSIF
  127. pip2 install requests
  128. pip2 install requirements.txt
  129. python2 osif.py
  130. fi
  131.  
  132. if [ $yo = 06 ] || [ $yo = 06 ]
  133. then
  134. clear
  135. pkg update && pkg upgrade -y
  136. pkg install python2 -y
  137. pkg install git -y
  138. git clone https://github.com/maldevel/IPGeolocation.git
  139. cd IPGeolocation
  140. chmod +x ipgeolocation.py
  141. pip install -r requirements.txt
  142. ./ipgeolocation.py
  143. python ipgeolocation.py -m
  144. fi
  145.  
  146. if [ $yo = 07 ] || [ $yo = 07 ]
  147. then
  148. clear
  149. apt update && apt upgrade -y
  150. apt install git
  151. git clone https://github.com/Tuhinshubhra/RED_HAWK
  152. cd RED_HAWK
  153. chmod +x rhawk.php
  154. apt install php -y
  155. ls
  156. php rhawk.php
  157. fi
  158.  
  159. if [ $yo = 08 ] || [ $yo = 08 ]
  160. then
  161. clear
  162. apt update && apt upgrade -y
  163. apt install git -y
  164. apt install python2 -y
  165. git clone https://github.com/shawarkhanethicalhacker/D-TECT
  166. ls
  167. cd D-TECH
  168. chmod +x d-tect.py
  169. python2 d-tect.py
  170. fi
  171.  
  172. if [ $yo = 09 ] || [ $yo = 09 ]
  173. then
  174. clear
  175. apt update && apt upgrade -y
  176. apt install git -y
  177. apt install python2 -y
  178. git clone https://github.com/Senitopeng/fbbrute.git
  179. cd fbbrute
  180. python2 jomblo.py
  181. fi
  182.  
  183. if [ $yo = 10 ] || [ $yo = 10 ]
  184. then
  185. clear
  186. apt update && apt upgrade -y
  187. apt install python2 -y
  188. apt install git -y
  189. git clone https://github.com/Gameye98/Lazymux
  190. cd Lazymux
  191. ls
  192. python2 lazymux.py
  193. clear
  194. fi
  195.  
  196. if [ $yo = 00 ] || [ $yo = 00 ]
  197. then
  198. echo -e $green" Hay :) "
  199. sleep 1
  200. echo -e $green" Termima kasih telah menggunakan tools buatan saya "
  201. sleep 1
  202. echo -e $green" Motivasi : Jangan pernah menyerah dan terus berkarya "
  203. sleep 1
  204. echo -e $green" Please Wait.... "
  205. sleep 1
  206. echo -e $green" contact : 083194138875 "
  207. sleep 1
  208. echo -e $red" fb : https://www.facebook.com/profile.php?id=100024244092080 "
  209. sleep 1
  210. echo -e $red" Byeee :) "
  211. sleep 1
  212. exit
  213. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement