local player = game.Players.LocalPlayer local backpack = player:WaitForChild("Backpack") local character = player.Character or player.CharacterAdded:Wait() -- Function to delete all tools and add Heian era local function setupHeianEra() -- Add other tools with specific functionality local function addTool(name, activateFunction) local tool = Instance.new("Tool") tool.Name = name tool.RequiresHandle = false tool.Parent = backpack tool.Activated:Connect(activateFunction) end addTool("1/2 Domain", function() game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("UnlimitedVoid"):FireServer() end) addTool("Facktime", function() game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Furnace"):FireServer() game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("marked"):FireServer() wait(6.5) game:GetService("ReplicatedStorage").randommoveset.remotes.timestop:FireServer() end) end setupHeianEra() if _G.ads == nil then print("Press R for Black Flash") local UserInputService = game:GetService("UserInputService") local Players = game:GetService("Players") local player = Players.LocalPlayer UserInputService.InputBegan:Connect(function(input, gameProcessed) if gameProcessed then return end if input.KeyCode == Enum.KeyCode.R then for i = 1, 10 do local args = { game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage"):WaitForChild("DashFolder"):WaitForChild("dashdmg"):FireServer(unpack(args)) end end end) _G.ads = 1 else warn("anti loop enabled") end