shlifedev / among-us-memory

my among us hacking utility
196 stars 57 forks source link

How to be impostor? #30

Closed geckwwo closed 4 years ago

geckwwo commented 4 years ago

(I'm not english) I found "data.WriteMemory_Impostor(value);" string, but what value i need to use here? Please help!

(my code is:) if (data.IsLocalPlayer == 1) data.WriteMemory_Impostor(1);

geckwwo commented 4 years ago

P. S. 1 isn't working

geckwwo commented 4 years ago

Sorry, i'm very dumb. I need to use Convert.ToByte(true)

ethanporcaro commented 3 years ago

did you fix it? I'm still having issues

geckwwo commented 3 years ago

yes When you need to make you impostor if(data.IsLocalPlayer == 1) { data.WriteMemory_Impostor(Convert.ToByte(true)); } You can also use false, if you need to turn off impostor mode

geckwwo commented 3 years ago

Sorry if i made code typos, I'm on phone rn