among-us-memory icon indicating copy to clipboard operation
among-us-memory copied to clipboard

Report button

Open LouayTech opened this issue 4 years ago • 5 comments

Can someone help me? I wanna disable the report button how i can i do that??

LouayTech avatar Nov 30 '20 21:11 LouayTech

My first thought is to monitor and change the emergency cooldown and prevent it from getting to 0.

It's unlikely you would be able to suppress its action after being pressed (even as host) and probably not possible to disable it entirely.

Edit: Changing the cooldown, if it works at all, would almost certainly have to be done as host or it won't affect other players.

KMcNickel avatar Dec 01 '20 01:12 KMcNickel

i am hosting a private server, maybe it should work?

LouayTech avatar Dec 01 '20 07:12 LouayTech

The issue with the private server (if it works the way I think it does) is that the cooldown value still originates from the host.

If someone does get the chance to hit the button, suppressing that event on the server would likely only affect the other players. The player who hit the button would still go into a meeting.

I am not an expert on the game's mechanics and maybe someone can correct me, but I still think monitoring and overriding the cooldown to keep it from hitting 0 is still the best shot.

If overriding the cooldown from the host doesn't affect the other players, maybe there is a way to do it from the server.

Unfortunately, I don't have time to try these out myself, but I hope this helps get you on the right path.

KMcNickel avatar Dec 01 '20 07:12 KMcNickel

it's not to inject they have to download my among us version. can anyone help me with the report i would really appreciate it is for a youtube video hide and seek with 100 people but they keep reporting

LouayTech avatar Dec 01 '20 11:12 LouayTech

maybe i'm a little late, but if you have a custom among us version just disable it client side. if you still want to do it server-side, just disable the rpc call being forwarded. also what private server are you running?

devilExE3 avatar Jan 16 '21 09:01 devilExE3