Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. @echo off
  2. Title Cosmo Booter
  3. color b
  4. :menu
  5. cls
  6. color b
  7. echo.
  8. echo Welcome!
  9. echo.
  10. set /p login=Username :
  11.  
  12. if %login% == scar goto password
  13. if not %login% == scar goto password
  14. :password
  15. echo.
  16. echo.
  17. set /p pass=Password :
  18.  
  19. if %pass% == W2h242jkg4jk1g4ifgebj2v3uieefv3r goto success
  20. if not %pass% == W2h242jkg4jk1g4ifgebj2v3uieefv3r goto incorrect
  21.  
  22. :incorrect
  23. color c
  24. echo.
  25. echo Something incorrect!
  26. echo Login again? (y or n)
  27. echo.
  28. set /p htjyj=
  29.  
  30. if %htjyj% == y goto menu
  31. if %htjyj% == n goto exit
  32. :exit
  33. exit
  34. :success
  35. cls
  36. color a
  37. echo.
  38. echo Welcome ScaR!
  39. echo.
  40. set /p ip=IP :
  41. set /p time=Time (MAX 18000) :
  42. set /p meth=Method :
  43. if %meth% == NTP goto ddos
  44. if not %meth% == NTP goto invalid
  45. pause>nul
  46.  
  47. :invalid
  48. echo.
  49. color c
  50. echo Sorry the Method you have entered seems to be invalid.
  51.  
  52. echo Try again? (y or n)
  53. set /p gay=
  54. if %gay% == y goto success
  55. if %gay% == n goto exit
  56. pause>nul
  57.  
  58. :ddos
  59. @echo off
  60. echo.
  61. setlocal enableextensions enabledelayedexpansion
  62.  
  63. Rem Get a carriage return character
  64. set "CR=" & for /f %%a in ('copy /Z "%~f0" nul') do if not defined CR set "CR=%%a"
  65. rem The progress bar
  66. set "fill=[##########]"
  67.  
  68. cls
  69. echo.
  70. echo(Sending Info. Please wait
  71. echo.
  72.  
  73. rem For each character in the fill
  74. for /l %%a in (2 1 11) do (
  75. rem Calculate the right part of the bar
  76. set "spaces=!fill:~%%a!"
  77.  
  78. rem Output the left and right parts of the bar and carriage return
  79. <nul set/p ".= Loading... !fill:~0,%%a!!spaces:#= !!CR!"
  80.  
  81. rem Pause for a second
  82. ping -n 3 "" > nul
  83. )
  84. goto lol
  85.  
  86. :lol
  87. cls
  88. @echo off
  89. color a
  90. echo.
  91. echo Successfully Hitting Skid offline with IP: { %ip% }
  92. echo.
  93. echo TIME: %time% Second(s)
  94. echo.
  95. echo METHOD: %meth%
  96. echo.
  97. echo %random% Bot(s)
  98. echo.
  99. echo DDOS Serial Number: %random%%random%%random%%random%%random%%random%%random%%random%%random%
  100. pause>nul
  101. tree
  102. pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement