Page 1 of 1

Screenshots?

Posted: April 26th, 2005, 5:15 am
by xsethe
I have browsed the forum pretty quickly, and haven't been able to find anything about taking screenshots directly using xUnleased.

Is there a plugin that allows you to just take screenshots? There is a folder called "Screen Shots" but I am yet to find out how to get anything into it!

Any help would be appreciated, I spam off screenshots like mad normally, so this would really help. Thanks.

Posted: April 26th, 2005, 5:22 am
by wyvernx
Currently it is a script only.

You can easily create a script (and there was one posted to the forums) that will take a screenshot when a key is pressed.

Posted: April 26th, 2005, 5:28 am
by xsethe
I have taken a look, and done searches, I cannot find this script.

Anyone point me in the right direction?

Posted: April 26th, 2005, 5:40 am
by wyvernx
Hmm.. it can be easily recreated.

Scan the WOW forums for their "wand" script.

That is a what um.. 5 line script that just uses the XUScriptCommand GetAsyncKeyState function to determine when a key is pressed. When it detects the key pressed, it sends a SendKeys command. Basically you will just replace the SendKeys command with a take screenshot command.

You can get a feel (and an example I beleive too) from the Script Documentation forums.

Posted: April 26th, 2005, 5:41 am
by wyvernx
Here, i've done the search for ya:

Register to unlock hidden link

Just take that script, and modify it for the XUTakeScreenshot command.

Re: Screenshots?

Posted: June 12th, 2005, 9:43 am
by wyvernx
Note the script command is

XUScriptHost.GetScreenShot 'For windowed apps

or

XUScriptHost.GetDesktopScreenShot 'For fullscreen apps

Attached is a script to take screenshots.

It dumps them to the screen shots folder in the xunleashed folder.