animeaime's scripts |
If you find a bug, or have suggestions for any of my scripts, you can post in the appropriate thread, or PM me.
Class Library (website) - add OOP to your AHK scripts
Browser Class - open URLs in your browser
Menu wrapper - AHK Menu wrapper + some extras
autoByteFormat - Converts from a specified size (in byes) to an equivalent value in byte(s)/KB/MB/GB/TB - uses the most appropriate unit.
EnvVars - replace Environment Variables in Text and convert Pre-Vista paths to their Vista equivalent - when on a Vista computer.
ETA - Returns a formatted time for the estimated finish time of a loop, file download, etc.
for and forE - Use for or forE as the count in a loop to emulate a for loop.
getModifierStates - get keystate of ALT/CTRL/SHIFT/..
in - Modified wrapper for if var in MatchList that makes use of a parsing loop.
RegExRange - Returns a Regular Expression that matches a number in the numeric range, start to end, passed as arguments.
WinWait / WinWaitNew - wait for a NEW matching window. WinWait is a wrapper for WinWait which supports excluding windows via their Unique ID (HWND).