As said in the title, I am looking for the best way to freeze a computer. I have done a bit of research, but was not able to find anything on this subject (probably because I'm using Yahoo).
I have made a program and it would be preferrable if the code was hidden and have a detect-inspect-element function from this question. Currently, my freeze function is just while(true){}
, but I am looking for something way slower. I am on a chromebook and a while
loop will only lag the current page.
I have seen people use history.pushState()
to lag other pages and even make it hard to x out, but I was not able to replicate the inefficiency. Any help would be useful.