Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 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 GetCoordinates = Instance.new("TextButton")
  7. local Open = Instance.new("TextButton")
  8. local Output = Instance.new("TextBox")
  9. local Close = Instance.new("TextButton")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local Tptocoordinates = Instance.new("TextButton")
  13. local Z = Instance.new("TextBox")
  14. local Y = Instance.new("TextBox")
  15. local X = Instance.new("TextBox")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.Position = UDim2.new(0.0355169699, 0, 0.363874346, 0)
  23. Frame.Size = UDim2.new(0, 266, 0, 253)
  24.  
  25. GetCoordinates.Name = "Get Coordinates"
  26. GetCoordinates.Parent = Frame
  27. GetCoordinates.BackgroundColor3 = Color3.new(1, 1, 1)
  28. GetCoordinates.BorderColor3 = Color3.new(0, 0, 0)
  29. GetCoordinates.Position = UDim2.new(0, 0, 0.231758207, 0)
  30. GetCoordinates.Size = UDim2.new(0, 131, 0, 50)
  31. GetCoordinates.Font = Enum.Font.SourceSans
  32. GetCoordinates.Text = "Get Coordinates"
  33. GetCoordinates.TextColor3 = Color3.new(0, 0, 0)
  34. GetCoordinates.TextSize = 14
  35.  
  36. Open.Name = "Open"
  37. Open.Parent = Frame
  38. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Open.BorderColor3 = Color3.new(1, 1, 1)
  40. Open.Position = UDim2.new(0.00938808918, 0, 0.668573976, 0)
  41. Open.Size = UDim2.new(0, 263, 0, 83)
  42. Open.Font = Enum.Font.SourceSans
  43. Open.Text = "Open"
  44. Open.TextColor3 = Color3.new(0, 0, 0)
  45. Open.TextSize = 14
  46.  
  47. Output.Name = "Output"
  48. Output.Parent = Frame
  49. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  50. Output.Position = UDim2.new(1.22988415, 0, -0.00363689917, 0)
  51. Output.Size = UDim2.new(0, 260, 0, 253)
  52. Output.Visible = false
  53. Output.Font = Enum.Font.SourceSans
  54. Output.Text = ""
  55. Output.TextColor3 = Color3.new(0, 0, 0)
  56. Output.TextSize = 14
  57.  
  58. Close.Name = "Close"
  59. Close.Parent = Output
  60. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  61. Close.Position = UDim2.new(0.903846025, 0, 0, 0)
  62. Close.Size = UDim2.new(0, 25, 0, 26)
  63. Close.Font = Enum.Font.SourceSans
  64. Close.Text = "X"
  65. Close.TextColor3 = Color3.new(0, 0, 0)
  66. Close.TextSize = 20
  67.  
  68. TextButton.Parent = Frame
  69. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextButton.Position = UDim2.new(-0.00189007074, 0, -0.00363695621, 0)
  71. TextButton.Size = UDim2.new(0, 266, 0, 50)
  72. TextButton.Font = Enum.Font.SourceSans
  73. TextButton.Text = "Coordinates GUI"
  74. TextButton.TextColor3 = Color3.new(0, 0, 0)
  75. TextButton.TextSize = 14
  76.  
  77. TextButton_2.Parent = TextButton
  78. TextButton_2.BackgroundColor3 = Color3.new(1, 0, 0)
  79. TextButton_2.Position = UDim2.new(0.890458167, 0, 0.013246119, 0)
  80. TextButton_2.Size = UDim2.new(0, 29, 0, 18)
  81. TextButton_2.Font = Enum.Font.SourceSans
  82. TextButton_2.Text = "X"
  83. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton_2.TextSize = 14
  85.  
  86. Tptocoordinates.Name = "Tp to coordinates"
  87. Tptocoordinates.Parent = Frame
  88. Tptocoordinates.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Tptocoordinates.BorderColor3 = Color3.new(0, 0, 0)
  90. Tptocoordinates.Position = UDim2.new(0.531944335, 0, 0.231768563, 0)
  91. Tptocoordinates.Size = UDim2.new(0, 124, 0, 50)
  92. Tptocoordinates.Font = Enum.Font.SourceSans
  93. Tptocoordinates.Text = "Tp to coordinates"
  94. Tptocoordinates.TextColor3 = Color3.new(0, 0, 0)
  95. Tptocoordinates.TextSize = 14
  96.  
  97. Z.Name = "Z"
  98. Z.Parent = Frame
  99. Z.BackgroundColor3 = Color3.new(1, 1, 1)
  100. Z.Position = UDim2.new(0.687969923, 0, 0.426877469, 0)
  101. Z.Size = UDim2.new(0, 83, 0, 50)
  102. Z.Font = Enum.Font.SourceSans
  103. Z.Text = ""
  104. Z.TextColor3 = Color3.new(0, 0, 0)
  105. Z.TextSize = 14
  106.  
  107. Y.Name = "Y"
  108. Y.Parent = Frame
  109. Y.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Y.Position = UDim2.new(0.330827057, 0, 0.426877469, 0)
  111. Y.Size = UDim2.new(0, 95, 0, 50)
  112. Y.Font = Enum.Font.SourceSans
  113. Y.Text = ""
  114. Y.TextColor3 = Color3.new(0, 0, 0)
  115. Y.TextSize = 14
  116.  
  117. X.Name = "X"
  118. X.Parent = Frame
  119. X.BackgroundColor3 = Color3.new(1, 1, 1)
  120. X.Position = UDim2.new(0.00751879718, 0, 0.426877469, 0)
  121. X.Size = UDim2.new(0, 86, 0, 50)
  122. X.Font = Enum.Font.SourceSans
  123. X.Text = ""
  124. X.TextColor3 = Color3.new(0, 0, 0)
  125. X.TextSize = 14
  126. -- Scripts:
  127. function SCRIPT_IQSN87_FAKESCRIPT() -- GetCoordinates.Script
  128. local script = Instance.new('Script')
  129. script.Parent = GetCoordinates
  130. script.Parent.MouseButton1Click:Connect(function()
  131. print(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  132. end)
  133.  
  134. end
  135. coroutine.resume(coroutine.create(SCRIPT_IQSN87_FAKESCRIPT))
  136. function SCRIPT_EXLD69_FAKESCRIPT() -- Open.Script
  137. local script = Instance.new('Script')
  138. script.Parent = Open
  139. script.Parent.MouseButton1Click:Connect(function()
  140. local Output = script.Parent.Parent.Output
  141. Output.Visible = true
  142. end)
  143.  
  144. end
  145. coroutine.resume(coroutine.create(SCRIPT_EXLD69_FAKESCRIPT))
  146. function SCRIPT_PBGG70_FAKESCRIPT() -- Close.Script
  147. local script = Instance.new('Script')
  148. script.Parent = Close
  149. script.Parent.MouseButton1Click:Connect(function()
  150. local Output = script.Parent.Parent.Parent.Output
  151. Output.Visible = false
  152. end)
  153.  
  154. end
  155. coroutine.resume(coroutine.create(SCRIPT_PBGG70_FAKESCRIPT))
  156. function SCRIPT_AODA88_FAKESCRIPT() -- Output.Script
  157. local script = Instance.new('Script')
  158. script.Parent = Output
  159. local text = script.Parent.Parent.Output.Text
  160. text = print (game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  161.  
  162. end
  163. coroutine.resume(coroutine.create(SCRIPT_AODA88_FAKESCRIPT))
  164. function SCRIPT_UYHL72_FAKESCRIPT() -- TextButton_2.Script
  165. local script = Instance.new('Script')
  166. script.Parent = TextButton_2
  167. script.Parent.MouseButton1Click:Connect(function()
  168. script.Parent.Parent.Parent:Destroy()
  169. end)
  170.  
  171. end
  172. coroutine.resume(coroutine.create(SCRIPT_UYHL72_FAKESCRIPT))
  173. function SCRIPT_ZGEG66_FAKESCRIPT() -- Tptocoordinates.Script
  174. local script = Instance.new('Script')
  175. script.Parent = Tptocoordinates
  176. script.Parent.MouseButton1Click:Connect(function()
  177. local ax = script.Parent.Parent.X.Text
  178. local ay = script.Parent.Parent.Y.Text
  179. local az = script.Parent.Parent.Z.Text
  180. end)
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(ax,ay,az))
  182. end
  183. coroutine.resume(coroutine.create(SCRIPT_ZGEG66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement