Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Perhaps it won't but what other options are there?
The Doxing is pretty bad, but kind of his fault for promoting his social with a hack that disrupts people playing a game they paid for (if on pc). It's ♥♥♥♥♥♥ all around.
Again, we can only wait for the dev's action. We can expedite their action by not playing the game until the issue is resovled. They won't ignore the issue if it's killing their player base.
I did. for 20 minutes straight.
This is the type of comment someone makes when they don't know anything about "hacking" or security, but want to post a comment in a thread bc they have some emotional attachment to the game or the devs and want to white knight for it instead of actually have issues addressed.
unlikely to happen. if the players were a target, it would be easier for a hacker to do the attack silently without creating a show. hacker is trolling the devs
Just be patient, or maybe change server location. ATM seems to be more about luck to see the messages or not. My guess this is because devs are trying to fix this without "turning off" the game to avoid losing $.
but i love among us anybody wanna play among us
The game probably allows any player to broadcast any command/msg with no restriction which is why all this "hacking" is possible. I put "hacking" in double quotes because I think most of these "hackers" probably couldn't hack their own toaster oven let alone a game. We used to call them script kiddies as an insult. They probably are just downloading some program written by someone and have no idea how it works.
I highly doubt anyone is getting a virus or malware from hackers in the game. Just because someone is able to control your character on screen or make you say something doesn't mean your computer is compromised. That would be a sign of something far worse. I think out of all the posts i've seen, i've only seen one person post something on reddit about how his shortcut to the among us executable was renamed. For all I know that person probably had mods downloaded and got their computer compromised through some other way or someone was messing with them.
if devs decided to create matches from the client, it was likely to allow more players and reduce costs from servers.
Most of the "hackers" are using tools that they didn't write and have no idea how they work. The ones "hacking" are not the ones finding the weak points. Someone else did that work for them. Most of them using these tools probably are not very computer or tech savvy either.
As for switching some of the control of the game over to the host, there are games out there already that handle some of the things on the server end rather then the client end (I would dare say a lot of competitive games do things like that rather then leave it all up to the client). it would not be any harder to find matches or cost anything if more of the control of the game was handled by the host. Players can still run the server when they host a game just like they do now. The only issue is performance and latency, and what to do if the host disconnects. In fact they probably would have to rewrite their network code to fix this issue. Right now if a host disconnects, someone else becomes the host. It's probably why the client is given such full control as it is. Normally, the other players are prevented from doing nefarious things but a modified game client that bypasses these checks can do whatever they want and every player client in the game trusts whatever network communication is sent by any other player client.
My idea is that the host would keep track of player coordinates (so you can't like warp around). I figure each player client is sending it's position to all other players. This needs to pass through the host, which would then make sure that you aren't warping. It also needs to check to make sure if PlayerA says something, it actually is coming from PlayerA. Settings should only be changeable by the host and not by any other player clients. Clients should keep track of each player's skins, hats, etc... so that would be handled on the client side so nobody can change their skin.