Skip to content

Creates melting like effect on users screen.

License

Notifications You must be signed in to change notification settings

Unkn0wnCreator/screen-melter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screen-melter

The code (as many similar), based off of Napalm's original. However, many (if any) do not implement multi-monitor support and dpi awareness, which ruin the effect. This version does. Plus, I added some args too.

melt.png

Args:

  • Sleep time before visual effect (ms): -t, --time Example: -t 2000, --time=2000
  • The program closes automatically after this amount of time (ms): -e, --exit_time Example: -e 10000, --exit_time=10000
  • Disable user input: -I,--disable_input (ctrl+alt+del still works)
  • Disable keyboard: -K,--disable_keyboard (ctrl+alt+del still works)
  • Disable mouse: -M,--disable_mouse
  • Start on boot: -B,--start_on_boot (program will launch with provided args)

E.g:

  • 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.

About

Creates melting like effect on users screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • C 0.4%