Advertisement
CallMeChin

Script Hub

Jan 11th, 2019
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local scripthub = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local credit = Instance.new("TextLabel")
  10. local tnfgui = Instance.new("TextButton")
  11. local coordgrabgui = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. --Properties:
  14. scripthub.Name = "scripthub"
  15. scripthub.Parent = game.CoreGui
  16.  
  17. frame.Name = "frame"
  18. frame.Parent = scripthub
  19. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. frame.Position = UDim2.new(0.919469953, 0, 0.438735127, 0)
  21. frame.Size = UDim2.new(0, 77, 0, 38)
  22. frame.Style = Enum.FrameStyle.DropShadow
  23.  
  24. open.Name = "open"
  25. open.Parent = frame
  26. open.BackgroundColor3 = Color3.new(0, 0, 0)
  27. open.BackgroundTransparency = 0.5
  28. open.Position = UDim2.new(0.0221643522, 0, 0.0558559932, 0)
  29. open.Size = UDim2.new(0, 58, 0, 19)
  30. open.Font = Enum.Font.SciFi
  31. open.Text = "Open"
  32. open.TextColor3 = Color3.new(1, 1, 1)
  33. open.TextSize = 14
  34.  
  35. main.Name = "main"
  36. main.Parent = scripthub
  37. main.BackgroundColor3 = Color3.new(1, 1, 1)
  38. main.Position = UDim2.new(0.0214067288, 0, 0.305665404, 0)
  39. main.Size = UDim2.new(0, 787, 0, 503)
  40. main.Visible = false
  41. main.Style = Enum.FrameStyle.DropShadow
  42. main.Active = true
  43. main.Draggable = true
  44.  
  45. title.Name = "title"
  46. title.Parent = main
  47. title.BackgroundColor3 = Color3.new(0, 0, 0)
  48. title.Position = UDim2.new(-0.0193355028, 0, -0.016868636, 0)
  49. title.Size = UDim2.new(0, 799, 0, 24)
  50. title.Font = Enum.Font.SciFi
  51. title.Text = "CallMeChin Script Hub"
  52. title.TextColor3 = Color3.new(1, 1, 1)
  53. title.TextSize = 14
  54.  
  55. credit.Name = "credit"
  56. credit.Parent = main
  57. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  58. credit.Position = UDim2.new(-0.0165184233, 0, 0.965855658, 0)
  59. credit.Size = UDim2.new(0, 794, 0, 24)
  60. credit.Font = Enum.Font.SciFi
  61. credit.Text = "GUI Made By CallMeChin @ V3RM"
  62. credit.TextColor3 = Color3.new(1, 1, 1)
  63. credit.TextSize = 14
  64.  
  65. tnfgui.Name = "tnfgui"
  66. tnfgui.Parent = main
  67. tnfgui.BackgroundColor3 = Color3.new(0, 0, 0)
  68. tnfgui.Position = UDim2.new(0.0311035775, 0, 0.0869744346, 0)
  69. tnfgui.Size = UDim2.new(0, 323, 0, 59)
  70. tnfgui.Font = Enum.Font.SciFi
  71. tnfgui.Text = "The Northern Frontier GUI By CallMeChin"
  72. tnfgui.TextColor3 = Color3.new(1, 1, 1)
  73. tnfgui.TextSize = 14
  74.  
  75. coordgrabgui.Name = "coordgrabgui"
  76. coordgrabgui.Parent = main
  77. coordgrabgui.BackgroundColor3 = Color3.new(0, 0, 0)
  78. coordgrabgui.Position = UDim2.new(0.580088079, 0, 0.0889625102, 0)
  79. coordgrabgui.Size = UDim2.new(0, 299, 0, 59)
  80. coordgrabgui.Font = Enum.Font.SciFi
  81. coordgrabgui.Text = "Coordinates Grabber GUI By CallMeChin"
  82. coordgrabgui.TextColor3 = Color3.new(1, 1, 1)
  83. coordgrabgui.TextSize = 14
  84.  
  85. close.Name = "close"
  86. close.Parent = main
  87. close.BackgroundColor3 = Color3.new(0, 0, 0)
  88. close.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  89. close.Position = UDim2.new(0.9863379, 0, -0.00890087709, 0)
  90. close.Size = UDim2.new(0, 18, 0, 17)
  91. close.Font = Enum.Font.SciFi
  92. close.Text = "X"
  93. close.TextColor3 = Color3.new(1, 1, 1)
  94. close.TextSize = 14
  95. -- Gui Scripts:
  96. open.MouseButton1Down:connect(function()
  97. main.Visible = true
  98. frame.Visible = false
  99. end)
  100.  
  101. close.MouseButton1Down:connect(function()
  102. frame.Visible = true
  103. main.Visible = false
  104. end)
  105.  
  106. -- The Northern Frontier Gui Scripts:
  107.  
  108. tnfgui.MouseButton1Down:connect(function()
  109. local tnfgui = Instance.new("ScreenGui")
  110. local frame = Instance.new("Frame")
  111. local open = Instance.new("TextButton")
  112. local main = Instance.new("Frame")
  113. local title = Instance.new("TextLabel")
  114. local credit = Instance.new("TextLabel")
  115. local xtp = Instance.new("TextButton")
  116. local hidename = Instance.new("TextButton")
  117. local tpcolonist = Instance.new("TextButton")
  118. local tpnative = Instance.new("TextButton")
  119. local tptraveler = Instance.new("TextButton")
  120. local close = Instance.new("TextButton")
  121. --Properties:
  122. tnfgui.Name = "tnfgui"
  123. tnfgui.Parent = game.CoreGui
  124.  
  125. frame.Name = "frame"
  126. frame.Parent = tnfgui
  127. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  128. frame.Position = UDim2.new(0, 0, 0.424242437, 0)
  129. frame.Size = UDim2.new(0, 91, 0, 41)
  130. frame.Style = Enum.FrameStyle.DropShadow
  131.  
  132. open.Name = "open"
  133. open.Parent = frame
  134. open.BackgroundColor3 = Color3.new(0, 0, 0)
  135. open.BackgroundTransparency = 0.5
  136. open.Position = UDim2.new(0.0139137097, 0, 0.161528051, 0)
  137. open.Size = UDim2.new(0, 74, 0, 20)
  138. open.Font = Enum.Font.SciFi
  139. open.Text = "Open"
  140. open.TextColor3 = Color3.new(1, 1, 1)
  141. open.TextSize = 14
  142. open.MouseButton1Down:connect(function()
  143. main.Visible = true
  144. frame.Visible = false
  145. end)
  146.  
  147. main.Name = "main"
  148. main.Parent = tnfgui
  149. main.BackgroundColor3 = Color3.new(1, 1, 1)
  150. main.Position = UDim2.new(0.141570151, 0, 0.299077749, 0)
  151. main.Size = UDim2.new(0, 218, 0, 233)
  152. main.Visible = false
  153. main.Style = Enum.FrameStyle.DropShadow
  154. main.Active = true
  155. main.Draggable = true
  156.  
  157. title.Name = "title"
  158. title.Parent = main
  159. title.BackgroundColor3 = Color3.new(0, 0, 0)
  160. title.Position = UDim2.new(-0.0559843555, 0, -0.0344254635, 0)
  161. title.Size = UDim2.new(0, 225, 0, 19)
  162. title.Font = Enum.Font.SciFi
  163. title.Text = "The Northern Frontier GUI"
  164. title.TextColor3 = Color3.new(1, 1, 1)
  165. title.TextSize = 14
  166.  
  167. credit.Name = "credit"
  168. credit.Parent = main
  169. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  170. credit.Position = UDim2.new(-0.0559843555, 0, 0.931239784, 0)
  171. credit.Size = UDim2.new(0, 225, 0, 19)
  172. credit.Font = Enum.Font.SciFi
  173. credit.Text = "GUI Made By CallMeChin @ V3RM"
  174. credit.TextColor3 = Color3.new(1, 1, 1)
  175. credit.TextSize = 14
  176.  
  177. xtp.Name = "xtp"
  178. xtp.Parent = main
  179. xtp.BackgroundColor3 = Color3.new(0, 0, 0)
  180. xtp.Position = UDim2.new(0.00425048545, 0, 0.142846629, 0)
  181. xtp.Size = UDim2.new(0, 200, 0, 17)
  182. xtp.Font = Enum.Font.SciFi
  183. xtp.Text = "X Teleport"
  184. xtp.TextColor3 = Color3.new(1, 1, 1)
  185. xtp.TextSize = 14
  186. xtp.MouseButton1Down:connect(function()
  187. plr = game.Players.LocalPlayer
  188. hum = plr.Character.HumanoidRootPart
  189. mouse = plr:GetMouse()
  190.  
  191. mouse.KeyDown:connect(function(key)
  192. if key == "x" then
  193. if mouse.Target then
  194. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  195. end
  196. end
  197. end)
  198. end)
  199.  
  200. hidename.Name = "hidename"
  201. hidename.Parent = main
  202. hidename.BackgroundColor3 = Color3.new(0, 0, 0)
  203. hidename.Position = UDim2.new(0.00425048545, 0, 0.297353059, 0)
  204. hidename.Size = UDim2.new(0, 200, 0, 17)
  205. hidename.Font = Enum.Font.SciFi
  206. hidename.Text = "Hide Name"
  207. hidename.TextColor3 = Color3.new(1, 1, 1)
  208. hidename.TextSize = 14
  209. hidename.MouseButton1Down:connect(function()
  210. local name = game:GetService'Players'.LocalPlayer.Name
  211. Workspace.World.MouseFilter[name][name].Head.LabelBillboardGui: Destroy()
  212. end)
  213.  
  214. tpcolonist.Name = "tpcolonist"
  215. tpcolonist.Parent = main
  216. tpcolonist.BackgroundColor3 = Color3.new(0, 0, 0)
  217. tpcolonist.Position = UDim2.new(0.00425048545, 0, 0.447567642, 0)
  218. tpcolonist.Size = UDim2.new(0, 200, 0, 17)
  219. tpcolonist.Font = Enum.Font.SciFi
  220. tpcolonist.Text = "Teleport To Colonist Base"
  221. tpcolonist.TextColor3 = Color3.new(1, 1, 1)
  222. tpcolonist.TextSize = 14
  223. tpcolonist.MouseButton1Down:connect(function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-606.592773, 45, -657.825439)
  225. end)
  226.  
  227. tpnative.Name = "tpnative"
  228. tpnative.Parent = main
  229. tpnative.BackgroundColor3 = Color3.new(0, 0, 0)
  230. tpnative.Position = UDim2.new(0.00425048545, 0, 0.58919853, 0)
  231. tpnative.Size = UDim2.new(0, 200, 0, 17)
  232. tpnative.Font = Enum.Font.SciFi
  233. tpnative.Text = "Teleport To Native Camp"
  234. tpnative.TextColor3 = Color3.new(1, 1, 1)
  235. tpnative.TextSize = 14
  236. tpnative.MouseButton1Down:connect(function()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1864.0199, 57, 701.627319)
  238. end)
  239.  
  240. tptraveler.Name = "tptraveler"
  241. tptraveler.Parent = main
  242. tptraveler.BackgroundColor3 = Color3.new(0, 0, 0)
  243. tptraveler.Position = UDim2.new(0.00425048545, 0, 0.739413142, 0)
  244. tptraveler.Size = UDim2.new(0, 200, 0, 17)
  245. tptraveler.Font = Enum.Font.SciFi
  246. tptraveler.Text = "Teleport To Traveler"
  247. tptraveler.TextColor3 = Color3.new(1, 1, 1)
  248. tptraveler.TextSize = 14
  249. tptraveler.MouseButton1Down:connect(function()
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(268.278961, 81, -499.590393)
  251. end)
  252.  
  253. close.Name = "close"
  254. close.Parent = main
  255. close.BackgroundColor3 = Color3.new(0, 0, 0)
  256. close.Position = UDim2.new(0.960082471, 0, -0.0368760414, 0)
  257. close.Size = UDim2.new(0, 19, 0, 18)
  258. close.Font = Enum.Font.SciFi
  259. close.Text = "X"
  260. close.TextColor3 = Color3.new(1, 1, 1)
  261. close.TextSize = 14
  262. close.MouseButton1Down:connect(function()
  263. frame.Visible = true
  264. main.Visible = false
  265. end)
  266. end)
  267.  
  268. -- Coordinates Grabber Gui Scripts:
  269.  
  270. coordgrabgui.MouseButton1Down:connect(function()
  271. local coordgui = Instance.new("ScreenGui")
  272. local main = Instance.new("Frame")
  273. local title = Instance.new("TextLabel")
  274. local credit = Instance.new("TextLabel")
  275. local grab = Instance.new("TextButton")
  276. local copy = Instance.new("TextButton")
  277. local cords = Instance.new("TextLabel")
  278. --Properties:
  279. coordgui.Name = "coordgui"
  280. coordgui.Parent = game.CoreGui
  281.  
  282. main.Name = "main"
  283. main.Parent = coordgui
  284. main.BackgroundColor3 = Color3.new(1, 1, 1)
  285. main.Position = UDim2.new(0.352638364, 0, 0.405797124, 0)
  286. main.Size = UDim2.new(0, 228, 0, 142)
  287. main.Style = Enum.FrameStyle.DropShadow
  288. main.Active = true
  289. main.Draggable = true
  290.  
  291. title.Name = "title"
  292. title.Parent = main
  293. title.BackgroundColor3 = Color3.new(0, 0, 0)
  294. title.Position = UDim2.new(-0.0517418832, 0, -0.054933358, 0)
  295. title.Size = UDim2.new(0, 235, 0, 19)
  296. title.Font = Enum.Font.SciFi
  297. title.Text = "Coordinates Grabber Gui"
  298. title.TextColor3 = Color3.new(1, 1, 1)
  299. title.TextSize = 14
  300.  
  301. credit.Name = "credit"
  302. credit.Parent = main
  303. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  304. credit.Position = UDim2.new(-0.0517418832, 0, 0.930982113, 0)
  305. credit.Size = UDim2.new(0, 235, 0, 19)
  306. credit.Font = Enum.Font.SciFi
  307. credit.Text = "Made By CallMeChin @ V3RM"
  308. credit.TextColor3 = Color3.new(1, 1, 1)
  309. credit.TextSize = 14
  310.  
  311. grab.Name = "grab"
  312. grab.Parent = main
  313. grab.BackgroundColor3 = Color3.new(0, 0, 0)
  314. grab.Position = UDim2.new(0.0381504558, 0, 0.600263834, 0)
  315. grab.Size = UDim2.new(0, 128, 0, 31)
  316. grab.Font = Enum.Font.SciFi
  317. grab.Text = "Grab Coordinates"
  318. grab.TextColor3 = Color3.new(1, 1, 1)
  319. grab.TextSize = 14
  320.  
  321. copy.Name = "copy"
  322. copy.Parent = main
  323. copy.BackgroundColor3 = Color3.new(0, 0, 0)
  324. copy.Position = UDim2.new(0.697107434, 0, 0.595215261, 0)
  325. copy.Size = UDim2.new(0, 52, 0, 32)
  326. copy.Font = Enum.Font.SciFi
  327. copy.Text = "Copy"
  328. copy.TextColor3 = Color3.new(1, 1, 1)
  329. copy.TextSize = 14
  330.  
  331. cords.Name = "cords"
  332. cords.Parent = main
  333. cords.BackgroundColor3 = Color3.new(0, 0, 0)
  334. cords.Position = UDim2.new(0.0420129336, 0, 0.199266031, 0)
  335. cords.Size = UDim2.new(0, 194, 0, 37)
  336. cords.Font = Enum.Font.SciFi
  337. cords.Text = ""
  338. cords.TextColor3 = Color3.new(1, 1, 1)
  339. cords.TextSize = 14
  340. -- Scripts:
  341. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  342.  
  343. grab.MouseButton1Down:Connect(function()
  344. cords.Text = tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  345. wait(0.25)
  346. print(''..tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position))
  347. end)
  348.  
  349. copy.MouseButton1Down:Connect(function()
  350. setclipboard(""..cords.Text)
  351. end)
  352. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement