Jump to content
UBot Underground

[Free] Ubot Clipboard Plugin


Recommended Posts

A simple plugin that lets you easily use your clipboard.

 

Contains a Copy Command, and a Paste Function.

 

Copy Command located under (“Data Commands”)
Paste Function Located under (“Data Functions”)

 

Example Code:

ui text box("Enter Text Here: ",#UIText)
ui stat monitor("Text Entered",#UIText)
ui button("Copy Text") {
    plugin command("UbotClipboardPlugin.dll", "copy", #UIText)
}
ui button("Paste") {
    set(#PasteVar,$plugin function("UbotClipboardPlugin.dll", "$paste"),"Global")
}

Download

Link to post
Share on other sites

Thanks for sharing. 

 

But isn't that the same feature we have in the free plugin:
http://www.ubotstudio.com/forum/index.php?/topic/15579-free-plugin-advanced-file-clipboardhandle-big-lists-in-text-files-and-more/

 

Save to clipboard

saves the content you specify to the users clipboard

Read from clipboard

Reads to content from the users clipboard

 

Dan

Link to post
Share on other sites

Probably but, when I needed a save to clipboard function I was never able to download that plugin. I was always added to a mailing list and never received the plugin.

I wound up using Aymens' C# compiler to use the clipboard function. So I just made my own, that can be obtained without any mailing list op in. Nothing against the

maker of that plugin, im sure its not something that was done intentionally. 

  • Like 2
Link to post
Share on other sites
  • 3 weeks later...
  • 2 months later...

A simple plugin that lets you easily use your clipboard.

 

Contains a Copy Command, and a Paste Function.

 

Copy Command located under (“Data Commands”)
Paste Function Located under (“Data Functions”)

 

Example Code:

ui text box("Enter Text Here: ",#UIText)
ui stat monitor("Text Entered",#UIText)
ui button("Copy Text") {
    plugin command("UbotClipboardPlugin.dll", "copy", #UIText)
}
ui button("Paste") {
    set(#PasteVar,$plugin function("UbotClipboardPlugin.dll", "$paste"),"Global")
}

Download

Hi, this is just what I need, I have downloaded it, copied it to Ubot plugins folder, but can't find these commands, any suggestions?

Link to post
Share on other sites

Hi, this is just what I need, I have downloaded it, copied it to Ubot plugins folder, but can't find these commands, any suggestions?

It's okay, I've sussed this out now, thanks.

Link to post
Share on other sites
  • 4 weeks later...
  • 5 months later...

I know that this thread is a bit old, but just a heads up. This plugin may not be 100%. I was testing it yesterday and found that it's throwing away carriage returns when you put data into the clipboard with it.

 

Is it possible to see if it can be repaired?

 

Frank

Link to post
Share on other sites
  • 1 year later...

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