Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SunriseV1 = Instance.new("ScreenGui")
- local IntroFrame = Instance.new("Frame")
- local LoadingTop = Instance.new("Frame")
- local LoadingText = Instance.new("TextLabel")
- local LoadingCredits = Instance.new("TextLabel")
- local OpenFrame = Instance.new("Frame")
- local Details = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local ExitFrame = Instance.new("Frame")
- local Exit = Instance.new("TextButton")
- local LogoFrame = Instance.new("Frame")
- local TopLogo = Instance.new("TextLabel")
- local TopLogoShade = Instance.new("TextLabel")
- local CompleteJob = Instance.new("TextButton")
- local RepeatJob = Instance.new("TextButton")
- local DailyCasino = Instance.new("TextButton")
- local SmallCredits = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Phantom = Instance.new("TextButton")
- local Sleigh = Instance.new("TextButton")
- local RV = Instance.new("TextButton")
- local DropShip = Instance.new("TextButton")
- local Venom = Instance.new("TextButton")
- local Destiny = Instance.new("TextButton")
- local Blur = Instance.new("TextButton")
- local TrailBlazer = Instance.new("TextButton")
- local Hammerhead = Instance.new("TextButton")
- local Velocity = Instance.new("TextButton")
- local VehicleLogo = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- -- Properties
- SunriseV1.Name = "SunriseV1"
- SunriseV1.Parent = game.CoreGui
- IntroFrame.Name = "IntroFrame"
- IntroFrame.Parent = SunriseV1
- IntroFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
- IntroFrame.BorderSizePixel = 0
- IntroFrame.Position = UDim2.new(0.40200001, 0, -1, 0)
- IntroFrame.Size = UDim2.new(0, 300, 0, 142)
- LoadingTop.Name = "LoadingTop"
- LoadingTop.Parent = IntroFrame
- LoadingTop.BackgroundColor3 = Color3.new(0.439216, 0, 0.505882)
- LoadingTop.BorderSizePixel = 0
- LoadingTop.Size = UDim2.new(0, 300, 0, 25)
- LoadingText.Name = "LoadingText"
- LoadingText.Parent = IntroFrame
- LoadingText.BackgroundColor3 = Color3.new(1, 1, 1)
- LoadingText.BackgroundTransparency = 1
- LoadingText.BorderSizePixel = 0
- LoadingText.Position = UDim2.new(0.116999999, 0, 0.263999999, 0)
- LoadingText.Size = UDim2.new(0, 229, 0, 50)
- LoadingText.Font = Enum.Font.Cartoon
- LoadingText.Text = "Sunrise V1.0"
- LoadingText.TextSize = 40
- LoadingCredits.Name = "LoadingCredits"
- LoadingCredits.Parent = IntroFrame
- LoadingCredits.BackgroundColor3 = Color3.new(1, 1, 1)
- LoadingCredits.BackgroundTransparency = 1
- LoadingCredits.BorderSizePixel = 0
- LoadingCredits.Position = UDim2.new(0.116666667, 0, 0.531690121, 0)
- LoadingCredits.Size = UDim2.new(0, 229, 0, 50)
- LoadingCredits.Font = Enum.Font.Cartoon
- LoadingCredits.Text = "Made By Spyroz"
- LoadingCredits.TextSize = 20
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = SunriseV1
- OpenFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0.466145843, 0, 0, 0)
- OpenFrame.Size = UDim2.new(0, 100, 0, 48)
- OpenFrame.Visible = false
- Details.Name = "Details"
- Details.Parent = OpenFrame
- Details.BackgroundColor3 = Color3.new(0.423529, 0, 0.490196)
- Details.BorderSizePixel = 0
- Details.Position = UDim2.new(0, 0, -0.00378787518, 0)
- Details.Size = UDim2.new(0, 100, 0, 12)
- Open.Name = "Open"
- Open.Parent = Details
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BackgroundTransparency = 1
- Open.BorderSizePixel = 0
- Open.Size = UDim2.new(0, 100, 0, 48)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextSize = 40
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = SunriseV1
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
- MainFrame.BorderSizePixel = 0
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.337000012, 0, -1, 0)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 503, 0, 288)
- ExitFrame.Name = "ExitFrame"
- ExitFrame.Parent = MainFrame
- ExitFrame.BackgroundColor3 = Color3.new(0.376471, 0, 0.435294)
- ExitFrame.BorderSizePixel = 0
- ExitFrame.Position = UDim2.new(-0.000994035741, 0, 4.65661287e-10, 0)
- ExitFrame.Size = UDim2.new(0, 503, 0, 24)
- Exit.Name = "Exit"
- Exit.Parent = ExitFrame
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.BackgroundTransparency = 1
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0.902584493, 0, 0, 0)
- Exit.Size = UDim2.new(0, 49, 0, 24)
- Exit.Font = Enum.Font.Cartoon
- Exit.Text = "Exit"
- Exit.TextSize = 25
- LogoFrame.Name = "LogoFrame"
- LogoFrame.Parent = MainFrame
- LogoFrame.BackgroundColor3 = Color3.new(0.478431, 0, 0.560784)
- LogoFrame.BorderSizePixel = 0
- LogoFrame.Position = UDim2.new(-0.000994035741, 0, 0.0833333358, 0)
- LogoFrame.Size = UDim2.new(0, 503, 0, 43)
- TopLogo.Name = "TopLogo"
- TopLogo.Parent = LogoFrame
- TopLogo.BackgroundColor3 = Color3.new(1, 1, 1)
- TopLogo.BackgroundTransparency = 1
- TopLogo.BorderSizePixel = 0
- TopLogo.Size = UDim2.new(0, 176, 0, 43)
- TopLogo.Font = Enum.Font.Cartoon
- TopLogo.Text = "Sunrise V1.0"
- TopLogo.TextSize = 35
- TopLogoShade.Name = "TopLogoShade"
- TopLogoShade.Parent = LogoFrame
- TopLogoShade.BackgroundColor3 = Color3.new(1, 1, 1)
- TopLogoShade.BackgroundTransparency = 1
- TopLogoShade.BorderSizePixel = 0
- TopLogoShade.Size = UDim2.new(0, 182, 0, 43)
- TopLogoShade.Font = Enum.Font.Cartoon
- TopLogoShade.Text = "Sunrise V1.0"
- TopLogoShade.TextColor3 = Color3.new(0.14902, 0.231373, 0.294118)
- TopLogoShade.TextSize = 35
- CompleteJob.Name = "Complete Job"
- CompleteJob.Parent = MainFrame
- CompleteJob.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
- CompleteJob.BorderSizePixel = 0
- CompleteJob.Position = UDim2.new(0.0198807158, 0, 0.267361104, 0)
- CompleteJob.Size = UDim2.new(0, 189, 0, 50)
- CompleteJob.Font = Enum.Font.Cartoon
- CompleteJob.Text = "Complete Job"
- CompleteJob.TextSize = 30
- RepeatJob.Name = "Repeat Job"
- RepeatJob.Parent = MainFrame
- RepeatJob.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
- RepeatJob.BorderSizePixel = 0
- RepeatJob.Position = UDim2.new(0.0198807158, 0, 0.527777791, 0)
- RepeatJob.Size = UDim2.new(0, 189, 0, 50)
- RepeatJob.Font = Enum.Font.Cartoon
- RepeatJob.Text = "Repeat Job"
- RepeatJob.TextSize = 30
- DailyCasino.Name = "DailyCasino"
- DailyCasino.Parent = MainFrame
- DailyCasino.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
- DailyCasino.BorderSizePixel = 0
- DailyCasino.Position = UDim2.new(0.019880712, 0, 0.795138836, 0)
- DailyCasino.Size = UDim2.new(0, 189, 0, 50)
- DailyCasino.Font = Enum.Font.Cartoon
- DailyCasino.Text = "Daily Casino"
- DailyCasino.TextSize = 30
- SmallCredits.Name = "SmallCredits"
- SmallCredits.Parent = MainFrame
- SmallCredits.BackgroundColor3 = Color3.new(1, 1, 1)
- SmallCredits.BackgroundTransparency = 1
- SmallCredits.BorderSizePixel = 0
- SmallCredits.Position = UDim2.new(0.80119288, 0, 0.177083313, 0)
- SmallCredits.Size = UDim2.new(0, 100, 0, 16)
- SmallCredits.Font = Enum.Font.Cartoon
- SmallCredits.Text = "Made By Spyroz"
- SmallCredits.TextSize = 14
- ScrollingFrame.Parent = MainFrame
- ScrollingFrame.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
- ScrollingFrame.BorderColor3 = Color3.new(0.403922, 0.0588235, 0.47451)
- ScrollingFrame.Position = UDim2.new(0.604373753, 0, 0.402777791, 0)
- ScrollingFrame.Size = UDim2.new(0, 189, 0, 163)
- Phantom.Name = "Phantom"
- Phantom.Parent = ScrollingFrame
- Phantom.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Phantom.BorderSizePixel = 0
- Phantom.Size = UDim2.new(0, 189, 0, 50)
- Phantom.Font = Enum.Font.Cartoon
- Phantom.Text = "Phantom"
- Phantom.TextSize = 30
- Sleigh.Name = "Sleigh"
- Sleigh.Parent = ScrollingFrame
- Sleigh.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Sleigh.BorderSizePixel = 0
- Sleigh.Position = UDim2.new(0, 0, 0.101328902, 0)
- Sleigh.Size = UDim2.new(0, 189, 0, 50)
- Sleigh.Font = Enum.Font.Cartoon
- Sleigh.Text = "Sleigh"
- Sleigh.TextSize = 30
- RV.Name = "RV"
- RV.Parent = ScrollingFrame
- RV.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- RV.BorderSizePixel = 0
- RV.Position = UDim2.new(0, 0, 0.200996682, 0)
- RV.Size = UDim2.new(0, 189, 0, 50)
- RV.Font = Enum.Font.Cartoon
- RV.Text = "RV"
- RV.TextSize = 30
- DropShip.Name = "DropShip"
- DropShip.Parent = ScrollingFrame
- DropShip.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- DropShip.BorderSizePixel = 0
- DropShip.Position = UDim2.new(0, 0, 0.300664455, 0)
- DropShip.Size = UDim2.new(0, 189, 0, 50)
- DropShip.Font = Enum.Font.Cartoon
- DropShip.Text = "Drop Ship"
- DropShip.TextSize = 30
- Venom.Name = "Venom"
- Venom.Parent = ScrollingFrame
- Venom.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Venom.BorderSizePixel = 0
- Venom.Position = UDim2.new(0, 0, 0.397009969, 0)
- Venom.Size = UDim2.new(0, 189, 0, 50)
- Venom.Font = Enum.Font.Cartoon
- Venom.Text = "Venom"
- Venom.TextSize = 30
- Destiny.Name = "Destiny"
- Destiny.Parent = ScrollingFrame
- Destiny.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Destiny.BorderSizePixel = 0
- Destiny.Position = UDim2.new(0, 0, 0.496681839, 0)
- Destiny.Size = UDim2.new(0, 189, 0, 50)
- Destiny.Font = Enum.Font.Cartoon
- Destiny.Text = "Destiny"
- Destiny.TextSize = 30
- Blur.Name = "Blur"
- Blur.Parent = ScrollingFrame
- Blur.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Blur.BorderSizePixel = 0
- Blur.Position = UDim2.new(0, 0, 0.598204672, 0)
- Blur.Size = UDim2.new(0, 189, 0, 50)
- Blur.Font = Enum.Font.Cartoon
- Blur.Text = "Blur"
- Blur.TextSize = 30
- TrailBlazer.Name = "TrailBlazer"
- TrailBlazer.Parent = ScrollingFrame
- TrailBlazer.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- TrailBlazer.BorderSizePixel = 0
- TrailBlazer.Position = UDim2.new(0, 0, 0.700813353, 0)
- TrailBlazer.Size = UDim2.new(0, 189, 0, 50)
- TrailBlazer.Font = Enum.Font.Cartoon
- TrailBlazer.Text = "Trail Blazer"
- TrailBlazer.TextSize = 30
- Hammerhead.Name = "Hammerhead"
- Hammerhead.Parent = ScrollingFrame
- Hammerhead.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Hammerhead.BorderSizePixel = 0
- Hammerhead.Position = UDim2.new(0, 0, 0.805161178, 0)
- Hammerhead.Size = UDim2.new(0, 189, 0, 50)
- Hammerhead.Font = Enum.Font.Cartoon
- Hammerhead.Text = "Hammerhead"
- Hammerhead.TextSize = 30
- Velocity.Name = "Velocity"
- Velocity.Parent = ScrollingFrame
- Velocity.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
- Velocity.BorderSizePixel = 0
- Velocity.Position = UDim2.new(0, 0, 0.911248147, 0)
- Velocity.Size = UDim2.new(0, 189, 0, 50)
- Velocity.Font = Enum.Font.Cartoon
- Velocity.Text = "Velocity"
- Velocity.TextSize = 30
- VehicleLogo.Name = "VehicleLogo"
- VehicleLogo.Parent = MainFrame
- VehicleLogo.BackgroundColor3 = Color3.new(0.501961, 0.0705882, 0.588235)
- VehicleLogo.BackgroundTransparency = 1
- VehicleLogo.BorderSizePixel = 0
- VehicleLogo.Position = UDim2.new(0.604373753, 0, 0.239583328, 0)
- VehicleLogo.Size = UDim2.new(0, 189, 0, 37)
- VehicleLogo.Font = Enum.Font.Cartoon
- VehicleLogo.Text = "Spawn Vehicles"
- VehicleLogo.TextSize = 30
- Frame.Parent = MainFrame
- Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.604373753, 0, 0.368055552, 0)
- Frame.Size = UDim2.new(0, 189, 0, 2)
- -- Scripts
- wait(0.5)
- IntroFrame:TweenPosition(UDim2.new(0.402,0,0.387,0), 'Out', 'Bounce', 1)
- wait(3)
- IntroFrame:TweenPosition(UDim2.new(0.402,0,-1,0), 'Out', 'Bounce', 1)
- wait(0.3)
- MainFrame:TweenPosition(UDim2.new(0.337,0,0.239,0), 'Out', 'Bounce', 1)
- Exit.MouseButton1Down:connect(function()
- MainFrame:TweenPosition(UDim2.new(0.337,0,-1,0), 'Out', 'Bounce', 0.1)
- OpenFrame.Visible = true
- end)
- Open.MouseButton1Down:connect(function()
- MainFrame:TweenPosition(UDim2.new(0.337,0,0.239,0), 'Out', 'Bounce', 1)
- OpenFrame.Visible = false
- end)
- RepeatJob.MouseButton1Down:connect(function()
- repeat
- wait(1.5)
- game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
- until TopLogo.Text == 1
- end)
- CompleteJob.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
- end)
- DailyCasino.MouseButton1Down:connect(function()
- for i=1, 50 do
- game.ReplicatedStorage.Arcade_Remotes.RemoteFunction:InvokeServer("SPIN")
- game.ReplicatedStorage.Arcade_Remotes.RemoteEvent:FireServer("FINISHED")
- end
- end)
- Phantom.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Phantom")
- end)
- Destiny.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Destiny")
- end)
- Blur.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Blur")
- end)
- RV.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("RV")
- end)
- Venom.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Venom")
- end)
- Velocity.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Velocity")
- end)
- DropShip.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("FEAR Dropship")
- end)
- TrailBlazer.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Trailblazer")
- end)
- Sleigh.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Santas Sleigh")
- end)
- Hammerhead.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Hammerhead")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement