Advertisement
iiJakub_11

Nature X

Mar 21st, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.50 KB | None | 0 0
  1. local NatureX = Instance.new("ScreenGui")
  2. local LogInGUI = Instance.new("Frame")
  3. local Sign1 = Instance.new("TextLabel")
  4. local Password = Instance.new("TextBox")
  5. local Submit = Instance.new("ImageButton")
  6. local MainGUI = Instance.new("Frame")
  7. local Close = Instance.new("TextButton")
  8. local CTRLDELETE = Instance.new("TextButton")
  9. local RevizAdmin = Instance.new("TextButton")
  10. local Sign2 = Instance.new("TextLabel")
  11. local Credits = Instance.new("TextLabel")
  12. local Kill = Instance.new("TextButton")
  13. local OpenGui = Instance.new("Frame")
  14. local TextButton = Instance.new("TextButton")
  15. local Loading = Instance.new("Frame")
  16. local Sign3 = Instance.new("TextLabel")
  17. local Version = Instance.new("TextLabel")
  18. --Properties:
  19. NatureX.Name = "NatureX"
  20. NatureX.Parent = game.CoreGui
  21.  
  22. LogInGUI.Name = "LogInGUI"
  23. LogInGUI.Parent = NatureX
  24. LogInGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  25. LogInGUI.BorderColor3 = Color3.new(0, 0, 0)
  26. LogInGUI.Position = UDim2.new(0.0121522062, 0, 0.706828475, 0)
  27. LogInGUI.Size = UDim2.new(0, 423, 0, 156)
  28. LogInGUI.Style = Enum.FrameStyle.RobloxRound
  29. LogInGUI.Active = true
  30. LogInGUI.Draggable = false
  31.  
  32. Sign1.Name = "Sign1"
  33. Sign1.Parent = LogInGUI
  34. Sign1.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Sign1.BackgroundTransparency = 1
  36. Sign1.Position = UDim2.new(-0.0875326619, 0, 0.00578308105, 0)
  37. Sign1.Size = UDim2.new(0, 500, 0, 62)
  38. Sign1.Font = Enum.Font.GothamBlack
  39. Sign1.Text = "Nature X"
  40. Sign1.TextColor3 = Color3.new(0, 1, 1)
  41. Sign1.TextScaled = true
  42. Sign1.TextSize = 14
  43. Sign1.TextWrapped = true
  44.  
  45. Password.Name = "Password"
  46. Password.Parent = LogInGUI
  47. Password.BackgroundColor3 = Color3.new(0, 1, 1)
  48. Password.Position = UDim2.new(0.017226452, 0, 0.556472003, 0)
  49. Password.Size = UDim2.new(0, 332, 0, 42)
  50. Password.Font = Enum.Font.Fantasy
  51. Password.Text = "Password Here"
  52. Password.TextColor3 = Color3.new(0, 0, 0)
  53. Password.TextScaled = true
  54. Password.TextSize = 14
  55. Password.TextWrapped = true
  56.  
  57. Submit.Name = "Submit"
  58. Submit.Parent = LogInGUI
  59. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Submit.BackgroundTransparency = 1
  61. Submit.Position = UDim2.new(0.857233286, 0, 0.526796877, 0)
  62. Submit.Size = UDim2.new(0, 65, 0, 54)
  63. Submit.Image = "rbxassetid://65994323"
  64. Submit.MouseButton1Down:connect(function()
  65.     if Password.Text == "Jxkub" then
  66.         LogInGUI.Visible = false
  67.         Loading.Visible = true
  68.         wait(3)
  69.         Loading.Visible = false
  70.         OpenGui.Visible = true
  71.     end
  72. end)
  73.  
  74. MainGUI.Name = "MainGUI"
  75. MainGUI.Parent = NatureX
  76. MainGUI.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  77. MainGUI.Position = UDim2.new(0.279159158, 0, 0.194151223, 0)
  78. MainGUI.Size = UDim2.new(0, 543, 0, 365)
  79. MainGUI.Visible = false
  80. MainGUI.Active = true
  81. MainGUI.Draggable = true
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = MainGUI
  85. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  86. Close.Position = UDim2.new(0.951178432, 0, 0, 0)
  87. Close.Size = UDim2.new(0, 29, 0, 29)
  88. Close.Font = Enum.Font.Highway
  89. Close.Text = "X"
  90. Close.TextColor3 = Color3.new(1, 1, 1)
  91. Close.TextScaled = true
  92. Close.TextSize = 14
  93. Close.TextWrapped = true
  94. Close.MouseButton1Down:connect(function()
  95.     MainGUI.Visible = false
  96.     OpenGui.Visible = true
  97. end)
  98.  
  99. CTRLDELETE.Name = "CTRLDELETE"
  100. CTRLDELETE.Parent = MainGUI
  101. CTRLDELETE.BackgroundColor3 = Color3.new(1, 1, 1)
  102. CTRLDELETE.BackgroundTransparency = 0.5
  103. CTRLDELETE.Position = UDim2.new(0.0572390817, 0, 0.207357854, 0)
  104. CTRLDELETE.Size = UDim2.new(0, 176, 0, 61)
  105. CTRLDELETE.Font = Enum.Font.Highway
  106. CTRLDELETE.Text = "CTRL Delete"
  107. CTRLDELETE.TextColor3 = Color3.new(0, 0, 0)
  108. CTRLDELETE.TextScaled = true
  109. CTRLDELETE.TextSize = 14
  110. CTRLDELETE.TextWrapped = true
  111. CTRLDELETE.MouseButton1Down:connect(function()
  112.     local Plr = game:GetService("Players").LocalPlayer
  113. local Mouse = Plr:GetMouse()
  114.  
  115. Mouse.Button1Down:connect(function()
  116. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  117. if not Mouse.Target then return end
  118. Mouse.Target:Destroy()
  119. end)
  120. end)
  121.  
  122. RevizAdmin.Name = "RevizAdmin"
  123. RevizAdmin.Parent = MainGUI
  124. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  125. RevizAdmin.BackgroundTransparency = 0.5
  126. RevizAdmin.Position = UDim2.new(0.0572390817, 0, 0.462741762, 0)
  127. RevizAdmin.Size = UDim2.new(0, 176, 0, 58)
  128. RevizAdmin.Font = Enum.Font.Highway
  129. RevizAdmin.Text = "Admin"
  130. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  131. RevizAdmin.TextScaled = true
  132. RevizAdmin.TextSize = 14
  133. RevizAdmin.TextWrapped = true
  134. RevizAdmin.MouseButton1Down:connect(function()
  135. loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS",true))()
  136. end)
  137.  
  138. Sign2.Name = "Sign2"
  139. Sign2.Parent = MainGUI
  140. Sign2.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Sign2.BackgroundTransparency = 1
  142. Sign2.Size = UDim2.new(0, 565, 0, 62)
  143. Sign2.Font = Enum.Font.Highway
  144. Sign2.Text = "Nature X"
  145. Sign2.TextColor3 = Color3.new(0, 1, 1)
  146. Sign2.TextScaled = true
  147. Sign2.TextSize = 14
  148. Sign2.TextWrapped = true
  149.  
  150. Credits.Name = "Credits"
  151. Credits.Parent = MainGUI
  152. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Credits.BackgroundTransparency = 1
  154. Credits.Position = UDim2.new(0.662112713, 0, 0.852842808, 0)
  155. Credits.Size = UDim2.new(0, 200, 0, 55)
  156. Credits.Font = Enum.Font.Highway
  157. Credits.Text = "Made by Jxkub#7766"
  158. Credits.TextColor3 = Color3.new(0, 0, 0)
  159. Credits.TextScaled = true
  160. Credits.TextSize = 14
  161. Credits.TextWrapped = true
  162.  
  163. Kill.Name = "Kill"
  164. Kill.Parent = MainGUI
  165. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Kill.BackgroundTransparency = 0.5
  167. Kill.Position = UDim2.new(0.0570902377, 0, 0.704109609, 0)
  168. Kill.Size = UDim2.new(0, 176, 0, 48)
  169. Kill.Font = Enum.Font.Highway
  170. Kill.Text = "FE Kill"
  171. Kill.TextColor3 = Color3.new(0, 0, 0)
  172. Kill.TextScaled = true
  173. Kill.TextSize = 14
  174. Kill.TextWrapped = true
  175. Kill.MouseButton1Down:connect(function()
  176.     loadstring(game:HttpGet("https://pastebin.com/raw/fp3CAUma",true))()
  177. end)
  178.  
  179. OpenGui.Name = "OpenGui"
  180. OpenGui.Parent = NatureX
  181. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  182. OpenGui.Position = UDim2.new(0, 0, 0.645756483, 0)
  183. OpenGui.Size = UDim2.new(0, 84, 0, 21)
  184. OpenGui.Visible = false
  185. OpenGui.Active = true
  186. OpenGui.Draggable = false
  187.  
  188. TextButton.Parent = OpenGui
  189. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  190. TextButton.Size = UDim2.new(0, 84, 0, 21)
  191. TextButton.Font = Enum.Font.SciFi
  192. TextButton.Text = "Open"
  193. TextButton.TextColor3 = Color3.new(1, 1, 1)
  194. TextButton.TextScaled = true
  195. TextButton.TextSize = 14
  196. TextButton.TextWrapped = true
  197. TextButton.MouseButton1Down:connect(function()
  198.     OpenGui.Visible = false
  199.     MainGUI.Visible = true
  200. end)
  201.  
  202. Loading.Name = "Loading"
  203. Loading.Parent = NatureX
  204. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Loading.BackgroundTransparency = 1
  206. Loading.Position = UDim2.new(0.182674199, 0, 0.143911436, 0)
  207. Loading.Size = UDim2.new(0, 694, 0, 386)
  208. Loading.Visible = false
  209. Loading.Active = true
  210. Loading.Draggable = false
  211.  
  212. Sign3.Name = "Sign3"
  213. Sign3.Parent = Loading
  214. Sign3.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Sign3.BackgroundTransparency = 1
  216. Sign3.Position = UDim2.new(0, 0, 0.246113986, 0)
  217. Sign3.Size = UDim2.new(0, 694, 0, 165)
  218. Sign3.Font = Enum.Font.SciFi
  219. Sign3.Text = "Nature X"
  220. Sign3.TextColor3 = Color3.new(0, 1, 1)
  221. Sign3.TextScaled = true
  222. Sign3.TextSize = 14
  223. Sign3.TextWrapped = true
  224.  
  225. Version.Name = "Version"
  226. Version.Parent = Loading
  227. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  228. Version.BackgroundTransparency = 1
  229. Version.Position = UDim2.new(0.325648397, 0, 0.673575103, 0)
  230. Version.Size = UDim2.new(0, 241, 0, 74)
  231. Version.Font = Enum.Font.Code
  232. Version.Text = "Version 1.6"
  233. Version.TextColor3 = Color3.new(1, 0, 0.498039)
  234. Version.TextScaled = true
  235. Version.TextSize = 14
  236. Version.TextWrapped = true
  237. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement