что такое ахк в крмп радмир
AutoHotkey
AutoHotkey — это простой и популярный язык для создания скриптов/сценариев, с помощью которого можно автоматизировать исполнение задач Windows. Лёгок в использовании, позволяет назначать/переназначать горячие клавиши ПК/кнопки мышки/джойстика. Текстовые файлы аутохоткей-скриптов имеют расширение вида ahk. В ПО включена утилита, способная компилировать скрипты в EXE-файлы и запускать на компьютере с «Виндовс». К созданным файлам можно присоединять другие — из числа извлекаемых на этапе запуска. Бесплатно скачать Autohotkey на русском можно по ссылке.
Лицензия | Бесплатная |
ОС | Windows 7 и выше/Vista/XP |
Язык интерфейса | Русский, английский |
Разработка | Jonathan Bennett |
Разновидность программы | Автоматизация |
Характеристики
Язык (и его функционал):
Позволяет обращаться к окнам, можно обращаться по заголовку/названию/объёму/классу и встроенным дескрипторам типа Win32 API. Последние определяются через комплектную утилиту WindowSpy.
Применение
Чтобы использовать преимущества ПО, нужно скачать русскую версию «Автохоткей». АХК используется:
С помощью AutoHotkey_H — комбинаторного ПО вида COM+DLL — AHK-язык задействуется в работе с программами, созданными на других языках. Помогает оптимизировать и автоматизировать повторяющиеся операции.
Autohotkey компактен, его необязательно устанавливать — скрипт можно просто скомпилировать. Чтобы реализовывать задачи, хватит базового файла и любого текстового редактора. Ссылки на готовые сценарии и исходный код можно найти, посетив официальный сайт Autohotkey.
Помогите составить АХК для прохода призыва в Армию на РАДМИР РП
Скажи если прошел по ахк
Для передачи мед. карты:
numpad2::
<
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
return
>
Для передачи лицензий:
numpad3::
<
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
Sleep 1200
SendInput,
return
Что такое ахк в крмп радмир
NumPad3::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Return
NumPad4::
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Sleep 1000
SendInput,
Return
NumPad5::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep 1100
SendInput,
Sleep 1100
SendInput,
Sleep 1100
SendInput,
Sleep 1000
SendInput,
Return
NumPad6::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep 1100
SendInput,
Sleep 1100
SendInput,
Sleep 1300
SendInput,
Sleep 1100
SendInput,
Return
Numpad7::
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,1100
SendInput
sleep,1100
SendInput
sleep,1100
SendInput
return
Numpad8::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Return
Numpad9::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Sleep, 1000
SendInput,
Return
F12::
SendMessage, 0x50,, 0x4190419,, A
SendInput,
sleep,1000
SendInput,
sleep,1000
SendInput,
sleep,1000
SendInput,
sleep,1000
SendInput,
AutoHotkey
Powerful. Easy to learn.
The ultimate automation scripting language for Windows.
Key Binds
Define hotkeys for the mouse and keyboard, remap keys or buttons and autocorrect-like replacements. Creating simple hotkeys has never been easier; you can do it in just a few lines or less!
What is AutoHotkey
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc.
Is it good for me?
AutoHotkey has easy to learn built-in commands for beginners. Experienced developers will love this full-fledged scripting language for fast prototyping and small projects.
Why AutoHotkey
AutoHotkey gives you the freedom to automate any desktop task. It’s small, fast and runs out-of-the-box. Best of all, it’s free, open-source (GNU GPLv2), and beginner-friendly. Why not give it a try?
A peek at the syntax.
AutoHotkey provides a simple, flexible syntax allowing you to focus more on the task at hand rather than every single little technicality. It supports not only the popular imperative-procedural paradigm, but also object-oriented and command-based programming.
Here are a few simple examples:
Что такое ахк в крмп радмир
Numpad4::
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,3000
SendInput
sleep,3000
SendInput
sleep,3000
SendInput
sleep,3000
return
Numpad5::
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,3000
SendInput
return
Numpad7::
SendMessage, 0x50,, 0x4190419,, A
SendInput
return
Numpad8::
SendMessage, 0x50,, 0x4190419,, A
SendInput
return
Numpad9::
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,1000
SendInput
sleep,1000
SendInput
sleep,1000
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,1000
Return
Numpad0::
SendMessage, 0x50,, 0x4190419,, A
SendInput
sleep,3000
SendInput
return
F9::
SendInput,
sleep, 100
Return