Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hotscreen

Add very hot effects to your screen. · By PerfectFox265

Ways to prevent hotscreen from closing?

A topic by mrsj4117 created 9 days ago Views: 592 Replies: 4
Viewing posts 1 to 4

Does anyone have any ideas on how to forcefully keep hotscreen open? Like not being able to right click > close hotscreen in the task bar.

there's a lock mode where you need a password in the tools tab

Yeah I know, but all that does is stop you from editing the settings. You can still just exit the program.

(+1)

From what I saw it prevents you from closing app normally too. I had to use task manager. But I think I have an idea how to make it, so app gets reopened every time it gets closed almost instantly.This + password should be enough. Maybe I will make comment about it on forum or make mod (FYI it would work with 2 scripts monitoring each other and this app, preventing user from simply closing app or script)

i had a powershell script that ran via task scheduler every 30 seconds to check if Hotscreen was open. if it wasn't then it reopened hotscreen and removed the user from admin if they were an admin (it would then add them back as an admin 6 hours later)