This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Peacenanarchy's profile picture

Auto Program Type Out Program

Started by Peacenanarchy, 11 August 2012 - 10:07 AM
Peacenanarchy #1
Posted 11 August 2012 - 12:07 PM
I made a file to help people type out long programs.
Its a fairly simple program i made with auto hot key. i am still new to programming so i hope its not to buggy. it is fairly simple to use.
1)put your file into same folder and rename it to script.lua
2)open exe
3)oped game and press numpad 1 to type out code
4)wait for code to finish typing
5)press numpad 2 to close the program
words might get jumbled up depending on how much server lag u have.


Download:
https://dl.dropbox.c.../filereader.zip

Source:
http://pastebin.com/rLUpwQau
tdlab #2
Posted 13 August 2012 - 01:21 AM
Cant seem to download it, idk if it was chrome or my antivirus. I tried to save the source as a exe (copied and put in notepad++) and then it said wrong OS version. I am using windows 7 64 bit, any help?
Peacenanarchy #3
Posted 13 August 2012 - 04:13 PM
Cant seem to download it, idk if it was chrome or my antivirus. I tried to save the source as a exe (copied and put in notepad++) and then it said wrong OS version. I am using windows 7 64 bit, any help?
Im not really sure as i said im kinda new to programming. i assume its because i have a 32 bit pc that its not working or some files needed for ahk scripts aren't working. Maby try recompile the script with http://www.autohotkey.com/download/ yourself n see if it works
Peacenanarchy #4
Posted 13 August 2012 - 04:21 PM
found a better one probably find it easier to use
http://www.computercraft.info/forums2/index.php?/topic/1963-minecopy-v2-linuxwindows/
Cranium #5
Posted 19 September 2012 - 12:12 AM
I have a laptop, therefor I have no numpad. Any way around this?
zassi12 #6
Posted 19 September 2013 - 10:58 AM
your programm cant type out {} and~ its annoying in big programms to check hundrets of lines
and if type like so

in the cc window
example:

while true do

turtle.dig()

end

if you let that copy in filereader that happens


while true do

  turtle.dig()

     end
and this goes on forever in big programms

would be nice if you can fix that

anyways very helpfull programm.