ChaosityYT

The Northern Frontier GUI UranicPower6

May 29th, 2019
1,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 KB | None | 0 0
  1. -- Objects
  2.  
  3. local NFTGui = Instance.new("ScreenGui")
  4. local Op = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Open = Instance.new("TextButton")
  7. local Ma = Instance.new("Frame")
  8. local back = Instance.new("ImageLabel")
  9. local TTl = Instance.new("TextLabel")
  10. local Cred = Instance.new("TextLabel")
  11. local ImageLabel_2 = Instance.new("ImageLabel")
  12. local Exit = Instance.new("TextButton")
  13. local ImageLabel_3 = Instance.new("ImageLabel")
  14. local S1 = Instance.new("TextButton")
  15. local ImageLabel_4 = Instance.new("ImageLabel")
  16. local S2 = Instance.new("TextButton")
  17. local ImageLabel_5 = Instance.new("ImageLabel")
  18. local S3 = Instance.new("TextButton")
  19. local ImageLabel_6 = Instance.new("ImageLabel")
  20. local S4 = Instance.new("TextButton")
  21. local ImageLabel_7 = Instance.new("ImageLabel")
  22. local S5 = Instance.new("TextButton")
  23. local ImageLabel_8 = Instance.new("ImageLabel")
  24. local S6 = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. NFTGui.Name = "NFTGui"
  29. NFTGui.Parent = game.CoreGui
  30.  
  31. Op.Name = "Op"
  32. Op.Parent = NFTGui
  33. Op.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Op.BackgroundTransparency = 1
  35. Op.Position = UDim2.new(0, 0, 0, 414)
  36. Op.Size = UDim2.new(0, 44, 0, 44)
  37.  
  38. ImageLabel.Parent = Op
  39. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. ImageLabel.BackgroundTransparency = 1
  41. ImageLabel.Size = UDim2.new(0, 44, 0, 44)
  42. ImageLabel.Image = "rbxassetid://180409770"
  43.  
  44. Open.Name = "Open"
  45. Open.Parent = Op
  46. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Open.BackgroundTransparency = 1
  48. Open.Size = UDim2.new(0, 44, 0, 44)
  49. Open.Font = Enum.Font.Antique
  50. Open.Text = "Open"
  51. Open.TextColor3 = Color3.new(0, 0, 0)
  52. Open.TextScaled = true
  53. Open.TextSize = 14
  54. Open.TextWrapped = true
  55.  
  56. Ma.Name = "Ma"
  57. Ma.Parent = NFTGui
  58. Ma.Active = true
  59. Ma.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Ma.BackgroundTransparency = 1
  61. Ma.ClipsDescendants = true
  62. Ma.Draggable = true
  63. Ma.Position = UDim2.new(0, -600, 0, 266)
  64. Ma.Size = UDim2.new(0, 416, 0, 261)
  65.  
  66. back.Name = "back"
  67. back.Parent = Ma
  68. back.BackgroundColor3 = Color3.new(1, 1, 1)
  69. back.BackgroundTransparency = 1
  70. back.Size = UDim2.new(0, 416, 0, 261)
  71. back.Image = "rbxassetid://180409770"
  72.  
  73. TTl.Name = "TTl"
  74. TTl.Parent = Ma
  75. TTl.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TTl.BackgroundTransparency = 1
  77. TTl.Position = UDim2.new(0, 16, 0, 0)
  78. TTl.Size = UDim2.new(0, 224, 0, 50)
  79. TTl.Font = Enum.Font.Antique
  80. TTl.Text = "Norhtern Frontier GUI"
  81. TTl.TextColor3 = Color3.new(0, 0, 0)
  82. TTl.TextScaled = true
  83. TTl.TextSize = 14
  84. TTl.TextWrapped = true
  85.  
  86. Cred.Name = "Cred"
  87. Cred.Parent = Ma
  88. Cred.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Cred.BackgroundTransparency = 1
  90. Cred.Position = UDim2.new(0, 66, 0, 29)
  91. Cred.Size = UDim2.new(0, 192, 0, 27)
  92. Cred.Font = Enum.Font.Antique
  93. Cred.Text = "By UranicPower6#0306"
  94. Cred.TextColor3 = Color3.new(0, 0, 0)
  95. Cred.TextScaled = true
  96. Cred.TextSize = 14
  97. Cred.TextWrapped = true
  98.  
  99. ImageLabel_2.Parent = Ma
  100. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  101. ImageLabel_2.BackgroundTransparency = 1
  102. ImageLabel_2.Position = UDim2.new(0, 374, 0, 0)
  103. ImageLabel_2.Size = UDim2.new(0, 43, 0, 43)
  104. ImageLabel_2.Image = "rbxassetid://10012678"
  105.  
  106. Exit.Name = "Exit"
  107. Exit.Parent = Ma
  108. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Exit.BackgroundTransparency = 0.9
  110. Exit.Position = UDim2.new(0, 376, 0, 0)
  111. Exit.Size = UDim2.new(0, 40, 0, 41)
  112. Exit.Font = Enum.Font.Antique
  113. Exit.Text = "X"
  114. Exit.TextScaled = true
  115. Exit.TextSize = 14
  116. Exit.TextWrapped = true
  117.  
  118. ImageLabel_3.Parent = Ma
  119. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  120. ImageLabel_3.BackgroundTransparency = 1
  121. ImageLabel_3.Position = UDim2.new(0, 20, 0, 69)
  122. ImageLabel_3.Size = UDim2.new(0, 91, 0, 61)
  123. ImageLabel_3.Image = "rbxassetid://10012678"
  124.  
  125. S1.Name = "S1"
  126. S1.Parent = ImageLabel_3
  127. S1.BackgroundColor3 = Color3.new(1, 1, 1)
  128. S1.BackgroundTransparency = 0.9
  129. S1.Size = UDim2.new(0, 91, 0, 61)
  130. S1.Font = Enum.Font.Antique
  131. S1.Text = "Teleport (T Key)"
  132. S1.TextColor3 = Color3.new(0, 0, 0)
  133. S1.TextScaled = true
  134. S1.TextSize = 14
  135. S1.TextWrapped = true
  136.  
  137. ImageLabel_4.Parent = Ma
  138. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  139. ImageLabel_4.BackgroundTransparency = 1
  140. ImageLabel_4.Position = UDim2.new(0, 117, 0, 69)
  141. ImageLabel_4.Size = UDim2.new(0, 91, 0, 61)
  142. ImageLabel_4.Image = "rbxassetid://10012678"
  143.  
  144. S2.Name = "S2"
  145. S2.Parent = ImageLabel_4
  146. S2.BackgroundColor3 = Color3.new(1, 1, 1)
  147. S2.BackgroundTransparency = 0.9
  148. S2.Size = UDim2.new(0, 91, 0, 61)
  149. S2.Font = Enum.Font.Antique
  150. S2.Text = "Inf Cash"
  151. S2.TextColor3 = Color3.new(0, 0, 0)
  152. S2.TextScaled = true
  153. S2.TextSize = 14
  154. S2.TextWrapped = true
  155.  
  156. ImageLabel_5.Parent = Ma
  157. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  158. ImageLabel_5.BackgroundTransparency = 1
  159. ImageLabel_5.Position = UDim2.new(0, 208, 0, 69)
  160. ImageLabel_5.Size = UDim2.new(0, 91, 0, 61)
  161. ImageLabel_5.Image = "rbxassetid://10012678"
  162.  
  163. S3.Name = "S3"
  164. S3.Parent = ImageLabel_5
  165. S3.BackgroundColor3 = Color3.new(1, 1, 1)
  166. S3.BackgroundTransparency = 0.9
  167. S3.Size = UDim2.new(0, 91, 0, 61)
  168. S3.Font = Enum.Font.Antique
  169. S3.Text = "Buy Bandages"
  170. S3.TextColor3 = Color3.new(0, 0, 0)
  171. S3.TextScaled = true
  172. S3.TextSize = 14
  173. S3.TextWrapped = true
  174.  
  175. ImageLabel_6.Parent = Ma
  176. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  177. ImageLabel_6.BackgroundTransparency = 1
  178. ImageLabel_6.Position = UDim2.new(0, 302, 0, 69)
  179. ImageLabel_6.Size = UDim2.new(0, 91, 0, 61)
  180. ImageLabel_6.Image = "rbxassetid://10012678"
  181.  
  182. S4.Name = "S4"
  183. S4.Parent = ImageLabel_6
  184. S4.BackgroundColor3 = Color3.new(1, 1, 1)
  185. S4.BackgroundTransparency = 0.9
  186. S4.Size = UDim2.new(0, 91, 0, 61)
  187. S4.Font = Enum.Font.Antique
  188. S4.Text = "Sell logs"
  189. S4.TextColor3 = Color3.new(0, 0, 0)
  190. S4.TextScaled = true
  191. S4.TextSize = 14
  192. S4.TextWrapped = true
  193.  
  194. ImageLabel_7.Parent = Ma
  195. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  196. ImageLabel_7.BackgroundTransparency = 1
  197. ImageLabel_7.Position = UDim2.new(0, 20, 0, 131)
  198. ImageLabel_7.Size = UDim2.new(0, 91, 0, 61)
  199. ImageLabel_7.Image = "rbxassetid://10012678"
  200.  
  201. S5.Name = "S5"
  202. S5.Parent = ImageLabel_7
  203. S5.BackgroundColor3 = Color3.new(1, 1, 1)
  204. S5.BackgroundTransparency = 0.9
  205. S5.Size = UDim2.new(0, 91, 0, 61)
  206. S5.Font = Enum.Font.Antique
  207. S5.Text = "Teleport Colonist"
  208. S5.TextColor3 = Color3.new(0, 0, 0)
  209. S5.TextScaled = true
  210. S5.TextSize = 14
  211. S5.TextWrapped = true
  212.  
  213. ImageLabel_8.Parent = Ma
  214. ImageLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  215. ImageLabel_8.BackgroundTransparency = 1
  216. ImageLabel_8.Position = UDim2.new(0, 117, 0, 131)
  217. ImageLabel_8.Size = UDim2.new(0, 91, 0, 61)
  218. ImageLabel_8.Image = "rbxassetid://10012678"
  219.  
  220. S6.Name = "S6"
  221. S6.Parent = ImageLabel_8
  222. S6.BackgroundColor3 = Color3.new(1, 1, 1)
  223. S6.BackgroundTransparency = 0.9
  224. S6.Size = UDim2.new(0, 91, 0, 61)
  225. S6.Font = Enum.Font.Antique
  226. S6.Text = "Teleport Native"
  227. S6.TextColor3 = Color3.new(0, 0, 0)
  228. S6.TextScaled = true
  229. S6.TextSize = 14
  230. S6.TextWrapped = true
  231.  
  232. Open.MouseButton1Click:connect(function()
  233. Ma:TweenPosition(UDim2.new(0,172,0,266), "In", "Quad", 1)
  234. Op.Visible = false
  235. end)
  236.  
  237. Exit.MouseButton1Click:connect(function()
  238. Ma:TweenPosition(UDim2.new(0,-600,0,266), "Out", "Quad", 1)
  239. Op.Visible = true
  240. end)
  241.  
  242. S1.MouseButton1Click:connect(function()
  243. plr = game.Players.LocalPlayer
  244.  
  245. hum = plr.Character.HumanoidRootPart
  246.  
  247. mouse = plr:GetMouse()
  248.  
  249.  
  250.  
  251. mouse.KeyDown:connect(function(key)
  252.  
  253. if key == "t" then
  254.  
  255. if mouse.Target then
  256.  
  257. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  258.  
  259. end
  260.  
  261. end
  262. end)
  263. end)
  264.  
  265. S2.MouseButton1Click:connect(function()
  266. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("economy", "purchaseItem", "generalStore1", "Bandage", -100000)
  267. end)
  268.  
  269. S3.MouseButton1Click:connect(function()
  270. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("economy", "purchaseItem", "generalStore1", "Bandage", 3)
  271. end)
  272.  
  273. S4.MouseButton1Click:connect(function()
  274. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("economy", "sellItem", "barberShop", "Tree log", 1000)
  275. end)
  276.  
  277. S5.MouseButton1Click:connect(function()
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-592, 46, -826)
  279. end)
  280.  
  281. S6.MouseButton1Down:connect(function()
  282. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1193, 81, -583)
  283. end)
Add Comment
Please, Sign In to add comment