shlifedev/among-us-memory

Wanting help with adding no kill cooldown.

Closed this issue · 1 comments

Hello, was just wondering how to access kill timer and set it to 0. Thanks in advance!

image
i think this is what you want

at your cheat loop, add:
if(data.IsLocalPlayer) { data.WriteMemory_KillTimer(0f); }
you can close the issue so that ones that matter remain