Originally Posted by salvatorymonk This is a free battle eye bypass working as of today and to see it check out this video. KeyStealer.
Originally Posted by salvatorymonk no it is not 2 posts. You joined today. You uploaded the video today. Someone will decompile it and post a screenshot proving it's a keystealer.
Originally Posted by chickeninabiskit 2 posts. You joined today. You uploaded the video today. Someone will decompile it and post a screenshot proving it's a keystealer. I'll have the honors... private string GetKey() { RegistryKey key = Registry.LocalMachine.OpenSubKey(@"Software\Bohemi a Interactive Studio\Arma 2 OA", true); if ((key != null) && key.GetValueNames().Contains<string>("KEY")) { return BitConverter.ToString((byte[]) key.GetValue("KEY")); } return this.GetKey64(); }
I don't get it. Can't people be more subtle? Isn't it possible to atleast change the name of the method?
Originally Posted by NormenJaydenFBI I'll have the honors... private string GetKey() { RegistryKey key = Registry.LocalMachine.OpenSubKey(@"Software\Bohemi a Interactive Studio\Arma 2 OA", true); if ((key != null) && key.GetValueNames().Contains<string>("KEY")) { return BitConverter.ToString((byte[]) key.GetValue("KEY")); } return this.GetKey64(); } Sorry if this is a bad question, but how do you decompile that?
Originally Posted by xjsnowx Sorry if this is a bad question, but how do you decompile that? Not a bad question, you just need to find a good .net decompiler, I use red gate reflector personally.