Advertisement
VextozR1

Noob Simulator Gui

Dec 19th, 2018
11,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. -- Noob Simulator GUI
  2. -- Made By VextozR1
  3. -- Objects :
  4.  
  5. local NoobSimulatorGUI = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Diamond = Instance.new("TextButton")
  9. local Rebirthgem = Instance.new("TextButton")
  10. local Skill = Instance.new("TextButton")
  11. local Coins = Instance.new("TextButton")
  12. local Hats = Instance.new("TextButton")
  13. local Rebirth = Instance.new("TextButton")
  14. local Guicredit = Instance.new("TextLabel")
  15. local Scriptcredit = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local TextButton = Instance.new("TextButton")
  18. local OpenFrame = Instance.new("Frame")
  19. local Open = Instance.new("TextButton")
  20. NoobSimulatorGUI.Name = "Noob Simulator GUI"
  21. NoobSimulatorGUI.Parent = game.CoreGui
  22. MainFrame.Name = "Main Frame"
  23. MainFrame.Parent = NoobSimulatorGUI
  24. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. MainFrame.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
  26. MainFrame.BorderSizePixel = 4
  27. MainFrame.Position = UDim2.new(0.358457506, 0, 0.215503871, 0)
  28. MainFrame.Size = UDim2.new(0, 478, 0, 384)
  29. MainFrame.Visible = false
  30. MainFrame.Active = true
  31. MainFrame.Draggable = true
  32. Title.Name = "Title"
  33. Title.Parent = MainFrame
  34. Title.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
  35. Title.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
  36. Title.BorderSizePixel = 0
  37. Title.Size = UDim2.new(0, 478, 0, 50)
  38. Title.Font = Enum.Font.SciFi
  39. Title.Text = "NOOB SIMULATOR GUI"
  40. Title.TextColor3 = Color3.new(0, 0, 0)
  41. Title.TextSize = 30
  42. Diamond.Name = "Diamond"
  43. Diamond.Parent = MainFrame
  44. Diamond.BackgroundColor3 = Color3.new(0.32549, 0.541176, 1)
  45. Diamond.Position = UDim2.new(0.581589937, 0, 0.169270843, 0)
  46. Diamond.Size = UDim2.new(0, 200, 0, 50)
  47. Diamond.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  48. Diamond.Font = Enum.Font.Highway
  49. Diamond.Text = "GET DIAMOND"
  50. Diamond.TextColor3 = Color3.new(0, 0, 0)
  51. Diamond.TextSize = 17
  52. Rebirthgem.Name = "Rebirth gem"
  53. Rebirthgem.Parent = MainFrame
  54. Rebirthgem.BackgroundColor3 = Color3.new(0.32549, 0.541176, 1)
  55. Rebirthgem.Position = UDim2.new(-0.00137513876, 0, 0.170760661, 0)
  56. Rebirthgem.Size = UDim2.new(0, 200, 0, 50)
  57. Rebirthgem.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  58. Rebirthgem.Font = Enum.Font.Highway
  59. Rebirthgem.Text = "GET REBIRTH GEM"
  60. Rebirthgem.TextColor3 = Color3.new(0, 0, 0)
  61. Rebirthgem.TextSize = 17
  62. Skill.Name = "Skill"
  63. Skill.Parent = MainFrame
  64. Skill.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Skill.Position = UDim2.new(0, 0, 0.299479157, 0)
  66. Skill.Size = UDim2.new(0, 200, 0, 50)
  67. Skill.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  68. Skill.Font = Enum.Font.Highway
  69. Skill.Text = "GET SKILL"
  70. Skill.TextColor3 = Color3.new(0, 0, 0)
  71. Skill.TextSize = 17
  72. Coins.Name = "Coins"
  73. Coins.Parent = MainFrame
  74. Coins.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Coins.Position = UDim2.new(0.581589937, 0, 0.299479157, 0)
  76. Coins.Size = UDim2.new(0, 200, 0, 50)
  77. Coins.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  78. Coins.Font = Enum.Font.Highway
  79. Coins.Text = "GET COINS"
  80. Coins.TextColor3 = Color3.new(0, 0, 0)
  81. Coins.TextSize = 17
  82. Hats.Name = "Hats"
  83. Hats.Parent = MainFrame
  84. Hats.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Hats.Position = UDim2.new(0, 0, 0.4296875, 0)
  86. Hats.Size = UDim2.new(0, 200, 0, 50)
  87. Hats.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  88. Hats.Font = Enum.Font.Highway
  89. Hats.Text = "GET BEST HAT"
  90. Hats.TextColor3 = Color3.new(0, 0, 0)
  91. Hats.TextSize = 17
  92. Rebirth.Name = "Rebirth"
  93. Rebirth.Parent = MainFrame
  94. Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Rebirth.Position = UDim2.new(0.581589937, 0, 0.4296875, 0)
  96. Rebirth.Size = UDim2.new(0, 200, 0, 50)
  97. Rebirth.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  98. Rebirth.Font = Enum.Font.Highway
  99. Rebirth.Text = "AUTO REBIRTH"
  100. Rebirth.TextColor3 = Color3.new(0, 0, 0)
  101. Rebirth.TextSize = 17
  102. Guicredit.Name = "Gui credit"
  103. Guicredit.Parent = MainFrame
  104. Guicredit.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
  105. Guicredit.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
  106. Guicredit.BorderSizePixel = 2
  107. Guicredit.Position = UDim2.new(0, 0, 0.9375, 0)
  108. Guicredit.Size = UDim2.new(0, 155, 0, 24)
  109. Guicredit.Font = Enum.Font.SciFi
  110. Guicredit.Text = "GUI CREDIT : VEXTOZR1"
  111. Guicredit.TextColor3 = Color3.new(0, 0, 0)
  112. Guicredit.TextSize = 14
  113. Scriptcredit.Name = "Script credit"
  114. Scriptcredit.Parent = MainFrame
  115. Scriptcredit.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
  116. Scriptcredit.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
  117. Scriptcredit.BorderSizePixel = 2
  118. Scriptcredit.Position = UDim2.new(0.629707098, 0, 0.9375, 0)
  119. Scriptcredit.Size = UDim2.new(0, 177, 0, 24)
  120. Scriptcredit.Font = Enum.Font.SciFi
  121. Scriptcredit.Text = "SCRIPT(S) CREDIT TO OWNER"
  122. Scriptcredit.TextColor3 = Color3.new(0, 0, 0)
  123. Scriptcredit.TextSize = 14
  124. Close.Name = "Close"
  125. Close.Parent = MainFrame
  126. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Close.BackgroundTransparency = 3
  128. Close.Position = UDim2.new(0.943514645, 0, 0, 0)
  129. Close.Size = UDim2.new(0, 36, 0, 22)
  130. Close.Font = Enum.Font.SciFi
  131. Close.Text = "X"
  132. Close.TextColor3 = Color3.new(0, 0, 0)
  133. Close.TextSize = 20
  134. TextButton.Parent = MainFrame
  135. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextButton.Position = UDim2.new(0.290794969, 0, 0.567708373, 0)
  137. TextButton.Size = UDim2.new(0, 200, 0, 50)
  138. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  139. TextButton.Font = Enum.Font.Highway
  140. TextButton.Text = "INF DONATE STATS"
  141. TextButton.TextColor3 = Color3.new(0, 0, 0)
  142. TextButton.TextSize = 17
  143. OpenFrame.Name = "Open Frame "
  144. OpenFrame.Parent = NoobSimulatorGUI
  145. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  146. OpenFrame.Position = UDim2.new(0, 0, 0.466666669, 0)
  147. OpenFrame.Size = UDim2.new(0, 131, 0, 56)
  148. OpenFrame.Style = Enum.FrameStyle.ChatRed
  149. Open.Name = "Open"
  150. Open.Parent = OpenFrame
  151. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Open.BorderSizePixel = 0
  153. Open.Position = UDim2.new(-0.0801974982, 0, -0.559497237, 0)
  154. Open.Size = UDim2.new(0, 118, 0, 52)
  155. Open.Font = Enum.Font.SciFi
  156. Open.Text = "OPEN"
  157. Open.TextColor3 = Color3.new(0, 0, 0)
  158. Open.TextSize = 25
  159. Diamond.MouseButton1Down:connect(function()
  160. game.Players.LocalPlayer.Stats.Gems.Value = 9000000000000000000
  161. end)
  162. Rebirthgem.MouseButton1Down:connect(function()
  163. game.Players.LocalPlayer.Stats.RebirthCoins.Value = 9000000000000000000
  164. end)
  165. Skill.MouseButton1Down:connect(function()
  166. game:GetService("ReplicatedStorage").Events.UpgradeSkillClick:FireServer(14)
  167. end)
  168. Coins.MouseButton1Down:connect(function()
  169. while true do
  170. wait()
  171. game:GetService("ReplicatedStorage").Events.AddSkillEvent:FireServer(9999999, 9999999)
  172. end
  173. end)
  174. Hats.MouseButton1Down:connect(function()
  175. game.ReplicatedStorage.Events.AddHat:FireServer("Sinister Fedora")
  176. wait()
  177. game.ReplicatedStorage.Events.AddHat:FireServer("Dominus Infernus")
  178. wait()
  179. game.ReplicatedStorage.Events.AddHat:FireServer("Dominus Praefectus")
  180. end)
  181. Rebirth.MouseButton1Down:connect(function()
  182. while true do
  183. wait()
  184. game.ReplicatedStorage.Events.RebirthEvent:FireServer()
  185. end
  186. end)
  187. Open.MouseButton1Down:connect(function()
  188. MainFrame.Visible = true
  189. OpenFrame.Visible= false
  190. end)
  191. Close.MouseButton1Down:connect(function()
  192. MainFrame.Visible = false
  193. OpenFrame.Visible= true
  194. end)
  195. game.StarterGui:SetCore('SendNotification', {
  196. Title = "Gui Made By VextozR1";
  197. Text = "Thanks For Using NoobSimulatorGUI";
  198. duration = 7;
  199. })
  200. wait(1)
  201. game.StarterGui:SetCore('SendNotification', {
  202. Title = "VexHUB";
  203. Text = "This Gui Made By VextozR1 And The Script(s) Credit to owner";
  204. duration = 7;
  205. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement