Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sbc( colors.blue )
- term.clear()
- scp(1,1)
- scp(18,15)
- stc(1)
- w([[ TaZer Games ]])
- stc( colors.lightGray )
- scp(17,16)
- w([[ Cookie Clicker ]])
- local image = paintutils.loadImage("Programs/TaZer-Games/CookieClicker/Assests/Images/Cookie.img")
- paintutils.drawImage(image, 15, 2)
- scp(12,17)
- sbc( colors.lightGray )
- stc(1)
- w([[ Loading Assests... ]])
- scp(12,17)
- sbc( colors.gray )
- textutils.slowWrite(" Loading A", math.random(2,6))
- Cookie = paintutils.loadImage("Programs/TaZer-Games/CookieClicker/Assests/Images/Cookie.img")
- textutils.slowWrite("ssests... ", math.random(2,6))
- scp(12,17)
- sbc( colors.lightGray )
- w([[ Reading Saved Files... ]])
- scp(12,17)
- sbc( colors.gray )
- textutils.slowWrite(" Reading Sa", math.random(2,6))
- textutils.slowWrite("ved Files... ", math.random(2,12))
- sleep(3)
- shell.run('Programs/TaZer-Games/CookieClicker/main.lua')
- scp(6,6)
- sbc( colors.gray )
- w([[ Cookie Clicker By TaZerOS ]])
- stc( colors.black )
- sbc(1)
- scp(6,7)
- w([[ ]])
- scp(6,8)
- w([[ The Game Has Crashed! ]])
- scp(6,9)
- w([[ If this keeps happening ]])
- scp(6,10)
- w([[ Try reinstalling else ]])
- scp(6,11)
- w([[ Come back later to see if ]])
- scp(6,12)
- w([[ we have patched this bug ]])
- scp(6,13)
- w([[ ]])
- scp(6,14)
- stc( colors.red )
- w([[ Error: Error Occurred in "main.lua" ]])
- scp(6,15)
- sbc(1)
- w([[ ]])
- scp(20,15)
- sbc( colors.red )
- stc(1)
- w([[ Exit ]])
- while true do
- event, button, X, Y = os.pullEvent("mouse_click")
- if X >= 20 and X <= 25 and Y == 15 then
- shell.run('Programs/Games')
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment