Advertisement
NovationHax69

Nova Hub Roblox Gui (cv: 4.0)

Dec 16th, 2019
9,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.37 KB | None | 0 0
  1. -- Current update 4.0 (update 1/∞)
  2. -- Nova Hub v.4 made by Novation Hax! Nova#4100 That's my discord
  3. -- THIS IS NOT DONE, I AM STILL WORKING ON IT! I HAVE ALOT MORE TO GO!
  4. -- supported games right now are Destruction Simulator, prison life soon. I will be adding jailbreak, arsenal, roghoul, phantom forces, and more.
  5. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("ImageLabel")local d=Instance.new("TextLabel")local e=Instance.new("TextLabel")local f=Instance.new("TextButton")local g=Instance.new("TextButton")a.Name="novahubv4"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="mainframe"b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(-2.23517418e-08,0,0.428837091,0)b.Size=UDim2.new(0,247,0,451)b.Style=Enum.FrameStyle.DropShadow;c.Name="npicture"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Position=UDim2.new(0.00431088544,0,-0.00213863235,0)c.Size=UDim2.new(0,31,0,30)c.Image="rbxassetid://4565064801"d.Name="description"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.BorderColor3=Color3.new(0.105882,0.164706,0.207843)d.Position=UDim2.new(0.0485829264,0,0.926829219,0)d.Size=UDim2.new(0,200,0,50)d.Font=Enum.Font.SourceSans;d.Text="Made by Nova#4100       Version 4.0"d.TextColor3=Color3.new(0.988235,0.137255,0.164706)d.TextSize=17;e.Name="novahublabel"e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1;e.Position=UDim2.new(-0.140307188,0,-0.0193902664,0)e.Size=UDim2.new(0,197,0,50)e.Font=Enum.Font.SourceSans;e.Text="ova Hub"e.TextColor3=Color3.new(0.988235,0.137255,0.164706)e.TextSize=25;f.Name="destructionsimbutton"f.Parent=b;f.BackgroundColor3=Color3.new(0.2,0.196078,0.2)f.BorderColor3=Color3.new(0.988235,0.137255,0.164706)f.BorderSizePixel=2;f.Position=UDim2.new(0.0257345065,0,0.204589307,0)f.Size=UDim2.new(0,211,0,31)f.Font=Enum.Font.SourceSans;f.Text="Destruction Sim"f.TextColor3=Color3.new(0.988235,0.137255,0.164706)f.TextSize=25;f.MouseButton1Down:connect(function()loadstring(game:HttpGet('https://pastebin.com/raw/pAQAxLr5',true))()end)g.Name="prisonlifebutton"g.Parent=b;g.BackgroundColor3=Color3.new(0.2,0.196078,0.2)g.BorderColor3=Color3.new(0.988235,0.137255,0.164706)g.BorderSizePixel=2;g.Position=UDim2.new(0.0257345065,0,0.0959418565,0)g.Size=UDim2.new(0,211,0,31)g.Font=Enum.Font.SourceSans;g.Text="Prison life"g.TextColor3=Color3.new(0.988235,0.137255,0.164706)g.TextSize=25;local function h()local i=Instance.new('LocalScript',a)local j=game:GetService('UserInputService')b=i.Parent.mainframe;j.InputBegan:Connect(function(k)if k.KeyCode==Enum.KeyCode.N then b.Visible=not b.Visible end end)end;coroutine.wrap(h)()local function l()local i=Instance.new('LocalScript',a)game:GetService("StarterGui"):SetCore("SendNotification",{Title="Thank you For using NovaHub",Text="Add Nova#4100 on discord for complaints/ Version checks! Youtube: Novation Hax",Duration=20})end;coroutine.wrap(l)()local function m()local i=Instance.new('LocalScript',a)bc=BrickColor.new("Bright red")game.StarterGui:SetCore("ChatMakeSystemMessage",{Text="-Nova Hub: Press N to open/close the hub. Update Version 4.0. 1/29/20",Font=Enum.Font.Cartoon,Color=bc.Color,FontSize=Enum.FontSize.Size96})end;coroutine.wrap(m)()local function n()local i=Instance.new('LocalScript',a)b=i.Parent.mainframe;b.Selectable=true;b.Active=true;b.Draggable=true end;coroutine.wrap(n)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement