Functions: auto open cases

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:
getgenv().autoOpen = true
while autoOpen and task.wait(6) do
for i, v in pairs((game:GetService("ReplicatedStorage")).COMMUNICATION:GetChildren()) do
if v:IsA("RemoteFunction") then
v:InvokeServer("BuyCase", "Prime Case")
end
end
end

Leave a Comment