From 0e582bf3dfae40673d4b3a0f1a3920629f96a245 Mon Sep 17 00:00:00 2001 From: "Mr. li" <896005294@qq.com> Date: Thu, 16 Feb 2023 21:31:49 +0800 Subject: [PATCH] =?UTF-8?q?jinx=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{JinxScript_CN_3.61.lua => JinxScript_CN_3.62.lua} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Lua Scripts/{JinxScript_CN_3.61.lua => JinxScript_CN_3.62.lua} (99%) diff --git a/Lua Scripts/JinxScript_CN_3.61.lua b/Lua Scripts/JinxScript_CN_3.62.lua similarity index 99% rename from Lua Scripts/JinxScript_CN_3.61.lua rename to Lua Scripts/JinxScript_CN_3.62.lua index 402a7dc..41d88a1 100644 --- a/Lua Scripts/JinxScript_CN_3.61.lua +++ b/Lua Scripts/JinxScript_CN_3.62.lua @@ -671,7 +671,7 @@ local function player(pid) menu.action(griefing, "发送到高尔夫俱乐部", {"golf"}, "派遣玩家去打高尔夫.", function() if StandUser(pid) then util.toast(stand_notif) return end local int = memory.read_int(memory.script_global(1894573 + 1 + (pid * 608) + 510)) - util.trigger_script_event(1 << pid, {-95341040, players.user(), 116, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, int}) + util.trigger_script_event(1 << pid, {-95341040, players.user(), 193, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, int}) util.trigger_script_event(1 << pid, {1742713914, players.user(), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}) end) @@ -2457,17 +2457,17 @@ end) local spoof = menu.list(protections, "欺骗观看同步") local x = 0.00 -menu.slider_float(spoof, "X (横向)", {"spoofedx"}, "", 0, 1000000, 0, 1, function(x_pos) +menu.slider_float(spoof, "X (横向)", {"spoofedx"}, "", 0, 1000000, 1000000, 1, function(x_pos) x = x_pos end) local y = 0.00 -menu.slider_float(spoof, "Y (纵向)", {"spoofedy"}, "", 0, 1000000, 0, 1, function(y_pos) +menu.slider_float(spoof, "Y (纵向)", {"spoofedy"}, "", 0, 1000000, 1000000, 1, function(y_pos) y = y_pos end) local z = 0.00 -menu.slider_float(spoof, "Z (高度)", {"spoofedz"}, "", 0, 1000000, 0, 1, function(z_pos) +menu.slider_float(spoof, "Z (高度)", {"spoofedz"}, "", -20000, 270000, -20000, 1, function(z_pos) z = z_pos end)