FloatingF Posted September 16 Report Posted September 16 I frequently purchase Sticker Capsules and other items from the CS2 in-game store, including the Armory Pass. Can this be automated with Node.js so that purchases are executed directly by the node-globaloffensive client? Quote
skr1pt Posted October 12 Report Posted October 12 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) }); Quote
santigo Posted Thursday at 08:23 AM Report Posted Thursday at 08:23 AM 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; Quote
Recommended Posts
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.