machintruc wrote: wtf kids he use ahk its easy as hell, make it yourself instead of waiting after people ... that
Well this was for one time use.. you will probably have to tweak it. I won't update it or help anyone further.
Usage: open up the keygen and the game activation window on the page where it asks for a key, then run the script. Esc kills it at any time if sth goes wrong. Or if it gets the key right. There are no checks for that.
This might fail with different skins since the 'click' coordinates differ. Used it with XP, w98 skin. I also kept getting some weird steam error now and then. you have to wait it out and try again later.
- Loop
- {
- WinActivate [Keygen] A Valley Without Wind
- Sleep 100
- Click 350, 100
-
- Click 100, 60
- Click right 100, 60
- Sleep 100
- Click 120, 165
- Sleep 100
- Send ^c
-
- Sleep 500
-
- WinActivate Product Activation
- Sleep 100
- Click 100, 190
- Click 100, 190
- Sleep 100
- Send ^v
-
- Sleep 200
- Click 300, 570
- Sleep 1000
- Click 200, 570
- }
-
-
- Esc::
- ExitApp
- return
-
|