Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local Noxiousity = Instance.new("ScreenGui")
- local NoxiousityLabel = Instance.new("TextLabel")
- local NTextUno = Instance.new("TextLabel")
- local X = Instance.new("TextButton")
- local inj = Instance.new("TextButton")
- local grey = Instance.new("Frame")
- local blackFrame = Instance.new("Frame")
- local NoxiousityTextFrame = Instance.new("TextLabel")
- local lua = Instance.new("TextLabel")
- local luaScript = Instance.new("TextBox")
- local exe = Instance.new("TextButton")
- local clr = Instance.new("TextButton")
- local menu = Instance.new("TextButton")
- local luabtn = Instance.new("TextButton")
- -- Properties
- Noxiousity.Name = "Noxiousity"
- Noxiousity.Parent = game.CoreGui
- NoxiousityLabel.Name = "NoxiousityLabel"
- NoxiousityLabel.Parent = Noxiousity
- NoxiousityLabel.Active = true
- NoxiousityLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- NoxiousityLabel.BorderSizePixel = 0
- NoxiousityLabel.Draggable = true
- NoxiousityLabel.Position = UDim2.new(0, 433, 0, 247)
- NoxiousityLabel.Size = UDim2.new(0, 505, 0, 104)
- NoxiousityLabel.Font = Enum.Font.SourceSans
- NoxiousityLabel.FontSize = Enum.FontSize.Size14
- NoxiousityLabel.Text = ""
- NoxiousityLabel.TextSize = 14
- NTextUno.Name = "NTextUno"
- NTextUno.Parent = NoxiousityLabel
- NTextUno.BackgroundColor3 = Color3.new(1, 0, 0)
- NTextUno.BackgroundTransparency = 1
- NTextUno.BorderSizePixel = 0
- NTextUno.Size = UDim2.new(0, 505, 0, 104)
- NTextUno.Font = Enum.Font.SourceSans
- NTextUno.FontSize = Enum.FontSize.Size32
- NTextUno.Text = " Noxiousity UI"
- NTextUno.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- NTextUno.TextSize = 32
- NTextUno.TextXAlignment = Enum.TextXAlignment.Left
- X.Name = "X"
- X.Parent = NTextUno
- X.BackgroundColor3 = Color3.new(1, 1, 1)
- X.BackgroundTransparency = 1
- X.Position = UDim2.new(0, 477, 0, 2)
- X.Size = UDim2.new(0, 28, 0, 25)
- X.Font = Enum.Font.ArialBold
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 1, 1)
- X.TextScaled = true
- X.TextSize = 2
- X.TextWrapped = true
- inj.Name = "inj"
- inj.Parent = X
- inj.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- inj.Position = UDim2.new(0, -101, 0, 41)
- inj.Size = UDim2.new(0, 101, 0, 26)
- inj.Font = Enum.Font.ArialBold
- inj.FontSize = Enum.FontSize.Size14
- inj.Text = "INJECT"
- inj.TextColor3 = Color3.new(1, 1, 1)
- inj.TextSize = 14
- grey.Name = "grey"
- grey.Parent = NTextUno
- grey.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
- grey.BorderSizePixel = 0
- grey.Position = UDim2.new(0, 0, 0, 104)
- grey.Size = UDim2.new(0, 505, 0, 192)
- blackFrame.Name = "blackFrame"
- blackFrame.Parent = grey
- blackFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- blackFrame.Position = UDim2.new(0, 0, 0, 24)
- blackFrame.Size = UDim2.new(0, 367, 0, 139)
- NoxiousityTextFrame.Name = "NoxiousityTextFrame"
- NoxiousityTextFrame.Parent = blackFrame
- NoxiousityTextFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- NoxiousityTextFrame.BackgroundTransparency = 1
- NoxiousityTextFrame.Size = UDim2.new(0, 367, 0, 135)
- NoxiousityTextFrame.Font = Enum.Font.SourceSans
- NoxiousityTextFrame.FontSize = Enum.FontSize.Size14
- NoxiousityTextFrame.Text = "Welcome to Noxiousity Trial!\nCredits goes to Rakion99 for updating!\n------------------------------------\nStatus\n------------------------------------\nNot Injected "
- NoxiousityTextFrame.TextColor3 = Color3.new(1, 1, 1)
- NoxiousityTextFrame.TextScaled = true
- NoxiousityTextFrame.TextSize = 14
- NoxiousityTextFrame.TextWrapped = true
- lua.Name = "lua"
- lua.Parent = grey
- lua.BackgroundColor3 = Color3.new(1, 1, 1)
- lua.BackgroundTransparency = 1
- lua.Position = UDim2.new(0, 153, 0, 0)
- lua.Size = UDim2.new(0, 200, 0, 50)
- lua.Visible = false
- lua.Font = Enum.Font.SourceSans
- lua.FontSize = Enum.FontSize.Size14
- lua.Text = "LUA"
- lua.TextColor3 = Color3.new(1, 1, 1)
- lua.TextScaled = true
- lua.TextSize = 14
- lua.TextWrapped = true
- luaScript.Name = "luaScript"
- luaScript.Parent = lua
- luaScript.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- luaScript.Position = UDim2.new(0, -107, 0, 50)
- luaScript.Size = UDim2.new(0, 414, 0, 50)
- luaScript.Font = Enum.Font.SourceSans
- luaScript.FontSize = Enum.FontSize.Size14
- luaScript.Text = "print(\"Tst\");"
- luaScript.TextColor3 = Color3.new(1, 1, 1)
- luaScript.TextScaled = true
- luaScript.TextSize = 14
- luaScript.TextWrapped = true
- exe.Name = "exe"
- exe.Parent = luaScript
- exe.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- exe.BorderSizePixel = 0
- exe.Position = UDim2.new(0, 7, 0, 70)
- exe.Size = UDim2.new(0, 180, 0, 50)
- exe.Font = Enum.Font.SourceSans
- exe.FontSize = Enum.FontSize.Size14
- exe.Text = "Execute"
- exe.TextColor3 = Color3.new(1, 1, 1)
- exe.TextScaled = true
- exe.TextSize = 14
- exe.TextWrapped = true
- clr.Name = "clr"
- clr.Parent = exe
- clr.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- clr.BorderSizePixel = 0
- clr.Position = UDim2.new(0, 228, 0, 0)
- clr.Size = UDim2.new(0, 172, 0, 50)
- clr.Font = Enum.Font.SourceSans
- clr.FontSize = Enum.FontSize.Size14
- clr.Text = "Clear"
- clr.TextColor3 = Color3.new(1, 1, 1)
- clr.TextScaled = true
- clr.TextSize = 14
- clr.TextWrapped = true
- menu.Name = "menu"
- menu.Parent = NTextUno
- menu.BackgroundColor3 = Color3.new(1, 1, 1)
- menu.BackgroundTransparency = 1
- menu.Position = UDim2.new(0, 27, 0, 80)
- menu.Size = UDim2.new(0, 120, 0, 24)
- menu.Font = Enum.Font.SourceSans
- menu.FontSize = Enum.FontSize.Size14
- menu.Text = "Menu ✔️"
- menu.TextColor3 = Color3.new(1, 1, 1)
- menu.TextSize = 14
- luabtn.Name = "luabtn"
- luabtn.Parent = menu
- luabtn.BackgroundColor3 = Color3.new(1, 1, 1)
- luabtn.BackgroundTransparency = 1
- luabtn.Position = UDim2.new(0, 120, 0, 0)
- luabtn.Size = UDim2.new(0, 120, 0, 24)
- luabtn.Font = Enum.Font.SourceSans
- luabtn.FontSize = Enum.FontSize.Size14
- luabtn.Text = "Lua"
- luabtn.TextColor3 = Color3.new(1, 1, 1)
- luabtn.TextSize = 14
- luabtn.Visible = false
- inj.MouseButton1Click:connect(function()
- luabtn.Visible = true
- NoxiousityTextFrame.Text = "[CONSOLE] - successfully Injected!"
- end)
- luabtn.MouseButton1Click:connect(function()
- local prefix = " ✔️"
- menu.Text = "Menu"
- luabtn.Text = "Lua" .. prefix
- blackFrame.Visible = false
- NoxiousityTextFrame.Visible = false
- lua.Visible = true
- end)
- menu.MouseButton1Click:connect(function()
- local prefix = " ✔️"
- menu.Text = "Menu" .. prefix
- luabtn.Text = "Lua"
- blackFrame.Visible = true
- NoxiousityTextFrame.Visible = true
- lua.Visible = false
- end)
- X.MouseButton1Click:connect(function()
- Noxiousity:Destroy()
- end)
- exe.MouseButton1Click:connect(function()
- loadstring(luaScript.Text)()
- end)
- clr.MouseButton1Click:connect(function()
- luaScript.Text = ""
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement