[ad_1]
Created by Whybie#0001
Features:
- AUTO OPEN CRATES (NO LAG)
_G.AutoCrateee = true
local crates = {
"Basic Crate",
"Exotic Crate",
"Rare Crate",}
function AntiLag()
local a = game:GetService("Workspace").Camera
while wait() do
for i,v in pairs(a:GetChildren()) do
v:Destroy()
end
end
end
function AutoCrate()
while wait() and _G.AutoCrateee do
for _,v in next, crates do
game:GetService("ReplicatedStorage").Events.OpenCrate:FireServer(v)
end
end
end
AutoCrate()
AntiLag()
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]