As the title says, i need a simple macro for pressing enter when disconnected. Doubt it is hard to make but i will reward the maker with some+Rep
![]()
As the title says, i need a simple macro for pressing enter when disconnected. Doubt it is hard to make but i will reward the maker with some+Rep
![]()
If you ment a script to use TO disconnect, this works:
Code:/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cFF00FFCC\124Hitem:19:0:0:0:0:0 :0: \124h" ..msg.. "\124h\124r",type,lang,chan);end; /g DISCONNECT RISK: TRUE.
I have no idea why you'd need that but yeah it can be easily done. I could think of a way with pixel reading and Keytronic's Mouse+Key Recorder, but an AutoIt script would probably be easier to set up.
May I ask you why do you want such script?