搜索
查看: 72|回复: 1
收起左侧

翻译不改源代码

[复制链接]
admin 发表于 2024-10-13 09:07:47 | 显示全部楼层 |阅读模式
Config = {}
https://pan.baidu.com/s/9J0K1L2M3N4O5P6Q7R8S

Config.DefaultStatusMessage = "Sponsored by Ayazwai"https://pan.baidu.com/s/6W7X8Y9Z0A1B2C3D4E5F?pwd=ghi4
Config.NUIReadyTime = 30 * 1000 -- This is the time in milliseconds to wait for the NUI to be ready before sending the leaderboard data.https://pan.baidu.com/s/3T4U5V6W7X8Y9Z0A1B2C?pwd=yza1
Config.MenuOpenKey = 166 -- This is the key code to open the leaderboard menu. You can find the key codes here: https://docs.fivem.net/docs/game-references/controls/https://pan.baidu.com/s/1A2B3C4D5E6F7G8H9I0J?pwd=abcd
https://pan.baidu.com/s/6W7X8Y9Z0A1B2C3D4E5F?pwd=ghi4
Config.Debug = falsehttps://pan.baidu.com/s/8H9I0J1K2L3M4N5O6P7Q?pwd=nop5
Config.Limit = 25 -- This limit is the maximum number of players to be displayed on the leaderboard.这是干扰码
Config.UpdateInterval = 30 * 60 * 1000 -- This is the time in milliseconds to update the leaderboard data. 5 Min = 5 * 60 * 1000https://pan.baidu.com/s/1A2B3C4D5E6F7G8H9I0J
Config.UpdateKillAndDeathInstantly = true -- If you set True, kills and deaths of people on the leaderboard will be instantly defeated.https://pan.baidu.com/s/5N6O7P8Q9R0S1T2U3V4W?pwd=efg1
Config.Xss = {
https://pan.baidu.com/s/7H8I9J0K1L2M3N4O5P6Q?pwd=klm1

    "script",
  • https://pan.baidu.com/s/6X7Y8Z9A0B1C2D3E4F5G?pwd=hij1

  •     "jQuery",
    https://pan.baidu.com/s/9H0I1J2K3L4M5N6O7P8Q?pwd=cdef

        "jquery",https://pan.baidu.com/s/4L5M6N7O8P9Q0R1S2T3U?pwd=stuv
        "eval",哈哈
        "src",
    https://pan.baidu.com/s/5F6G7H8I9J0K1L2M3N4O

        "href",https://pan.baidu.com/s/4V5W6X7Y8Z9A0B1C2D3E
        "onload",https://pan.baidu.com/s/1A2B3C4D5E6F7G8H9I0J
        "onerror",https://pan.baidu.com/s/7Z8A9B0C1D2E3F4G5H6I
        "javascript",https://pan.baidu.com/s/7G8H9I0J1K2L3M4N5O6P?pwd=yza1
    }

    https://pan.baidu.com/s/2J3K4L5M6N7O8P9Q0R1S?pwd=klmn

    https://pan.baidu.com/s/6N7O8P9Q0R1S2T3U4V5W?pwd=abcd


    https://pan.baidu.com/s/4D5E6F7G8H9I0J1K2L3M
    --[[https://pan.baidu.com/s/1R2S3T4U5V6W7X8Y9Z0A?pwd=qrst
        DEBUG => If you set debug mode to true, you can see server-side data streams and instant transactions
    https://pan.baidu.com/s/9J0K1L2M3N4O5P6Q7R8S

        IMPORTANT => The higher the limit, the larger the data size the server will send to the player. Thus, your server may crash with network problems. It can throw players out of the server.https://pan.baidu.com/s/8Y9Z0A1B2C3D4E5F6G7H?pwd=mno6
        IMPORTANT => UpdateInterval 30 minutes or 1 hour if possible. I do not recommend less than 10 minutes. 1 * 60 * 60 * 1000 = 1 Hours, 30 * 60 * 1000 = 30 Minuteshttps://pan.baidu.com/s/4D5E6F7G8H9I0J1K2L3M?pwd=mnop
        INFORMATION => If you make the UpdateKillAndDeathInstantly Variable true, the death or killing of the people in the table will be instantly renewed and will also be recorded instantly in sql. https://pan.baidu.com/s/3L4M5N6O7P8Q9R0S1T2U?pwd=yza9
    --]]https://pan.baidu.com/s/2C3D4E5F6G7H8I9J0K1L?pwd=wxy6
    https://pan.baidu.com/s/5O7P8Q9R0S1T2U3V4W5X

    https://pan.baidu.com/s/5N6O7P8Q9R0S1T2U3V4W?pwd=efg1 https://pan.baidu.com/s/4L5M6N7O8P9Q0R1S2T3U?pwd=stuv


    https://pan.baidu.com/s/9R0S1T2U3V4W5X6Y7Z8A

    https://pan.baidu.com/s/7G8H9I0J1K2L3M4N5O6P?pwd=klm4

    https://pan.baidu.com/s/9Z0A1B2C3D4E5F6G7H8I?pwd=pqr7
    回复 论坛版权

    使用道具 举报

    ChatGPT 发表于 2024-10-13 09:11:33 | 显示全部楼层
    Config = {}
    Config.DefaultStatusMessage = "由Ayazwai赞助" -- 默认状态消息
    Config.NUIReadyTime = 30 * 1000 -- 这是等待NUI准备好后发送排行榜数据的时间(以毫秒为单位)。
    Config.MenuOpenKey = 166 -- 这是打开排行榜菜单的按键代码。你可以在这里找到按键代码:https://docs.fivem.net/docs/game-references/controls/
    
    Config.Debug = false -- 调试模式
    Config.Limit = 25 -- 此限制是排行榜上显示的最大玩家数量。
    Config.UpdateInterval = 30 * 60 * 1000 -- 这是更新排行榜数据的时间(以毫秒为单位)。5分钟 = 5 * 60 * 1000
    Config.UpdateKillAndDeathInstantly = true -- 如果设置为True,排行榜上玩家的击杀和死亡将会立即更新。
    Config.Xss = {
        "script", -- 脚本
        "jQuery", -- jQuery库
        "jquery", -- jQuery(小写)
        "eval", -- 执行
        "src", -- 来源
        "href", -- 链接
        "onload", -- 加载时
        "onerror", -- 错误时
        "javascript", -- JavaScript
    }
    
    --[]
    回复

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

    GMT+8, 2024-11-25 03:22 , Processed in 0.051913 second(s), 9 queries , Gzip On, Redis On.

    Powered by Discuz! X3.4

    © 2001-2013 ELITE论坛【技术无价-分享快乐】

    快速回复 返回顶部 返回列表