View difference between Paste ID: zJkxN4Nr and HhkAj01f
SHOW: | | - or go back to the newest paste.
1
local oldPull = os.pullEvent;
2
os.pullEvent = os.pullEventRaw;
3
term.clear()
4
term.setCursorPos(5,10)
5
sleep(0.1)
6
print" "
7
print" "
8
write"             Hacking."
9
sleep(1)
10
write"."
11
sleep(1)
12
write"."
13
sleep(2)
14
rs.setOutput ("right", true)
15
print" "
16
print" "
17
print" "
18
print" "
19
write"             Hacked "
20
sleep(1)
21
textutils.slowWrite("by The Fappening", 5)
22
sleep(7200)
23
os.pullEvent = oldPull;