Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
You can look for version address memory and if you find it and access it you can do what you want.
Anyways it's so weird idea idk why you wanna do it? Cheats are not working after update because offsets are get updated.
string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
switch(userName){
case "user1":
// Yapmak istediğin şeyler
break;
case "user2":
break;
default:
// Kayıtlı üye olmadığında olması gerekenler
break;
}