|
You last visited: Today at 21:42
Advertisement
Script for adding Steam Content
Discussion on Script for adding Steam Content within the Freebies forum part of the The Black Market category.
10/20/2015, 17:03
|
#1
|
elite*gold: 60
Join Date: Jun 2011
Posts: 3,303
Received Thanks: 688
|
Script for adding Steam Content
SteamDB is a website that tracks steam games/dlcs/soundtracks... (packages)
They made a script that adds free packages (free dlcs, and some free games) to your steam account
Step 1: Login to steam website in your browser (I used chrome and it worked fine)
Step 2: Go to the SteamDB Free Packages page  and copy the entire text from the text field
Step 3: Go to your steam account page link
Step 4: Open developer console on your browser (Chrome and Firefox are on F12, something appears on the bottom, and click Console button
(developer console is used by website developers to inspect their code)
Step 5: Inside your developer console, paste the text that you copied before, press Enter, and wait for it to complete
Step 6: Packages will be added to your steam account, enjoy
Source:
Hier ein Tutorial für die, die der Englischen Sprache nicht mächtig sind, danke dafür an  .
|
|
|
10/20/2015, 17:39
|
#2
|
elite*gold: 2
Join Date: Jan 2015
Posts: 1,637
Received Thanks: 189
|
Does it work?
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/licenses/' );
window.location = 'https://store.steampowered.com/account/licenses/';
return;
}
var freePackages =
[
1947,
12275,
12276,
12997,
13048,
13261,
13275,
13437,
13512,
13685,
14151,
14520,
14981,
15301,
16128,
16916,
17921,
18476,
18806,
18940,
18978,
18996,
19266,
19315,
20000,
20001,
20002,
20003,
20004,
20005,
20006,
20007,
20008,
20009,
20010,
20011,
20012,
20013,
20014,
20015,
20016,
20017,
20018,
20019,
20020,
20021,
20022,
20023,
20024,
20025,
20026,
20027,
20028,
20029,
20030,
20031,
20032,
20033,
20034,
20035,
20036,
20037,
20038,
20039,
20040,
20041,
20042,
20043,
20044,
20045,
20046,
20047,
20048,
20049,
20050,
20051,
20052,
20053,
20054,
20055,
20056,
20057,
20058,
20059,
20060,
20061,
20062,
20063,
20064,
20065,
20066,
20067,
20068,
20069,
20070,
20071,
20072,
20073,
20074,
20075,
20076,
20077,
20078,
20079,
20080,
20081,
20082,
20083,
20084,
20085,
20086,
20087,
20088,
20089,
20090,
20091,
20092,
20093,
20094,
20095,
20096,
20097,
20098,
20099,
20100,
20101,
20102,
20103,
20104,
20105,
20106,
20107,
20108,
20109,
20110,
20111,
20112,
20113,
20114,
20115,
20116,
20117,
20118,
20119,
20120,
20121,
20122,
20123,
20124,
20125,
20126,
20127,
20128,
20129,
20130,
20131,
20132,
20133,
20134,
20135,
20136,
20137,
20138,
20139,
20140,
20141,
20142,
20143,
20144,
20145,
20146,
20147,
20148,
20149,
20150,
20151,
20152,
20153,
20154,
20155,
20156,
20157,
20158,
20159,
20160,
20161,
20162,
20163,
20164,
20165,
20166,
20167,
20168,
20169,
20170,
20171,
20172,
20173,
20174,
20175,
20176,
20177,
20178,
20179,
20180,
20181,
20182,
20183,
20184,
20185,
20186,
20187,
20188,
20189,
20190,
20191,
20192,
20193,
20194,
20195,
20196,
20197,
20198,
20199,
20200,
20201,
20202,
20203,
20204,
20205,
20206,
20207,
20208,
20209,
20210,
20211,
20212,
20213,
20214,
20215,
20216,
20217,
20218,
20219,
20220,
20221,
20222,
20223,
20224,
20225,
20226,
20227,
20228,
20229,
20230,
20231,
20232,
20233,
20234,
20235,
20236,
20237,
20238,
20239,
20240,
20241,
20242,
20243,
20244,
20245,
20246,
20247,
20248,
20249,
20250,
20251,
20252,
20253,
20254,
20255,
20256,
20257,
20258,
20259,
20260,
20261,
20262,
20263,
20264,
20265,
20266,
20267,
20268,
20269,
20270,
20271,
20272,
20273,
20274,
20275,
20276,
20277,
20278,
20279,
20280,
20281,
20282,
20283,
20284,
20285,
20286,
20287,
20288,
20289,
20290,
20291,
20292,
20293,
20294,
20295,
20296,
20297,
20298,
20299,
20300,
20301,
20302,
20303,
20304,
20305,
20306,
20307,
20308,
20309,
20310,
20311,
20312,
20313,
20314,
20315,
20316,
20317,
20318,
20319,
20320,
20321,
20322,
20323,
20324,
20325,
20326,
20327,
20328,
20329,
20330,
20331,
20332,
20333,
20334,
20335,
20336,
20337,
20338,
20339,
20340,
20341,
20342,
20343,
20344,
20345,
20346,
20347,
20348,
20349,
20350,
20351,
20352,
20353,
20354,
20355,
20356,
20357,
20358,
20359,
20360,
20361,
20362,
20363,
20364,
20365,
20366,
20367,
20368,
20369,
20370,
20371,
20372,
20373,
20374,
20375,
20376,
20377,
20378,
20379,
20380,
20381,
20382,
20383,
20384,
20385,
20386,
20387,
20388,
20389,
20390,
20391,
20392,
20393,
20394,
20395,
20396,
20397,
20398,
20399,
20400,
20401,
20402,
20403,
20404,
20405,
20406,
20407,
20408,
20409,
20410,
20411,
20412,
20413,
20414,
20415,
20416,
20417,
20418,
20419,
20420,
20421,
20422,
20423,
20424,
20425,
20426,
20427,
20428,
20429,
20430,
20431,
20432,
20433,
20434,
20435,
20436,
20437,
20438,
20439,
20440,
20441,
20442,
20443,
20444,
20445,
20446,
20447,
20448,
20449,
20450,
20451,
20452,
20453,
20454,
20455,
20456,
20457,
20458,
20459,
20460,
20461,
20462,
20463,
20464,
20465,
20466,
20467,
20468,
20469,
20470,
20471,
20472,
20473,
20474,
20475,
20476,
20477,
20478,
20479,
20480,
20481,
20482,
20483,
20484,
20485,
20486,
20487,
20488,
20489,
20490,
20491,
20492,
20493,
20494,
20495,
20496,
20497,
20498,
20499,
20500,
20501,
20502,
20503,
20504,
20505,
20506,
20507,
20508,
20509,
20510,
20511,
20512,
20513,
20514,
20515,
20516,
20517,
20518,
20519,
20520,
20521,
20522,
20523,
20524,
20525,
20526,
20527,
20528,
20529,
20530,
20531,
20532,
20533,
20534,
20535,
20536,
20537,
20538,
20539,
20540,
20541,
20542,
20543,
20544,
20545,
20546,
20547,
20548,
20549,
20550,
20551,
20552,
20553,
20554,
20555,
20556,
20557,
20558,
20559,
20560,
20561,
20562,
20563,
20564,
20565,
20566,
20567,
20568,
20569,
20570,
20571,
20572,
20573,
20574,
20575,
20576,
20577,
20578,
20579,
20580,
20581,
20582,
20583,
20584,
20585,
20586,
20587,
20588,
20589,
20590,
20591,
20592,
20593,
20594,
20595,
20596,
20597,
20598,
20599,
20600,
20601,
20602,
20603,
20604,
20605,
20606,
20607,
20608,
20609,
20610,
20611,
20612,
20613,
20614,
20615,
20616,
20617,
20618,
20619,
20620,
20621,
20622,
20623,
20624,
20625,
20626,
20627,
20628,
20629,
20630,
20631,
20632,
20633,
20634,
20635,
20636,
20637,
20638,
20639,
20640,
20641,
20642,
20643,
20644,
20645,
20646,
20647,
20648,
20649,
20650,
20651,
20652,
20653,
20654,
20655,
20656,
20657,
20658,
20659,
20660,
20661,
20662,
20663,
20664,
20665,
20666,
20667,
20668,
20669,
20670,
20671,
20672,
20673,
20674,
20675,
20676,
20677,
20678,
20679,
20680,
20681,
20682,
20683,
20684,
20685,
20686,
20687,
20688,
20689,
20690,
20691,
20692,
20693,
20694,
20695,
20696,
20697,
20698,
20699,
20700,
20701,
20702,
20703,
20704,
20705,
20706,
20707,
20708,
20709,
20710,
20711,
20712,
20713,
20714,
20715,
20716,
20717,
20718,
20719,
20720,
20721,
20722,
20723,
20724,
20725,
20726,
20727,
20728,
20729,
20730,
20731,
20732,
20733,
20734,
20735,
20736,
20737,
20738,
20739,
20740,
20741,
20742,
20743,
20744,
20745,
20746,
20747,
20748,
20749,
20750,
20751,
20752,
20753,
20754,
20755,
20756,
20757,
20758,
20759,
20760,
20761,
20762,
20763,
20764,
20765,
20766,
20767,
20768,
20769,
20770,
20771,
20772,
20773,
20774,
20775,
20776,
20777,
20778,
20779,
20780,
20781,
20782,
20783,
20784,
20785,
20786,
20787,
20788,
20789,
20790,
20791,
20792,
20793,
20794,
20795,
20796,
20797,
20798,
20799,
20800,
20801,
20802,
20803,
20804,
20805,
20806,
20807,
20808,
20809,
20810,
20811,
20812,
20813,
20814,
20815,
20816,
20817,
20818,
20819,
20820,
20821,
20822,
20823,
20824,
20825,
20826,
20827,
20828,
20829,
20830,
20831,
20832,
20833,
20834,
20835,
20836,
20837,
20838,
20839,
20840,
20841,
20842,
20843,
20844,
20845,
20846,
20847,
20848,
20849,
20850,
20851,
20852,
20853,
20854,
20855,
20856,
20857,
20858,
20859,
20860,
20861,
20862,
20863,
20864,
20865,
20866,
20867,
20868,
20869,
20870,
20871,
20872,
20873,
20874,
20875,
20876,
20877,
20878,
20879,
20880,
20881,
20882,
20883,
20884,
20885,
20886,
20887,
20888,
20889,
20890,
20891,
20892,
20893,
20894,
20895,
20896,
20897,
20898,
20899,
20900,
20901,
20902,
20903,
20904,
20905,
20906,
20907,
20908,
20909,
20910,
20911,
20912,
20913,
20914,
20915,
20916,
20917,
20918,
20919,
20920,
20921,
20922,
20923,
20924,
20925,
20926,
20927,
20928,
20929,
20930,
20931,
20932,
20933,
20934,
20935,
20936,
20937,
20938,
20939,
20940,
20941,
20942,
20943,
20944,
20945,
20946,
20947,
20948,
20949,
20950,
20951,
20952,
20953,
20954,
20955,
20956,
20957,
20958,
20959,
20960,
20961,
20962,
20963,
20964,
20965,
20966,
20967,
20968,
20969,
20970,
20971,
20972,
20973,
20974,
20975,
20976,
20977,
20978,
20979,
20980,
20981,
20982,
20983,
20984,
20985,
20986,
20987,
20988,
20989,
20990,
20991,
20992,
20993,
20994,
20995,
20996,
20997,
20998,
20999,
21000,
21001,
21002,
21003,
21004,
21005,
21006,
21007,
21008,
21009,
21010,
21011,
21012,
21013,
21014,
21015,
21016,
21017,
21018,
21019,
21020,
21021,
21022,
21023,
21024,
21025,
21026,
21027,
21028,
21029,
21030,
21031,
21032,
21033,
21034,
21035,
21036,
21037,
21038,
21039,
21040,
21041,
21042,
21043,
21044,
21045,
21046,
21047,
21048,
21049,
21050,
21051,
21052,
21053,
21054,
21055,
21056,
21057,
21058,
21059,
21060,
21061,
21062,
21063,
21064,
21065,
21066,
21067,
21068,
21069,
21070,
21071,
21072,
21073,
21074,
21075,
21076,
21077,
21078,
21079,
21080,
21081,
21082,
21083,
21084,
21085,
21086,
21087,
21088,
21089,
21090,
21091,
21092,
21093,
21094,
21095,
21096,
21097,
21098,
21099,
21100,
21101,
21102,
21103,
21104,
21105,
21106,
21107,
21108,
21109,
21110,
21111,
21112,
21113,
21114,
21115,
21116,
21117,
21118,
21119,
21120,
21121,
21122,
21123,
21124,
21125,
21126,
21127,
21128,
21129,
21130,
21131,
21132,
21133,
21134,
21135,
21136,
21137,
21138,
21139,
21140,
21141,
21142,
21143,
21144,
21145,
21146,
21147,
21148,
21149,
21150,
21151,
21152,
21153,
21154,
21155,
21156,
21157,
21158,
21159,
21160,
21161,
21162,
21163,
21164,
21165,
21166,
21167,
21168,
21169,
21170,
21171,
21172,
21173,
21174,
21175,
21176,
21177,
21178,
21179,
21180,
21181,
21182,
21183,
21184,
21185,
21186,
21187,
21188,
21189,
21190,
21191,
21192,
21193,
21194,
21195,
21196,
21197,
21198,
21199,
21200,
21201,
21202,
21203,
21204,
21205,
21206,
21207,
21208,
21209,
21210,
21211,
21212,
21213,
21214,
21215,
21216,
21217,
21218,
21219,
21220,
21221,
21222,
21223,
21224,
21225,
21226,
21227,
21228,
21229,
21230,
21231,
21232,
21233,
21234,
21235,
21236,
21237,
21238,
21239,
21240,
21241,
21242,
21243,
21244,
21245,
21246,
21247,
21248,
21249,
21250,
21251,
21252,
21253,
21254,
21255,
21256,
21257,
21258,
21259,
21260,
21261,
21262,
21263,
21264,
21265,
21266,
21267,
21268,
21269,
21270,
21271,
21272,
21273,
21274,
21275,
21276,
21277,
21278,
21279,
21280,
21281,
21282,
21283,
21284,
21285,
21286,
21287,
21288,
21289,
21290,
21291,
21292,
21293,
21294,
21295,
21296,
21297,
21298,
21299,
21300,
21301,
21302,
21303,
21304,
21305,
21306,
21307,
21308,
21309,
21310,
21311,
21312,
21313,
21314,
21315,
21316,
21317,
21318,
21319,
21320,
21321,
21322,
21323,
21324,
21325,
21326,
21327,
21328,
21329,
21330,
21331,
21332,
21333,
21334,
21335,
21336,
21337,
21338,
21339,
21340,
21341,
21342,
21343,
21344,
21345,
21346,
21347,
21348,
21349,
21350,
21351,
21352,
21353,
21354,
21355,
21356,
21357,
21358,
21359,
21360,
21361,
21362,
21363,
21364,
21365,
21366,
21367,
21368,
21369,
21370,
21371,
21372,
21373,
21374,
21375,
21376,
21377,
21378,
21379,
21380,
21381,
21382,
21383,
21384,
21385,
21386,
21387,
21388,
21389,
21390,
21391,
21392,
21393,
21394,
21395,
21396,
21397,
21398,
21399,
21400,
21401,
21402,
21403,
21404,
21405,
21406,
21407,
21408,
21409,
21410,
21411,
21412,
21413,
21414,
21415,
21416,
21417,
21418,
21419,
21420,
21421,
21422,
21423,
21424,
21425,
21426,
21427,
21428,
21429,
21430,
21431,
21432,
21433,
21434,
21435,
21436,
21437,
21438,
21439,
21440,
21441,
21442,
21443,
21444,
21445,
21446,
21447,
21448,
21449,
21450,
21451,
21452,
21453,
21454,
21455,
21456,
21457,
21458,
21459,
21460,
21461,
21462,
21463,
21464,
21465,
21466,
21467,
21468,
21469,
21470,
21471,
21472,
21473,
21474,
21475,
21476,
21477,
21478,
21479,
21480,
21481,
21482,
21483,
21484,
21485,
21486,
21487,
21488,
21489,
21490,
21491,
21492,
21493,
25518,
25734,
25735,
25845,
26624,
26775,
27535,
28350,
30471,
30540,
30801,
31035,
31285,
31538,
31606,
32032,
32257,
32287,
32826,
33333,
33336,
33444,
33694,
33980,
34295,
34503,
34828,
34870,
35063,
35341,
35650,
35848,
35878,
36179,
36472,
36473,
36561,
36804,
37156,
37188,
38085,
38512,
38820,
38853,
38913,
39166,
39229,
39544,
39863,
40122,
40311,
40585,
40658,
40766,
40781,
40796,
40838,
41476,
41518,
41521,
41612,
42327,
42489,
42551,
42558,
42583,
42691,
42889,
43233,
43235,
43237,
43301,
43313,
43316,
43435,
43437,
43681,
43716,
43770,
43776,
43902,
43922,
43949,
43953,
43968,
43977,
43991,
43996,
44008,
44068,
44109,
44149,
44226,
44379,
44411,
44483,
44625,
44778,
44899,
44908,
44911,
44986,
45004,
45028,
45049,
45060,
45063,
45071,
45074,
45117,
45123,
45159,
45187,
45199,
45214,
45217,
45304,
45307,
45453,
45504,
45540,
45585,
45660,
45682,
45688,
45691,
45696,
45705,
45767,
45773,
45800,
45862,
45928,
45931,
45946,
45952,
46049,
46062,
46109,
46110,
46138,
46373,
46388,
46397,
46481,
46515,
46682,
46688,
46693,
46800,
46807,
46821,
46835,
46867,
46876,
46948,
46998,
47043,
47046,
47052,
47066,
47131,
47144,
47159,
47180,
47182,
47219,
47235,
47245,
47267,
47277,
47321,
47333,
47337,
47360,
47445,
47466,
47487,
47514,
47565,
47576,
47600,
47669,
47670,
47673,
47674,
47675,
47676,
47677,
47709,
47720,
47741,
47767,
47850,
47904,
47936,
47955,
47969,
47991,
48085,
48096,
48134,
48156,
48282,
48307,
48310,
48316,
48322,
48328,
48402,
48431,
48538,
48558,
48578,
48581,
48589,
48648,
48660,
48675,
48709,
48727,
48748,
48754,
48765,
48768,
48771,
48803,
48830,
48900,
48901,
48904,
48909,
48912,
48922,
48958,
48959,
48998,
49005,
49026,
49027,
49105,
49110,
49153,
49162,
49168,
49206,
49219,
49297,
49298,
49307,
49315,
49355,
49388,
49391,
49394,
49410,
49411,
49417,
49419,
49425,
49464,
49467,
49476,
49479,
49506,
49528,
49536,
49542,
49591,
49597,
49599,
49603,
49700,
49716,
49768,
49808,
49944,
50080,
50157,
50160,
50246,
50323,
50343,
50365,
50395,
50396,
50397,
50401,
50429,
50430,
50431,
50456,
50492,
50506,
50511,
50527,
50536,
50539,
50543,
50544,
50545,
50602,
50605,
50647,
50688,
50699,
50705,
50724,
50812,
50861,
50863,
50865,
50867,
50869,
50871,
50873,
50921,
50931,
51060,
51063,
51073,
51082,
51103,
51137,
51194,
51252,
51288,
51322,
51336,
51339,
51395,
51401,
51446,
51449,
51692,
51743,
51745,
51800,
52057,
52096,
52111,
52117,
52118,
52119,
52178,
52302,
52306,
52320,
52348,
52353,
52357,
52358,
52359,
52461,
52496,
52530,
52583,
52631,
52650,
52656,
52667,
52718,
52733,
52756,
52777,
52790,
52793,
52800,
52812,
52819,
52869,
52883,
52888,
52916,
52949,
53066,
53069,
53094,
53116,
53125,
53128,
53153,
53158,
53164,
53194,
53210,
53220,
53293,
53329,
53342,
53451,
53452,
53453,
53454,
53455,
53456,
53568,
53599,
53602,
53610,
53615,
53643,
53724,
53766,
53812,
53859,
53869,
53898,
53928,
53948,
54050,
54161,
54169,
54244,
54265,
54284,
54352,
54416,
54587,
54610,
54637,
54654,
54717,
54791,
54824,
54903,
54938,
55049,
55065,
55134,
55139,
55165,
55172,
55223,
55235,
55243,
55329,
55339,
55353,
55380,
55398,
55504,
55515,
55548,
55553,
55568,
55577,
55592,
55595,
55599,
55619,
55694,
55773,
55776,
55792,
55824,
55831,
55885,
55943,
56009,
56030,
56050,
56058,
56067,
56112,
56122,
56128,
56141,
56147,
56177,
56231,
56232,
56235,
56293,
56322,
56364,
56420,
56423,
56458,
56565,
56576,
56597,
56656,
56701,
56745,
56815,
56818,
56835,
56844,
56865,
56882,
56916,
56960,
57034,
57106,
57145,
57154,
57178,
57234,
57251,
57272,
57296,
57299,
57366,
57369,
57394,
57405,
57429,
57432,
57438,
57447,
57459,
57532,
57640,
57673,
57740,
57783,
57792,
57825,
58093,
58109,
58115,
58123,
58191,
58197,
58212,
58247,
58348,
58385,
58391,
58394,
58476,
58488,
58549,
58577,
58634,
58745,
58769,
58923,
58938,
58954,
58965,
58973,
59057,
59073,
59107,
59145,
59162,
59183,
59197,
59200,
59253,
59324,
59361,
59373,
59389,
59396,
59403,
59457,
59490,
59514,
59518,
59595,
59607,
59645,
59683,
59732,
59736,
59739,
59742,
59745,
59748,
59765,
59768,
59771,
59851,
59884,
59907,
59915,
59951,
59954,
59977,
60018,
60021,
60031,
60040,
60061,
60078,
60080,
60086,
60098,
60113,
60134,
60174,
60177,
60195,
60205,
60208,
60212,
60224,
60265,
60279,
60282,
60308,
60341,
60387,
60400,
60406,
60431,
60481,
60499,
60514,
60519,
60536,
60542,
60563,
60566,
60659,
60662,
60689,
60702,
60711,
60721,
60743,
60746,
60758,
60761,
60764,
60790,
60796,
60857,
60870,
60873,
60882,
60888,
60895,
60902,
60938,
60975,
60982,
60988,
61008,
61030,
61033,
61048,
61059,
61074,
61126,
61166,
61184,
61240,
61243,
61250,
61270,
61273,
61292,
61313,
61322,
61338,
61366,
61406,
61449,
61455,
61458,
61465,
61474,
61527,
61562,
61584,
61614,
61625,
61770,
61826,
61848,
61884,
61897,
61950,
61989,
62076,
62112,
62117,
62126,
62149,
62164,
62175,
62185,
62193,
62216,
62217,
62298,
62301,
62304,
62307,
62310,
62313,
62358,
62418,
62424,
62470,
62498,
62505,
62561,
62567,
62582,
62618,
62626,
62638,
62641,
62665,
62681,
62730,
62747,
62755,
62822,
62828,
62845,
62868,
62871,
62965,
62968,
62971,
62974,
62979,
63025,
63073,
63082,
63139,
63154,
63207,
63291,
63364,
63370,
63378,
63480,
63533,
63565,
63723,
63788,
63822,
63839,
63913,
63922,
63925,
64079,
64090,
64160,
64175,
64208,
64216,
64270,
64316,
64332,
64334,
64424,
64466,
64487,
64493,
64500,
64514,
64531,
64549,
64579,
64594,
64642,
64787,
64798,
64814,
64820,
64823,
64826,
64829,
64832,
64835,
64838,
64841,
64844,
64866,
64917,
64920,
64927,
64965,
64968,
64971,
64974,
64977,
64980,
64983,
64986,
64989,
64992,
64995,
65013,
65030,
65036,
65086,
65110,
65115,
65218,
65251,
65284,
65290,
65327,
65358,
65390,
65413,
65416,
65445,
65491,
65524,
65533,
65635,
65638,
65754,
65770,
65793,
65811,
65818,
65858,
65864,
65879,
65923,
65943,
65984,
66010,
66090,
66203,
66206,
66244,
66292,
66318,
66331,
66366,
66407,
66418,
66424,
66435,
66485,
66500,
66504,
66507,
66510,
66538,
66603,
66726,
66739,
66833,
66855,
66864,
66907,
66921,
66924,
66939,
66962,
66971,
67081,
67102,
67143,
67145,
67153,
67166,
67231,
67298,
67367,
67376,
67568,
67570,
67572,
67574,
67723,
67756,
67759,
67773,
67804,
67834,
67860,
67865,
67948,
67951,
67959,
68030,
68103,
68160,
68176,
68221,
68224,
68229,
68255,
68302,
68319,
68335,
68356,
68409,
68420,
68437,
68459,
68504,
68512,
68530,
68541,
68547,
68602,
68613,
68656,
68720,
68721,
68726,
68828,
68833,
68863,
68905,
68907,
68912,
68966,
68984,
68987,
68997,
69000,
69054,
69114,
69126,
69142,
69224,
69230,
69278,
69292,
69320,
69409,
69428,
69494,
69497,
69519,
69530,
69565,
69578,
69597,
69602,
69635,
69637,
69660,
69699,
69709,
69719,
69729,
69761,
69762,
69789,
69802,
69820,
69950,
70039,
70057,
70066,
70111,
70161,
70177,
70180,
70287,
70302,
70305,
70313,
70319,
70400,
70436,
70438,
70440,
70442,
70444,
70446,
70448,
70450,
70559,
70592,
70597,
70669,
70697,
70703,
70742,
70903,
70905,
70992,
71001,
71009,
71012,
71021,
71043,
71099,
71162,
71165,
71168,
71171,
71196,
71206,
71209,
71225,
71243,
71266,
71284,
71287,
71296,
71347,
71380,
71382,
71422,
71425,
71433,
71441,
71500,
71515,
71523,
71572,
71585,
71600,
71743,
71746,
71761,
71772,
71784,
71848,
71851,
71856,
71877,
71924,
71931,
71935,
71984,
71989,
72010,
72029,
72039,
72072,
72154,
72184,
72204,
72223,
72228,
72254,
72261,
72328,
72354,
72380,
72399,
72411,
72429,
72447,
72538,
72544,
72571,
72607,
72646,
72667,
72676,
72699,
72760,
72766,
72776,
72793,
72796,
72802,
72828,
72869,
72896,
72913,
72953,
72959,
72990,
73044,
73074,
73076,
73126,
73146,
73163,
73219,
73321,
73379,
73388,
73390,
73482,
73485,
73488,
73504,
73529,
73545,
73599,
73627,
73665,
73675,
73727,
73730,
73822,
73851,
73875,
73967,
74014,
74017,
74144,
74180,
74225,
74465,
74490,
74507,
74571,
74592,
74629,
74654,
74677,
74690,
74697,
74706,
74755,
74758,
74863,
74880,
74989,
75012,
75018,
75021,
75050,
75128,
75144,
75175,
75178,
75189,
75192,
75274,
75277,
75289,
75316,
75344,
75354,
75379,
75416,
75440,
75464,
75484,
75546,
75556,
75582,
75585,
75648,
75781,
75784,
75789,
75808,
75818,
75889,
75893,
75896,
75931,
76006,
76039,
76042,
76157,
76197,
76208,
76214,
76261,
76274,
76284,
76287,
76331,
76360,
76373,
76431,
76479,
76533,
76536,
76539,
76545,
76553,
76556,
76562,
76571,
76600,
76627,
76651,
76740,
76745,
76751,
76757,
76776,
76813,
76852,
76854,
76856,
76877,
76958,
77001,
77004,
77007,
77056,
77123,
77134,
77164,
77165,
77191,
77198,
77199,
77211,
77231,
77234,
77237,
77243,
77246,
77249,
77252,
77266,
77269,
77272,
77277,
77280,
77283,
77286,
77289,
77292,
77295,
77298,
77301,
77312,
77317,
77320,
77323,
77326,
77329,
77332,
77361,
77432,
77444,
77445,
77448,
77521,
77569,
77584,
77627,
77637,
77640,
77673,
78206,
78224,
78237,
78252,
78277,
78467,
78486,
78592,
78597,
78643,
78713,
78732,
78767,
78834,
78931,
79092,
79252,
79327,
79330,
79354,
79360,
79366,
79415,
79418,
79425,
79431,
79455,
79461,
79559,
79617,
79635,
79696,
79721,
79736,
79763,
79850,
79922,
80020,
80050,
80071,
80116,
80122,
80190,
80199,
80224,
80227,
80243,
80271,
80302,
80345,
80377,
80383,
80392,
80404,
80491,
80527,
80594,
80616,
80682,
80859,
80871,
80874,
80896,
80921,
80938,
81023,
81026,
81107,
81134,
81259,
81325,
81410,
81413,
81475,
81505,
81520,
81544,
81547,
81553,
81561,
81562,
81569,
81635,
81703,
81771,
81812,
81842,
81843,
81844,
81872,
81881,
81884,
81948,
81951,
82086,
82289,
82290,
82320,
82400,
];
var ownedPackages = {};
jQuery( '.account_table a' ).each( function( i, el )
{
var match = el.href.match( /javascript :RemoveFreeLicense\( ([0-9]+), '/ );
if( match !== null )
{
ownedPackages[ +match[ 1 ] ] = true;
}
} );
var i = 0,
loaded = 0,
package = 0,
total = freePackages.length,
modal = ShowBlockingWaitDialog( 'Executing…',
'Please wait until all requests finish. Ignore all the errors, let it finish.' );
for( ; i < total; i++ )
{
package = freePackages[ i ];
if( ownedPackages[ package ] )
{
loaded++;
continue;
}
jQuery.post(
'//store.steampowered.com/checkout/addfreelicense',
{
action: 'add_to_cart',
sessionid: g_sessionID,
subid: package
}
).always( function( )
{
loaded++;
modal.Dismiss();
if( loaded >= total )
{
location.reload();
}
else
{
modal = ShowBlockingWaitDialog( 'Executing…',
'Loaded <b>' + loaded + '</b>/' + total + '.' );
}
}
);
}
}());
And fill it into this?
and press then enter?
sry, I don't know where I should add it pls answer! ty
and at the other ppl, can you send a picture in this thread, what happens after that? im a bit new on steam haha
|
|
|
10/20/2015, 18:05
|
#3
|
elite*gold: 60
Join Date: Jun 2011
Posts: 3,303
Received Thanks: 688
|
Quote:
Originally Posted by LiiKeLoL
Does it work?
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/licenses\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/licenses/' );
window.location = 'https://store.steampowered.com/account/licenses/';
return;
}
var freePackages =
[
1947,
12275,
12276,
12997,
13048,
13261,
13275,
13437,
13512,
13685,
14151,
14520,
14981,
15301,
16128,
16916,
17921,
18476,
18806,
18940,
18978,
18996,
19266,
19315,
20000,
20001,
20002,
20003,
20004,
20005,
20006,
20007,
20008,
20009,
20010,
20011,
20012,
20013,
20014,
20015,
20016,
20017,
20018,
20019,
20020,
20021,
20022,
20023,
20024,
20025,
20026,
20027,
20028,
20029,
20030,
20031,
20032,
20033,
20034,
20035,
20036,
20037,
20038,
20039,
20040,
20041,
20042,
20043,
20044,
20045,
20046,
20047,
20048,
20049,
20050,
20051,
20052,
20053,
20054,
20055,
20056,
20057,
20058,
20059,
20060,
20061,
20062,
20063,
20064,
20065,
20066,
20067,
20068,
20069,
20070,
20071,
20072,
20073,
20074,
20075,
20076,
20077,
20078,
20079,
20080,
20081,
20082,
20083,
20084,
20085,
20086,
20087,
20088,
20089,
20090,
20091,
20092,
20093,
20094,
20095,
20096,
20097,
20098,
20099,
20100,
20101,
20102,
20103,
20104,
20105,
20106,
20107,
20108,
20109,
20110,
20111,
20112,
20113,
20114,
20115,
20116,
20117,
20118,
20119,
20120,
20121,
20122,
20123,
20124,
20125,
20126,
20127,
20128,
20129,
20130,
20131,
20132,
20133,
20134,
20135,
20136,
20137,
20138,
20139,
20140,
20141,
20142,
20143,
20144,
20145,
20146,
20147,
20148,
20149,
20150,
20151,
20152,
20153,
20154,
20155,
20156,
20157,
20158,
20159,
20160,
20161,
20162,
20163,
20164,
20165,
20166,
20167,
20168,
20169,
20170,
20171,
20172,
20173,
20174,
20175,
20176,
20177,
20178,
20179,
20180,
20181,
20182,
20183,
20184,
20185,
20186,
20187,
20188,
20189,
20190,
20191,
20192,
20193,
20194,
20195,
20196,
20197,
20198,
20199,
20200,
20201,
20202,
20203,
20204,
20205,
20206,
20207,
20208,
20209,
20210,
20211,
20212,
20213,
20214,
20215,
20216,
20217,
20218,
20219,
20220,
20221,
20222,
20223,
20224,
20225,
20226,
20227,
20228,
20229,
20230,
20231,
20232,
20233,
20234,
20235,
20236,
20237,
20238,
20239,
20240,
20241,
20242,
20243,
20244,
20245,
20246,
20247,
20248,
20249,
20250,
20251,
20252,
20253,
20254,
20255,
20256,
20257,
20258,
20259,
20260,
20261,
20262,
20263,
20264,
20265,
20266,
20267,
20268,
20269,
20270,
20271,
20272,
20273,
20274,
20275,
20276,
20277,
20278,
20279,
20280,
20281,
20282,
20283,
20284,
20285,
20286,
20287,
20288,
20289,
20290,
20291,
20292,
20293,
20294,
20295,
20296,
20297,
20298,
20299,
20300,
20301,
20302,
20303,
20304,
20305,
20306,
20307,
20308,
20309,
20310,
20311,
20312,
20313,
20314,
20315,
20316,
20317,
20318,
20319,
20320,
20321,
20322,
20323,
20324,
20325,
20326,
20327,
20328,
20329,
20330,
20331,
20332,
20333,
20334,
20335,
20336,
20337,
20338,
20339,
20340,
20341,
20342,
20343,
20344,
20345,
20346,
20347,
20348,
20349,
20350,
20351,
20352,
20353,
20354,
20355,
20356,
20357,
20358,
20359,
20360,
20361,
20362,
20363,
20364,
20365,
20366,
20367,
20368,
20369,
20370,
20371,
20372,
20373,
20374,
20375,
20376,
20377,
20378,
20379,
20380,
20381,
20382,
20383,
20384,
20385,
20386,
20387,
20388,
20389,
20390,
20391,
20392,
20393,
20394,
20395,
20396,
20397,
20398,
20399,
20400,
20401,
20402,
20403,
20404,
20405,
20406,
20407,
20408,
20409,
20410,
20411,
20412,
20413,
20414,
20415,
20416,
20417,
20418,
20419,
20420,
20421,
20422,
20423,
20424,
20425,
20426,
20427,
20428,
20429,
20430,
20431,
20432,
20433,
20434,
20435,
20436,
20437,
20438,
20439,
20440,
20441,
20442,
20443,
20444,
20445,
20446,
20447,
20448,
20449,
20450,
20451,
20452,
20453,
20454,
20455,
20456,
20457,
20458,
20459,
20460,
20461,
20462,
20463,
20464,
20465,
20466,
20467,
20468,
20469,
20470,
20471,
20472,
20473,
20474,
20475,
20476,
20477,
20478,
20479,
20480,
20481,
20482,
20483,
20484,
20485,
20486,
20487,
20488,
20489,
20490,
20491,
20492,
20493,
20494,
20495,
20496,
20497,
20498,
20499,
20500,
20501,
20502,
20503,
20504,
20505,
20506,
20507,
20508,
20509,
20510,
20511,
20512,
20513,
20514,
20515,
20516,
20517,
20518,
20519,
20520,
20521,
20522,
20523,
20524,
20525,
20526,
20527,
20528,
20529,
20530,
20531,
20532,
20533,
20534,
20535,
20536,
20537,
20538,
20539,
20540,
20541,
20542,
20543,
20544,
20545,
20546,
20547,
20548,
20549,
20550,
20551,
20552,
20553,
20554,
20555,
20556,
20557,
20558,
20559,
20560,
20561,
20562,
20563,
20564,
20565,
20566,
20567,
20568,
20569,
20570,
20571,
20572,
20573,
20574,
20575,
20576,
20577,
20578,
20579,
20580,
20581,
20582,
20583,
20584,
20585,
20586,
20587,
20588,
20589,
20590,
20591,
20592,
20593,
20594,
20595,
20596,
20597,
20598,
20599,
20600,
20601,
20602,
20603,
20604,
20605,
20606,
20607,
20608,
20609,
20610,
20611,
20612,
20613,
20614,
20615,
20616,
20617,
20618,
20619,
20620,
20621,
20622,
20623,
20624,
20625,
20626,
20627,
20628,
20629,
20630,
20631,
20632,
20633,
20634,
20635,
20636,
20637,
20638,
20639,
20640,
20641,
20642,
20643,
20644,
20645,
20646,
20647,
20648,
20649,
20650,
20651,
20652,
20653,
20654,
20655,
20656,
20657,
20658,
20659,
20660,
20661,
20662,
20663,
20664,
20665,
20666,
20667,
20668,
20669,
20670,
20671,
20672,
20673,
20674,
20675,
20676,
20677,
20678,
20679,
20680,
20681,
20682,
20683,
20684,
20685,
20686,
20687,
20688,
20689,
20690,
20691,
20692,
20693,
20694,
20695,
20696,
20697,
20698,
20699,
20700,
20701,
20702,
20703,
20704,
20705,
20706,
20707,
20708,
20709,
20710,
20711,
20712,
20713,
20714,
20715,
20716,
20717,
20718,
20719,
20720,
20721,
20722,
20723,
20724,
20725,
20726,
20727,
20728,
20729,
20730,
20731,
20732,
20733,
20734,
20735,
20736,
20737,
20738,
20739,
20740,
20741,
20742,
20743,
20744,
20745,
20746,
20747,
20748,
20749,
20750,
20751,
20752,
20753,
20754,
20755,
20756,
20757,
20758,
20759,
20760,
20761,
20762,
20763,
20764,
20765,
20766,
20767,
20768,
20769,
20770,
20771,
20772,
20773,
20774,
20775,
20776,
20777,
20778,
20779,
20780,
20781,
20782,
20783,
20784,
20785,
20786,
20787,
20788,
20789,
20790,
20791,
20792,
20793,
20794,
20795,
20796,
20797,
20798,
20799,
20800,
20801,
20802,
20803,
20804,
20805,
20806,
20807,
20808,
20809,
20810,
20811,
20812,
20813,
20814,
20815,
20816,
20817,
20818,
20819,
20820,
20821,
20822,
20823,
20824,
20825,
20826,
20827,
20828,
20829,
20830,
20831,
20832,
20833,
20834,
20835,
20836,
20837,
20838,
20839,
20840,
20841,
20842,
20843,
20844,
20845,
20846,
20847,
20848,
20849,
20850,
20851,
20852,
20853,
20854,
20855,
20856,
20857,
20858,
20859,
20860,
20861,
20862,
20863,
20864,
20865,
20866,
20867,
20868,
20869,
20870,
20871,
20872,
20873,
20874,
20875,
20876,
20877,
20878,
20879,
20880,
20881,
20882,
20883,
20884,
20885,
20886,
20887,
20888,
20889,
20890,
20891,
20892,
20893,
20894,
20895,
20896,
20897,
20898,
20899,
20900,
20901,
20902,
20903,
20904,
20905,
20906,
20907,
20908,
20909,
20910,
20911,
20912,
20913,
20914,
20915,
20916,
20917,
20918,
20919,
20920,
20921,
20922,
20923,
20924,
20925,
20926,
20927,
20928,
20929,
20930,
20931,
20932,
20933,
20934,
20935,
20936,
20937,
20938,
20939,
20940,
20941,
20942,
20943,
20944,
20945,
20946,
20947,
20948,
20949,
20950,
20951,
20952,
20953,
20954,
20955,
20956,
20957,
20958,
20959,
20960,
20961,
20962,
20963,
20964,
20965,
20966,
20967,
20968,
20969,
20970,
20971,
20972,
20973,
20974,
20975,
20976,
20977,
20978,
20979,
20980,
20981,
20982,
20983,
20984,
20985,
20986,
20987,
20988,
20989,
20990,
20991,
20992,
20993,
20994,
20995,
20996,
20997,
20998,
20999,
21000,
21001,
21002,
21003,
21004,
21005,
21006,
21007,
21008,
21009,
21010,
21011,
21012,
21013,
21014,
21015,
21016,
21017,
21018,
21019,
21020,
21021,
21022,
21023,
21024,
21025,
21026,
21027,
21028,
21029,
21030,
21031,
21032,
21033,
21034,
21035,
21036,
21037,
21038,
21039,
21040,
21041,
21042,
21043,
21044,
21045,
21046,
21047,
21048,
21049,
21050,
21051,
21052,
21053,
21054,
21055,
21056,
21057,
21058,
21059,
21060,
21061,
21062,
21063,
21064,
21065,
21066,
21067,
21068,
21069,
21070,
21071,
21072,
21073,
21074,
21075,
21076,
21077,
21078,
21079,
21080,
21081,
21082,
21083,
21084,
21085,
21086,
21087,
21088,
21089,
21090,
21091,
21092,
21093,
21094,
21095,
21096,
21097,
21098,
21099,
21100,
21101,
21102,
21103,
21104,
21105,
21106,
21107,
21108,
21109,
21110,
21111,
21112,
21113,
21114,
21115,
21116,
21117,
21118,
21119,
21120,
21121,
21122,
21123,
21124,
21125,
21126,
21127,
21128,
21129,
21130,
21131,
21132,
21133,
21134,
21135,
21136,
21137,
21138,
21139,
21140,
21141,
21142,
21143,
21144,
21145,
21146,
21147,
21148,
21149,
21150,
21151,
21152,
21153,
21154,
21155,
21156,
21157,
21158,
21159,
21160,
21161,
21162,
21163,
21164,
21165,
21166,
21167,
21168,
21169,
21170,
21171,
21172,
21173,
21174,
21175,
21176,
21177,
21178,
21179,
21180,
21181,
21182,
21183,
21184,
21185,
21186,
21187,
21188,
21189,
21190,
21191,
21192,
21193,
21194,
21195,
21196,
21197,
21198,
21199,
21200,
21201,
21202,
21203,
21204,
21205,
21206,
21207,
21208,
21209,
21210,
21211,
21212,
21213,
21214,
21215,
21216,
21217,
21218,
21219,
21220,
21221,
21222,
21223,
21224,
21225,
21226,
21227,
21228,
21229,
21230,
21231,
21232,
21233,
21234,
21235,
21236,
21237,
21238,
21239,
21240,
21241,
21242,
21243,
21244,
21245,
21246,
21247,
21248,
21249,
21250,
21251,
21252,
21253,
21254,
21255,
21256,
21257,
21258,
21259,
21260,
21261,
21262,
21263,
21264,
21265,
21266,
21267,
21268,
21269,
21270,
21271,
21272,
21273,
21274,
21275,
21276,
21277,
21278,
21279,
21280,
21281,
21282,
21283,
21284,
21285,
21286,
21287,
21288,
21289,
21290,
21291,
21292,
21293,
21294,
21295,
21296,
21297,
21298,
21299,
21300,
21301,
21302,
21303,
21304,
21305,
21306,
21307,
21308,
21309,
21310,
21311,
21312,
21313,
21314,
21315,
21316,
21317,
21318,
21319,
21320,
21321,
21322,
21323,
21324,
21325,
21326,
21327,
21328,
21329,
21330,
21331,
21332,
21333,
21334,
21335,
21336,
21337,
21338,
21339,
21340,
21341,
21342,
21343,
21344,
21345,
21346,
21347,
21348,
21349,
21350,
21351,
21352,
21353,
21354,
21355,
21356,
21357,
21358,
21359,
21360,
21361,
21362,
21363,
21364,
21365,
21366,
21367,
21368,
21369,
21370,
21371,
21372,
21373,
21374,
21375,
21376,
21377,
21378,
21379,
21380,
21381,
21382,
21383,
21384,
21385,
21386,
21387,
21388,
21389,
21390,
21391,
21392,
21393,
21394,
21395,
21396,
21397,
21398,
21399,
21400,
21401,
21402,
21403,
21404,
21405,
21406,
21407,
21408,
21409,
21410,
21411,
21412,
21413,
21414,
21415,
21416,
21417,
21418,
21419,
21420,
21421,
21422,
21423,
21424,
21425,
21426,
21427,
21428,
21429,
21430,
21431,
21432,
21433,
21434,
21435,
21436,
21437,
21438,
21439,
21440,
21441,
21442,
21443,
21444,
21445,
21446,
21447,
21448,
21449,
21450,
21451,
21452,
21453,
21454,
21455,
21456,
21457,
21458,
21459,
21460,
21461,
21462,
21463,
21464,
21465,
21466,
21467,
21468,
21469,
21470,
21471,
21472,
21473,
21474,
21475,
21476,
21477,
21478,
21479,
21480,
21481,
21482,
21483,
21484,
21485,
21486,
21487,
21488,
21489,
21490,
21491,
21492,
21493,
25518,
25734,
25735,
25845,
26624,
26775,
27535,
28350,
30471,
30540,
30801,
31035,
31285,
31538,
31606,
32032,
32257,
32287,
32826,
33333,
33336,
33444,
33694,
33980,
34295,
34503,
34828,
34870,
35063,
35341,
35650,
35848,
35878,
36179,
36472,
36473,
36561,
36804,
37156,
37188,
38085,
38512,
38820,
38853,
38913,
39166,
39229,
39544,
39863,
40122,
40311,
40585,
40658,
40766,
40781,
40796,
40838,
41476,
41518,
41521,
41612,
42327,
42489,
42551,
42558,
42583,
42691,
42889,
43233,
43235,
43237,
43301,
43313,
43316,
43435,
43437,
43681,
43716,
43770,
43776,
43902,
43922,
43949,
43953,
43968,
43977,
43991,
43996,
44008,
44068,
44109,
44149,
44226,
44379,
44411,
44483,
44625,
44778,
44899,
44908,
44911,
44986,
45004,
45028,
45049,
45060,
45063,
45071,
45074,
45117,
45123,
45159,
45187,
45199,
45214,
45217,
45304,
45307,
45453,
45504,
45540,
45585,
45660,
45682,
45688,
45691,
45696,
45705,
45767,
45773,
45800,
45862,
45928,
45931,
45946,
45952,
46049,
46062,
46109,
46110,
46138,
46373,
46388,
46397,
46481,
46515,
46682,
46688,
46693,
46800,
46807,
46821,
46835,
46867,
46876,
46948,
46998,
47043,
47046,
47052,
47066,
47131,
47144,
47159,
47180,
47182,
47219,
47235,
47245,
47267,
47277,
47321,
47333,
47337,
47360,
47445,
47466,
47487,
47514,
47565,
47576,
47600,
47669,
47670,
47673,
47674,
47675,
47676,
47677,
47709,
47720,
47741,
47767,
47850,
47904,
47936,
47955,
47969,
47991,
48085,
48096,
48134,
48156,
48282,
48307,
48310,
48316,
48322,
48328,
48402,
48431,
48538,
48558,
48578,
48581,
48589,
48648,
48660,
48675,
48709,
48727,
48748,
48754,
48765,
48768,
48771,
48803,
48830,
48900,
48901,
48904,
48909,
48912,
48922,
48958,
48959,
48998,
49005,
49026,
49027,
49105,
49110,
49153,
49162,
49168,
49206,
49219,
49297,
49298,
49307,
49315,
49355,
49388,
49391,
49394,
49410,
49411,
49417,
49419,
49425,
49464,
49467,
49476,
49479,
49506,
49528,
49536,
49542,
49591,
49597,
49599,
49603,
49700,
49716,
49768,
49808,
49944,
50080,
50157,
50160,
50246,
50323,
50343,
50365,
50395,
50396,
50397,
50401,
50429,
50430,
50431,
50456,
50492,
50506,
50511,
50527,
50536,
50539,
50543,
50544,
50545,
50602,
50605,
50647,
50688,
50699,
50705,
50724,
50812,
50861,
50863,
50865,
50867,
50869,
50871,
50873,
50921,
50931,
51060,
51063,
51073,
51082,
51103,
51137,
51194,
51252,
51288,
51322,
51336,
51339,
51395,
51401,
51446,
51449,
51692,
51743,
51745,
51800,
52057,
52096,
52111,
52117,
52118,
52119,
52178,
52302,
52306,
52320,
52348,
52353,
52357,
52358,
52359,
52461,
52496,
52530,
52583,
52631,
52650,
52656,
52667,
52718,
52733,
52756,
52777,
52790,
52793,
52800,
52812,
52819,
52869,
52883,
52888,
52916,
52949,
53066,
53069,
53094,
53116,
53125,
53128,
53153,
53158,
53164,
53194,
53210,
53220,
53293,
53329,
53342,
53451,
53452,
53453,
53454,
53455,
53456,
53568,
53599,
53602,
53610,
53615,
53643,
53724,
53766,
53812,
53859,
53869,
53898,
53928,
53948,
54050,
54161,
54169,
54244,
54265,
54284,
54352,
54416,
54587,
54610,
54637,
54654,
54717,
54791,
54824,
54903,
54938,
55049,
55065,
55134,
55139,
55165,
55172,
55223,
55235,
55243,
55329,
55339,
55353,
55380,
55398,
55504,
55515,
55548,
55553,
55568,
55577,
55592,
55595,
55599,
55619,
55694,
55773,
55776,
55792,
55824,
55831,
55885,
55943,
56009,
56030,
56050,
56058,
56067,
56112,
56122,
56128,
56141,
56147,
56177,
56231,
56232,
56235,
56293,
56322,
56364,
56420,
56423,
56458,
56565,
56576,
56597,
56656,
56701,
56745,
56815,
56818,
56835,
56844,
56865,
56882,
56916,
56960,
57034,
57106,
57145,
57154,
57178,
57234,
57251,
57272,
57296,
57299,
57366,
57369,
57394,
57405,
57429,
57432,
57438,
57447,
57459,
57532,
57640,
57673,
57740,
57783,
57792,
57825,
58093,
58109,
58115,
58123,
58191,
58197,
58212,
58247,
58348,
58385,
58391,
58394,
58476,
58488,
58549,
58577,
58634,
58745,
58769,
58923,
58938,
58954,
58965,
58973,
59057,
59073,
59107,
59145,
59162,
59183,
59197,
59200,
59253,
59324,
59361,
59373,
59389,
59396,
59403,
59457,
59490,
59514,
59518,
59595,
59607,
59645,
59683,
59732,
59736,
59739,
59742,
59745,
59748,
59765,
59768,
59771,
59851,
59884,
59907,
59915,
59951,
59954,
59977,
60018,
60021,
60031,
60040,
60061,
60078,
60080,
60086,
60098,
60113,
60134,
60174,
60177,
60195,
60205,
60208,
60212,
60224,
60265,
60279,
60282,
60308,
60341,
60387,
60400,
60406,
60431,
60481,
60499,
60514,
60519,
60536,
60542,
60563,
60566,
60659,
60662,
60689,
60702,
60711,
60721,
60743,
60746,
60758,
60761,
60764,
60790,
60796,
60857,
60870,
60873,
60882,
60888,
60895,
60902,
60938,
60975,
60982,
60988,
61008,
61030,
61033,
61048,
61059,
61074,
61126,
61166,
61184,
61240,
61243,
61250,
61270,
61273,
61292,
61313,
61322,
61338,
61366,
61406,
61449,
61455,
61458,
61465,
61474,
61527,
61562,
61584,
61614,
61625,
61770,
61826,
61848,
61884,
61897,
61950,
61989,
62076,
62112,
62117,
62126,
62149,
62164,
62175,
62185,
62193,
62216,
62217,
62298,
62301,
62304,
62307,
62310,
62313,
62358,
62418,
62424,
62470,
62498,
62505,
62561,
62567,
62582,
62618,
62626,
62638,
62641,
62665,
62681,
62730,
62747,
62755,
62822,
62828,
62845,
62868,
62871,
62965,
62968,
62971,
62974,
62979,
63025,
63073,
63082,
63139,
63154,
63207,
63291,
63364,
63370,
63378,
63480,
63533,
63565,
63723,
63788,
63822,
63839,
63913,
63922,
63925,
64079,
64090,
64160,
64175,
64208,
64216,
64270,
64316,
64332,
64334,
64424,
64466,
64487,
64493,
64500,
64514,
64531,
64549,
64579,
64594,
64642,
64787,
64798,
64814,
64820,
64823,
64826,
64829,
64832,
64835,
64838,
64841,
64844,
64866,
64917,
64920,
64927,
64965,
64968,
64971,
64974,
64977,
64980,
64983,
64986,
64989,
64992,
64995,
65013,
65030,
65036,
65086,
65110,
65115,
65218,
65251,
65284,
65290,
65327,
65358,
65390,
65413,
65416,
65445,
65491,
65524,
65533,
65635,
65638,
65754,
65770,
65793,
65811,
65818,
65858,
65864,
65879,
65923,
65943,
65984,
66010,
66090,
66203,
66206,
66244,
66292,
66318,
66331,
66366,
66407,
66418,
66424,
66435,
66485,
66500,
66504,
66507,
66510,
66538,
66603,
66726,
66739,
66833,
66855,
66864,
66907,
66921,
66924,
66939,
66962,
66971,
67081,
67102,
67143,
67145,
67153,
67166,
67231,
67298,
67367,
67376,
67568,
67570,
67572,
67574,
67723,
67756,
67759,
67773,
67804,
67834,
67860,
67865,
67948,
67951,
67959,
68030,
68103,
68160,
68176,
68221,
68224,
68229,
68255,
68302,
68319,
68335,
68356,
68409,
68420,
68437,
68459,
68504,
68512,
68530,
68541,
68547,
68602,
68613,
68656,
68720,
68721,
68726,
68828,
68833,
68863,
68905,
68907,
68912,
68966,
68984,
68987,
68997,
69000,
69054,
69114,
69126,
69142,
69224,
69230,
69278,
69292,
69320,
69409,
69428,
69494,
69497,
69519,
69530,
69565,
69578,
69597,
69602,
69635,
69637,
69660,
69699,
69709,
69719,
69729,
69761,
69762,
69789,
69802,
69820,
69950,
70039,
70057,
70066,
70111,
70161,
70177,
70180,
70287,
70302,
70305,
70313,
70319,
70400,
70436,
70438,
70440,
70442,
70444,
70446,
70448,
70450,
70559,
70592,
70597,
70669,
70697,
70703,
70742,
70903,
70905,
70992,
71001,
71009,
71012,
71021,
71043,
71099,
71162,
71165,
71168,
71171,
71196,
71206,
71209,
71225,
71243,
71266,
71284,
71287,
71296,
71347,
71380,
71382,
71422,
71425,
71433,
71441,
71500,
71515,
71523,
71572,
71585,
71600,
71743,
71746,
71761,
71772,
71784,
71848,
71851,
71856,
71877,
71924,
71931,
71935,
71984,
71989,
72010,
72029,
72039,
72072,
72154,
72184,
72204,
72223,
72228,
72254,
72261,
72328,
72354,
72380,
72399,
72411,
72429,
72447,
72538,
72544,
72571,
72607,
72646,
72667,
72676,
72699,
72760,
72766,
72776,
72793,
72796,
72802,
72828,
72869,
72896,
72913,
72953,
72959,
72990,
73044,
73074,
73076,
73126,
73146,
73163,
73219,
73321,
73379,
73388,
73390,
73482,
73485,
73488,
73504,
73529,
73545,
73599,
73627,
73665,
73675,
73727,
73730,
73822,
73851,
73875,
73967,
74014,
74017,
74144,
74180,
74225,
74465,
74490,
74507,
74571,
74592,
74629,
74654,
74677,
74690,
74697,
74706,
74755,
74758,
74863,
74880,
74989,
75012,
75018,
75021,
75050,
75128,
75144,
75175,
75178,
75189,
75192,
75274,
75277,
75289,
75316,
75344,
75354,
75379,
75416,
75440,
75464,
75484,
75546,
75556,
75582,
75585,
75648,
75781,
75784,
75789,
75808,
75818,
75889,
75893,
75896,
75931,
76006,
76039,
76042,
76157,
76197,
76208,
76214,
76261,
76274,
76284,
76287,
76331,
76360,
76373,
76431,
76479,
76533,
76536,
76539,
76545,
76553,
76556,
76562,
76571,
76600,
76627,
76651,
76740,
76745,
76751,
76757,
76776,
76813,
76852,
76854,
76856,
76877,
76958,
77001,
77004,
77007,
77056,
77123,
77134,
77164,
77165,
77191,
77198,
77199,
77211,
77231,
77234,
77237,
77243,
77246,
77249,
77252,
77266,
77269,
77272,
77277,
77280,
77283,
77286,
77289,
77292,
77295,
77298,
77301,
77312,
77317,
77320,
77323,
77326,
77329,
77332,
77361,
77432,
77444,
77445,
77448,
77521,
77569,
77584,
77627,
77637,
77640,
77673,
78206,
78224,
78237,
78252,
78277,
78467,
78486,
78592,
78597,
78643,
78713,
78732,
78767,
78834,
78931,
79092,
79252,
79327,
79330,
79354,
79360,
79366,
79415,
79418,
79425,
79431,
79455,
79461,
79559,
79617,
79635,
79696,
79721,
79736,
79763,
79850,
79922,
80020,
80050,
80071,
80116,
80122,
80190,
80199,
80224,
80227,
80243,
80271,
80302,
80345,
80377,
80383,
80392,
80404,
80491,
80527,
80594,
80616,
80682,
80859,
80871,
80874,
80896,
80921,
80938,
81023,
81026,
81107,
81134,
81259,
81325,
81410,
81413,
81475,
81505,
81520,
81544,
81547,
81553,
81561,
81562,
81569,
81635,
81703,
81771,
81812,
81842,
81843,
81844,
81872,
81881,
81884,
81948,
81951,
82086,
82289,
82290,
82320,
82400,
];
var ownedPackages = {};
jQuery( '.account_table a' ).each( function( i, el )
{
var match = el.href.match( /javascript :RemoveFreeLicense\( ([0-9]+), '/ );
if( match !== null )
{
ownedPackages[ +match[ 1 ] ] = true;
}
} );
var i = 0,
loaded = 0,
package = 0,
total = freePackages.length,
modal = ShowBlockingWaitDialog( 'Executing…',
'Please wait until all requests finish. Ignore all the errors, let it finish.' );
for( ; i < total; i++ )
{
package = freePackages[ i ];
if( ownedPackages[ package ] )
{
loaded++;
continue;
}
jQuery.post(
'//store.steampowered.com/checkout/addfreelicense',
{
action: 'add_to_cart',
sessionid: g_sessionID,
subid: package
}
).always( function( )
{
loaded++;
modal.Dismiss();
if( loaded >= total )
{
location.reload();
}
else
{
modal = ShowBlockingWaitDialog( 'Executing…',
'Loaded <b>' + loaded + '</b>/' + total + '.' );
}
}
);
}
}());
And fill it into this?
and press then enter?
sry, I don't know where I should add it pls answer! ty
and at the other ppl, can you send a picture in this thread, what happens after that? im a bit new on steam haha
|
Yes, just copy paste it there and press enter, then it will take some time to add the Stuff.
#Edit; After pressing "Enter" it will look like this, just ignore all the errors & wait until it finished.
When the process finished your Account page will look like this & your Profile like this.
|
|
|
10/20/2015, 18:56
|
#4
|
elite*gold: 2
Join Date: Jan 2015
Posts: 1,637
Received Thanks: 189
|
Quote:
Originally Posted by Hentai
[/SPOILER]
Yes, just copy paste it there and press enter, then it will take some time to add the Stuff.
#Edit; After pressing "Enter" it will look like this, just ignore all the errors & wait until it finished.
When the process finished your Account page will look like this & your Profile like this.
|
Ok, thank you, I did it now
IT IS WORKING !!
|
|
|
10/20/2015, 19:13
|
#5
|
elite*gold: 6
Join Date: Jun 2013
Posts: 538
Received Thanks: 160
|
Its working ty for sharing this
|
|
|
10/21/2015, 01:19
|
#6
|
elite*gold: 426
Join Date: Oct 2012
Posts: 4,338
Received Thanks: 953
|
Thanks lol  Nice !!!
|
|
|
10/21/2015, 10:24
|
#7
|
elite*gold: 118
Join Date: Jun 2008
Posts: 758
Received Thanks: 137
|
well, its working again, nevermind, thanks
|
|
|
10/21/2015, 18:09
|
#8
|
elite*gold: 426
Join Date: Oct 2012
Posts: 4,338
Received Thanks: 953
|
So for the german people i maked a tutorial about this.
|
|
|
10/21/2015, 18:55
|
#9
|
elite*gold: 19
Join Date: Sep 2011
Posts: 108
Received Thanks: 43
|
Thanks, you got an interesting name btw.
|
|
|
10/21/2015, 21:40
|
#10
|
elite*gold: 60
Join Date: Jun 2011
Posts: 3,303
Received Thanks: 688
|
Quote:
Originally Posted by RatexIndex
So for the german people i maked a tutorial about this.

|
Hättest ruhig ma Source's verlinken können, evtl. kommt später noch nen Script um die Spiele wieder zu entfernen.
|
|
|
10/22/2015, 08:06
|
#11
|
elite*gold: 426
Join Date: Oct 2012
Posts: 4,338
Received Thanks: 953
|
Quote:
Originally Posted by Hentai
Hättest ruhig ma Source's verlinken können, evtl. kommt später noch nen Script um die Spiele wieder zu entfernen.
|
Ähm die eigentliche Source ist ja Steamdb dort was du als Source stehen hast ist nicht der eigentliche Pfad zur Source
|
|
|
10/22/2015, 10:01
|
#12
|
elite*gold: 59
Join Date: Dec 2013
Posts: 1,693
Received Thanks: 191
|
Quote:
Originally Posted by RatexIndex
So for the german people i made a tutorial about this.

|
Danke :P
|
|
|
10/22/2015, 11:20
|
#13
|
elite*gold: 0
Join Date: Jan 2014
Posts: 1,881
Received Thanks: 180
|
Thats really great!
Thanks for sharing!
|
|
|
10/22/2015, 11:35
|
#14
|
elite*gold: 60
Join Date: Jun 2011
Posts: 3,303
Received Thanks: 688
|
Quote:
Originally Posted by RatexIndex
Ähm die eigentliche Source ist ja Steamdb dort was du als Source stehen hast ist nicht der eigentliche Pfad zur Source 
|
Da hast du recht, die eigendliche Source ist SteamDB, nur hast du es dort gefunden?, Ich finde es einfach schade das man sich aus solchen Sachen seinen eigenen Vorteil zieht & nichtmal Seiten/User erwähnt.
Da fragt man sich wirklich ob man solche dinge noch sharen sollte.
|
|
|
10/22/2015, 13:53
|
#15
|
elite*gold: 0
Join Date: Mar 2014
Posts: 580
Received Thanks: 43
|
Nice thank you
|
|
|
 |
|
Similar Threads
|
adding a spell to script , not a precast
01/03/2014 - Diablo 2 Programming - 0 Replies
im wanting to add a spell for my necro to cast once he goes into my sorc tp when teamd.ntj is running
I know where to edit the teamd file and everything , I just don't know what to write the wording spell as
im wanting to make the necro cast bone prison upon entering tp
thanks
NTC_CastSkill(88, NTC_HAND_RIGHT); // Bone Prison
was the wording I was after , im sure if you were to change the #
|
Needs a Script for Adding Items name in my SQL 2008 (EP6 Item)
01/11/2013 - Shaiya Private Server - 7 Replies
Hey, Thx again for all the help i got on the way Setup my Server.
Now the server are running perfect, But im looking into the SQL to find the EP6 item (ID)
Problem are there is NO names on any of the Armor/Weap/Lapis or Item at all.
Just ID and TypeID etc.
Then i setup my SQL last time (2 Years ago) I hade to add a script into the Query If i do remmember.
If this is true, Could anyone Send me the Query "Or" Link to a place i can get it.
|
Steam adding new content
08/09/2012 - User Submitted News - 0 Replies
It was recently announced by Valve that they are going to expand the Steam offerings by starting to offer new non-gaming content to be obtainable from the Steam client, this starting next September 5th.
Valve didn't provide any specific software titles yet it was said that many of the offerings available at this launch will leverage Steamworks features, including automatic updating and Steam Cloud support.
Developers will be able to submit their applications through the newly launched...
|
(SQL) Adding a account , registry script Dekaron Server
08/03/2009 - Dekaron Private Server - 16 Replies
Hello mates,
I've got a question...
I finished creating my own Dekaron Server (I've got the cleared Database).
Now I wanne add some accounts (GM'S,normal accounts ...)...but dno how to do that...
After spending some hours...I was totally aggressive^^...
|
All times are GMT +1. The time now is 21:42.
|
|