Advertisement
Steve_Harrrington

Norhtpoint Frontier Exploits

Aug 9th, 2019
4,764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.                   Made By CNales13
  3. Please, Wanna contact me, for any bugs that got the Scripts. Just contact me in Discord. Steve Harrington#0001
  4. Also, Im CNales13, Only I will change Names.
  5. --]]
  6. local tnfgui = Instance.new("ScreenGui")
  7. local frame = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. local main = Instance.new("Frame")
  10. local title = Instance.new("TextLabel")
  11. local credit = Instance.new("TextLabel")
  12. local xtp = Instance.new("TextButton")
  13. local hidename = Instance.new("TextButton")
  14. local tpcolonist = Instance.new("TextButton")
  15. local tpnative = Instance.new("TextButton")
  16. local tptraveler = Instance.new("TextButton")
  17. local close = Instance.new("TextButton")
  18. --Properties:
  19. tnfgui.Name = "tnfgui"
  20. tnfgui.Parent = game.CoreGui
  21.  
  22. frame.Name = "frame"
  23. frame.Parent = tnfgui
  24. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. frame.Position = UDim2.new(0, 0, 0.424242437, 0)
  26. frame.Size = UDim2.new(0, 91, 0, 41)
  27. frame.Style = Enum.FrameStyle.DropShadow
  28.  
  29. open.Name = "open"
  30. open.Parent = frame
  31. open.BackgroundColor3 = Color3.new(0, 0, 0)
  32. open.BackgroundTransparency = 0.5
  33. open.Position = UDim2.new(0.0139137097, 0, 0.161528051, 0)
  34. open.Size = UDim2.new(0, 74, 0, 20)
  35. open.Font = Enum.Font.SciFi
  36. open.Text = "Open"
  37. open.TextColor3 = Color3.new(1, 1, 1)
  38. open.TextSize = 14
  39. open.MouseButton1Down:connect(function()
  40. main.Visible = true
  41. frame.Visible = false
  42. end)
  43.  
  44. main.Name = "main"
  45. main.Parent = tnfgui
  46. main.BackgroundColor3 = Color3.new(1, 1, 1)
  47. main.Position = UDim2.new(0.141570151, 0, 0.299077749, 0)
  48. main.Size = UDim2.new(0, 218, 0, 233)
  49. main.Visible = false
  50. main.Style = Enum.FrameStyle.DropShadow
  51. main.Active = true
  52. main.Draggable = true
  53.  
  54. title.Name = "title"
  55. title.Parent = main
  56. title.BackgroundColor3 = Color3.new(0, 0, 0)
  57. title.Position = UDim2.new(-0.0559843555, 0, -0.0344254635, 0)
  58. title.Size = UDim2.new(0, 225, 0, 19)
  59. title.Font = Enum.Font.SciFi
  60. title.Text = "The Northern Frontier GUI"
  61. title.TextColor3 = Color3.new(1, 1, 1)
  62. title.TextSize = 14
  63.  
  64. credit.Name = "credit"
  65. credit.Parent = main
  66. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  67. credit.Position = UDim2.new(-0.0559843555, 0, 0.931239784, 0)
  68. credit.Size = UDim2.new(0, 225, 0, 19)
  69. credit.Font = Enum.Font.SciFi
  70. credit.Text = "GUI Made By CNales13/SteveHarrington"
  71. credit.TextColor3 = Color3.new(1, 1, 1)
  72. credit.TextSize = 14
  73.  
  74. xtp.Name = "xtp"
  75. xtp.Parent = main
  76. xtp.BackgroundColor3 = Color3.new(0, 0, 0)
  77. xtp.Position = UDim2.new(0.00425048545, 0, 0.142846629, 0)
  78. xtp.Size = UDim2.new(0, 200, 0, 17)
  79. xtp.Font = Enum.Font.SciFi
  80. xtp.Text = "X Teleport"
  81. xtp.TextColor3 = Color3.new(1, 1, 1)
  82. xtp.TextSize = 14
  83. xtp.MouseButton1Down:connect(function()
  84. plr = game.Players.LocalPlayer
  85. hum = plr.Character.HumanoidRootPart
  86. mouse = plr:GetMouse()
  87.  
  88. mouse.KeyDown:connect(function(key)
  89. if key == "x" then
  90. if mouse.Target then
  91. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  92. end
  93. end
  94. end)
  95. end)
  96.  
  97. hidename.Name = "hidename"
  98. hidename.Parent = main
  99. hidename.BackgroundColor3 = Color3.new(0, 0, 0)
  100. hidename.Position = UDim2.new(0.00425048545, 0, 0.297353059, 0)
  101. hidename.Size = UDim2.new(0, 200, 0, 17)
  102. hidename.Font = Enum.Font.SciFi
  103. hidename.Text = "Hide Name"
  104. hidename.TextColor3 = Color3.new(1, 1, 1)
  105. hidename.TextSize = 14
  106. hidename.MouseButton1Down:connect(function()
  107. local name = game:GetService'Players'.LocalPlayer.Name
  108. Workspace.World.MouseFilter[name][name].Head.LabelBillboardGui: Destroy()
  109. end)
  110.  
  111. tpcolonist.Name = "tpcolonist"
  112. tpcolonist.Parent = main
  113. tpcolonist.BackgroundColor3 = Color3.new(0, 0, 0)
  114. tpcolonist.Position = UDim2.new(0.00425048545, 0, 0.447567642, 0)
  115. tpcolonist.Size = UDim2.new(0, 200, 0, 17)
  116. tpcolonist.Font = Enum.Font.SciFi
  117. tpcolonist.Text = "Teleport To Colonist Base"
  118. tpcolonist.TextColor3 = Color3.new(1, 1, 1)
  119. tpcolonist.TextSize = 14
  120. tpcolonist.MouseButton1Down:connect(function()
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-606.592773, 45, -657.825439)
  122. end)
  123.  
  124. tpnative.Name = "tpnative"
  125. tpnative.Parent = main
  126. tpnative.BackgroundColor3 = Color3.new(0, 0, 0)
  127. tpnative.Position = UDim2.new(0.00425048545, 0, 0.58919853, 0)
  128. tpnative.Size = UDim2.new(0, 200, 0, 17)
  129. tpnative.Font = Enum.Font.SciFi
  130. tpnative.Text = "Teleport To Native Camp"
  131. tpnative.TextColor3 = Color3.new(1, 1, 1)
  132. tpnative.TextSize = 14
  133. tpnative.MouseButton1Down:connect(function()
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1864.0199, 57, 701.627319)
  135. end)
  136.  
  137. tptraveler.Name = "tptraveler"
  138. tptraveler.Parent = main
  139. tptraveler.BackgroundColor3 = Color3.new(0, 0, 0)
  140. tptraveler.Position = UDim2.new(0.00425048545, 0, 0.739413142, 0)
  141. tptraveler.Size = UDim2.new(0, 200, 0, 17)
  142. tptraveler.Font = Enum.Font.SciFi
  143. tptraveler.Text = "Teleport To Traveler"
  144. tptraveler.TextColor3 = Color3.new(1, 1, 1)
  145. tptraveler.TextSize = 14
  146. tptraveler.MouseButton1Down:connect(function()
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(268.278961, 81, -499.590393)
  148. end)
  149.  
  150. close.Name = "close"
  151. close.Parent = main
  152. close.BackgroundColor3 = Color3.new(0, 0, 0)
  153. close.Position = UDim2.new(0.960082471, 0, -0.0368760414, 0)
  154. close.Size = UDim2.new(0, 19, 0, 18)
  155. close.Font = Enum.Font.SciFi
  156. close.Text = "X"
  157. close.TextColor3 = Color3.new(1, 1, 1)
  158. close.TextSize = 14
  159. close.MouseButton1Down:connect(function()
  160. frame.Visible = true
  161. main.Visible = false
  162. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement