Posted 22 January 2014 - 03:12 PM
Hello! I found a bug. A way to destroy a computer so it can never be used again, that should not work.
I found it while trying to receive messages while the user interacts with a shell, but completely ruined my computer to the point of no return.
In your startup file:
Why is this a bug? Well, I found a way to disable ctrl+s and crtl+r, which are hard coded.
Feedback?
I found it while trying to receive messages while the user interacts with a shell, but completely ruined my computer to the point of no return.
In your startup file:
function os.pullEvent(str)
if str == "modem_message" then
--Some code you don't need to see here
end
On startup, it will wait about 4 seconds, print a java error, say press any key to continue, and you can't press any key to continue.Why is this a bug? Well, I found a way to disable ctrl+s and crtl+r, which are hard coded.
Feedback?