local ReplicatedStorage = game:GetService("ReplicatedStorage") local remotes = ReplicatedStorage:WaitForChild("Remotes") local events = { remotes:WaitForChild("ArcticCrateRE"), remotes:WaitForChild("BatteryRE"), remotes:WaitForChild("BuyGlobalFreeRE"), remotes:WaitForChild("CactusRE"), remotes:WaitForChild("ChilledStarRE"), remotes:WaitForChild("ClaimCoinGiftRE"), remotes:WaitForChild("ClaimDiamondGiftRE"), remotes:WaitForChild("ClaimItemGiftRE"), remotes:WaitForChild("CloneRE"), remotes:WaitForChild("CoinsRE"), remotes:WaitForChild("ColdPrismRE"), remotes:WaitForChild("CrateInfoRE"), remotes:WaitForChild("CryptCrateRE"), remotes:WaitForChild("CrystalRE"), remotes:WaitForChild("DailyCrateRE"), remotes:WaitForChild("DeepCrateRE"), remotes:WaitForChild("DelayCrateRE"), remotes:WaitForChild("DesertCrateRE"), remotes:WaitForChild("DiamondsRE"), remotes:WaitForChild("DropletRE"), remotes:WaitForChild("ElectricityRE"), remotes:WaitForChild("EnergyRE"), remotes:WaitForChild("FireRE"), remotes:WaitForChild("FlameCrateRE"), remotes:WaitForChild("FreeMultiRE"), remotes:WaitForChild("FreezerRE"), remotes:WaitForChild("FrostRE"), remotes:WaitForChild("FrozenDiamondRE"), remotes:WaitForChild("GlassRE"), remotes:WaitForChild("GoldStarRE"), remotes:WaitForChild("IceRE"), remotes:WaitForChild("WoodCrateRE"), remotes:WaitForChild("WindRE"), remotes:WaitForChild("LuckRE"), remotes:WaitForChild("PowerRE"), remotes:WaitForChild("StarRE"), remotes:WaitForChild("SuperStarRE"), remotes:WaitForChild("TreeRE"), remotes:WaitForChild("SandRE"), remotes:WaitForChild("ShadowRE"), remotes:WaitForChild("JewelCrateRE"), remotes:WaitForChild("TokensRE") } while true do for _, event in ipairs(events) do task.spawn(function() event:FireServer() end) end task.wait(0.01) end local ReplicatedStorage = game:GetService("ReplicatedStorage") local remotes = ReplicatedStorage:WaitForChild("Remotes") local events = { remotes:WaitForChild("ArcticCrateRE"), remotes:WaitForChild("BatteryRE"), remotes:WaitForChild("BuyGlobalFreeRE"), remotes:WaitForChild("CactusRE"), remotes:WaitForChild("ChilledStarRE"), remotes:WaitForChild("ClaimCoinGiftRE"), remotes:WaitForChild("ClaimDiamondGiftRE"), remotes:WaitForChild("ClaimItemGiftRE"), remotes:WaitForChild("CloneRE"), remotes:WaitForChild("CoinsRE"), remotes:WaitForChild("ColdPrismRE"), remotes:WaitForChild("CrateInfoRE"), remotes:WaitForChild("CryptCrateRE"), remotes:WaitForChild("CrystalRE"), remotes:WaitForChild("DailyCrateRE"), remotes:WaitForChild("DeepCrateRE"), remotes:WaitForChild("DelayCrateRE"), remotes:WaitForChild("DesertCrateRE"), remotes:WaitForChild("DiamondsRE"), remotes:WaitForChild("DropletRE"), remotes:WaitForChild("ElectricityRE"), remotes:WaitForChild("EnergyRE"), remotes:WaitForChild("FireRE"), remotes:WaitForChild("FlameCrateRE"), remotes:WaitForChild("FreeMultiRE"), remotes:WaitForChild("FreezerRE"), remotes:WaitForChild("FrostRE"), remotes:WaitForChild("FrozenDiamondRE"), remotes:WaitForChild("GlassRE"), remotes:WaitForChild("GoldStarRE"), remotes:WaitForChild("IceRE"), remotes:WaitForChild("WoodCrateRE"), remotes:WaitForChild("WindRE"), remotes:WaitForChild("LuckRE"), remotes:WaitForChild("PowerRE"), remotes:WaitForChild("StarRE"), remotes:WaitForChild("SuperStarRE"), remotes:WaitForChild("TreeRE"), remotes:WaitForChild("SandRE"), remotes:WaitForChild("ShadowRE"), remotes:WaitForChild("JewelCrateRE"), remotes:WaitForChild("TokensRE") } while true do for _, event in ipairs(events) do task.spawn(function() event:FireServer() end) end task.wait() end