Jump to content
UBot Underground

Recommended Posts

Hi, 

Having a small problem with copying to clipboard as the title suggests, 

Ive tried 3 plugins but unfortunately im getting the exact same result from all, 

 

 

The problem is that when I paste the data into anything its all on 1 line, 

in this case it is proxies being copied/saved to the clipboard from a list, .. 

 

Ive tried saving them to a file, loading them in a load html, saving list to a variable, moving list to a table, etc etc etc etc .. even tried entering them manually

but no matter which way i go about it the entire list ends up as 1 long line :/

 

 

out of curiosity i tested copying other things to clipboard including a webpage, table in a load html and normal text document, 

and ALL spaces/returns/whitespaces were removed and everything on 1 looong line

 

 

 

Am i missing something ?

anyone has had the same or able to shed any light on this?

 

 

Cheers

CJ

 

Link to post
Share on other sites

I use the following to add lines to a variable in a loop then write to a file and they are each on a new line.
they key i the $new line which moves to the next line.
set(#mylist,"{#mylist} {#referrals} {#paidrefs} {#name}{$new line}","Global")

  • Like 1
Link to post
Share on other sites

I use the following to add lines to a variable in a loop then write to a file and they are each on a new line.

they key i the $new line which moves to the next line.

set(#mylist,"{#mylist} {#referrals} {#paidrefs} {#name}{$new line}","Global")

 

 

Thanks for the reply ed08724, appreciated :)

 

unfortunately I tried this method and still ended up with the same result, 

Im starting to think this may be related to my PC simply because I spent yesterday trying alternative coding methods to copy to clipboard, 

this includes, javascript, JQuery, C#, Command line, batch file and a few others .. and to my amazement .... same result :/

 

whats odd is that if i Copy and Paste "manually" via the usual CTRL C and V then all is how it should be, 

but the moment i try to use ANY other method ... all on one line

 

 

This is a whole new level of annoying right here LMAO

 

 

 

 

Thanks for the help anyways buddy ;)

 

 

I guess im gonna have to settle for old fashion comma separated all on 1 line, not the end of the world, 

but Da-y-amn ... biblically frustrating !

 

 

 

 

Cheers

CJ

 

 

 

P.S. Anyone floating by here had anything similar and resolved it, feel free to put me out of my misery :P

Link to post
Share on other sites

I am not sure why you need to save it to a clipboard in the first place when you can save it to a variable or file.

 

Anyways, I think it depends on where you are pasting it to, for example using this:

set(#proxies,"1.0.248.81:8080
1.1.217.60:8080
1.160.13.129:3128
1.160.14.124:3128
1.161.237.173:8088
1.162.218.247:3128
1.162.89.250:8080","Global")
plugin command("Advanced.File.dll", "Save to Clipboard", #proxies)

I can paste it into Notepad++ or Pastebin or even the textbox in here. However, I cannot paste it into regular Notepad or it will be all on one line.

 

It has to do with the formatting, probably Notepad reads line breaks in a different format, I think it's probably a more basic textbox basically.

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