Jump to content
UBot Underground

Pasting To The Clipboard


Recommended Posts

Javascript doesnt work...

 

ui text box("asda"#asdasd)
ui button("dfss") {
    wait(2)
    plugin command("WindowsCommands.dll""keyboard event""Control""Key Down")
    plugin command("WindowsCommands.dll""keyboard event""a""Key Press")
    plugin command("WindowsCommands.dll""keyboard event""Control""Key Down")
    plugin command("WindowsCommands.dll""keyboard event""c""Key Press")
}

Link to post
Share on other sites

ctrl+c? haha

 

it goes a lil something like this....

 

plugin command("WindowsCommands.dll""set active window""copy - Notepad""Notepad")
plugin command("WindowsCommands.dll""keyboard event""Control""Key Down")
plugin command("WindowsCommands.dll""keyboard event""a""Key Down")
plugin command("WindowsCommands.dll""keyboard event""c""Key Down")
plugin command("WindowsCommands.dll""keyboard event""Delete""Key Press")
wait(2)
Plugin command ("WindowsCommands.dll""keyboard event""v""Key Down")
plugin command("WindowsCommands.dll""keyboard event""Control""Key Up")

 

 

 

Or you can tab though to  ctrl+c... like: tab>>>right arrow>>down arrow blah blah

 

make sure you bring ctrl back up or if start pressing keys whem bot is done weird stuff happens cuz ctrl is still down

 

hope this is what you mean

 

TC

Link to post
Share on other sites

Javascript doesnt work...

 

ui text box("asda"#asdasd)

ui button("dfss") {

    wait(2)

    plugin command("WindowsCommands.dll""keyboard event""Control""Key Down")

    plugin command("WindowsCommands.dll""keyboard event""a""Key Press")

    plugin command("WindowsCommands.dll""keyboard event""Control""Key Down")

    plugin command("WindowsCommands.dll""keyboard event""c""Key Press")

}

Ooops, walked away and made commands and didn't get to see your post bro!!! same same!!

 

 

edit   actually not

  • Like 1
Link to post
Share on other sites

Messy but,

 

var. in load html>>windows cmd click in browser>>ctrl+a>>ctrl+c

 

or insert in note pad from var and copy

 

hard to say with out really knowing where it's coming from, but that is another way

 

or save to txt file open text file ctrl+a>>ctrl + c

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