Hello, I am new here, and I would like to run a program which can read one or two short lines of text from Pastebin PRIVATE paste....I have found somewhere here this nice and simple code:
#include <MsgBoxConstants.au3>
Example()
Func Example()
; Read the file without downloading to a folder. The option of 'get the file from the local cache' has been selected.
Local $dData = InetRead("http://pastebin.com/raw.php?i=tspvr1Cw")
; The number of bytes read is returned using the