Short form of same script:
data = "Data that will be placed in clipboard"
set a = createobject("dynamicwrapper")
a.register "kernel32.dll", "GlobalAlloc", "i=uu", "f=s", "r=l"
a.register "kernel32.dll", "GlobalLock", "i=l", "f=s", "r=l"
a.register "kernel32.dll", "lstrcpy", "i=hs", "f=s"...
thread329-1654819
Step 1
Go to http://www.borncity.com/web/WSHBazaar1/WSHDynaCall.htm, download dynacall.dll, copy to system32 and register with RegSvr32.
Step 2
From now on you are able to use following Code:
data = "Data that will be placed in clipboard"
const a = 0
const b = 1
'MEMORY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.