As part of the devs farewell message on their site, they have included malicious code to make each visitor sends 2,000 requests to the dbzer0 servers in an attempt to DDOS and take the instance offline.
As part of the devs farewell message on their site, they have included malicious code to make each visitor sends 2,000 requests to the dbzer0 servers in an attempt to DDOS and take the instance offline.
it’s not exactly the formula i posted but the principle is kinda the same
if u see it like this:
let min = 1 let max = 100 let random = Math.floor(Math.random() * (max - min + 1)) + minthe diff is that it’s inclusive of max (bc of +1) and it always returns an integer (bc of Math.floor)
btw not defending this abomination of a man in javascript language or anything lol
I can see the logic in that 🙂