Terraria Rod of Discord Macro With AutoHotKey

LastPrism7

Terrarian
After reading @whyisthiscomplicated2's comment on this post, I've decided to make a macro with AutoHotKey because why the hell not (and because I'm bored). Although I advocate you to actually learn how to use the RoD effectively (it's not that hard). Anyways, here's the script :

a::
send {b down}
send {b up}
mouseclick, left
send {c down}
send {c up}​

Return

Explanation :
a is the macro key. This is the key that you would press to activate the script.
b is where you put your rod of discord.
c is where you put your main weapon.

For example, here's mine :

Screenshot (1181).png


f::
send {0 down}
send {0 up}
mouseclick, left
send {1 down}
send {1 up}​

Return

I barely know how to code, let alone how AutoHotKey works. So this script even working is nothing short of a miracle. Files attached
MAKE SURE TO CHANGE THE FILE TYPE TO .ahk (can't attach a .ahk file type)
Also download AutoHotKey first
 

Attachments

  • RoDHotkey.txt
    95 bytes · Views: 86
Back
Top Bottom