1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
_G["通关邀请"] = function()
local effect_1
|
|
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
if str_2 then
if str_2 == 3 then
str["规则"] = "大师3"
elseif str_2 == 4 then
end
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
_G["通关邀请"] = function()
local effect_1
|