- 4,596 views • 1 today
- 390 downloads • 0 today
5
This small tool helps with Macros in (nearly) every program.
It opens as a window, where you can enter text to (nearly) every Key.
since Ver.5 you can use the TrayIcon too to use it.
Ver.6 fixes the key-pressing.
To use special Keys use this:
Enter : {ENTER}
Esc : {ESC}
^ : {^}
...
Please post any bugs or errors or other improvements!
password: rofl124
ToDO:
-Fix closing window.(Sometimes you can only close through TrayIcon)
-Add Save Complete.
-Add Custom profiles.(Load&Save)
-Fix the Zeros in the Inputs(Currently,if not removed: Macro with Zero)
Source Code: (written with Autoit)
http://dl.dropbox.com/u/37476432/Hotkeysetter.txtThis small tool helps with Macros in (nearly) every program.
It opens as a window, where you can enter text to (nearly) every Key.
since Ver.5 you can use the TrayIcon too to use it.
Ver.6 fixes the key-pressing.
To use special Keys use this:
Enter : {ENTER}
Esc : {ESC}
^ : {^}
...
Please post any bugs or errors or other improvements!
password: rofl124
ToDO:
-Fix closing window.(Sometimes you can only close through TrayIcon)
-Add Save Complete.
-Add Custom profiles.(Load&Save)
-Fix the Zeros in the Inputs(Currently,if not removed: Macro with Zero)
Source Code: (written with Autoit)
http://dl.dropbox.com/u/37476432/Hotkeysetter.txtThis small tool helps with Macros in (nearly) every program.
| Progress | 100% complete |
| Game Version | Minecraft 1.0 |
| Tags |
6 Update Logs
Update #6 : by ZockenX 12/15/2011 1:23:05 pmDecember 15, 2011 @ 6:23 pm UTC
Fixed Keys.
LOAD MORE LOGS
226637
7


Have something to say?
If i want to execute a console command like: {ENTER}/abc{ENTER} on letter N it's all right.
But if i want to execute a console command like: {ENTER}/nabc{ENTER} on letter N the macro goes into an endless loop because the
command itself contains an n and executes itself round and round :(
This bug is with every letter the case. Just an example.
I'll try to fix it ;)
I thought about something like this,but in autoit, but it seems to me that xpadder is working quite good.