Oh, btw, since i no longer run a server that uses stickybans or otherwise have any reason to give a fuck:
View attachment 6885256
I saw this in the /v/ thread about my spergout, and like, no. byond is not that smart.
There are two things used here on byond, Computer ID (CID) is your system hard drive serial number as reported by smart. (or volume id of the system partition if this can't be fetched.). This gets md5'ed by the client and byondcrc'ed(crc algo but with some magic numbers changed) by the server.
And stickybans, a special ban type that can detect evaders, which just tracks and follows based on login history, ip/cid history, and most importantly, byond account password.
Yes. byond does not salt passwords and uses this fact to match stickybans based on password.
This is why stickybans tend to work so well, evaders fucking using the same password on their alt accounts.