Skip to content

Instantly share code, notes, and snippets.

@DevJohnC
Created August 11, 2013 22:30
Show Gist options
  • Select an option

  • Save DevJohnC/6207182 to your computer and use it in GitHub Desktop.

Select an option

Save DevJohnC/6207182 to your computer and use it in GitHub Desktop.
VB.NET scripting example in Adjutant
Imports System
Imports FragLabs.Adjutant.API.Helpers
Namespace ScriptingExample
Public Class Script
Sub Run
Services.Add(""/scripts/vbnet"", Function()
return ""Hello Scripts From VB.NET""
End Function
)
End Sub
End Class
End Namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment