b11gaming

Hack Tp Df all one piece

Sep 14th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. --Properties:
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.0823529, 0, 1)
  15. Frame.Position = UDim2.new(0.419979602, 0, 0.25, 0)
  16. Frame.Size = UDim2.new(0, 355, 0, 203)
  17. Frame.Active = true
  18. Frame.Draggable = true
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  22. TextButton.Position = UDim2.new(0.0679474324, 0, 0.373104215, 0)
  23. TextButton.Size = UDim2.new(0, 133, 0, 50)
  24. TextButton.Font = Enum.Font.SciFi
  25. TextButton.Text = "TP DF"
  26. TextButton.TextColor3 = Color3.new(0, 0, 0)
  27. TextButton.TextScaled = true
  28. TextButton.TextSize = 14
  29. TextButton.TextWrapped = true
  30. TextButton.TextStrokeTransparency = 0
  31. TextButton.MouseButton1Click:connect(function()
  32. while wait(3) do
  33. for _,v in pairs(workspace:GetChildren()) do
  34. if v:IsA("Tool") then
  35. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  36. print("Teleported Item!")
  37. end
  38. end
  39. end
  40. end)
  41.  
  42. TextButton_2.Parent = Frame
  43. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextButton_2.Position = UDim2.new(0.532736182, 0, 0.373104215, 0)
  45. TextButton_2.Size = UDim2.new(0, 133, 0, 50)
  46. TextButton_2.Font = Enum.Font.SciFi
  47. TextButton_2.Text = "Reviez Admin"
  48. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  49. TextButton_2.TextScaled = true
  50. TextButton_2.TextSize = 14
  51. TextButton_2.TextWrapped = true
  52.  
  53.  
  54. TextLabel.Parent = Frame
  55. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  56. TextLabel.Size = UDim2.new(0, 355, 0, 50)
  57. TextLabel.Font = Enum.Font.Cartoon
  58. TextLabel.Text = "Subscribers Kênh B11 Gaming "
  59. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  60. TextLabel.TextScaled = true
  61. TextLabel.TextSize = 14
  62. TextLabel.TextWrapped = true
  63.  
  64. TextLabel_2.Parent = Frame
  65. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextLabel_2.Position = UDim2.new(0, 0, 0.753694594, 0)
  67. TextLabel_2.Size = UDim2.new(0, 355, 0, 50)
  68. TextLabel_2.Font = Enum.Font.Cartoon
  69. TextLabel_2.Text = "Made By Gui Script :B11 Gaming(Thống Phan)"
  70. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  71. TextLabel_2.TextScaled = true
  72. TextLabel_2.TextSize = 14
  73. TextLabel_2.TextWrapped = true
  74. -- Scripts:
Add Comment
Please, Sign In to add comment