Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Noob Simulator GUI
- -- Made By VextozR1
- -- Objects :
- local NoobSimulatorGUI = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Diamond = Instance.new("TextButton")
- local Rebirthgem = Instance.new("TextButton")
- local Skill = Instance.new("TextButton")
- local Coins = Instance.new("TextButton")
- local Hats = Instance.new("TextButton")
- local Rebirth = Instance.new("TextButton")
- local Guicredit = Instance.new("TextLabel")
- local Scriptcredit = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- NoobSimulatorGUI.Name = "Noob Simulator GUI"
- NoobSimulatorGUI.Parent = game.CoreGui
- MainFrame.Name = "Main Frame"
- MainFrame.Parent = NoobSimulatorGUI
- MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainFrame.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
- MainFrame.BorderSizePixel = 4
- MainFrame.Position = UDim2.new(0.358457506, 0, 0.215503871, 0)
- MainFrame.Size = UDim2.new(0, 478, 0, 384)
- MainFrame.Visible = false
- MainFrame.Active = true
- MainFrame.Draggable = true
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
- Title.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 478, 0, 50)
- Title.Font = Enum.Font.SciFi
- Title.Text = "NOOB SIMULATOR GUI"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 30
- Diamond.Name = "Diamond"
- Diamond.Parent = MainFrame
- Diamond.BackgroundColor3 = Color3.new(0.32549, 0.541176, 1)
- Diamond.Position = UDim2.new(0.581589937, 0, 0.169270843, 0)
- Diamond.Size = UDim2.new(0, 200, 0, 50)
- Diamond.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Diamond.Font = Enum.Font.Highway
- Diamond.Text = "GET DIAMOND"
- Diamond.TextColor3 = Color3.new(0, 0, 0)
- Diamond.TextSize = 17
- Rebirthgem.Name = "Rebirth gem"
- Rebirthgem.Parent = MainFrame
- Rebirthgem.BackgroundColor3 = Color3.new(0.32549, 0.541176, 1)
- Rebirthgem.Position = UDim2.new(-0.00137513876, 0, 0.170760661, 0)
- Rebirthgem.Size = UDim2.new(0, 200, 0, 50)
- Rebirthgem.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Rebirthgem.Font = Enum.Font.Highway
- Rebirthgem.Text = "GET REBIRTH GEM"
- Rebirthgem.TextColor3 = Color3.new(0, 0, 0)
- Rebirthgem.TextSize = 17
- Skill.Name = "Skill"
- Skill.Parent = MainFrame
- Skill.BackgroundColor3 = Color3.new(1, 1, 1)
- Skill.Position = UDim2.new(0, 0, 0.299479157, 0)
- Skill.Size = UDim2.new(0, 200, 0, 50)
- Skill.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Skill.Font = Enum.Font.Highway
- Skill.Text = "GET SKILL"
- Skill.TextColor3 = Color3.new(0, 0, 0)
- Skill.TextSize = 17
- Coins.Name = "Coins"
- Coins.Parent = MainFrame
- Coins.BackgroundColor3 = Color3.new(1, 1, 1)
- Coins.Position = UDim2.new(0.581589937, 0, 0.299479157, 0)
- Coins.Size = UDim2.new(0, 200, 0, 50)
- Coins.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Coins.Font = Enum.Font.Highway
- Coins.Text = "GET COINS"
- Coins.TextColor3 = Color3.new(0, 0, 0)
- Coins.TextSize = 17
- Hats.Name = "Hats"
- Hats.Parent = MainFrame
- Hats.BackgroundColor3 = Color3.new(1, 1, 1)
- Hats.Position = UDim2.new(0, 0, 0.4296875, 0)
- Hats.Size = UDim2.new(0, 200, 0, 50)
- Hats.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Hats.Font = Enum.Font.Highway
- Hats.Text = "GET BEST HAT"
- Hats.TextColor3 = Color3.new(0, 0, 0)
- Hats.TextSize = 17
- Rebirth.Name = "Rebirth"
- Rebirth.Parent = MainFrame
- Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
- Rebirth.Position = UDim2.new(0.581589937, 0, 0.4296875, 0)
- Rebirth.Size = UDim2.new(0, 200, 0, 50)
- Rebirth.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Rebirth.Font = Enum.Font.Highway
- Rebirth.Text = "AUTO REBIRTH"
- Rebirth.TextColor3 = Color3.new(0, 0, 0)
- Rebirth.TextSize = 17
- Guicredit.Name = "Gui credit"
- Guicredit.Parent = MainFrame
- Guicredit.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
- Guicredit.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
- Guicredit.BorderSizePixel = 2
- Guicredit.Position = UDim2.new(0, 0, 0.9375, 0)
- Guicredit.Size = UDim2.new(0, 155, 0, 24)
- Guicredit.Font = Enum.Font.SciFi
- Guicredit.Text = "GUI CREDIT : VEXTOZR1"
- Guicredit.TextColor3 = Color3.new(0, 0, 0)
- Guicredit.TextSize = 14
- Scriptcredit.Name = "Script credit"
- Scriptcredit.Parent = MainFrame
- Scriptcredit.BackgroundColor3 = Color3.new(1, 0.376471, 0.376471)
- Scriptcredit.BorderColor3 = Color3.new(0.32549, 0.541176, 1)
- Scriptcredit.BorderSizePixel = 2
- Scriptcredit.Position = UDim2.new(0.629707098, 0, 0.9375, 0)
- Scriptcredit.Size = UDim2.new(0, 177, 0, 24)
- Scriptcredit.Font = Enum.Font.SciFi
- Scriptcredit.Text = "SCRIPT(S) CREDIT TO OWNER"
- Scriptcredit.TextColor3 = Color3.new(0, 0, 0)
- Scriptcredit.TextSize = 14
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 3
- Close.Position = UDim2.new(0.943514645, 0, 0, 0)
- Close.Size = UDim2.new(0, 36, 0, 22)
- Close.Font = Enum.Font.SciFi
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 20
- TextButton.Parent = MainFrame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.290794969, 0, 0.567708373, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton.Font = Enum.Font.Highway
- TextButton.Text = "INF DONATE STATS"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 17
- OpenFrame.Name = "Open Frame "
- OpenFrame.Parent = NoobSimulatorGUI
- OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenFrame.Position = UDim2.new(0, 0, 0.466666669, 0)
- OpenFrame.Size = UDim2.new(0, 131, 0, 56)
- OpenFrame.Style = Enum.FrameStyle.ChatRed
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(-0.0801974982, 0, -0.559497237, 0)
- Open.Size = UDim2.new(0, 118, 0, 52)
- Open.Font = Enum.Font.SciFi
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 25
- Diamond.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Stats.Gems.Value = 9000000000000000000
- end)
- Rebirthgem.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Stats.RebirthCoins.Value = 9000000000000000000
- end)
- Skill.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").Events.UpgradeSkillClick:FireServer(14)
- end)
- Coins.MouseButton1Down:connect(function()
- while true do
- wait()
- game:GetService("ReplicatedStorage").Events.AddSkillEvent:FireServer(9999999, 9999999)
- end
- end)
- Hats.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.AddHat:FireServer("Sinister Fedora")
- wait()
- game.ReplicatedStorage.Events.AddHat:FireServer("Dominus Infernus")
- wait()
- game.ReplicatedStorage.Events.AddHat:FireServer("Dominus Praefectus")
- end)
- Rebirth.MouseButton1Down:connect(function()
- while true do
- wait()
- game.ReplicatedStorage.Events.RebirthEvent:FireServer()
- end
- end)
- Open.MouseButton1Down:connect(function()
- MainFrame.Visible = true
- OpenFrame.Visible= false
- end)
- Close.MouseButton1Down:connect(function()
- MainFrame.Visible = false
- OpenFrame.Visible= true
- end)
- game.StarterGui:SetCore('SendNotification', {
- Title = "Gui Made By VextozR1";
- Text = "Thanks For Using NoobSimulatorGUI";
- duration = 7;
- })
- wait(1)
- game.StarterGui:SetCore('SendNotification', {
- Title = "VexHUB";
- Text = "This Gui Made By VextozR1 And The Script(s) Credit to owner";
- duration = 7;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement