- Joined
- Feb 18, 2020
I know affectedarc07 from paradise host posted some pretty good memes in there. Thats about all I know.show me the sweet hostbus gossip
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I know affectedarc07 from paradise host posted some pretty good memes in there. Thats about all I know.show me the sweet hostbus gossip
You're not under a NDA to not dsclose whatever happens in hostchat or not give us those logs, you know...I was on #4chan and getting glined from rizon during the first chrischan era, I know how the internet works. I'm not looking for a personal army, just to remove every advantage ss13 servers have in defending against trolls like you guys that I was involved in either creating or spreading awareness among hostchat about.
I recently got sent a massive dump of how hostchat (and coderchat) has been talking about me since I left and so fuck em I don't care about them anymore.
In any network-based sphere there is a saying: Don't trust the client. Because of the very nature of public networking, you can never trust a client to be who they say they are. You can cheat in similar ways in other game engines, it just isn't as obvious because it'll be using some more advanced networking and not be exposing ways to communicate with the server directly to the end user via javascript. Unless you're working with proprietary software you're going to need to roll your own form of authentication.Don't stickybans also use hidden cookies as a result of the IE8 dependency?
The biggest cheat always has been and still is href exploits. The semi-retarded way BYOND handles HTML communication that allows basically any player to ping the server with a byond://[reference to admin panel object];banplayer=[yourid] right from the console. BYOND itself, of course, does not sanitize or authenticate shit, so every Topic proc has to be sanity checked before it is run through. If it's important, at least.
Ya i'll always regret that. I should have stayed firm and forced them to start over with a fresh discord. I felt a little regret at the idea of causing /tg/ to implode but should have realized the regret for not letting it implode would be greater.I suppose what else can you expect from the guy who waited until he signed over the deed to someone else before he set his house on fire.
Either way, thanks and congrats for being the first SS13 server host (from a non KF server) to openly make posts on this evil website.Ya i'll always regret that. I should have stayed firm and forced them to start over with a fresh discord. I felt a little regret at the idea of causing /tg/ to implode but should have realized the regret for not letting it implode would be greater.
If it took us crowd funding Lummox an office chair and a computer built this decade to get byond to start switching off of internet explorer I think anything more is going to cost at least a desk and a 2000-2008 car with 250k miles on the odometer.Let the man cook. The more crap he posts, the more likely it is all this ancient ass code gets fixed globally.
Shit that won't ever happen for $50,000Let the man cook. The more crap he posts, the more likely it is all this ancient ass code gets fixed globally.
I hope you realize that Soyjak.party and cracked out Russians have done more damage to your servers than we could ever imagine.I'm not looking for a personal army, just to remove every advantage ss13 servers have in defending against trolls like you guys that I was involved in either creating or spreading awareness among hostchat about.
Never mess with the soyteens, they are like mid 2000s 4Chan in terms of hacker power (thousands of bored teenagers).I hope you realize that Soyjak.party and cracked out Russians have done more damage to your servers than we could ever imagine.
Are you referring to calamari client? ( I think that was the name of it )I know around 2023 there was a modded byond client that could bypass most sticky ban detection methods just not password or IP and came with some basic cheats(barely functional aimbot and X-ray that only worked on older codebases) it was super fucking shady though. Wonder if it's still a thing.
I have no idea. I was fucking around in-game, friend got banned early for trolling. Watched him somehow track it down in some obscure discord server full of people who didn't speak English he went through 4 throwaway accounts that round so it seemed to work. I'm personally not retarded enough to download some shady exe on a Russian discord so I never tried it.Are you referring to calamari client? ( I think that was the name of it )
cannot believe MSO is finally dropping his ban-evasion toolsThat reminds me, any future modded clients should pay attention to byond's binding of mouse enter/exit/hover/client events for certain objects.
Admins detect cheated clients by round modifying their ghost to be 99% transparent, 1000% size, and give it the super matter component so any clicks by humans kills them, then they hover their suspect and look for a gibbing.
We'll also do this but make the ghost visible to the suspect to confirm they aren't using a cheated client to block clicks to ghosts
Didnt some people create fake servers in the hub? Copy the name of a popular server, populate with bots, and steal your info/download malwareThere's also custom .dlls that certain servers use that can do worse shit. At this point I'm surprised that someone hasn't embed a cryptominer in some random server.
What happened to Unitystation btw? From what I know there wasn't any furfag tranny drama surrounding it, and they have already ported most of the TG code, but the lack of customization killed it.There's no real easy choice for "best engine" since what matters way more is how you design and write the code, but the main issue with Byond is the lack of freedom and the fact that it breaks any time you try to do anything new and runs like ass.
Original dev quit, everyone else kept it on track for about 6 months. After 6 months, tech debt rendered the game unplayable for a long time just as SS14 became playable. I check the Discord every few months and it's basically nothing happening while the same individuals who have been there for 5 years troon out one by one.What happened to Unitystation btw?
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.
I wonder if the CID is (relatively) date/time insensitive? No wonder why it was so easy for Rshoe to CIDs to spoof as people, there's no fucking authentication on the BYOND end of the authenticity of the client (or server?). Fuck, even generating server specific CIDs by the BYOND server would have been better than that lmao. I'm no tech nerd but I can't believe they just gave the CID directly.In any network-based sphere there is a saying: Don't trust the client. Because of the very nature of public networking, you can never trust a client to be who they say they are. You can cheat in similar ways in other game engines, it just isn't as obvious because it'll be using some more advanced networking and not be exposing ways to communicate with the server directly to the end user via javascript. Unless you're working with proprietary software you're going to need to roll your own form of authentication.
Yes, Rshoe is the most (in)famous (not gonna lie his trolling vids are funny as fuck though) @geckogoy didn't he join Rivera for a round or two?+Didnt some people create fake servers in the hub? Copy the name of a popular server, populate with bots, and steal your info/download malware
Doesn't matter, we'd be blamed for it even if someone gayoped into being him and posted it on reddit.Bro actually thinks giving instructions on how to commit harassment against people he personally doesn't like doesn't implicate him because he didn't directly tell us to do it. Fuck off, don't fall for this retard. Not only do we not go and fuck with people directly as a principle, nobody gives as much of a shit about ruining tg than he does and he's obviously trying to spark some kind of feud between us.
Remember when he called Kiwi Farms "useful idiots" two days ago? Post some funny shit or fuck off. I'm tired of MSO trying to pretend to be some kind of mastermind, when nobody thinks he is. Tacitly posting security info that may affect servers because you think you can manipulate someone into doing your dirty work is gay and retarded. People will take advantage of it and ruin shit, but it won't be us, but it WILL be your fault. Post the shit we want to see. Post all the private chats with jannies and coders, post shit that implicate the admins in something or anything more interesting than this shit.
This. MSO is trying to personal army and attention-whore here, stop engaging with himBro actually thinks giving instructions on how to commit harassment against people he personally doesn't like doesn't implicate him because he didn't directly tell us to do it. Fuck off, don't fall for this retard. Not only do we not go and fuck with people directly as a principle, nobody gives as much of a shit about ruining tg than he does and he's obviously trying to spark some kind of feud between us.
Remember when he called Kiwi Farms "useful idiots" two days ago? Post some funny shit or fuck off. I'm tired of MSO trying to pretend to be some kind of mastermind, when nobody thinks he is. Tacitly posting security info that may affect servers because you think you can manipulate someone into doing your dirty work is gay and retarded. People will take advantage of it and ruin shit, but it won't be us, but it WILL be your fault.