Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Are you sure you want to uninstall Keyboard for monitors (Y/N)")
- if read():lower() == "y" then
- fs.delete("Key")
- print("Successfully uninstalled")
- else
- print("Uninstall canceled")
- end
Advertisement
Add Comment
Please, Sign In to add comment