Wednesday, October 5, 2016

MoveMe, fake mouse movement...

I have created a very simple app in assembler to emulate fake mouse movement.
Alternatives: nolock.exe nosleep.exe imworking.exe and similar apps.
Purpose: You can have screensaver enabled and with this app running, screensaver won't start.
Application provided with source code. In assembler.
Please, let me know if you encounter any issues.

Usage instruction:
Download (this is version 1.0.0.7), uncompress using 7zip, scan with antivirus if you wish, run the MoveMe.exe.
App adds an icon into the tray (area next to the clock). Right-click and choose the only option to exit :) or double-click (using left mouse button) the icon to close the app.

If you find it useful and feel that my work if worth something, you could donate me using:
paypal.me/adderek

Change log:

  • v1: only moousemove -> not working as screensaver is trigerred by lack of input events, not lack of mouse movement
  • v2, v3, v4: added proper mouse input events propagation, added VersionInfo block
  • v5: release version
  • v1.0.0.6: icon added
  • v1.0.0.7: changed motion interval to about 15s, added icon animation during motion, bug fixed (app wasn't working as thread was not always created correctly)


No comments: