Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Program made by "notAmaster"
- Aka other names that will not be releast...
- Enjoy!
- ]]--
- function NoNo()
- os.pullEvent = os.pullEventRaw
- end
- NoNo()
- function button()
- NoNo()
- term.setCursorPos(10,10)
- print("[1]")
- term.setCursorPos(14,10)
- print("[2]")
- term.setCursorPos(19,10)
- print("[3]")
- term.setCursorPos(10,11)
- print("[4]")
- term.setCursorPos(14,11)
- print("[5]")
- term.setCursorPos(19,11)
- print("[6]")
- term.setCursorPos(10,12)
- print("[7]")
- term.setCursorPos(14,12)
- print("[8]")
- term.setCursorPos(19,12)
- print("[9]")
- -- xMin, yMin, xMax, yMax
- local tCoords = {
- [1] = {10, 10, 13, 10, "1" },
- [2] = {14, 10, 17, 10, "2" },
- [3] = {19, 10, 22, 10, "3" },
- [4] = {10, 11, 13, 11, "4" },
- [5] = {14, 11, 17, 11, "5" },
- [6] = {19, 11, 22, 11, "6" },
- [7] = {10, 12, 13, 12, "7" },
- [8] = {14, 12, 17, 12, "8" },
- [9] = {19, 12, 22, 12, "9" },
- }
- local main = {
- local a1 = { #tCoords[1] },
- local a2 = { #tCoords[2] },
- local a3 = { #tCoords[3] },
- local a4 = { #tCoords[4] },
- local a5 = { #tCoords[5] },
- local a6 = { #tCoords[6] },
- local a7 = { #tCoords[7] },
- local a8 = { #tCoords[8] },
- local a9 = { #tCoords[9] },
- }
- main = os.pullEvent("mouse_click")
- if a1 and a2 and a3 and a4 and a5 and a6 and a7 and a8 and a9 == ("123456789") then
- print('Congratz, also to change the password type "edit (what you called this program)" then find the long if function, then simply change the stuff in the (" ")')
- else
- print("ERROR: Dumb person trying to guess the password!")
- print("System will now reboot")
- sleep(2)
- os.reboot()
- end
- end
- function top()
- NoNo()
- term.clear()
- term.setCursorPos(15,1)
- print("xPasslocKx, by notAmaster")
- end
- top()
- button()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement