here's a basic command bind example
z:: ; The script activates when you press Z
send, {t} ; Script will auto-press T
sleep 10 ; It will wait 10 ms
sendinput, /help ; It will write /help in chatbox
sleep 10 ; It will wait again 10 ms
send, {enter} ; It will press enter
return ; the script ends