Advertisement
CriShoux

TOCLIPBOARD VERSION

Nov 23rd, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Coords = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Toppity = Instance.new("Frame")
  7. local toppylabel = Instance.new("TextLabel")
  8. local CloseButton = Instance.new("TextButton")
  9. local PlrName = Instance.new("TextBox")
  10. local SelectPlr = Instance.new("TextButton")
  11. local SelectPosition = Instance.new("TextButton")
  12. local SelectCFrame = Instance.new("TextButton")
  13. local cframeorpos = Instance.new("TextLabel")
  14. local SetClip = Instance.new("TextButton")
  15. local spl = Instance.new("TextLabel")
  16. local selected = Instance.new("TextLabel")
  17. local OpenButton = Instance.new("TextButton")
  18. --Properties:
  19. Coords.Name = "Coords"
  20. Coords.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = Coords
  24. Main.Active = true
  25. Main.BackgroundColor3 = Color3.new(1, 0, 0)
  26. Main.BorderColor3 = Color3.new(0, 0, 0)
  27. Main.BorderSizePixel = 3
  28. Main.Position = UDim2.new(0.37371856, 0, 0.398791552, 0)
  29. Main.Size = UDim2.new(0, 318, 0, 193)
  30.  
  31. Toppity.Name = "Toppity"
  32. Toppity.Parent = Main
  33. Toppity.BackgroundColor3 = Color3.new(1, 0, 0)
  34. Toppity.BorderColor3 = Color3.new(0, 0, 0)
  35. Toppity.BorderSizePixel = 3
  36. Toppity.Position = UDim2.new(-0.000272572041, 0, -0.000399172306, 0)
  37. Toppity.Size = UDim2.new(0, 318, 0, 19)
  38.  
  39. toppylabel.Name = "toppylabel"
  40. toppylabel.Parent = Toppity
  41. toppylabel.BackgroundColor3 = Color3.new(1, 0, 0)
  42. toppylabel.BorderColor3 = Color3.new(0, 0, 0)
  43. toppylabel.BorderSizePixel = 3
  44. toppylabel.Size = UDim2.new(0, 292, 0, 19)
  45. toppylabel.Font = Enum.Font.SourceSansBold
  46. toppylabel.Text = "Pnyx's Cordinates GUI"
  47. toppylabel.TextColor3 = Color3.new(0, 0, 0)
  48. toppylabel.TextSize = 14
  49.  
  50. CloseButton.Name = "CloseButton"
  51. CloseButton.Parent = Toppity
  52. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  53. CloseButton.BorderColor3 = Color3.new(0, 0, 0)
  54. CloseButton.BorderSizePixel = 3
  55. CloseButton.Position = UDim2.new(0.918238997, 0, 0, 0)
  56. CloseButton.Size = UDim2.new(0, 26, 0, 19)
  57. CloseButton.Font = Enum.Font.SourceSansBold
  58. CloseButton.Text = "X"
  59. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  60. CloseButton.TextScaled = true
  61. CloseButton.TextSize = 14
  62. CloseButton.TextWrapped = true
  63.  
  64. PlrName.Name = "PlrName"
  65. PlrName.Parent = Main
  66. PlrName.BackgroundColor3 = Color3.new(1, 0, 0)
  67. PlrName.BorderColor3 = Color3.new(0, 0, 0)
  68. PlrName.BorderSizePixel = 3
  69. PlrName.Position = UDim2.new(0.128930792, 0, 0.186528459, 0)
  70. PlrName.Size = UDim2.new(0, 200, 0, 21)
  71. PlrName.Font = Enum.Font.SourceSansItalic
  72. PlrName.Text = "Player Name Here"
  73. PlrName.TextColor3 = Color3.new(0, 0, 0)
  74. PlrName.TextSize = 14
  75.  
  76. SelectPlr.Name = "SelectPlr"
  77. SelectPlr.Parent = Main
  78. SelectPlr.BackgroundColor3 = Color3.new(1, 0, 0)
  79. SelectPlr.BorderColor3 = Color3.new(0, 0, 0)
  80. SelectPlr.BorderSizePixel = 3
  81. SelectPlr.Position = UDim2.new(0.732704461, 0, 0.186528504, 0)
  82. SelectPlr.Size = UDim2.new(0, 42, 0, 21)
  83. SelectPlr.Font = Enum.Font.SourceSansItalic
  84. SelectPlr.Text = "Select"
  85. SelectPlr.TextColor3 = Color3.new(0, 0, 0)
  86. SelectPlr.TextSize = 14
  87.  
  88. SelectPosition.Name = "SelectPosition"
  89. SelectPosition.Parent = Main
  90. SelectPosition.BackgroundColor3 = Color3.new(1, 0, 0)
  91. SelectPosition.BorderColor3 = Color3.new(0, 0, 0)
  92. SelectPosition.BorderSizePixel = 3
  93. SelectPosition.Position = UDim2.new(0.51700002, 0, 0.606000006, 0)
  94. SelectPosition.Size = UDim2.new(0, 76, 0, 20)
  95. SelectPosition.Font = Enum.Font.SourceSansItalic
  96. SelectPosition.Text = "Position"
  97. SelectPosition.TextColor3 = Color3.new(0, 0, 0)
  98. SelectPosition.TextScaled = true
  99. SelectPosition.TextSize = 14
  100. SelectPosition.TextWrapped = true
  101.  
  102. SelectCFrame.Name = "SelectCFrame"
  103. SelectCFrame.Parent = Main
  104. SelectCFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  105. SelectCFrame.BorderColor3 = Color3.new(0, 0, 0)
  106. SelectCFrame.BorderSizePixel = 3
  107. SelectCFrame.Position = UDim2.new(0.238999993, 0, 0.606000006, 0)
  108. SelectCFrame.Size = UDim2.new(0, 76, 0, 20)
  109. SelectCFrame.Font = Enum.Font.SourceSansItalic
  110. SelectCFrame.Text = "CFrame"
  111. SelectCFrame.TextColor3 = Color3.new(0, 0, 0)
  112. SelectCFrame.TextScaled = true
  113. SelectCFrame.TextSize = 14
  114. SelectCFrame.TextWrapped = true
  115.  
  116. cframeorpos.Name = "cframeorpos"
  117. cframeorpos.Parent = Main
  118. cframeorpos.BackgroundColor3 = Color3.new(1, 1, 1)
  119. cframeorpos.BackgroundTransparency = 1
  120. cframeorpos.Position = UDim2.new(0.172955975, 0, 0.404145092, 0)
  121. cframeorpos.Size = UDim2.new(0, 206, 0, 33)
  122. cframeorpos.Font = Enum.Font.SourceSansSemibold
  123. cframeorpos.Text = "nil"
  124. cframeorpos.TextColor3 = Color3.new(0, 0, 0)
  125. cframeorpos.TextScaled = true
  126. cframeorpos.TextSize = 14
  127. cframeorpos.TextWrapped = true
  128.  
  129. SetClip.Name = "SetClip"
  130. SetClip.Parent = Main
  131. SetClip.BackgroundColor3 = Color3.new(1, 0, 0)
  132. SetClip.BorderColor3 = Color3.new(0, 0, 0)
  133. SetClip.BorderSizePixel = 3
  134. SetClip.Position = UDim2.new(0.305868685, 0, 0.782383442, 0)
  135. SetClip.Size = UDim2.new(0, 122, 0, 20)
  136. SetClip.Font = Enum.Font.SourceSansItalic
  137. SetClip.Text = "Copy"
  138. SetClip.TextColor3 = Color3.new(0, 0, 0)
  139. SetClip.TextScaled = true
  140. SetClip.TextSize = 14
  141. SetClip.TextWrapped = true
  142.  
  143. spl.Name = "spl"
  144. spl.Parent = Main
  145. spl.BackgroundColor3 = Color3.new(1, 1, 1)
  146. spl.BackgroundTransparency = 1
  147. spl.Position = UDim2.new(0.188679248, 0, 0.321243525, 0)
  148. spl.Size = UDim2.new(0, 92, 0, 10)
  149. spl.Font = Enum.Font.SourceSansItalic
  150. spl.Text = "Selected Player:"
  151. spl.TextColor3 = Color3.new(0, 0, 0)
  152. spl.TextSize = 14
  153.  
  154. selected.Name = "selected"
  155. selected.Parent = Main
  156. selected.BackgroundColor3 = Color3.new(1, 1, 1)
  157. selected.BackgroundTransparency = 1
  158. selected.Position = UDim2.new(0.468553454, 0, 0.321243525, 0)
  159. selected.Size = UDim2.new(0, 92, 0, 10)
  160. selected.Font = Enum.Font.SourceSansItalic
  161. selected.Text = ""
  162. selected.TextColor3 = Color3.new(0, 0, 0)
  163. selected.TextSize = 14
  164. selected.TextXAlignment = Enum.TextXAlignment.Left
  165.  
  166. OpenButton.Name = "OpenButton"
  167. OpenButton.Parent = Coords
  168. OpenButton.BackgroundColor3 = Color3.new(1, 0, 0)
  169. OpenButton.BorderColor3 = Color3.new(0, 0, 0)
  170. OpenButton.BorderSizePixel = 3
  171. OpenButton.Position = UDim2.new(0.0254151151, 0, 0.592145026, 0)
  172. OpenButton.Size = UDim2.new(0, 105, 0, 35)
  173. OpenButton.Visible = false
  174. OpenButton.Font = Enum.Font.SourceSansBold
  175. OpenButton.Text = "Open"
  176. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  177. OpenButton.TextScaled = true
  178. OpenButton.TextSize = 14
  179. OpenButton.TextWrapped = true
  180. -- Scripts:
  181.  
  182. Main.Draggable = true
  183.  
  184. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  185. local Found = {}
  186. local strl = String:lower()
  187. if strl == "all" then
  188. for i,v in pairs(game.Players:GetPlayers()) do
  189. table.insert(Found,v)
  190. end
  191. elseif strl == "others" then
  192. for i,v in pairs(game.Players:GetPlayers()) do
  193. if v.Name ~= game.Players.LocalPlayer.Name then
  194. table.insert(Found,v)
  195. end
  196. end
  197. else
  198. for i,v in pairs(game.Players:GetPlayers()) do
  199. if v.Name:lower():sub(1, #String) == String:lower() then
  200. table.insert(Found,v)
  201. end
  202. end
  203. end
  204. return Found
  205. end
  206.  
  207. CloseButton.MouseButton1Down:connect(function()
  208. if Main.Visible == true and OpenButton.Visible == false then
  209. Main.Visible = false
  210. OpenButton.Visible = true
  211. end
  212. end)
  213.  
  214. OpenButton.MouseButton1Down:connect(function()
  215. if Main.Visible == false and OpenButton.Visible == true then
  216. Main.Visible = true
  217. OpenButton.Visible = false
  218. end
  219. end)
  220.  
  221. SelectPlr.MouseButton1Down:connect(function()
  222. for i,v in pairs(GetPlayer(PlrName.Text))do
  223. selected.Text = (tostring(game:GetService('Players')[v.Name]))
  224. end
  225. end)
  226.  
  227. SelectPosition.MouseButton1Down:connect(function()
  228. for i,v in pairs(GetPlayer(selected.Text))do
  229. cframeorpos.Text = (tostring(game:GetService('Players')[v.Name].Character.HumanoidRootPart.Position))
  230. end
  231. end)
  232.  
  233. SelectCFrame.MouseButton1Down:connect(function()
  234. for i,v in pairs(GetPlayer(selected.Text))do
  235. cframeorpos.Text = (tostring(game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame))
  236. end
  237. end)
  238.  
  239. SetClip.MouseButton1Down:connect(function()
  240. toclipboard(tostring(cframeorpos.Text))
  241. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement