Screenshot on DC

10/22/2008 09:24 unnamed1#1
Hey, I'm wanting to make something that goes along side with SV... I was hoping I could get some help on this..

What I want to do is make a program that takes a screenshot when SV closes CO

Like, When SV V3.01 DC's, it clicks Options > Exit > OK.

I'm assuming the only way to get a screenshot taken is when something is clicked sorta thing?

Something like:

If "Exit" clicked
Then press Print Screen/F12

( I say Exit instead of Options as with the Options screen up, you can't see much )


Reason I want to make this program, is so I can see who is killing me before SV closes my game.


What do you guys think?
Could this be done in AutoIt?

Anyone willing to help me on this?

Cheers.

EDIT

I've thought of another way, I don't know why I didn't think of it before >.<

How about making it take a screenshot when your HP reaches a certain number?

If HP =< 500
Then Send{F12}

I guess I'll find a post with a tutorial on how to read HP o.O
10/23/2008 00:00 iliveoncaffiene#2
Hook the client, and depending on when you want to take the screenshot, lock on to the address the client calls when clicking exit.
Either send F11 or F12 (whatever the screenshot key is) or send the print screen keystroke and access the clipboard and write that data to a .jpg file.

Don't ask me for any code on this because I'd be a complete noob at it, but I know enough to tell you "how" to get it done.
10/23/2008 12:15 unnamed1#3
I see.

I do know of a pretty good forum that has tutorials on that sorta stuff I think.
gamedeception.net if you wanna look :p

I'll look later when i'm not so busy^^ Hopefully I can find something