Jump to content
UBot Underground

Anyone Creating Plugins With Anything Other Than C#


Recommended Posts

Hi, I am thinking of creating my first Ubot pugin today which would be a plugin for Ubot to use BaaS providers.

 

Issue is that I am not a C# dev. I am pretty proficient in F# and was wondering if anyone has created plugin for Ubot using any languages other than C# and if there are any issues to be aware of. I am retty sure someone here has to be using VB.net or some other .Net language to create plugins .

 

Would be great if somone from the Dev team could chime in here.

 

TIA.

Link to post
Share on other sites

 you should be able to make them in vb as well from what Eddie told me a long time ago.   I tried searching more about F# and seems that there doesnt exist any converters because its still to new of a programming system.  

However you should be able to include the F# as a dll assemble to execute within c# i believe. and compile the assembly inside of the c# oe vb dll.

using testFdll;
m_testFdll.add (3 , 5);

as forinstance

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...