No Disk Drive Allowed!
#1
Posted 05 August 2012 - 06:30 PM
Ive heard just place obbby around it, but it looks so ugly to me, id rather just program it in.
#2
Posted 05 August 2012 - 06:47 PM
If you need a disk drive, however, then put it on one of the sides that is inaccessible without breaking a block, preferably protected ones.
#3
Posted 05 August 2012 - 09:43 PM
#4
Posted 06 August 2012 - 12:00 AM
#5
Posted 06 August 2012 - 01:45 AM
Just remember to reboot your pc instead of shutting it down and you're fine
#6
Posted 06 August 2012 - 04:00 AM
Pharap, on 06 August 2012 - 01:45 AM, said:
Just remember to reboot your pc instead of shutting it down and you're fine
Disk have a higher boot priority, so if the drop down a disk drive, put in a disk with a startup file on it and ctrl+r bam they're booting off of the disk.
#7
Posted 06 August 2012 - 04:13 AM
luanub, on 06 August 2012 - 04:00 AM, said:
Pharap, on 06 August 2012 - 01:45 AM, said:
Just remember to reboot your pc instead of shutting it down and you're fine
Disk have a higher boot priority, so if the drop down a disk drive, put in a disk with a startup file on it and ctrl+r bam they're booting off of the disk.
In that case, use the keydown events to grab their key input, test if they are holding the control button and if they press control, make the program send htem a message and then restart.
You might have to then take their keyboard input manually, but at least there's no way out of typing the password.
#8
Posted 06 August 2012 - 04:36 AM
Pharap, on 06 August 2012 - 04:13 AM, said:
luanub, on 06 August 2012 - 04:00 AM, said:
Pharap, on 06 August 2012 - 01:45 AM, said:
Just remember to reboot your pc instead of shutting it down and you're fine
Disk have a higher boot priority, so if the drop down a disk drive, put in a disk with a startup file on it and ctrl+r bam they're booting off of the disk.
In that case, use the keydown events to grab their key input, test if they are holding the control button and if they press control, make the program send htem a message and then restart.
You might have to then take their keyboard input manually, but at least there's no way out of typing the password.
It makes it so people think they can't shutdown your computer (I had same idea).. It's clever.
#9
Posted 06 August 2012 - 05:46 AM
Pharap, on 06 August 2012 - 04:13 AM, said:
luanub, on 06 August 2012 - 04:00 AM, said:
Pharap, on 06 August 2012 - 01:45 AM, said:
Just remember to reboot your pc instead of shutting it down and you're fine
Disk have a higher boot priority, so if the drop down a disk drive, put in a disk with a startup file on it and ctrl+r bam they're booting off of the disk.
In that case, use the keydown events to grab their key input, test if they are holding the control button and if they press control, make the program send htem a message and then restart.
You might have to then take their keyboard input manually, but at least there's no way out of typing the password.
You cannot block or avoid Ctrl-R. The computer will reboot if that combination is held down for a certain time, period. Even if you eject the disk as soon as the Control key is pressed, all they have to do is shut it down instead, put the disk in the drive, and then turn the machine on. You can't get around it without making the sides inaccessible or editing the ROM.
#10
Posted 06 August 2012 - 05:49 AM
You just need to use lockette signs so the blocks are un-breakable.
It will "delay" it. You can continue to hold it down and for the same amount of time it will shutoff but its a brain trick. If it says you cannot shutdown this computer, it will, but you might let go of the buttons because you're confused or you actually think he created a block.
#11
Posted 06 August 2012 - 06:16 AM
Lyqyd, on 06 August 2012 - 05:46 AM, said:
Pharap, on 06 August 2012 - 04:13 AM, said:
luanub, on 06 August 2012 - 04:00 AM, said:
Pharap, on 06 August 2012 - 01:45 AM, said:
Just remember to reboot your pc instead of shutting it down and you're fine
Disk have a higher boot priority, so if the drop down a disk drive, put in a disk with a startup file on it and ctrl+r bam they're booting off of the disk.
In that case, use the keydown events to grab their key input, test if they are holding the control button and if they press control, make the program send htem a message and then restart.
You might have to then take their keyboard input manually, but at least there's no way out of typing the password.
You cannot block or avoid Ctrl-R. The computer will reboot if that combination is held down for a certain time, period. Even if you eject the disk as soon as the Control key is pressed, all they have to do is shut it down instead, put the disk in the drive, and then turn the machine on. You can't get around it without making the sides inaccessible or editing the ROM.
If you remap the ctrl-r event to something else and put it in a loop, it should get stuck on that loop and perform that code instead, just like how in real world computers you can override ctrl alt delete by making a program fire an event and process something when the keys are pressed.
#12
Posted 06 August 2012 - 07:39 AM
#13
Posted 06 August 2012 - 09:23 AM
Pharap, on 06 August 2012 - 06:16 AM, said:
#14
Posted 06 August 2012 - 10:35 AM
Noodle, on 06 August 2012 - 09:23 AM, said:
Pharap, on 06 August 2012 - 06:16 AM, said:
#15
Posted 06 August 2012 - 10:38 AM
luanub, on 06 August 2012 - 07:39 AM, said:
#16
Posted 06 August 2012 - 10:52 AM
os.pullEvent = os.pullEventRawshould block the ctrl commands, but you still need to test for the keydowns to accept typed input.
#17
Posted 06 August 2012 - 10:54 AM
Pharap, on 06 August 2012 - 10:38 AM, said:
luanub, on 06 August 2012 - 07:39 AM, said:
2: Real World Operating systems have a shutdown button.. On the computer. CTRL + S is like that button.
3: Boot Disks works, but you need to be a server owner.
#18
Posted 06 August 2012 - 11:02 AM
Noodle, on 06 August 2012 - 10:54 AM, said:
Pharap, on 06 August 2012 - 10:38 AM, said:
luanub, on 06 August 2012 - 07:39 AM, said:
2: Real World Operating systems have a shutdown button.. On the computer. CTRL + S is like that button.
3: Boot Disks works, but you need to be a server owner.
That last one made little sense.
#19
Posted 06 August 2012 - 11:05 AM
#20
Posted 06 August 2012 - 11:15 AM
Noodle, on 06 August 2012 - 11:05 AM, said:
If we are going to use real computer comparisons, both startup scripts should fire, with the computer's coming first.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











