Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon=peripheral.wrap("right")
- mon.clear()
- local name="nobody"
- while true do
- mon.clear()
- mon.setCursorPos(1,1)
- mon.setBackgroundColor(colors.yellow)
- mon.write("Faggot tester mk1")
- mon.setTextScale(.5)
- mon.setCursorPos(1,2)
- mon.setBackgroundColor(colors.black)
- mon.write("Welcome to the faggot tester.")
- mon.setCursorPos(1,3)
- mon.write("Press the button to test yourself for faggotry.")
- mon.setBackgroundColor(colors.red)
- mon.setCursorPos(3,7)
- mon.write(" ") -- from 3,7 to 5,10
- mon.setCursorPos(3,8)
- mon.write(" ")
- mon.setCursorPos(3,9)
- mon.write(" ")
- mon.setCursorPos(3,10)
- mon.setBackgroundColor(colors.black)
- local event,side,x,y=os.pullEvent("monitor_touch")
- if x>=3 and x<=5 and y>=7 and y<=10 then
- term.print(event.." "..side.." "..x.." "..y)
- mon.setCursorPos(3,15)
- mon.setTextScale(1)
- mon.write("You are a faggot!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment