Although this may be virtually useless...I still thought it was fun. You could just draw a picture with text in notepad and copy/paste wherever you wanted, but in case there happens to be somewhere you can't copy/paste, here's a macro to draw a picture with text. An example would be to use it in game chat, but you would have to add additional "returns" to start the chat for each line.
Code:
begin
Window.Bring to front("Untitled - Notepad", "Yes")
Keyboard.Type text(" {<oem5>} {<oemquestion>}{<return>}")
Keyboard.Type text(" {<oem5>}0{<oemquestion>}{<return>}")
Keyboard.Type text(" ")
Keyboard.Press keys at once("{<lshiftkey>}{<oem5>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" ")
Keyboard.Press keys at once("{<lshiftkey>}{<oem5>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" {<oemquestion>} {<oem5>}{<return>}")
Keyboard.Type text(" {<oemquestion>} {<oem5>}{<return>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text("Raise Your")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" Hands")
Keyboard.Press keys at once("{<lshiftkey>}1")
end
Just open a new notepad file and hit start on the macro.
Although this may be virtually useless...I still thought it was fun. You could just draw a picture with text in notepad and copy/paste wherever you wanted, but in case there happens to be somewhere you can't copy/paste, here's a macro to draw a picture with text. An example would be to use it in game chat, but you would have to add additional "returns" to start the chat for each line.[code] begin
Window.Bring to front("Untitled - Notepad", "Yes")
Keyboard.Type text(" {<oem5>} {<oemquestion>}{<return>}")
Keyboard.Type text(" {<oem5>}0{<oemquestion>}{<return>}")
Keyboard.Type text(" ")
Keyboard.Press keys at once("{<lshiftkey>}{<oem5>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" ")
Keyboard.Press keys at once("{<lshiftkey>}{<oem5>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" {<oemquestion>} {<oem5>}{<return>}")
Keyboard.Type text(" {<oemquestion>} {<oem5>}{<return>}")
Keyboard.Press key("{<return>}")
Keyboard.Type text("Raise Your")
Keyboard.Press key("{<return>}")
Keyboard.Type text(" Hands")
Keyboard.Press keys at once("{<lshiftkey>}1")
end[/code]Just open a new notepad file and hit start on the macro.