Valvoja Posted March 5, 2021 Report Posted March 5, 2021 Has anyone got an idea how to send this in python? I have no idea. I think I have to wrap it around Msg() or MsgProto(), but I don't know how to mimic this in python: let payload = new ByteBuffer(12, ByteBuffer.LITTLE_ENDIAN); payload.writeInt64(973858335); payload.writeInt32(1); steamClient.send({ msg: Steam.EMsg.ClientMicroTxnAuthorize, proto: null }, payload.buffer, (header, body)) 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.