Posted 14 December 2012 - 11:15 AM
Hello.
I was making a program which prevents ctrl t . I put this in the code:
Secured = true
if Secured then
local oldDog = os.pullEvent
os.pullEvent = os.pullEventRaw
end
and in the end:
if Secured then
os.pullEvent = oldDog
end
(im posting on my phone, so its hard to write.)
I really dont find any issues with this. But whhen i ran the program, it cant ctrl t. But when the program ended, the computer got a quick error, and then shuts down.
ehm. help me please!
thanks in advance
-mikk809h
I was making a program which prevents ctrl t . I put this in the code:
Secured = true
if Secured then
local oldDog = os.pullEvent
os.pullEvent = os.pullEventRaw
end
and in the end:
if Secured then
os.pullEvent = oldDog
end
(im posting on my phone, so its hard to write.)
I really dont find any issues with this. But whhen i ran the program, it cant ctrl t. But when the program ended, the computer got a quick error, and then shuts down.
ehm. help me please!
thanks in advance
-mikk809h