Page 1 of 1

Clipboard inserter

PostPosted: Thu May 13, 2010 9:14 pm
by Daeli
Hi there,

i just wrote a small application that can insert data from your clipboard into your daoc chat (Or other applications. Use 'insert' key). The program starts in your tray. You may also exit it from there. This may be useful to assign NPC Templates or Merchant selllists. I attached a release to this post. I'd be happy about feedback.

If you are curious if this is a hidden keylogger or something (^^) i'll attach the source code as well.

Greetings,
daeli

Re: Clipboard inserter

PostPosted: Thu May 13, 2010 10:20 pm
by rdsandersjr
Well technically it is a key logger but not the bad kind =) j/k thanks for the share man

Re: Clipboard inserter

PostPosted: Fri May 14, 2010 1:25 am
by bluraven
This will be very helpful to me during my development to paste locations to jump to to verify they are correct for the placement of artifact encounter mobs and such, so I thank you very much for this!

Re: Clipboard inserter

PostPosted: Fri May 14, 2010 7:34 am
by Graveen
Seriously, this is an appreciable third part tool.

I think it could even be in our SVN. Are you interested in maintaining it if i push it into DoL SVN (if it meet the requirements of course: i have to check how you are injecting the strings to see if it is via an infamous client hack :mrgreen: )

Re: Clipboard inserter

PostPosted: Fri May 14, 2010 3:02 pm
by Daeli
Yes i'd do that for sure. There are 2 features missing i wanted to add anyways (autostart and shortcut setting).

I don't inject the string into the game itself. I just simulate the Keypresses with the "InputSimulator.dll" wich is a open source dll from codeplex.

Re: Clipboard inserter

PostPosted: Fri May 14, 2010 3:22 pm
by Graveen
yay, also you could use AutoIt to perform such a thing. But now Sikuli 'll eat them !