欢迎来到Chaosmos!

我们提供免费辅助,破解辅助,成人资源,包括黑客技术交流等版块;相信您一定能在这里找到您想要的。

立即注册!
  • 为了确保论坛积极互助的氛围,本论坛需要下载的资源一律必须在回复帖子之后才能进行下载。对于非附件内容也鼓励开启隐藏回复/反应可见模式!

    VIP用户可以免回复帖子下载资源,升级为VIP可通过发表超过15条贴子或消息后自动升级为VIP用户。

  • Chaosmos官方电报频道:https://t.me/metastemsu Chaosmos官方电报群聊: https://t.me/chinahvh

脚本 Base64库

rufatkiu

联邦主席
gemgemgemgemgem
管理成员
中央委员
政治局委员
优秀干部
注册
2024/07/26
消息
233
放置路径:
steam\steamapps\common\Counter-Strike Global Offensive\game\bin\win64\lua

使用示例:

代码:

代码:
local base64 = require("base64")

local encode = base64.encode("hello world!")
print(encode)

local decode = base64.decode(encode)
print(decode)
 

附件

  • base64.lua
    4.1 KB · 查看: 10
顶部