Jump to content
UBot Underground

Simple Copy And Paste Into Text Box?


Recommended Posts

I have commands setup to copy the filename of a windows file via Ctrl+c and want to copy it into a website field with the Type Text command, but I can't figure out how to Paste (Ctrl+v) into the text box. Must be an easy way to do this?

Edited by scurvypiratesauce
Link to post
Share on other sites

You can use the file management plugin

set(#path,"C:\\Users\\user\\Pictures\\shark launch.jpg","Global")
alert($plugin function("File Management.dll", "$file name", #path))

I would use UI open file command or get files to get file paths.

Or "change file field command"

 

check out the wiki

http://wiki.ubotstudio.com/wiki/Main_Page

CD

  • Like 1
Link to post
Share on other sites

I will do the file path, add list to list to get my files, but how do I remove the file extension? And make you bot work it's way down the list to proceed to the next file? Been awhile since I've used this. Thanks

Edited by scurvypiratesauce
Link to post
Share on other sites

Its in the File Management Plugin, the function is called $filename without extension

set(#path,"C:\\Users\\user\\Pictures\\shark launch.jpg","Global")
alert($plugin function("File Management.dll", "$filename without extension", #path))
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...