Steam

Steam

264 ratings
Games FREEEe
By Мой Господин (MyLord)
добавляем все бесплатные игры и DLC себе на аккаунт

add all the free games and DLC on the account
   
Award
Favorite
Favorited
Unfavorite
Вступление prelude
Сразу скажу, что делать это стоит исключительно "от не фиг делать", только несколько бесплатных игр закрепятся в библиотеке и дадут прибавку к числу купленных игр...
I must say that it is worth doing solely "from Fig do", only the number of free games will be fixed in the library and will give an increase to the number of purchased games...

в чем суть скрипта, он активирует каждый пак по отдельности, к примеру
what is the essence of the script, it activates each pack separately, for example

скрипт - "попытка добавить DLC такое-то"
ответ от сервера Steam - "нет базовой игры"
скрипт - "Ok, идем дальше... попытка добавить DLC N"
ответ от сервера Steam - "добавлено"
скрипт - "Ok, идем дальше... попытка добавить DLC X"
ответ от сервера Steam - "уже есть на аккаунте"
скрипт - "Ok, идем дальше..."


the script - "your attempt to add this DLC"
the response from the server Steam - "no base game"
the script - "Ok, go ahead... try to add DLC N"
the response from the server Steam - "added"
the script - "Ok, go ahead... try to add DLC X"
the response from the server Steam "already have account"
the script - "Ok, go ahead


собственно и так все 3000 паков... если его прервать, то при новом запуске он начнет с самого начала...

actually everything 3000 packs... if to interrupt him, when it is activated it will start from the beginning...
Добавляем add
+ скрипта в том, что он добавляет DLC к тем играм, которые у Вас есть и которые Вы забыли взять
+ the script in that it adds the DLC for those games that You have and that You forgot to take

шаг №1
переходим

step # 1
go

https://store.steampowered.com/account/licenses/
(при необходимости логинимся на сайте Steam)
(if necessary, log in on the Steam website)

шаг №2
открываем консоль

step # 2
open the console

http://s4.postimg.org/v9mue8l7x/image.png


я делал на Google Chrome, как открыть консоль на других браузерах см. тут:
I did on Google Chrome how to open the console in other browsers, see here:
http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers/77337#77337

Chrome

Открываем "Консоль" “Console” панель в Chrome’s DevTools:

Windows: Ctrl + Shift + J

Mac OS: Cmd + Opt + J

Примечание: В дополнение к панели "Консоль", также существует меньший слайд-консоль до которого можно переключать с помощью Esc, пока любой из других панелей активен.

Firefox

Открываем “Console” панель в Firefox’s Developer Tools:

Windows: Ctrl + Shift + K

Mac OS: Cmd + Opt + K

Примечание: В дополнение к панели "Консоль", также существует меньший слайд-консоль до которого можно переключать с помощью Esc, пока любой из других панелей активен.

Internet Explorer

Открываем “Console” панель в Internet Explorer’s F12 Developer Tools:

F12, а затем нажмите на вкладку "Console" Примечание: В дополнение к панели "Консоль", также существует меньший слайд-консоль до которого можно переключать с помощью Ctrl + `, а любой из других панелей активен.


шаг №3
открываем в новой вкладке:

step # 3
open in a new tab:

http://pastebin.com/raw/YXh65Uj0

копируем целиком весь скрипт в консоль и жмем Enter
copy the entire script into the console and hit Enter
http://s18.postimg.org/p6h5hxre1/image.png

шаг №4
ждем... скрипт активирует ВЕСЬ бесплатный контент на Вашем аккаунте

step # 4
wait... the script activates ALL free content on Your account

http://s18.postimg.org/cdog49qeh/image.png

шаг №5
радуемся, для SteamGifts и GameMiner Вы стали владельцем всех Free-2-Play(бесплатных) игр и сможете участвовать в раздачах платных DLC для них

step # 5
rejoice, for SteamGifts and GameMiner You become the owner of all Free-2-Play(free) games and will be able to participate in hands paid DLC for them


+ Вам зарегистрировали все бесплатные DLC (только для игр, которые у Вас уже были)
+ You have registered all free DLC (only for games that You already were)
P.S.
НО повторюсь, чудес не ждите, закрепиться в библиотеке Steam аккаунта могут только 2-3 определенные игры(к примеру "Portal 2 Sixense Perceptual Pack"), остальные просто будут ассоциироваться с Вашим аккаунтом (будут видны в подписках), но в Библиотеке их не будет(если не скачаете и не установите игру)...

BUT again, do not expect miracles, to gain a foothold in your Steam library account can only 2-3 certain games(for example "Portal 2 Sixense Perceptual Pack"), others simply will be associated with Your account (will be visible in subscriptions), but in the Library they will not(if not download and install the game)...

https://steamcommunity.com/sharedfiles/filedetails/?id=756281375
скрипт
(function()
{
if( location.hostname !== 'store.steampowered.com' )
{
alert( 'Run this code on the Steam Store!' );
return;
}
else if( typeof jQuery !== 'function' )
{
ShowAlertDialog( 'Fail', 'This page has no jQuery, try homepage.' );
return;
}
else if( document.getElementById( 'header_notification_area' ) === null )
{
ShowAlertDialog( 'Fail', 'You have to be logged in.' );
return;
}

var freePackages =
[
6328, // ProtoGalaxy
21289, // Bloodline Champions
21290, // Dragon Nest
21291, // Americas Army 3
21292, // Global Agenda
21293, // Tribes: Ascend
21294, // Forsaken World
21295, // Rusty Hearts
21296, // CrimeCraft GangWars
21297, // Stronghold Kingdoms
21298, // Tactical Intervention
21299, // HOMEFRONT Demo
21300, // Spiral Knights
21301, // Puzzle Pirates
21302, // A.V.A - Alliance of Valiant Arms
21303, // Super Monday Night Combat
21304, // Age of Empires Online
21305, // Pandora Saga: Weapons of Balance
21306, // War Inc. Battlezone
21307, // Memoir 44 Online
21308, // MicroVolts Surge
21309, // Brawl Busters
21310, // Neverwinter
21311, // APB Reloaded
21312, // Fallen Earth
21313, // World of Battles
21314, // Realm of the Mad God
21315, // Magic: The Gathering � Tactics
21316, // PoxNora
21317, // EverQuest II
21318, // Americas Army: Proving Grounds Beta
21319, // EverQuest Free-to-Play
21320, // Gotham City Impostors: Free To Play
21321, // Archeblade
21322, // Moon Breakers
21323, // Loadout
21324, // War of the Immortals
21325, // RaceRoom Racing Experience
21326, // Bullet Run
21327, // Star Conflict
21328, // Vindictus
21329, // Combat Arms
21330, // Mabinogi
21331, // Dungeon Fighter Online
21332, // Atlantica
21333, // Arctic Combat
21334, // C9
21335, // The Lord of the Rings Online�
21336, // Super Crate Box
21337, // Dwarfs F2P
21338, // ROSE Online
21339, // Dungeon Party
21340, // Dungeonland
21341, // PlanetSide 2
21342, // Frontline Tactics
21343, // The Banner Saga: Factions
21344, // Football Superstars
21345, // District 187
21346, // Champions of Regnum
21347, // Uncharted Waters Online
21348, // RIDGE RACER� Driftopia
21349, // Construct 2 Free
21350, // Warframe
21351, // Ragnarok Online 2
21352, // March of War
21353, // War Thunder
21354, // Shadow Warrior Classic (1997)
21355, // Arcane Saga Online
21356, // Pinball Arcade
21357, // Path of Exile
21358, // Panzar
21359, // Tom Clancys Ghost Recon Phantoms - NA
21360, // Dragon Nest Europe
21361, // Dragons and Titans
21362, // Tom Clancys Ghost Recon Phantoms - EU
21363, // Fiesta Online
21364, // Thinking with Time Machine
21365, // Fiesta Online NA
31606, // Magic 2015 Demo Steam Store and Retail Key
33980, // World of Guns // (unaddable – sub 0)
34295, // La Tale
35341, // Steam Sub 35341 // Dark Blood
35650, // EVGA Precision X
41518, // Steam Sub 41518 (GAR Default store package)
42551, // Overcast - Walden and the Werewolf - Soundtrack
42558, // Steam Sub 42558 // Royal Quest
42889, // Dusty Revenge - Almost Human
43316, // Only If
43716, // Face of Mankind
44226, // Robocraft
44986, // Grand Chase
45117, // Quantum Rush Online
45123, // Unturned
45217, // Cakewalk Loop Manager
45660, // Defiance
45705, // Floating Point
45767, // Velvet Sundown
45800, // CRYENGINE - Sample Assets
45946, // Reversion: The Escape
46138, // March of War // (unaddable – sub 0)
46481, // Firefall
46682, // Star Trek Online
46693, // OMSI 2 - AI-Articulated Bus for Vienna
47144, // Warface
47182, // NEOTOKYO (NEOTOKYO°)
47235, // Steam Sub 47235 (The Expendabros)
47267, // Champions Online - Free for All
47333, // Aura Kingdom
47466, // Heroes & Generals
47514, // Sunrider
47669, // Xam
47670, // Tom Clancy's Ghost Recon Phantoms - EU: Assault Starter Pack FREE
47673, // Tom Clancy's Ghost Recon Phantoms - NA: Assault Starter Pack FREE
47674, // Tom Clancy's Ghost Recon Phantoms - EU: Support Starter Pack FREE
47675, // Tom Clancy's Ghost Recon Phantoms - NA: Support Starter Pack FREE
47676, // Tom Clancy's Ghost Recon Phantoms - EU: Recon Starter Pack FREE
47677, // Tom Clancy's Ghost Recon Phantoms - NA: Recon Starter Pack FREE
47709, // The Forgotten Ones
48316, // Dead Island Epidemic Free Access
48901, // Nosgoth Base Game Default Package
48909, // Marvel Heroes // (unaddable – sub 0)
48959, // Saira
48998, // Amazing World
49027, // Rise of Incarnates Beta
49298, // Team Fortress 2 - Free On-Demand
49307, // Dota 2 - Free On-Demand // (unaddable – sub 0)
];

var loaded = 0,
total = freePackages.length,
modal = ShowBlockingWaitDialog( 'Executing...', 'Please wait until all requests finish.' );

for( var i = 0; i < total; i++ )
{
jQuery.post(
'/store.steampowered.com/checkout/addfreelicense',
{
action: 'add_to_cart',
sessionid: g_sessionID,
subid: freePackages[ i ]
},
function( data )
{
loaded++;

modal.Dismiss();

if( loaded === total )
{
ShowAlertDialog( 'All done!', 'Enjoy.' );
}
else
{
modal = ShowBlockingWaitDialog( 'Executing...', 'Loaded ' + loaded + '/' + total );
}
}
).fail(function(){
loaded++;

modal.Dismiss();

if( loaded === total )
{
ShowAlertDialog( 'All done!', 'Enjoy.' );
}
else
{
modal = ShowBlockingWaitDialog( 'Executing...', 'Loaded ' + loaded + '/' + total );
}
});
}
}());




(function()
{
if( !location.href.startsWith( 'https://store.steampowered.com/account/licenses' ) )
{
alert( 'Please run this on Steam\'s account licenses page.' );

window.location = 'https://store.steampowered.com/account/licenses/';

return;
}

let freePackages = new Set( [
30722, // Heroes of Havoc
31208, // Dofus
31285, // GRID 2 Demolition Derby Pack
33753, // AION Free-to-Play
36473, // Crusader Kings II: Songs of Yuletide
46867, // Middle-earth: Shadow of Mordor - HD Content
52793, // Quest for Infamy Demo
55504, // Depth - SDK
57394, // Company of Heroes: Modern Combat
59963, // Palace of Cards
60061, // Google Earth VR
61085, // Clean'Em Up
61841, // Fast Detect
62450, // GlassWire
63370, // Rumble Fighter: Unleashed
64216, // Alpha Version.0 Demo
64924, // Construct: Embers of Life
66538, // Albino Lullaby Demo
67111, // Vinyl
67166, // Ghost in the Shell: Stand Alone Complex - First Assault Online
68560, // DOMO - Summer is Here! (Male) DLC
70669, // Undone: Project Nightmare Demo
70962, // Alteil: Horizons
71553, // Trials on Tatooine
72785, // Life in the Dorms
74125, // Pluto
74161, // Shot Online
74164, // 9Dragons
74478, // High Fidelity
74984, // Littlstar VR Cinema
75144, // The Last Sunshine Demo
75789, // Battleline: Steel Warfare
76345, // The Spookening
76360, // Battle of Empires: 1914-1918 - Battle of Cambrai
77266, // Walkerman Prologue
78408, // Bitku
79653, // Tomorrow
80331, // Dungeon of the Endless - Organic Matters Update
80392, // The Juicer - Official Soundtrack
80442, // Devilian
80896, // FORM
81065, // The Stanford Ocean Acidification Experience
81638, // Warhammer: Vermintide VR - Hero Trials
81815, // Battle of Empires : 1914-1918 - Real War
81878, // Dungeon of the Endless - Death Gamble Update
82891, // Space Needle VR
82918, // Pirates: Treasure Hunters
85376, // Eye of the Owl
86200, // World of Fishing
86237, // OmniBus Demo
86781, // Agatha Christie: The ABC Murders Demo
88254, // The Madness of Little Emma Demo
88823, // Project CARS - Pagani Edition
89490, // Rytmik Player
89886, // Virtual Pool 4 Multiplayer
90118, // XCOM 2: War of the Chosen - Propaganda Center
90665, // New Outbreak Demo
90686, // Simutrans - Pak64
90689, // Simutrans - Pak128.Britain
90692, // Simutrans - Comic Theme Packsets
90695, // Simutrans - Pak128.German
90960, // Blue Bird Demo
90975, // Galaxy Control: 3D Strategy
91165, // Simutrans - Japan Theme PakSets
91168, // Simutrans - Workshop Tools
91174, // Simutrans - Pak128E
91243, // TRON RUN/r Demo
91314, // Kiya
91765, // Hunger
91814, // Phantom Brave PC Demo
92960, // Vreal
93286, // Warhammer: End Times - Vermintide Last Stand
93448, // 'n Verlore Verstand Demo
93576, // Ara Fell Demo
93907, // WITCH-BOT MEGLILO Demo
93913, // UFO Online: Invasion
94280, // The Daring Mermaid Expedition Demo
94561, // Unhack 2 Demo
94570, // SpellKnights
94694, // Swords and Sorcery - Underworld - DEFINITIVE EDITION Demo
94927, // The End of an Age: Fading Remnants Demo
95036, // Battle Islands: Commanders
95704, // Regeria Hope Episode 1
96051, // Maneki's Curse
96141, // VirZOOM Arcade
96294, // Last Dream: World Unknown Demo
96496, // Jacob
97035, // Wartune
97080, // Fenrisulfr Puzzle
97086, // The Darkside Detective Demo
97342, // The Secret of Pineview Forest
97348, // The Body VR: Journey Inside a Cell
97945, // BUCK Demo
98358, // Mainlining Demo
98370, // Jackpot Poker by PokerStars
98512, // Champions of Anteria Demo
98892, // Trackmania Turbo Demo
98942, // Muv-Luv VR
99075, // Gary the Gull
] );

[ ...document.querySelectorAll( 'a[href^="javascript:RemoveFreeLicense"]' ) ].forEach( ( element ) =>
{
const match = element.href.match( /javascript:RemoveFreeLicense\( ([0-9]+), '/ );

if( match !== null )
{
freePackages.delete( +match[ 1 ] );
}
} );

let loaded = 0;
let modal = window.ShowBlockingWaitDialog(
'Executing…',
'Please wait until all requests finish. Ignore all the errors, let it finish.'
);

const fetched = () =>
{
modal.Dismiss();

if( ++loaded >= freePackages.length )
{
modal = window.ShowBlockingWaitDialog(
'Reloading…',
'Keep in mind only 50 packages can be activated per hour.'
);

location.reload();
}
else
{
modal = window.ShowBlockingWaitDialog(
'Executing…',
`Loaded <b>${loaded}</b>/${freePackages.length}.`
);
}
};

freePackages = [ ...freePackages ].slice( -50 );

for( const subid of freePackages )
{
window.jQuery.post(
'/store.steampowered.com/checkout/addfreelicense',
{
action: 'add_to_cart',
sessionid: window.g_sessionID,
subid: subid,
}
).always( fetched );
}
}());
12 Comments
itzTortik Nov 21, 2023 @ 6:36am 
Не пойму где игры, мне их не показывает в этой лицензии
Tw Neon4ck 光 Jan 24, 2023 @ 4:08am 
скиньте пожалуйста айди на arch ege
Мой Господин (MyLord)  [author] Mar 26, 2017 @ 11:48am 
из-за удаления ссылки скрипт добавил отдельно
Poorbull Mar 1, 2016 @ 3:53am 
Je pige queude........?
fggfhfgdhjgdsf Sep 4, 2015 @ 7:47am 
Russian... :rfacepalm: You really expect us to know it
sir.shrimp Sep 2, 2015 @ 5:53pm 
ikr
ThatDudeLauan Sep 1, 2015 @ 4:06pm 
Wish i could understand that.
PRIMORDIAL HORSECOCK Sep 1, 2015 @ 10:42am 
Есть ли скрипт, который помогает удалить демки с аккаунта?)
Gr1te Aug 31, 2015 @ 4:08pm 
Тоже смысла не вижу.
Гайд хороший, но не более рецепта борща.