All Projects → Masonjar13 → ScriptUp

Masonjar13 / ScriptUp

Licence: MIT license
All AutoHotkey scripts under one process.

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to ScriptUp

AHK-Library
Most of my personal AHK stdlib.
Stars: ✭ 58 (+205.26%)
Mutual labels:  ahk, ahkscript
intuiter
Global productivity app for anyone who use Windows
Stars: ✭ 24 (+26.32%)
Mutual labels:  ahk
POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+4968.42%)
Mutual labels:  ahk
illustrator-shortcuts
collection of scripts and shortcuts for illustrator
Stars: ✭ 38 (+100%)
Mutual labels:  ahk
Fun
Small fun scripts
Stars: ✭ 22 (+15.79%)
Mutual labels:  ahk
AutoUpdateHosts
一键下载、更新 Windows Hosts 文件,便于常见网络访问
Stars: ✭ 15 (-21.05%)
Mutual labels:  ahk
GenshinImpact-AHK-flex
AHK script for Genshin Impact
Stars: ✭ 80 (+321.05%)
Mutual labels:  ahk
VMR.ahk
AutoHotkey wrapper class for Voicemeeter's Remote API
Stars: ✭ 22 (+15.79%)
Mutual labels:  ahk
YDL
A Simple GUI wrapper around yt-dlp for Windows using AHK
Stars: ✭ 18 (-5.26%)
Mutual labels:  ahk
Mercenaries-Hearthstone-game-bot
bot for hearthstone mercenaries mode
Stars: ✭ 59 (+210.53%)
Mutual labels:  ahk
AHKCommandPicker
An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.
Stars: ✭ 50 (+163.16%)
Mutual labels:  ahk
CapsLockX
Operate the computer like a hacker! 像黑客一样操作电脑!
Stars: ✭ 111 (+484.21%)
Mutual labels:  ahk
metaKeyboard
turn a common keyboard into a 61-key keyboard for the keyboard shortcut fun like you, I'm a programer, I want to improve coding efficiency
Stars: ✭ 30 (+57.89%)
Mutual labels:  ahk
capslock-plus-plus
⌨Amazing, extendable, readable autohotkey scripts framework utilized by Capslock.
Stars: ✭ 77 (+305.26%)
Mutual labels:  ahk
AHK MicMute
Control your microphone using keyboard and mouse hotkeys.
Stars: ✭ 67 (+252.63%)
Mutual labels:  ahk
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+52.63%)
Mutual labels:  ahk
static-hands
⌨️🤯 Stop moving hands, and start code fast ⚡⚡
Stars: ✭ 36 (+89.47%)
Mutual labels:  ahk
AHKShortcutLikeMac
An AHK Script for using keyboard shortcuts like MacOS on your Windows
Stars: ✭ 109 (+473.68%)
Mutual labels:  ahk
FGO-AHK
FGO的AHK宏脚本:自定义流程刷本(含教程,主要用于3T速刷),抽池子、搓丸子……仅支持安卓模拟器FGO国服。
Stars: ✭ 77 (+305.26%)
Mutual labels:  ahk
AHK-generator
A single page website to provide a UI for the 3 most common uses for AHK and defining custom hotstrings and hotkeys to trigger them
Stars: ✭ 23 (+21.05%)
Mutual labels:  ahk

ScriptUp

Latest tested working version: AHK_L v1.1.29.01, DLL: 1.1.30.00-H001

AutoHotkey Forum Thread

Are you tired of having to see tons of AHK scripts running in the processes list? I was. So, I made this: ScriptUp!

ScriptUp

Easily add as many AHK scripts as you'd like, from any folder on your PC, and ScriptUp will house them all under its own process name. You can even compile it to have it run under a readable, separated process name!

Features

  • When adding a script, you can choose between using the standard, full-featured DLL, and the mini version.
  • You can reload each script individually or all at once.
  • Drag and drop files to add multiple scripts at once.
  • When it starts up, all scripts in the list immediately run.
  • When a file is added, it immediately runs.
  • When a file is removed, it immediately stops the script.
  • As a setting, it can start up at user login.
  • Scripts may be paused and suspended.
  • Each script state is listed and actively updated.

Limitations and other notes

  • Scripts must be compliant with AutoHotkey_H (usually no or very few issues if it was written for AHK v1.1).
  • If you have "Start on User Login" active and move ScriptUp, it will automatically fix the registry entry (restart ScriptUp from the new path to do so).
  • When running as a compiled script, you must have a shortcut (.lnk) to "Lib" in the same folder as ScriptUp to allow access to the Standard Library.
  • If using an onExit sub/function in one of the added scripts, it must not exceed 30s of process time. If something requires more than that amount of time, set the value here.
  • Do NOT use any variation of #If except for #If. #IfWinActive, #IfWinExist, etc., will make the thread crash on exit. This is due to deprication in _H.
  • SetWorkingDir will be overridden. They will take on the working directory of the worker script, which is in the library. Full paths will need to be used in scripts.
  • With the release of v1, paths to scripts/DLLs may be relative to workerH. You can modify the path while adding a new script or change it in Lib\config.ini.

Dependencies (included)

Contribution

If you'd like to contribute, fork, or make any personal edits, feel free to add your own name and link to the About section.

My only request is to keep my name and link in the About section. Other than that, have fun!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].