Jump to content
McKay Development

Automating purchases in CS2 (Sticker Capsules & Armory Pass) with Node.js


Recommended Posts

  • 3 weeks later...
Posted
On 10/5/2025 at 11:29 PM, Tema said:

did you find metod to activate Armory pass?

 this.csgo._send(1025, Protos.CMsgUseItem, {
          item_id: Number(ItemID)
        });
  • 1 month later...
Posted

i guess the command may like this:

k_EMsgGCStorePurchaseFinalize = 2504;
    k_EMsgGCStorePurchaseFinalizeResponse = 2505;
    k_EMsgGCStorePurchaseCancel = 2506;
    k_EMsgGCStorePurchaseCancelResponse = 2507;
    k_EMsgGCStorePurchaseQueryTxn = 2508;
    k_EMsgGCStorePurchaseQueryTxnResponse = 2509;
    k_EMsgGCStorePurchaseInit = 2510;
    k_EMsgGCStorePurchaseInitResponse = 2511;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...