Skip to content

Commit 5db8f71

Browse files
committed
first commit
0 parents  commit 5db8f71

File tree

6 files changed

+788
-0
lines changed

6 files changed

+788
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# WarCraft Inventory Hotkeys
2+
3+
This is cutted-down AucT Hotkeys Tool, a special edition for WarCraft III.
4+
5+
For compiling, use old autohotkey <https://autohotkey.com/board/topic/86134-autohotkey-10-classic-and-basic-versions/>
6+
7+
Removed most of the not needed stuff, so it includes only small number of functions.
8+
9+
## Functions
10+
11+
1. Inventory Hotkeys
12+
2. Chat-free system (can be turned off) based on pixel compare.
13+
14+
![WarCraft Inventory Hotkeys v1.0.0](docs/v1.png)
15+
16+
## About chat-free system
17+
18+
This chat-free detection system is the same one used in AHT v2.1b. It will work in WarCraft III and check if you press enter to chat. It is not very reliable, but it should work if you only use enter for chatting.
19+
20+
Chat-free in lobby will check the color of the pixel in the top bar of WarCraft III to determine if you are in game or not. If you are in the lobby, the script will be off.
21+
22+
The chat-detection system is not as accurate as the previous one that read WarCraft III memory. But I could not make that work in patch 1.30.
23+
24+
You can use an indicator in the options menu to see if it is working as expected.
25+
26+
The advantage of this system is that it will work in any patch, but it is not as stable as reading WarCraft III memory. Have fun!
27+
28+
🇺🇦 #StandWithUkraine

0 commit comments

Comments
 (0)