Jump to content
UBot Underground

Embedding Ubot Into Other Code


Recommended Posts

Tell me more Seth! I saw your email regarding embedding ubot code into other code like c#! How do I pass info from and too the code? What's the best way to embed......

 

Frank

Link to post
Share on other sites

The email I saw did not say anything about passing data, just compile and run the exe with the /hide option. But this was in the email, 

 

You can generate your user interface separately, and let your uBot just worry about the functionality

And that seems to imply you can pass data in some fashion!

Link to post
Share on other sites

Thanks for the input deliter, but I really want to be able to talk to the compiled ubot automation sequence directly - giving it data and receiving data back. Anything else is string and bubble gum.

 

If I'm not correct or am missing the point, I'm all ears mate.

 

Frank

Link to post
Share on other sites

Using iron-python/python you can do this.

 

 

with:

 

Sockets = can make a chat bot and many other things.

https://docs.python.org/2/library/socket.html

 

Subprocess

https://docs.python.org/2/library/subprocess.html

 

can send receive input/output using Pipes

lil tricky but the latter is prolly what you are looking for

 

CD

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...