Functions: Anti lag videocard

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
while true do
wait(1)
spawn(function()
for i,v in pairs(game:GetService("Workspace").Buildings:GetDescendants()) do
if v.Name == "Vent" or v.Name == "Pci" or v.Name == "Mesh" and v.Parent.Parent.Name == "CardPlace" then
v:Destroy()
end
end
end)
end

Leave a Comment