GAMERS LAIR

AquaMusingsDancing

Well-known member
Messages
231
Points
93
STALKER Shadow of Chernobyl GOG x1 [old key may not work]
The Witcher: Enhanced Edition - Director's Cut GOG x23
Disjunction GOG x39
STALKER Clear Sky GOG x14
STALKER Call of Pripyat GOG x17

i still have these keys for gog, does anyone want this?
Can I have keys for the Disjunction and STALKER Clear Sky, please?
*Edit: Thank you for Disjunction.
 
Last edited:

Legolas

Well-known member
Messages
5,508
Points
113
Restocked (Nsfw):
https://freebies.indiegala.com/leisure-suit-larry-5-passionate-patti-does-a-little-undercover-work
 

DbLH3liX

Well-known member
Messages
1,548
Points
113

rezonono

Member
Messages
8
Points
13
STALKER Shadow of Chernobyl GOG x1 [old key may not work]
The Witcher: Enhanced Edition - Director's Cut GOG x23
Disjunction GOG x39
STALKER Clear Sky GOG x14
STALKER Call of Pripyat GOG x17

i still have these keys for gog, does anyone want this?
If available, I'm interested in the Stalker games.
edit: Thank you for the game dark_gamer!
 
Last edited:

A guy (what did you expect?)

Well-known member
Messages
489
Points
93
STALKER Shadow of Chernobyl GOG x1 [old key may not work]
The Witcher: Enhanced Edition - Director's Cut GOG x23
Disjunction GOG x39
STALKER Clear Sky GOG x14
STALKER Call of Pripyat GOG x17

i still have these keys for gog, does anyone want this?
If they are still available, can I please have stalker clear sky?
 

Buhroobee

Well-known member
Messages
455
Points
93
I'll take both the STALKER games if they're left pretty please
Thank you so much Dark_ Gamer!

For everyone who got codes from Dark_ Gamer's GOG giveaway - Just a heads up, the codes won't work on GOG Galaxy but DO work on GOG.com.

I'm not sure why that is, but figured I'd let you all know in case anyone ran into the same invalid code message on the app that I was getting. Go through the website and you'll be able to add the games to your account (y)
 

RETRO

Well-known member
Messages
4,305
Points
113
STALKER Shadow of Chernobyl GOG x1 [old key may not work]
The Witcher: Enhanced Edition - Director's Cut GOG x23
Disjunction GOG x39
STALKER Clear Sky GOG x14
STALKER Call of Pripyat GOG x17


i still have these keys for gog, does anyone want this?
I have witcher enhanced but I dont know If its director cut

If you still have some keys at the end

I can go for Disjunction.
 
Last edited:

AquaMusingsDancing

Well-known member
Messages
231
Points
93
Well you do not need ASF for this. It is javascript. Does javascript work on the computer you use it on?
Edit: And you have to be logged in on your Steam. Otherwise where should the free License be added?
Edit 2: Where do you use the command?
(In Firefox, go to : store.steampowered.com/account/licenses/ then sign in if you are not signed in yet. Press F12, and you should get a prompt at the bottom of the page.)
I tried it with Resonance of the Ocean and failed.
JavaScript:
AddFreeLicense(2057080, 'Resonance_of_the_Ocean')
with the title without "_" I had the same result.
Steam page responded with something like "an error has occurred"
console responded:
Code:
undefined
POST https://store.steampowered.com/checkout/addfreelicense/2057080 403 (Forbidden)
GET https://steamcommunity.com/actions/GetNotificationCounts 401 (Unauthorized)
I tried it on PC without steam client installed (That's the point)
I tried on the license page as well as on the registerkey page. In both cases, I was logged in.

I would like to thank hoangmarcel for Reign: Conflict of Nations.
 
Last edited:

WhatNitrous

Well-known member
Messages
23,433
Points
113
I tried it with Resonance of the Ocean and failed.

with the title without "_" I had the same result.
Steam page responded with something like "an error has occurred"
console responded:
Code:
undefined
POST https://store.steampowered.com/checkout/addfreelicense/2057080 403 (Forbidden)
GET https://steamcommunity.com/actions/GetNotificationCounts 401 (Unauthorized)
I tried it on PC without steam client installed (That's the point)
I tried on the license page as well as on the registerkey page. In both cases, I was logged in.

I would like to thank hoangmarcel for Reign: Conflict of Nations.
Duh, definitely need to wake up...you can't use the NAME at all, you need the game ID from SteamDB and it has no second argument.

Try these (still not awake) since I don't want that game...heres a list one should work.

Code:
JavaScript:AddFreeLicense(2057081)
likely the one ⇑
JavaScript:AddFreeLicense(2057080)
JavaScript:AddFreeLicense(9103644)
JavaScript:AddFreeLicense(734934)

If none of those work try just addLicense

JavaScript:AddLicense(2057081)
JavaScript:AddLicense(2057080)
JavaScript:AddLicense(9103644)
JavaScript:AddLicense(734934)

EDIT: For anyone using this method.

I suggest doing this since javaScript: disappears when you paste the code...I change it to
javaScript-AddFreeLicense(id) before hitting steam and then just replace the dash with a colon again, much better than typing the whole beginning again :ROFLMAO:
 
Last edited:
Top