roblox superhero smackdown hack script pastebin local plr = game:GetService("Players").LocalPlayer local char = plr.Character local bp = plr.Backpack function GetTool() if bp:FindFirstChildOfClass("Tool") then return bp:FindFirstChildOfClass("Tool") elseif char:FindFirstChildOfClass("Tool") then return char:FindFirstChildOfClass("Tool") end return nil end roblox superhero smackdown hack script pastebin How to use it? roblox superhero smackdown hack script pastebin game:service'RunService'.RenderStepped:Connect(function() for i,v in pairs(game.Workspace.Mobs:GetChildren()) do game:service'ReplicatedStorage'.Remotes.SwordSwing:FireServer(GetTool(),v) end for i,v in pairs(game.Workspace.Coins:GetDescendants()) do if v.Name == "Shine" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame end end roblox superhero smackdown hack script pastebin PasteShr roblox superhero smackdown hack script pastebin end) roblox superhero smackdown hack script pastebin