Advertisement
GTx1TechTeam

GTx1TechTeam Folder Locker

Jan 27th, 2013
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. color b
  2. cls
  3. @ECHO OFF
  4. title Folder Avengers
  5. if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
  6. if NOT EXIST Avengers goto MDLOCKER
  7. :CONFIRM
  8. echo Do you want Secret Folder to activate? (y/n)
  9. set/p "cho=>"
  10. if %cho%==y goto LOCK
  11. if %cho%==y goto LOCK
  12. if %cho%==n goto END
  13. if %cho%==n goto END
  14. echo Invalid choice.
  15. goto CONFIRM
  16. :LOCK
  17. ren Avengers "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  18. attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  19. echo Folder locked
  20. goto End
  21. :UNLOCK
  22. echo nEmEs!s is asking you the Security Key?
  23. set /p "pass=>"
  24. if NOT %pass%==1111011001110 goto FAIL
  25. attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  26. ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Avengers
  27. echo Folder unlocked successfully
  28. goto End
  29. :FAIL
  30. echo Invalid password
  31. goto UNLOCK2
  32. :FAIL2
  33. echo Invalid password
  34. goto end
  35. :MDLOCKER
  36. md Avengers
  37. echo Folder created successfully
  38. goto End
  39. :UNLOCK2
  40. echo Last chance, if not then your not allowed to enter.. "nEmEs!s"
  41. set /p "pass=>"
  42. if not %pass%==1111011001110 goto FAIL2
  43. attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  44. ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Avengers
  45. echo Folder unlocked successfully
  46. :End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement