Advertisement
Spyroz

Untitled

Mar 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1.  
  2.  
  3. local SunriseV1 = Instance.new("ScreenGui")
  4. local IntroFrame = Instance.new("Frame")
  5. local LoadingTop = Instance.new("Frame")
  6. local LoadingText = Instance.new("TextLabel")
  7. local LoadingCredits = Instance.new("TextLabel")
  8. local OpenFrame = Instance.new("Frame")
  9. local Details = Instance.new("Frame")
  10. local Open = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local ExitFrame = Instance.new("Frame")
  13. local Exit = Instance.new("TextButton")
  14. local LogoFrame = Instance.new("Frame")
  15. local TopLogo = Instance.new("TextLabel")
  16. local TopLogoShade = Instance.new("TextLabel")
  17. local CompleteJob = Instance.new("TextButton")
  18. local RepeatJob = Instance.new("TextButton")
  19. local DailyCasino = Instance.new("TextButton")
  20. local SmallCredits = Instance.new("TextLabel")
  21. local ScrollingFrame = Instance.new("ScrollingFrame")
  22. local Phantom = Instance.new("TextButton")
  23. local Sleigh = Instance.new("TextButton")
  24. local RV = Instance.new("TextButton")
  25. local DropShip = Instance.new("TextButton")
  26. local Venom = Instance.new("TextButton")
  27. local Destiny = Instance.new("TextButton")
  28. local Blur = Instance.new("TextButton")
  29. local TrailBlazer = Instance.new("TextButton")
  30. local Hammerhead = Instance.new("TextButton")
  31. local Velocity = Instance.new("TextButton")
  32. local VehicleLogo = Instance.new("TextLabel")
  33. local Frame = Instance.new("Frame")
  34.  
  35. -- Properties
  36.  
  37. SunriseV1.Name = "SunriseV1"
  38. SunriseV1.Parent = game.CoreGui
  39.  
  40. IntroFrame.Name = "IntroFrame"
  41. IntroFrame.Parent = SunriseV1
  42. IntroFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
  43. IntroFrame.BorderSizePixel = 0
  44. IntroFrame.Position = UDim2.new(0.40200001, 0, -1, 0)
  45. IntroFrame.Size = UDim2.new(0, 300, 0, 142)
  46.  
  47. LoadingTop.Name = "LoadingTop"
  48. LoadingTop.Parent = IntroFrame
  49. LoadingTop.BackgroundColor3 = Color3.new(0.439216, 0, 0.505882)
  50. LoadingTop.BorderSizePixel = 0
  51. LoadingTop.Size = UDim2.new(0, 300, 0, 25)
  52.  
  53. LoadingText.Name = "LoadingText"
  54. LoadingText.Parent = IntroFrame
  55. LoadingText.BackgroundColor3 = Color3.new(1, 1, 1)
  56. LoadingText.BackgroundTransparency = 1
  57. LoadingText.BorderSizePixel = 0
  58. LoadingText.Position = UDim2.new(0.116999999, 0, 0.263999999, 0)
  59. LoadingText.Size = UDim2.new(0, 229, 0, 50)
  60. LoadingText.Font = Enum.Font.Cartoon
  61. LoadingText.Text = "Sunrise V1.0"
  62. LoadingText.TextSize = 40
  63.  
  64. LoadingCredits.Name = "LoadingCredits"
  65. LoadingCredits.Parent = IntroFrame
  66. LoadingCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  67. LoadingCredits.BackgroundTransparency = 1
  68. LoadingCredits.BorderSizePixel = 0
  69. LoadingCredits.Position = UDim2.new(0.116666667, 0, 0.531690121, 0)
  70. LoadingCredits.Size = UDim2.new(0, 229, 0, 50)
  71. LoadingCredits.Font = Enum.Font.Cartoon
  72. LoadingCredits.Text = "Made By Spyroz"
  73. LoadingCredits.TextSize = 20
  74.  
  75. OpenFrame.Name = "OpenFrame"
  76. OpenFrame.Parent = SunriseV1
  77. OpenFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
  78. OpenFrame.BorderSizePixel = 0
  79. OpenFrame.Position = UDim2.new(0.466145843, 0, 0, 0)
  80. OpenFrame.Size = UDim2.new(0, 100, 0, 48)
  81. OpenFrame.Visible = false
  82.  
  83. Details.Name = "Details"
  84. Details.Parent = OpenFrame
  85. Details.BackgroundColor3 = Color3.new(0.423529, 0, 0.490196)
  86. Details.BorderSizePixel = 0
  87. Details.Position = UDim2.new(0, 0, -0.00378787518, 0)
  88. Details.Size = UDim2.new(0, 100, 0, 12)
  89.  
  90. Open.Name = "Open"
  91. Open.Parent = Details
  92. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Open.BackgroundTransparency = 1
  94. Open.BorderSizePixel = 0
  95. Open.Size = UDim2.new(0, 100, 0, 48)
  96. Open.Font = Enum.Font.Cartoon
  97. Open.Text = "Open"
  98. Open.TextSize = 40
  99.  
  100. MainFrame.Name = "MainFrame"
  101. MainFrame.Parent = SunriseV1
  102. MainFrame.Active = true
  103. MainFrame.BackgroundColor3 = Color3.new(0.588235, 0, 0.666667)
  104. MainFrame.BorderSizePixel = 0
  105. MainFrame.Draggable = true
  106. MainFrame.Position = UDim2.new(0.337000012, 0, -1, 0)
  107. MainFrame.Selectable = true
  108. MainFrame.Size = UDim2.new(0, 503, 0, 288)
  109.  
  110. ExitFrame.Name = "ExitFrame"
  111. ExitFrame.Parent = MainFrame
  112. ExitFrame.BackgroundColor3 = Color3.new(0.376471, 0, 0.435294)
  113. ExitFrame.BorderSizePixel = 0
  114. ExitFrame.Position = UDim2.new(-0.000994035741, 0, 4.65661287e-10, 0)
  115. ExitFrame.Size = UDim2.new(0, 503, 0, 24)
  116.  
  117. Exit.Name = "Exit"
  118. Exit.Parent = ExitFrame
  119. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Exit.BackgroundTransparency = 1
  121. Exit.BorderSizePixel = 0
  122. Exit.Position = UDim2.new(0.902584493, 0, 0, 0)
  123. Exit.Size = UDim2.new(0, 49, 0, 24)
  124. Exit.Font = Enum.Font.Cartoon
  125. Exit.Text = "Exit"
  126. Exit.TextSize = 25
  127.  
  128. LogoFrame.Name = "LogoFrame"
  129. LogoFrame.Parent = MainFrame
  130. LogoFrame.BackgroundColor3 = Color3.new(0.478431, 0, 0.560784)
  131. LogoFrame.BorderSizePixel = 0
  132. LogoFrame.Position = UDim2.new(-0.000994035741, 0, 0.0833333358, 0)
  133. LogoFrame.Size = UDim2.new(0, 503, 0, 43)
  134.  
  135. TopLogo.Name = "TopLogo"
  136. TopLogo.Parent = LogoFrame
  137. TopLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  138. TopLogo.BackgroundTransparency = 1
  139. TopLogo.BorderSizePixel = 0
  140. TopLogo.Size = UDim2.new(0, 176, 0, 43)
  141. TopLogo.Font = Enum.Font.Cartoon
  142. TopLogo.Text = "Sunrise V1.0"
  143. TopLogo.TextSize = 35
  144.  
  145. TopLogoShade.Name = "TopLogoShade"
  146. TopLogoShade.Parent = LogoFrame
  147. TopLogoShade.BackgroundColor3 = Color3.new(1, 1, 1)
  148. TopLogoShade.BackgroundTransparency = 1
  149. TopLogoShade.BorderSizePixel = 0
  150. TopLogoShade.Size = UDim2.new(0, 182, 0, 43)
  151. TopLogoShade.Font = Enum.Font.Cartoon
  152. TopLogoShade.Text = "Sunrise V1.0"
  153. TopLogoShade.TextColor3 = Color3.new(0.14902, 0.231373, 0.294118)
  154. TopLogoShade.TextSize = 35
  155.  
  156. CompleteJob.Name = "Complete Job"
  157. CompleteJob.Parent = MainFrame
  158. CompleteJob.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
  159. CompleteJob.BorderSizePixel = 0
  160. CompleteJob.Position = UDim2.new(0.0198807158, 0, 0.267361104, 0)
  161. CompleteJob.Size = UDim2.new(0, 189, 0, 50)
  162. CompleteJob.Font = Enum.Font.Cartoon
  163. CompleteJob.Text = "Complete Job"
  164. CompleteJob.TextSize = 30
  165.  
  166. RepeatJob.Name = "Repeat Job"
  167. RepeatJob.Parent = MainFrame
  168. RepeatJob.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
  169. RepeatJob.BorderSizePixel = 0
  170. RepeatJob.Position = UDim2.new(0.0198807158, 0, 0.527777791, 0)
  171. RepeatJob.Size = UDim2.new(0, 189, 0, 50)
  172. RepeatJob.Font = Enum.Font.Cartoon
  173. RepeatJob.Text = "Repeat Job"
  174. RepeatJob.TextSize = 30
  175.  
  176. DailyCasino.Name = "DailyCasino"
  177. DailyCasino.Parent = MainFrame
  178. DailyCasino.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
  179. DailyCasino.BorderSizePixel = 0
  180. DailyCasino.Position = UDim2.new(0.019880712, 0, 0.795138836, 0)
  181. DailyCasino.Size = UDim2.new(0, 189, 0, 50)
  182. DailyCasino.Font = Enum.Font.Cartoon
  183. DailyCasino.Text = "Daily Casino"
  184. DailyCasino.TextSize = 30
  185.  
  186. SmallCredits.Name = "SmallCredits"
  187. SmallCredits.Parent = MainFrame
  188. SmallCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  189. SmallCredits.BackgroundTransparency = 1
  190. SmallCredits.BorderSizePixel = 0
  191. SmallCredits.Position = UDim2.new(0.80119288, 0, 0.177083313, 0)
  192. SmallCredits.Size = UDim2.new(0, 100, 0, 16)
  193. SmallCredits.Font = Enum.Font.Cartoon
  194. SmallCredits.Text = "Made By Spyroz"
  195. SmallCredits.TextSize = 14
  196.  
  197. ScrollingFrame.Parent = MainFrame
  198. ScrollingFrame.BackgroundColor3 = Color3.new(0.494118, 0.0745098, 0.568627)
  199. ScrollingFrame.BorderColor3 = Color3.new(0.403922, 0.0588235, 0.47451)
  200. ScrollingFrame.Position = UDim2.new(0.604373753, 0, 0.402777791, 0)
  201. ScrollingFrame.Size = UDim2.new(0, 189, 0, 163)
  202.  
  203. Phantom.Name = "Phantom"
  204. Phantom.Parent = ScrollingFrame
  205. Phantom.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  206. Phantom.BorderSizePixel = 0
  207. Phantom.Size = UDim2.new(0, 189, 0, 50)
  208. Phantom.Font = Enum.Font.Cartoon
  209. Phantom.Text = "Phantom"
  210. Phantom.TextSize = 30
  211.  
  212. Sleigh.Name = "Sleigh"
  213. Sleigh.Parent = ScrollingFrame
  214. Sleigh.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  215. Sleigh.BorderSizePixel = 0
  216. Sleigh.Position = UDim2.new(0, 0, 0.101328902, 0)
  217. Sleigh.Size = UDim2.new(0, 189, 0, 50)
  218. Sleigh.Font = Enum.Font.Cartoon
  219. Sleigh.Text = "Sleigh"
  220. Sleigh.TextSize = 30
  221.  
  222. RV.Name = "RV"
  223. RV.Parent = ScrollingFrame
  224. RV.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  225. RV.BorderSizePixel = 0
  226. RV.Position = UDim2.new(0, 0, 0.200996682, 0)
  227. RV.Size = UDim2.new(0, 189, 0, 50)
  228. RV.Font = Enum.Font.Cartoon
  229. RV.Text = "RV"
  230. RV.TextSize = 30
  231.  
  232. DropShip.Name = "DropShip"
  233. DropShip.Parent = ScrollingFrame
  234. DropShip.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  235. DropShip.BorderSizePixel = 0
  236. DropShip.Position = UDim2.new(0, 0, 0.300664455, 0)
  237. DropShip.Size = UDim2.new(0, 189, 0, 50)
  238. DropShip.Font = Enum.Font.Cartoon
  239. DropShip.Text = "Drop Ship"
  240. DropShip.TextSize = 30
  241.  
  242. Venom.Name = "Venom"
  243. Venom.Parent = ScrollingFrame
  244. Venom.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  245. Venom.BorderSizePixel = 0
  246. Venom.Position = UDim2.new(0, 0, 0.397009969, 0)
  247. Venom.Size = UDim2.new(0, 189, 0, 50)
  248. Venom.Font = Enum.Font.Cartoon
  249. Venom.Text = "Venom"
  250. Venom.TextSize = 30
  251.  
  252. Destiny.Name = "Destiny"
  253. Destiny.Parent = ScrollingFrame
  254. Destiny.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  255. Destiny.BorderSizePixel = 0
  256. Destiny.Position = UDim2.new(0, 0, 0.496681839, 0)
  257. Destiny.Size = UDim2.new(0, 189, 0, 50)
  258. Destiny.Font = Enum.Font.Cartoon
  259. Destiny.Text = "Destiny"
  260. Destiny.TextSize = 30
  261.  
  262. Blur.Name = "Blur"
  263. Blur.Parent = ScrollingFrame
  264. Blur.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  265. Blur.BorderSizePixel = 0
  266. Blur.Position = UDim2.new(0, 0, 0.598204672, 0)
  267. Blur.Size = UDim2.new(0, 189, 0, 50)
  268. Blur.Font = Enum.Font.Cartoon
  269. Blur.Text = "Blur"
  270. Blur.TextSize = 30
  271.  
  272. TrailBlazer.Name = "TrailBlazer"
  273. TrailBlazer.Parent = ScrollingFrame
  274. TrailBlazer.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  275. TrailBlazer.BorderSizePixel = 0
  276. TrailBlazer.Position = UDim2.new(0, 0, 0.700813353, 0)
  277. TrailBlazer.Size = UDim2.new(0, 189, 0, 50)
  278. TrailBlazer.Font = Enum.Font.Cartoon
  279. TrailBlazer.Text = "Trail Blazer"
  280. TrailBlazer.TextSize = 30
  281.  
  282. Hammerhead.Name = "Hammerhead"
  283. Hammerhead.Parent = ScrollingFrame
  284. Hammerhead.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  285. Hammerhead.BorderSizePixel = 0
  286. Hammerhead.Position = UDim2.new(0, 0, 0.805161178, 0)
  287. Hammerhead.Size = UDim2.new(0, 189, 0, 50)
  288. Hammerhead.Font = Enum.Font.Cartoon
  289. Hammerhead.Text = "Hammerhead"
  290. Hammerhead.TextSize = 30
  291.  
  292. Velocity.Name = "Velocity"
  293. Velocity.Parent = ScrollingFrame
  294. Velocity.BackgroundColor3 = Color3.new(0.592157, 0.0862745, 0.690196)
  295. Velocity.BorderSizePixel = 0
  296. Velocity.Position = UDim2.new(0, 0, 0.911248147, 0)
  297. Velocity.Size = UDim2.new(0, 189, 0, 50)
  298. Velocity.Font = Enum.Font.Cartoon
  299. Velocity.Text = "Velocity"
  300. Velocity.TextSize = 30
  301.  
  302. VehicleLogo.Name = "VehicleLogo"
  303. VehicleLogo.Parent = MainFrame
  304. VehicleLogo.BackgroundColor3 = Color3.new(0.501961, 0.0705882, 0.588235)
  305. VehicleLogo.BackgroundTransparency = 1
  306. VehicleLogo.BorderSizePixel = 0
  307. VehicleLogo.Position = UDim2.new(0.604373753, 0, 0.239583328, 0)
  308. VehicleLogo.Size = UDim2.new(0, 189, 0, 37)
  309. VehicleLogo.Font = Enum.Font.Cartoon
  310. VehicleLogo.Text = "Spawn Vehicles"
  311. VehicleLogo.TextSize = 30
  312.  
  313. Frame.Parent = MainFrame
  314. Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  315. Frame.BorderSizePixel = 0
  316. Frame.Position = UDim2.new(0.604373753, 0, 0.368055552, 0)
  317. Frame.Size = UDim2.new(0, 189, 0, 2)
  318.  
  319. -- Scripts
  320.  
  321. wait(0.5)
  322. IntroFrame:TweenPosition(UDim2.new(0.402,0,0.387,0), 'Out', 'Bounce', 1)
  323. wait(3)
  324. IntroFrame:TweenPosition(UDim2.new(0.402,0,-1,0), 'Out', 'Bounce', 1)
  325. wait(0.3)
  326. MainFrame:TweenPosition(UDim2.new(0.337,0,0.239,0), 'Out', 'Bounce', 1)
  327.  
  328. Exit.MouseButton1Down:connect(function()
  329. MainFrame:TweenPosition(UDim2.new(0.337,0,-1,0), 'Out', 'Bounce', 0.1)
  330. OpenFrame.Visible = true
  331. end)
  332.  
  333. Open.MouseButton1Down:connect(function()
  334. MainFrame:TweenPosition(UDim2.new(0.337,0,0.239,0), 'Out', 'Bounce', 1)
  335. OpenFrame.Visible = false
  336. end)
  337.  
  338. RepeatJob.MouseButton1Down:connect(function()
  339. repeat
  340. wait(1.5)
  341. game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
  342. until TopLogo.Text == 1
  343. end)
  344.  
  345. CompleteJob.MouseButton1Down:connect(function()
  346. game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
  347. end)
  348.  
  349. DailyCasino.MouseButton1Down:connect(function()
  350. for i=1, 50 do
  351. game.ReplicatedStorage.Arcade_Remotes.RemoteFunction:InvokeServer("SPIN")
  352. game.ReplicatedStorage.Arcade_Remotes.RemoteEvent:FireServer("FINISHED")
  353. end
  354. end)
  355.  
  356. Phantom.MouseButton1Down:connect(function()
  357. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Phantom")
  358. end)
  359.  
  360. Destiny.MouseButton1Down:connect(function()
  361. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Destiny")
  362. end)
  363.  
  364. Blur.MouseButton1Down:connect(function()
  365. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Blur")
  366. end)
  367.  
  368. RV.MouseButton1Down:connect(function()
  369. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("RV")
  370. end)
  371.  
  372. Venom.MouseButton1Down:connect(function()
  373. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Venom")
  374. end)
  375.  
  376. Velocity.MouseButton1Down:connect(function()
  377. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Velocity")
  378. end)
  379.  
  380. DropShip.MouseButton1Down:connect(function()
  381. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("FEAR Dropship")
  382. end)
  383.  
  384. TrailBlazer.MouseButton1Down:connect(function()
  385. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Trailblazer")
  386. end)
  387.  
  388. Sleigh.MouseButton1Down:connect(function()
  389. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Santas Sleigh")
  390. end)
  391.  
  392. Hammerhead.MouseButton1Down:connect(function()
  393. game.ReplicatedStorage.Remotes.Events.SpawnCar:FireServer("Hammerhead")
  394. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement