Advertisement
HackCreator

Idk what is it but smth it is

Jun 16th, 2023
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.88 KB | None | 0 0
  1. -- Replace all Bruen36484 to your username for script work
  2. game.Players.LocalPlayer.PlayerGui.Pro.Frame.Staminas:Destroy()
  3. game.Workspace.Players.LocalPlayer.Character.Data.Stunned:Destroy() -- <-- here
  4. game.Workspace.Players.LocalPlayer.Character.Data.TimeMulti.Value = 4000 -- <-- here
  5. game.Workspace.Players.LocalPlayer.Character.Head.Display.Frame.TextLabel.Text = "HardMode" -- <-- here
  6. game.Workspace.Players.LocalPlayer.Character.Head.Display.Frame.TextLabel.Font = Enum.Font.Antique -- <-- here
  7.  
  8. local StarGlitcherv2 = Instance.new("ScreenGui")
  9. local Left = Instance.new("Frame")
  10. local Spinners = Instance.new("Frame")
  11. local UICorner = Instance.new("UICorner")
  12. local Back = Instance.new("Frame")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local Center = Instance.new("ImageLabel")
  15. local OuterCircle1 = Instance.new("ImageLabel")
  16. local OuterCircle2 = Instance.new("ImageLabel")
  17. local Spin1 = Instance.new("ImageLabel")
  18. local Spin2 = Instance.new("ImageLabel")
  19. local Side_BG = Instance.new("Frame")
  20. local UIGradient = Instance.new("UIGradient")
  21. local Form_BG = Instance.new("Frame")
  22. local UIGradient_2 = Instance.new("UIGradient")
  23. local Form = Instance.new("TextLabel")
  24. local Side = Instance.new("TextLabel")
  25. local icon = Instance.new("ImageLabel")
  26. local Inner = Instance.new("ImageLabel")
  27. local Stroke = Instance.new("ImageLabel")
  28. local LowerFrameBG = Instance.new("Frame")
  29. local UIGradient_3 = Instance.new("UIGradient")
  30. local Credits = Instance.new("TextLabel")
  31. local icon_2 = Instance.new("ImageLabel")
  32. local UIScale = Instance.new("UIScale")
  33. local Right = Instance.new("Frame")
  34. local UIScale_2 = Instance.new("UIScale")
  35. local Inner_2 = Instance.new("ImageLabel")
  36. local Stroke_2 = Instance.new("ImageLabel")
  37. local Music = Instance.new("TextLabel")
  38. local MusicBar_BG = Instance.new("Frame")
  39. local Main = Instance.new("Frame")
  40. local UIGradient_4 = Instance.new("UIGradient")
  41. local UIPadding = Instance.new("UIPadding")
  42. local Bar = Instance.new("Frame")
  43. local Spinnyz = Instance.new("Frame")
  44. local UICorner_3 = Instance.new("UICorner")
  45. local Center_2 = Instance.new("ImageLabel")
  46. local OuterCircle2_2 = Instance.new("ImageLabel")
  47. local Spin1_2 = Instance.new("ImageLabel")
  48. local Spin2_2 = Instance.new("ImageLabel")
  49. local OuterCircle1_2 = Instance.new("ImageLabel")
  50. local Time = Instance.new("TextLabel")
  51. local Music_BG = Instance.new("Frame")
  52. local UIGradient_5 = Instance.new("UIGradient")
  53. local UIS = game:GetService("UserInputService")
  54.  
  55. local Status = game.Players.LocalPlayer.PlayerGui.Pro.Frame.Staminas.Staminas
  56.  
  57. --Properties:
  58.  
  59. StarGlitcherv2.Name = "Star Glitcher v2"
  60. StarGlitcherv2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  61. StarGlitcherv2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  62.  
  63. Left.Name = "Left"
  64. Left.Parent = StarGlitcherv2
  65. Left.AnchorPoint = Vector2.new(0, 1)
  66. Left.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Left.BackgroundTransparency = 1.000
  68. Left.Position = UDim2.new(0, 0, 1, 0)
  69. Left.Size = UDim2.new(0, 150, 0, 150)
  70.  
  71. Spinners.Name = "Spinners"
  72. Spinners.Parent = Left
  73. Spinners.AnchorPoint = Vector2.new(0.5, 0.5)
  74. Spinners.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  75. Spinners.BackgroundTransparency = 0.600
  76. Spinners.Position = UDim2.new(0.300000012, 0, 0.699999988, 0)
  77. Spinners.Size = UDim2.new(2, 0, 2, 0)
  78.  
  79. UICorner.CornerRadius = UDim.new(1, 0)
  80. UICorner.Parent = Spinners
  81.  
  82. Back.Name = "Back"
  83. Back.Parent = Spinners
  84. Back.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  85. Back.BackgroundTransparency = 0.600
  86. Back.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  87. Back.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  88. Back.ZIndex = 0
  89.  
  90. UICorner_2.CornerRadius = UDim.new(1, 0)
  91. UICorner_2.Parent = Back
  92.  
  93. Center.Name = "Center"
  94. Center.Parent = Spinners
  95. Center.AnchorPoint = Vector2.new(0.5, 0.5)
  96. Center.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. Center.BackgroundTransparency = 1.000
  98. Center.Position = UDim2.new(0.5, 0, 0.5, 0)
  99. Center.Rotation = 45.000
  100. Center.Size = UDim2.new(1, 20, 1, 20)
  101. Center.ZIndex = 0
  102. Center.Image = "rbxassetid://2273224484"
  103. Center.ImageColor3 = Color3.fromRGB(64, 0, 0)
  104.  
  105. OuterCircle1.Name = "OuterCircle1"
  106. OuterCircle1.Parent = Spinners
  107. OuterCircle1.AnchorPoint = Vector2.new(0.5, 0.5)
  108. OuterCircle1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  109. OuterCircle1.BackgroundTransparency = 1.000
  110. OuterCircle1.Position = UDim2.new(0.5, 0, 0.5, 0)
  111. OuterCircle1.Rotation = 45.000
  112. OuterCircle1.Size = UDim2.new(1, 0, 1, 0)
  113. OuterCircle1.ZIndex = 2
  114. OuterCircle1.Image = "rbxassetid://2312119891"
  115. OuterCircle1.ImageColor3 = Color3.fromRGB(64, 0, 0)
  116.  
  117. OuterCircle2.Name = "OuterCircle2"
  118. OuterCircle2.Parent = Spinners
  119. OuterCircle2.AnchorPoint = Vector2.new(0.5, 0.5)
  120. OuterCircle2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. OuterCircle2.BackgroundTransparency = 1.000
  122. OuterCircle2.Position = UDim2.new(0.5, 0, 0.5, 0)
  123. OuterCircle2.Rotation = 45.000
  124. OuterCircle2.Size = UDim2.new(1, 60, 1, 60)
  125. OuterCircle2.ZIndex = 4
  126. OuterCircle2.Image = "rbxassetid://2312119891"
  127. OuterCircle2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  128.  
  129. Spin1.Name = "Spin1"
  130. Spin1.Parent = Spinners
  131. Spin1.AnchorPoint = Vector2.new(0.5, 0.5)
  132. Spin1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. Spin1.BackgroundTransparency = 1.000
  134. Spin1.Position = UDim2.new(0.5, 0, 0.5, 0)
  135. Spin1.Rotation = 45.000
  136. Spin1.Size = UDim2.new(1, 100, 1, 100)
  137. Spin1.Image = "rbxassetid://2325939897"
  138. Spin1.ImageColor3 = Color3.fromRGB(64, 0, 0)
  139.  
  140. Spin2.Name = "Spin2"
  141. Spin2.Parent = Spinners
  142. Spin2.AnchorPoint = Vector2.new(0.5, 0.5)
  143. Spin2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. Spin2.BackgroundTransparency = 1.000
  145. Spin2.Position = UDim2.new(0.5, 0, 0.5, 0)
  146. Spin2.Rotation = 45.000
  147. Spin2.Size = UDim2.new(1, 160, 1, 160)
  148. Spin2.Image = "rbxassetid://2325939897"
  149. Spin2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  150. Spin2.ImageTransparency = 0.250
  151.  
  152. Side_BG.Name = "Side_BG"
  153. Side_BG.Parent = Left
  154. Side_BG.AnchorPoint = Vector2.new(0, 0.5)
  155. Side_BG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  156. Side_BG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  157. Side_BG.BorderSizePixel = 3
  158. Side_BG.Position = UDim2.new(0, 0, 0.649999976, 0)
  159. Side_BG.Size = UDim2.new(0, 299, 0.200000003, 0)
  160. Side_BG.ZIndex = 2
  161.  
  162. UIGradient.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.00), NumberSequenceKeypoint.new(0.18, 0.11), NumberSequenceKeypoint.new(0.44, 0.31), NumberSequenceKeypoint.new(0.60, 0.43), NumberSequenceKeypoint.new(0.74, 0.49), NumberSequenceKeypoint.new(0.81, 0.55), NumberSequenceKeypoint.new(0.87, 0.61), NumberSequenceKeypoint.new(0.90, 0.79), NumberSequenceKeypoint.new(0.95, 1.00), NumberSequenceKeypoint.new(1.00, 1.00)}
  163. UIGradient.Parent = Side_BG
  164.  
  165. Form_BG.Name = "Form_BG"
  166. Form_BG.Parent = Left
  167. Form_BG.AnchorPoint = Vector2.new(0, 0.5)
  168. Form_BG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  169. Form_BG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  170. Form_BG.BorderSizePixel = 4
  171. Form_BG.Position = UDim2.new(0, 0, 0.300000012, 0)
  172. Form_BG.Size = UDim2.new(0, 437, 0.400000006, 0)
  173. Form_BG.ZIndex = 2
  174.  
  175. UIGradient_2.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.00), NumberSequenceKeypoint.new(0.18, 0.11), NumberSequenceKeypoint.new(0.44, 0.31), NumberSequenceKeypoint.new(0.60, 0.43), NumberSequenceKeypoint.new(0.74, 0.49), NumberSequenceKeypoint.new(0.81, 0.55), NumberSequenceKeypoint.new(0.87, 0.61), NumberSequenceKeypoint.new(0.90, 0.79), NumberSequenceKeypoint.new(0.95, 1.00), NumberSequenceKeypoint.new(1.00, 1.00)}
  176. UIGradient_2.Parent = Form_BG
  177.  
  178. Form.Name = "Form"
  179. Form.Parent = Left
  180. Form.AnchorPoint = Vector2.new(0, 0.5)
  181. Form.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. Form.BackgroundTransparency = 1.000
  183. Form.Position = UDim2.new(0.200000003, 0, 0.300000012, 0)
  184. Form.Size = UDim2.new(4, 0, 0.400000006, 0)
  185. Form.ZIndex = 4
  186. Form.Font = Enum.Font.Antique
  187. Form.Text = "MAYHEM"
  188. Form.TextColor3 = Color3.fromRGB(64, 0, 0)
  189. Form.TextScaled = true
  190. Form.TextSize = 14.000
  191. Form.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  192. Form.TextStrokeTransparency = 0.000
  193. Form.TextWrapped = true
  194. Form.TextXAlignment = Enum.TextXAlignment.Left
  195.  
  196. Side.Name = "Side"
  197. Side.Parent = Left
  198. Side.AnchorPoint = Vector2.new(0, 0.5)
  199. Side.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. Side.BackgroundTransparency = 1.000
  201. Side.Position = UDim2.new(0.200000003, 0, 0.649999976, 0)
  202. Side.Size = UDim2.new(2, 0, 0.150000006, 0)
  203. Side.ZIndex = 4
  204. Side.Font = Enum.Font.DenkOne
  205. Side.Text = "SPECTRUN"
  206. Side.TextColor3 = Color3.fromRGB(64, 0, 0)
  207. Side.TextScaled = true
  208. Side.TextSize = 14.000
  209. Side.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  210. Side.TextStrokeTransparency = 0.000
  211. Side.TextWrapped = true
  212. Side.TextXAlignment = Enum.TextXAlignment.Left
  213.  
  214. icon.Name = "icon"
  215. icon.Parent = Side
  216. icon.AnchorPoint = Vector2.new(1, 0.5)
  217. icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. icon.BackgroundTransparency = 1.000
  219. icon.Position = UDim2.new(0, -2, 0.5, 0)
  220. icon.Size = UDim2.new(0, 25, 0, 25)
  221. icon.Image = "rbxassetid://5021034669"
  222. icon.ImageColor3 = Color3.fromRGB(255, 0, 0)
  223.  
  224. Inner.Name = "Inner"
  225. Inner.Parent = Left
  226. Inner.AnchorPoint = Vector2.new(0, 1)
  227. Inner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. Inner.BackgroundTransparency = 1.000
  229. Inner.Position = UDim2.new(0, 0, 1, 0)
  230. Inner.Size = UDim2.new(0.75, 0, 0.75, 0)
  231. Inner.ZIndex = 3
  232. Inner.Image = "http://www.roblox.com/asset/?id=10375874722"
  233. Inner.ImageColor3 = Color3.fromRGB(65, 0, 0)
  234.  
  235. Stroke.Name = "Stroke"
  236. Stroke.Parent = Left
  237. Stroke.AnchorPoint = Vector2.new(0, 1)
  238. Stroke.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. Stroke.BackgroundTransparency = 1.000
  240. Stroke.Position = UDim2.new(0, 0, 1, 0)
  241. Stroke.Size = UDim2.new(1, 0, 1, 0)
  242. Stroke.Image = "http://www.roblox.com/asset/?id=10375874722"
  243. Stroke.ImageColor3 = Color3.fromRGB(255, 0, 0)
  244.  
  245. LowerFrameBG.Name = "LowerFrameBG"
  246. LowerFrameBG.Parent = Left
  247. LowerFrameBG.AnchorPoint = Vector2.new(0, 0.5)
  248. LowerFrameBG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  249. LowerFrameBG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  250. LowerFrameBG.BorderSizePixel = 2
  251. LowerFrameBG.Position = UDim2.new(0, 0, 0.859999835, 0)
  252. LowerFrameBG.Size = UDim2.new(-0.83504045, 406, 0.110314824, 7)
  253. LowerFrameBG.ZIndex = 2
  254.  
  255. UIGradient_3.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.00), NumberSequenceKeypoint.new(0.18, 0.11), NumberSequenceKeypoint.new(0.44, 0.31), NumberSequenceKeypoint.new(0.60, 0.43), NumberSequenceKeypoint.new(0.74, 0.49), NumberSequenceKeypoint.new(0.81, 0.55), NumberSequenceKeypoint.new(0.87, 0.61), NumberSequenceKeypoint.new(0.90, 0.79), NumberSequenceKeypoint.new(0.95, 1.00), NumberSequenceKeypoint.new(1.00, 1.00)}
  256. UIGradient_3.Parent = LowerFrameBG
  257.  
  258. Credits.Name = "Credits"
  259. Credits.Parent = Left
  260. Credits.AnchorPoint = Vector2.new(0, 0.5)
  261. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  262. Credits.BackgroundTransparency = 1.000
  263. Credits.Position = UDim2.new(0.199999973, 0, 0.859999895, 0)
  264. Credits.Size = UDim2.new(1.58113408, 0, 0.135000005, 0)
  265. Credits.ZIndex = 4
  266. Credits.Font = Enum.Font.DenkOne
  267. Credits.Text = "Credits to AdamHack"
  268. Credits.TextColor3 = Color3.fromRGB(64, 0, 0)
  269. Credits.TextScaled = true
  270. Credits.TextSize = 14.000
  271. Credits.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  272. Credits.TextStrokeTransparency = 0.000
  273. Credits.TextWrapped = true
  274. Credits.TextXAlignment = Enum.TextXAlignment.Left
  275.  
  276. icon_2.Name = "icon"
  277. icon_2.Parent = Credits
  278. icon_2.AnchorPoint = Vector2.new(1, 0.5)
  279. icon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  280. icon_2.BackgroundTransparency = 1.000
  281. icon_2.Position = UDim2.new(0, -2, 0.5, 0)
  282. icon_2.Size = UDim2.new(0, 25, 0, 25)
  283. icon_2.Image = "rbxassetid://5021034669"
  284. icon_2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  285.  
  286. UIScale.Parent = Left
  287. UIScale.Scale = 1.284
  288.  
  289. Right.Name = "Right"
  290. Right.Parent = StarGlitcherv2
  291. Right.AnchorPoint = Vector2.new(0.790000021, 0.790000021)
  292. Right.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. Right.BackgroundTransparency = 1.000
  294. Right.Position = UDim2.new(1, 0, 1, 0)
  295. Right.Size = UDim2.new(0, 400, 0, 400)
  296.  
  297. UIScale_2.Parent = Right
  298. UIScale_2.Scale = 1.271
  299.  
  300. Inner_2.Name = "Inner"
  301. Inner_2.Parent = Right
  302. Inner_2.AnchorPoint = Vector2.new(1, 1)
  303. Inner_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. Inner_2.BackgroundTransparency = 1.000
  305. Inner_2.Position = UDim2.new(1, 0, 1, 0)
  306. Inner_2.Rotation = -90.000
  307. Inner_2.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  308. Inner_2.ZIndex = 3
  309. Inner_2.Image = "http://www.roblox.com/asset/?id=10375874722"
  310. Inner_2.ImageColor3 = Color3.fromRGB(64, 0, 0)
  311.  
  312. Stroke_2.Name = "Stroke"
  313. Stroke_2.Parent = Right
  314. Stroke_2.AnchorPoint = Vector2.new(1, 1)
  315. Stroke_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  316. Stroke_2.BackgroundTransparency = 1.000
  317. Stroke_2.Position = UDim2.new(1, 0, 1, 0)
  318. Stroke_2.Rotation = -90.000
  319. Stroke_2.Size = UDim2.new(0, 365, 0, 365)
  320. Stroke_2.Image = "http://www.roblox.com/asset/?id=10375874722"
  321. Stroke_2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  322.  
  323. Music.Name = "Music"
  324. Music.Parent = Right
  325. Music.AnchorPoint = Vector2.new(1, 0.5)
  326. Music.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  327. Music.BackgroundTransparency = 1.000
  328. Music.Position = UDim2.new(1, -120, 0.600000024, 0)
  329. Music.Size = UDim2.new(1.35000002, 0, 0.100000001, 0)
  330. Music.ZIndex = 4
  331. Music.Font = Enum.Font.Antique
  332. Music.Text = "Tokyo Machine - Play"
  333. Music.TextColor3 = Color3.fromRGB(64, 0, 0)
  334. Music.TextScaled = true
  335. Music.TextSize = 14.000
  336. Music.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  337. Music.TextStrokeTransparency = 0.000
  338. Music.TextWrapped = true
  339. Music.TextXAlignment = Enum.TextXAlignment.Right
  340.  
  341. MusicBar_BG.Name = "MusicBar_BG"
  342. MusicBar_BG.Parent = Right
  343. MusicBar_BG.AnchorPoint = Vector2.new(1, 0.5)
  344. MusicBar_BG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  345. MusicBar_BG.BackgroundTransparency = 1.000
  346. MusicBar_BG.Position = UDim2.new(1, -120, 0.720000029, 0)
  347. MusicBar_BG.Size = UDim2.new(0, 420, 0.0599999987, 0)
  348. MusicBar_BG.ZIndex = 3
  349.  
  350. Main.Name = "Main"
  351. Main.Parent = MusicBar_BG
  352. Main.AnchorPoint = Vector2.new(0, 0.5)
  353. Main.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  354. Main.BorderColor3 = Color3.fromRGB(255, 0, 0)
  355. Main.BorderSizePixel = 3
  356. Main.Position = UDim2.new(0, 0, 0.5, 0)
  357. Main.Size = UDim2.new(1, -77, 0.419999987, 0)
  358.  
  359. UIGradient_4.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.00), NumberSequenceKeypoint.new(1.00, 0.00), NumberSequenceKeypoint.new(1.00, 0.18)}
  360. UIGradient_4.Parent = Main
  361.  
  362. UIPadding.Parent = Main
  363. UIPadding.PaddingLeft = UDim.new(0, 5)
  364. UIPadding.PaddingRight = UDim.new(0, 3)
  365.  
  366. Bar.Name = "Bar"
  367. Bar.Parent = Main
  368. Bar.AnchorPoint = Vector2.new(0, 0.5)
  369. Bar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  370. Bar.BackgroundTransparency = 0.600
  371. Bar.BorderSizePixel = 0
  372. Bar.Position = UDim2.new(0, 0, 0.5, 0)
  373. Bar.Size = UDim2.new(1.01829267, 0, 0.419999957, 0)
  374.  
  375. Spinnyz.Name = "Spinnyz"
  376. Spinnyz.Parent = Bar
  377. Spinnyz.AnchorPoint = Vector2.new(0, 0.5)
  378. Spinnyz.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  379. Spinnyz.BorderColor3 = Color3.fromRGB(0, 0, 0)
  380. Spinnyz.Position = UDim2.new(1, -7, 0.5, 0)
  381. Spinnyz.Size = UDim2.new(0, 16, 0, 16)
  382.  
  383. UICorner_3.CornerRadius = UDim.new(1, 0)
  384. UICorner_3.Parent = Spinnyz
  385.  
  386. Center_2.Name = "Center"
  387. Center_2.Parent = Spinnyz
  388. Center_2.AnchorPoint = Vector2.new(0.5, 0.5)
  389. Center_2.BackgroundTransparency = 1.000
  390. Center_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  391. Center_2.Size = UDim2.new(1, 10, 1, 10)
  392. Center_2.ZIndex = 0
  393. Center_2.Image = "rbxassetid://2273224484"
  394. Center_2.ImageColor3 = Color3.fromRGB(64, 0, 0)
  395.  
  396. OuterCircle2_2.Name = "OuterCircle2"
  397. OuterCircle2_2.Parent = Spinnyz
  398. OuterCircle2_2.AnchorPoint = Vector2.new(0.5, 0.5)
  399. OuterCircle2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  400. OuterCircle2_2.BackgroundTransparency = 1.000
  401. OuterCircle2_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  402. OuterCircle2_2.Size = UDim2.new(1, 10, 1, 10)
  403. OuterCircle2_2.ZIndex = 4
  404. OuterCircle2_2.Image = "rbxassetid://2312119891"
  405. OuterCircle2_2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  406.  
  407. Spin1_2.Name = "Spin1"
  408. Spin1_2.Parent = Spinnyz
  409. Spin1_2.AnchorPoint = Vector2.new(0.5, 0.5)
  410. Spin1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  411. Spin1_2.BackgroundTransparency = 1.000
  412. Spin1_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  413. Spin1_2.Size = UDim2.new(1, 0, 1, 0)
  414. Spin1_2.Image = "rbxassetid://2325939897"
  415. Spin1_2.ImageColor3 = Color3.fromRGB(64, 0, 0)
  416.  
  417. Spin2_2.Name = "Spin2"
  418. Spin2_2.Parent = Spinnyz
  419. Spin2_2.AnchorPoint = Vector2.new(0.5, 0.5)
  420. Spin2_2.BackgroundTransparency = 1.000
  421. Spin2_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  422. Spin2_2.Size = UDim2.new(1, 10, 1, 10)
  423. Spin2_2.Image = "rbxassetid://2325939897"
  424. Spin2_2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  425.  
  426. OuterCircle1_2.Name = "OuterCircle1"
  427. OuterCircle1_2.Parent = Spinnyz
  428. OuterCircle1_2.AnchorPoint = Vector2.new(0.5, 0.5)
  429. OuterCircle1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  430. OuterCircle1_2.BackgroundTransparency = 1.000
  431. OuterCircle1_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  432. OuterCircle1_2.Size = UDim2.new(1, 5, 1, 5)
  433. OuterCircle1_2.ZIndex = 2
  434. OuterCircle1_2.Image = "rbxassetid://2312119891"
  435. OuterCircle1_2.ImageColor3 = Color3.fromRGB(64, 0, 0)
  436.  
  437. Time.Name = "Time"
  438. Time.Parent = MusicBar_BG
  439. Time.AnchorPoint = Vector2.new(1, 0.5)
  440. Time.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  441. Time.BackgroundTransparency = 1.000
  442. Time.Position = UDim2.new(1, 35, 0.5, 0)
  443. Time.Size = UDim2.new(0.159999996, 30, 1.20000005, 0)
  444. Time.ZIndex = 4
  445. Time.Font = Enum.Font.Antique
  446. Time.Text = "00:00/00:00"
  447. Time.TextColor3 = Color3.fromRGB(64, 0, 0)
  448. Time.TextScaled = true
  449. Time.TextSize = 14.000
  450. Time.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  451. Time.TextStrokeTransparency = 0.000
  452. Time.TextWrapped = true
  453.  
  454. Music_BG.Name = "Music_BG"
  455. Music_BG.Parent = Right
  456. Music_BG.AnchorPoint = Vector2.new(1, 0.5)
  457. Music_BG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  458. Music_BG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  459. Music_BG.BorderSizePixel = 4
  460. Music_BG.Position = UDim2.new(1, -120, 0.600000024, 0)
  461. Music_BG.Size = UDim2.new(0, 362, 0.100000001, 0)
  462. Music_BG.ZIndex = 2
  463.  
  464. UIGradient_5.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 1.00), NumberSequenceKeypoint.new(0.15, 1.00), NumberSequenceKeypoint.new(0.64, 0.00), NumberSequenceKeypoint.new(1.00, 0.00)}
  465. UIGradient_5.Parent = Music_BG
  466.  
  467. local function CASFD_fake_script() -- Spinners.lol1
  468. local script = Instance.new('LocalScript', Spinners)
  469.  
  470. local idk = script.Parent
  471.  
  472. while wait() do
  473. idk.OuterCircle1.Rotation = idk.OuterCircle1.Rotation - 7.111
  474. idk.OuterCircle2.Rotation = idk.OuterCircle2.Rotation + 5.111
  475. idk.Spin1.Rotation = idk.Spin1.Rotation + 11.111
  476. idk.Spin2.Rotation = idk.Spin2.Rotation - 11.111
  477. idk.Center.Rotation = idk.Center.Rotation + 4.123
  478. end
  479. end
  480. coroutine.wrap(CASFD_fake_script)()
  481. local function UREFXX_fake_script() -- Spinnyz.lol2
  482. local script = Instance.new('LocalScript', Spinnyz)
  483.  
  484. local idk = script.Parent
  485.  
  486. while wait() do
  487. idk.OuterCircle1.Rotation = idk.OuterCircle1.Rotation - 7.111
  488. idk.OuterCircle2.Rotation = idk.OuterCircle2.Rotation + 5.111
  489. idk.Spin1.Rotation = idk.Spin1.Rotation + 11.111
  490. idk.Spin2.Rotation = idk.Spin2.Rotation - 11.111
  491. idk.Center.Rotation = idk.Center.Rotation + 4.123
  492. end
  493. end
  494. coroutine.wrap(UREFXX_fake_script)()
  495. local function GYLQMM_fake_script() -- StarGlitcherv2.MusicVizual
  496. local script = Instance.new('LocalScript', StarGlitcherv2)
  497.  
  498. local song = Instance.new("Sound")
  499.  
  500. song.Parent = game.Players.LocalPlayer
  501. song.Volume = 1
  502. song.Playing = true
  503. song.Looped = true
  504. song.SoundId = "rbxassetid://5410085763"
  505. song.Name = "Cool Music"
  506. local gui = script.Parent
  507. local container = gui.Right.MusicBar_BG
  508.  
  509. if song.SoundId == "rbxassetid://1842652230" then
  510. gui.Right.Music.Text = "Tokyo Machine - PLAY"
  511. end
  512.  
  513. game:GetService("RunService").Heartbeat:Connect(function()
  514. container.Main.Bar.Size = UDim2.new(
  515. math.clamp(song.TimePosition / song.TimeLength, 0, 1),
  516. 0, 1, 0
  517. )
  518. container.Time.Text = string.format("%i:%02i - %i:%02i",
  519. math.floor(song.TimePosition / 60), song.TimePosition % 60,
  520. math.floor(song.TimeLength / 60), song.TimeLength % 60
  521. )
  522. end)
  523.  
  524. end
  525. coroutine.wrap(GYLQMM_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement