How do I evade bans? Asking for a friend.
The following guide is for KiwiNiggers only, and should not be shared outside this site. Also, don't be an ass with this unless you're doing it to tranny servers, in which case I encourage it. This is my original guide, and no, I don't know anything about BYOND, I'm just a retard who got mad at a tranny who banned me a while back, so I took a day or so to figure out how this shit works and get back at them.
SAVE THIS BEFORE THE WORTHLESS JANNIES DELETE IT!
Basically, when you get banned, the server registers and bans 3 things:
1. Your BYOND account ckey
2. Your IP
3. Your CID (computer ID, based upon your computer's hardware)
If you try to log into the sever and any of those three are banned, it bans the other 2 as well.
The first two are easy enough. You can just register a new free BYOND account to get a new ckey, and you can change your IP with a VPN or proxy. The CID is much harder to evade, since it's based upon your computer hardware. I found out through some experimentation that it's based upon your hard drive serial number, which you basically can't change because it's set by the manufacturer. The best way to get around this is to just use a virtual hard drive in a virtual machine. To do this, follow the steps below:
1. Make a new Windows 10 virtual machine on Oracle VirtualBox
2. Install a VPN program or configure Windows 10 to connect to a proxy or whatever. Basically, make sure you have a bunch of external IP's you can present yourself as once they get banned one by one.
3. Install BYOND (duh)
Once you get banned for calling the admins niggertrannies over ICC, do the following steps to get back on and do it again:
1. Delete your BYOND cache folder containing your old ckey (It's a folder titled "BYOND" in your documents folder)
2. Shut off your virtual machine
3. In VirtualBox, make a full clone of your machine. Select to keep the UUID's, drive names, MAC address, and stuff all the same. VirtualBox will change almost nothing but your virtual hard drive's serial number, which in turn changes your CID (This is the secret sauce).
4. Boot back into the virtual machine
5. Connect to a different proxy/VPN server to change your IP
6. Make a new BYOND account in a private tab and log in to the BYOND client on your virutal machine with it. If you need a new email for BYOND account registration, there's plenty of sites that offer disposable 10-minute email addresses.
7. Enter /tg/station again and tell the tranny admins to SEETHE AND DILATE
8. Get banned and repeat
The performance of the VM isn't great, but it's enough to let the admins know who's in charge.
If you want to test your own methods yourself, here's how:
To check your hard drive serial number, open an administrator command prompt window and type:
wmic diskdrive get model,serialNumber,size,mediaType
To view your CID, open Dream Maker (development tool that comes with BYOND) and run this program:
/*
You can drop this snippet into an empty environment in Dream Maker, compile and run it,
then simply click the verb to receive your computer's ID.
*/
mob/verb/GetComputerId()
src << client.computer_id
To check your external IP, just Google "what's my IP"
There's rumors that BYOND might change CID generation methods from time to time, but the above self-developed method worked for getting past a ban on Goonstation a couple months ago.