Saturday, 2025-01-18, 12:01 PM
Welcome Guest

Blog

Main » 2011 » April » 11
This is a script to make a mouse capture or mouse trapper or whatever it calls. I added comments so I will not explain them one by one.

You can download the script here, WinCapture.ahk.

Script Code:

Code
; This script is based on Bkid's script.

#Persistent
#NoEnv
#SingleInstance ignore

Menu, Tray, NoStandard ; Removes Tray Menu Standard Items.
Menu, Tray, Add, Exit, ExitSub ; Adds an 'Exit' menu

; Hotkey to be used depends of the coder.
SetScrollLockState, Off ; M ... Read more »
Views: 1689 | Added by: GarenaZero | Date: 2011-04-11 | Comments (0)