zpacedesu opened this issue 4 years ago · 1 comments
Hello, was just wondering how to access kill timer and set it to 0. Thanks in advance!
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
if(data.IsLocalPlayer) { data.WriteMemory_KillTimer(0f); }