Description

You are making a very long download or operation. This script make a mouse move. Your workstation won’t be locked and no screensaver.

Source Code

While (true)

Sleep(4000)
MouseMove(300,600,15)

Sleep(4000)
MouseMove(20,800,15)

Sleep(4000)
MouseMove(100,45,15)

Sleep(4000)
MouseMove(300,600,15)

Wend

Hello, Florian, It look good, but I think we have to be care where to install it… Lock computer and screensaver is very good for security reason.

Hello JoseFranco, I am OK with you. It is not good for security reason and I don’t advise to always use it. I am DBA I usually have migrations to do. When I have to move 1 or 2 To of datas, i like to see where my job is but there is the lock after x minutes. If you launch this program, you can see what you do and do another thing at the same time. What’s for this idea that I maded It (very long night operations). Thank you for your comment.

Under what format should I save it under, clearly I’m asking this question proves I’m not a programer. Please advice.