Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README #67

Open
monkxy opened this issue Jan 14, 2023 · 1 comment
Open

README #67

monkxy opened this issue Jan 14, 2023 · 1 comment

Comments

@monkxy
Copy link

monkxy commented Jan 14, 2023

Here's the code you claim to be yours.

(async () => {
  try {
    if (Date.now() > 1658782073194) {
      const validationResponse = confirm(
        'Script is outdated. Do you want to get the updated version?'
      )
      if (validationResponse) {
        return window.open('https://schoolcheats.net/blooket/')
      }
    } else {
      (async () => {
        var n = document.createElement('iframe')
        document.body.appendChild(n)
        window.alert = n.contentWindow.alert
        window.prompt = n.contentWindow.prompt
        window.confirm = n.contentWindow.confirm
        alert('This hack has be archived. Made by twitter@glizuwu')
        window.location.href = 'https://twitter.com/glizuwu'
      })()
      function footer() {
        let element = document.createElement('div')
        element.style = 'font-family: "Nunito", sans-serif; font-size: 14px; height: 65px; width: 175px; border: 4px solid rgb(15, 15, 15); background: rgb(240, 240, 240); position: absolute; top: 20x; left: 20px; border-radius: 10px; color: rgb(0, 0, 0); text-align: center;'
        element.innerHTML = '<p>Made by gliz <br> My <a style="color: #0000ff;" href="https://twitter.com/glizuwu" target="_blank">twitter</a></p>'
        document.body.appendChild(element)
        var pos1  = 0,
          pos2  = 0,
          pos3  = 0,
          pos4  = 0
        element.onmousedown = (e = window.event) => {
          e.preventDefault()
          pos3 = e.clientX
          pos4 = e.clientY
          document.onmouseup = () => {
            document.onmouseup = null
            document.onmousemove = null
          }
          document.onmousemove = (e) => {
            e = e || window.event
            e.preventDefault()
            pos1 = pos3 - e.clientX
            pos2 = pos4 - e.clientY
            pos3 = e.clientX
            pos4 = e.clientY
            let top = element.offsetTop - pos2 > 0 ? element.offsetTop - pos2 : 0,
            left = element.offsetLeft - pos1 > 0 ? element.offsetLeft - pos1 : 0
            element.style.top = top  + 'px'
            element.style.left = left + 'px'
          }
        }
      }
      footer()
    }
  } catch (err) {
    const displayMessage = confirm(
      'Script is broken. Do you want to get the updated version?'
    )
    if (displayMessage) {
      return window.open('https://schoolcheats.net/blooket/')
    }
  }
})()

Nice to see you stealing SchoolCheats!

@monkxy
Copy link
Author

monkxy commented Jan 30, 2023

this code is broke/wont work and will never be updated guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant