Advertisement
CallMeChin

Updated The Northern Frontier Gui

May 14th, 2019
2,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. --[[
  2. Made By CallMeChin
  3. https://v3rmillion.net/member.php?action=profile&uid=605761
  4. --]]
  5.  
  6. local main = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local close = Instance.new("TextButton")
  9. local xtp = Instance.new("TextButton")
  10. local credit = Instance.new("TextLabel")
  11. local hidename = Instance.new("TextButton")
  12. local bring = Instance.new("TextButton")
  13. local tpondeath = Instance.new("TextButton")
  14. local tp = Instance.new("TextButton")
  15. --Properties:
  16. main.Name = "main"
  17. main.Parent = game.CoreGui
  18. main.BackgroundColor3 = Color3.new(1, 1, 1)
  19. main.Position = UDim2.new(0.0234329347, 0, 0.419327706, 0)
  20. main.Size = UDim2.new(0, 185, 0, 173)
  21. main.Style = Enum.FrameStyle.DropShadow
  22. main.Active = true
  23. main.Draggable = true
  24.  
  25.  
  26. title.Name = "title"
  27. title.Parent = main
  28. title.BackgroundColor3 = Color3.new(0, 0, 0)
  29. title.Position = UDim2.new(-0.0846210495, 0, -0.106226861, 0)
  30. title.Size = UDim2.new(0, 197, 0, 17)
  31. title.Font = Enum.Font.SciFi
  32. title.Text = "The Northern Frontier Gui "
  33. title.TextColor3 = Color3.new(1, 1, 1)
  34. title.TextSize = 14
  35.  
  36. close.Name = "close"
  37. close.Parent = title
  38. close.BackgroundColor3 = Color3.new(0, 0, 0)
  39. close.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  40. close.Position = UDim2.new(0.910297394, 0, 0.0588235296, 0)
  41. close.Size = UDim2.new(0, 17, 0, 16)
  42. close.Font = Enum.Font.SciFi
  43. close.Text = "X"
  44. close.TextColor3 = Color3.new(1, 1, 1)
  45. close.TextSize = 14
  46. close.MouseButton1Down:connect(function()
  47. tnfgui:Destroy()
  48. end)
  49.  
  50. xtp.Name = "xtp"
  51. xtp.Parent = main
  52. xtp.BackgroundColor3 = Color3.new(0, 0, 0)
  53. xtp.Position = UDim2.new(0.0244021863, 0, 0.0441072769, 0)
  54. xtp.Size = UDim2.new(0, 160, 0, 19)
  55. xtp.Font = Enum.Font.SciFi
  56. xtp.Text = "X Teleport"
  57. xtp.TextColor3 = Color3.new(1, 1, 1)
  58. xtp.TextSize = 14
  59.  
  60. credit.Name = "credit"
  61. credit.Parent = main
  62. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  63. credit.Position = UDim2.new(-0.0900264457, 0, 0.956049979, 0)
  64. credit.Size = UDim2.new(0, 197, 0, 17)
  65. credit.Font = Enum.Font.SciFi
  66. credit.Text = "Gui Made By CallMeChin"
  67. credit.TextColor3 = Color3.new(1, 1, 1)
  68. credit.TextSize = 14
  69.  
  70. hidename.Name = "hidename"
  71. hidename.Parent = main
  72. hidename.BackgroundColor3 = Color3.new(0, 0, 0)
  73. hidename.Position = UDim2.new(0.0196714252, 0, 0.23353681, 0)
  74. hidename.Size = UDim2.new(0, 160, 0, 20)
  75. hidename.Font = Enum.Font.SciFi
  76. hidename.Text = "Hide Name"
  77. hidename.TextColor3 = Color3.new(1, 1, 1)
  78. hidename.TextSize = 14
  79.  
  80. bring.Name = "bring"
  81. bring.Parent = main
  82. bring.BackgroundColor3 = Color3.new(0, 0, 0)
  83. bring.Position = UDim2.new(0.0250768289, 0, 0.61704278, 0)
  84. bring.Size = UDim2.new(0, 160, 0, 18)
  85. bring.Font = Enum.Font.SciFi
  86. bring.Text = "Bring GUI"
  87. bring.TextColor3 = Color3.new(1, 1, 1)
  88. bring.TextSize = 14
  89.  
  90. tpondeath.Name = "tpondeath"
  91. tpondeath.Parent = main
  92. tpondeath.BackgroundColor3 = Color3.new(0, 0, 0)
  93. tpondeath.Position = UDim2.new(0.0152010098, 0, 0.427320838, 0)
  94. tpondeath.Size = UDim2.new(0, 160, 0, 21)
  95. tpondeath.Font = Enum.Font.SciFi
  96. tpondeath.Text = "Teleport After Death"
  97. tpondeath.TextColor3 = Color3.new(1, 1, 1)
  98. tpondeath.TextSize = 14
  99.  
  100. tp.Name = "tp"
  101. tp.Parent = main
  102. tp.BackgroundColor3 = Color3.new(0, 0, 0)
  103. tp.Position = UDim2.new(0.0152010117, 0, 0.800537646, 0)
  104. tp.Size = UDim2.new(0, 160, 0, 17)
  105. tp.Font = Enum.Font.SciFi
  106. tp.Text = "Teleport GUI"
  107. tp.TextColor3 = Color3.new(1, 1, 1)
  108. tp.TextSize = 14
  109. -- Scripts:
  110. xtp.MouseButton1Down:connect(function()
  111. plr = game.Players.LocalPlayer
  112. hum = plr.Character.HumanoidRootPart
  113. mouse = plr:GetMouse()
  114. mouse.KeyDown:connect(function(key)
  115. if key == "x" then
  116. if mouse.Target then
  117. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  118. end
  119. end
  120. end)
  121. end)
  122.  
  123. hidename.MouseButton1Down:connect(function()
  124. local name = game:GetService'Players'.LocalPlayer.Name
  125. Workspace.World.MouseFilter[name][name].Head.LabelBillboardGui: Destroy()
  126. end)
  127.  
  128. tpondeath.MouseButton1Down:connect(function()
  129. --Made by xXGokyXx
  130. local function onChanged()
  131. print('Health changed!')
  132. if game.Players.LocalPlayer.Status.Health.Value <= 0 then --You can make this number above 0 if you want to be teleported before death
  133. print('Teleporting to away!')
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1800,28,-813) --Change this to where you want to be teleported, I will do requests if you don't know how
  135. end
  136. end
  137. game.Players.LocalPlayer.Status.Health.Changed:Connect(onChanged)
  138. end)
  139.  
  140. bring.MouseButton1Down:connect(function()
  141. loadstring(game:HttpGet("https://pastebin.com/raw/bjsyrZBm", true))()
  142. end)
  143.  
  144. tp.MouseButton1Down:connect(function()
  145. loadstring(game:HttpGet("https://pastebin.com/raw/bjsyrZBm", true))()
  146. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement