255
订阅者
无数据24 小时
-57 天
+930 天
帖子存档
Lua
local Boolean
for i = 1, 5 do
local file = loadfile(gg.getFile())
local func = debug.getinfo(i)
if (i == 1 and func['what'] ~= 'Java' and func['source'] ~= '=[Java]') or (i == 2 and func['what'] ~= 'Lua' and not string.match(func['source'], '@')) then
Boolean = true
end
if func then
local bug_1 = debug.getinfo(1)
local bug_2 = debug.getinfo(debug.getinfo)
if bug_1.func ~= bug_2.func then
return gg.processKill(true)
end
end
if Boolean then
while true do gg.choice({"Hook : " .. i}) end
return os.exit(1)
end
end
-- easy bypass....