I need help with this http://justinribeiro.com/projects/minecraft/MinecraftHackery.ahk
towards the end there is this
SendInput t
SendInput #/give %player% %itemid% %quantity% {Enter}
I need to change the / into ! but it never works because i cant do !
So what i want this to do is types in !give Playersname Theitemid theammount and presses enter
1:opens chat (with t)
2:types in !give name id ammount
3:then presses enter
but it also sends it again in the chat like this "t !give name id ammount"
and it should not show up in the chat at all