Is it possible to edit programs in Notepad when I am playing Multiplayer?
Thanks,
poohshoes
Yeah, sorry, I don't know how you could do it then. Maybe someone else knows.copy and pasting uses the control key, which is used by the save and exit.
so if you try to paste u will end up on the save or exit menu
SetTitleMatchMode 2
InputBox, UserInput, Num, Enter the number of lines., , 640, 480
if ErrorLevel
MsgBox, CANCEL was pressed.
else
Loop %UserInput%
{
WinWait, Notepad,
IfWinNotActive, Notepad, , WinActivate, Notepad,
WinWaitActive, Notepad,
MouseClick, left, 67, 15
Sleep, 1
Send, {HOME}{SHIFTDOWN}{END}{SHIFTUP}{CTRLDOWN}c{CTRLUP}{DOWN}
MouseClick, left, 1069, 110
Sleep, 1
WinWait, Tekkit,
IfWinNotActive, Tekkit, , WinActivate, Tekkit,
WinWaitActive, Tekkit,
Send, {ENTER}
Sleep, 1
Send, {CTRLDOWN}
Sleep, 1
Send, {CTRLUP}
Sleep, 1
Send, {CTRLDOWN} v
Sleep, 1
Send, {CTRLUP}
Sleep, 1
else{
Send, {DOWN}
}
}
edit: wow, I guess I was a few minutes too late :)/>/>
I've been using an autohotkey script to "type" a file into the minecraft window by simulating key presses. Autohotkey is a macro/scripting program for windows.
It's still pretty rough, but you can try it if you want: http://pastebin.com/UKgCaXNM
(If you don't use Tekkit, you should edit GameWinTitle to… "Minecraft" probably)
Well, programs have a tendency to grow over time, right? :)/>/>Oh wow what are the chances!!! Thanks for sharing your version too! It is SO much better than mine!
edit: wow, I guess I was a few minutes too late :)/>/>
I've been using an autohotkey script to "type" a file into the minecraft window by simulating key presses. Autohotkey is a macro/scripting program for windows.
It's still pretty rough, but you can try it if you want: http://pastebin.com/UKgCaXNM
(If you don't use Tekkit, you should edit GameWinTitle to… "Minecraft" probably)
Is it just me, or doesn't these two scripts work.Well I had the same problem. There is no way the admin will enable HTTP, which is understandable :ph34r:/>/> . So I found a program called http://www.autohotkey.com/ and I created a script to copy and paste a file into a computer terminal:SetTitleMatchMode 2 InputBox, UserInput, Num, Enter the number of lines., , 640, 480 if ErrorLevel MsgBox, CANCEL was pressed. else Loop %UserInput% { WinWait, Notepad, IfWinNotActive, Notepad, , WinActivate, Notepad, WinWaitActive, Notepad, MouseClick, left, 67, 15 Sleep, 1 Send, {HOME}{SHIFTDOWN}{END}{SHIFTUP}{CTRLDOWN}c{CTRLUP}{DOWN} MouseClick, left, 1069, 110 Sleep, 1 WinWait, Tekkit, IfWinNotActive, Tekkit, , WinActivate, Tekkit, WinWaitActive, Tekkit, Send, {ENTER} Sleep, 1 Send, {CTRLDOWN} Sleep, 1 Send, {CTRLUP} Sleep, 1 Send, {CTRLDOWN} v Sleep, 1 Send, {CTRLUP} Sleep, 1 else{ Send, {DOWN} } }
If you were to use it you would probably have to edit it a bit to get it to work, but if you have no other option like me its worth learning how to use the program. Saved me so much time.
The actual error would be useful… Did you install autohotkey?Is it just me, or doesn't these two scripts work.
I always get an error.
The actual error would be useful… Did you install autohotkey?Is it just me, or doesn't these two scripts work.
I always get an error.
Error: ELSE with no matching IF
the error apears at line# 029 (I sudoed this.)
And for bonum
Error at line 2.
Line Text: Warn
Error: This line does not contain a recognized action.
Not every server has http enabled.Pastebin program.
Write in notepad, upload to pastebin, retrieve it in minecraft.
You need autohotkey to interpret the autohotkey scripts. They can be compiled to binaries, but I hope people are smart enough not to run random little .exes they find in forums.No why would I do that!The actual error would be useful… Did you install autohotkey?
I'm saying that most servers have it, and it is the easiest. You could use a script.. or just code it inside your computer. Not to put negativity on anything I'm just saying that it's best if you just code it on your computer inside the server.. One small problem is that you wouldn't be able to retrieve the files from inside the game.Not every server has http enabled.Pastebin program.
Write in notepad, upload to pastebin, retrieve it in minecraft.
I'm saying that most servers have it, and it is the easiest. You could use a script.. or just code it inside your computer. Not to put negativity on anything I'm just saying that it's best if you just code it on your computer inside the server.. One small problem is that you wouldn't be able to retrieve the files from inside the game.
Yes, everyone on the internet is stupid…You need autohotkey to interpret the autohotkey scripts. They can be compiled to binaries, but I hope people are smart enough not to run random little .exes they find in forums.No why would I do that!The actual error would be useful… Did you install autohotkey?