Skip to content

Creates melting like effect on users screen.

License

Notifications You must be signed in to change notification settings

weyh/screen-melter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screen-melter

The project is based on Napalm's code. It also implements multi-monitor support and DPI awareness.

melt.png

Args:

Arg Type Description
-t, --time number Delay before visual effect starts (ms)
-e, --exit_time number The program will automatically exit after this amount of time (ms)
-I, --disable_input flag Disables keyboard and mouse input, ctrl+alt+del still works
-K, --disable_keyboard flag Disables keyboard input, ctrl+alt+del still works
-M, --disable_mouse flag Disables mouse input
-B, --start_on_boot string The program will launch with provided args on next boot

Usage

  • screen-melter.exe -M --disable_keyboard -t 20 --exit_time=10000
  • screen-melter.exe -B "-t 2000 --exit_time=10000"

License

This project is licensed under the MIT License - see the MIT License file for details.