Advertisement
HEHEJ

Untitled

Mar 2nd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Up = Instance.new("Frame")
  4. local CLOSE = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TpEndTree = Instance.new("TextButton")
  7. local TpTree = Instance.new("TextButton")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10.  
  11. Main.Name = "Main"
  12. Main.Parent = ScreenGui
  13. Main.BackgroundColor3 = Color3.new(0.431373, 0.290196, 1)
  14. Main.BorderSizePixel = 0
  15. Main.Position = UDim2.new(0.279720306, 0, 0.305502832, 0)
  16. Main.Size = UDim2.new(0, 286, 0, 167)
  17. Main.Active = true
  18. Main.Draggable = true
  19.  
  20. Up.Name = "Up"
  21. Up.Parent = Main
  22. Up.BackgroundColor3 = Color3.new(0.137255, 0.815686, 1)
  23. Up.BorderSizePixel = 0
  24. Up.Size = UDim2.new(0, 285, 0, 32)
  25.  
  26. CLOSE.Name = "CLOSE"
  27. CLOSE.Parent = Up
  28. CLOSE.BackgroundColor3 = Color3.new(1, 0.0431373, 0.105882)
  29. CLOSE.BorderSizePixel = 0
  30. CLOSE.Position = UDim2.new(0.918892741, 0, 0, 0)
  31. CLOSE.Size = UDim2.new(0, 25, 0, 32)
  32. CLOSE.Font = Enum.Font.SourceSans
  33. CLOSE.Text = "X"
  34. CLOSE.TextColor3 = Color3.new(0, 0, 0)
  35. CLOSE.TextScaled = true
  36. CLOSE.TextSize = 14
  37. CLOSE.TextWrapped = true
  38.  
  39. TextLabel.Parent = Up
  40. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel.BackgroundTransparency = 1
  42. TextLabel.Position = UDim2.new(0.0186984111, 0, 0, 0)
  43. TextLabel.Size = UDim2.new(0, 251, 0, 32)
  44. TextLabel.Font = Enum.Font.SourceSans
  45. TextLabel.Text = "Phantom Tree Gui By ExtrLT2"
  46. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  47. TextLabel.TextScaled = true
  48. TextLabel.TextSize = 14
  49. TextLabel.TextWrapped = true
  50.  
  51. TpEndTree.Name = "TpEndTree"
  52. TpEndTree.Parent = Main
  53. TpEndTree.BackgroundColor3 = Color3.new(0, 1, 0.0666667)
  54. TpEndTree.Position = UDim2.new(0.14950566, 0, 0.288129628, 0)
  55. TpEndTree.Size = UDim2.new(0, 200, 0, 37)
  56. TpEndTree.Font = Enum.Font.SourceSans
  57. TpEndTree.Text = "Tp Cutted Tree To Base"
  58. TpEndTree.TextColor3 = Color3.new(0, 0, 0)
  59. TpEndTree.TextScaled = true
  60. TpEndTree.TextSize = 14
  61. TpEndTree.TextWrapped = true
  62.  
  63. TpTree.Name = "TpTree"
  64. TpTree.Parent = Main
  65. TpTree.BackgroundColor3 = Color3.new(0, 1, 0.0666667)
  66. TpTree.Position = UDim2.new(0.0760790408, 0, 0.667165756, 0)
  67. TpTree.Size = UDim2.new(0, 242, 0, 37)
  68. TpTree.Font = Enum.Font.SourceSans
  69. TpTree.Text = "Teleport to End Times Tree"
  70. TpTree.TextColor3 = Color3.new(0, 0, 0)
  71. TpTree.TextScaled = true
  72. TpTree.TextSize = 14
  73. TpTree.TextWrapped = true
  74.  
  75. p = Instance.new("Part", Workspace)
  76. p.Size = Vector3.new(1270,0.1,1270)
  77. p.Material = "ForceField"
  78. p.BrickColor = BrickColor.new(1,1,1)
  79. p.Position = Vector3.new(-53,-216.1,-1334)
  80. p.Anchored = true
  81. p.Transparency = 1
  82.  
  83. TpTree.MouseButton1Down:connect(function()
  84. local player = game.Players.LocalPlayer
  85. position = player.Character.HumanoidRootPart.Position
  86. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  87. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  88. player.Character.HumanoidRootPart:Destroy()
  89. humanoidrootpart.Parent = player.Character
  90. player.Character:MoveTo(position)
  91. wait(0.1)
  92. game.Lighting.Brightness = 7
  93. for i, v in pairs(game.Workspace:GetChildren()) do
  94. if v.Name == "TreeRegion" then
  95. for j, k in ipairs(v:GetChildren()) do
  96. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "LoneCave" or k:FindFirstChild("TreeClass") and k.TreeClass.Value == "LoneCave" then
  97. print(k.WoodSection.Position)
  98. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = k.WoodSection.CFrame + Vector3.new(0,0,3)
  99. break
  100. end
  101. end
  102. end
  103. end
  104. end)
  105.  
  106. TpEndTree.MouseButton1Down:connect(function()
  107. local Ps = nil
  108. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  109. if v.Owner.Value == game.Players.LocalPlayer then
  110. Ps = v.OriginSquare.Position + Vector3.new(0,30,0)
  111. end
  112. end
  113.  
  114. for i,v in pairs(Workspace.LogModels:GetChildren()) do
  115. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  116. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  117. v:MoveTo(Ps)
  118. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  119. v:MoveTo(Ps)
  120. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  121. v:MoveTo(Ps)
  122. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  123. end
  124. end
  125. end)
  126.  
  127. CLOSE.MouseButton1Down:connect(function()
  128. Main.Visible = false
  129. end)
  130.  
  131. while true do
  132. wait(0.1)
  133. for i,v in pairs(Workspace.LogModels:GetChildren()) do
  134. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  135. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  136. end
  137. end
  138. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement