Advertisement
HackCreator

Alternate Battlegrounds Glitcher Script

May 23rd, 2023 (edited)
5,171
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.92 KB | Gaming | 1 0
  1. -- rbxassetid://11230427486
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6. local Username = game.Players.LocalPlayer.Name
  7. game.Players.LocalPlayer.PlayerGui.Pro.Frame.Staminas:Destroy()
  8. game.Workspace.Players.YourUsername.Data.Stunned:Destroy()
  9. game.Workspace.Players.YourUsername.Data.TimeMulti.Value = 4000
  10. game.Workspace.Players.YourUsername.Head.Display.Frame.TextLabel.Text = "ANIMUS"
  11. game.Workspace.Players.YourUsername.Head.Display.Frame.TextLabel.Font = Enum.Font.Antique
  12. local STARGLITCHER = Instance.new("ScreenGui")
  13. local Left = Instance.new("Frame")
  14. local Spinners = Instance.new("Frame")
  15. local UICorner = Instance.new("UICorner")
  16. local Back = Instance.new("Frame")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local Center = Instance.new("ImageLabel")
  19. local OuterCircle1 = Instance.new("ImageLabel")
  20. local OuterCircle2 = Instance.new("ImageLabel")
  21. local Spin1 = Instance.new("ImageLabel")
  22. local Spin2 = Instance.new("ImageLabel")
  23. local Side_BG = Instance.new("Frame")
  24. local UIGradient = Instance.new("UIGradient")
  25. local Form_BG = Instance.new("Frame")
  26. local UIGradient_2 = Instance.new("UIGradient")
  27. local Form = Instance.new("TextLabel")
  28. local Side = Instance.new("TextLabel")
  29. local icon = Instance.new("ImageLabel")
  30. local Inner = Instance.new("ImageLabel")
  31. local Stroke = Instance.new("ImageLabel")
  32. local LowerFrameBG = Instance.new("Frame")
  33. local UIGradient_3 = Instance.new("UIGradient")
  34. local Credits = Instance.new("TextLabel")
  35. local icon_2 = Instance.new("ImageLabel")
  36. local UIScale = Instance.new("UIScale")
  37. local Theme1 = Instance.new("Sound")
  38.  
  39. STARGLITCHER.Name = "STARGLITCHER"
  40. STARGLITCHER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. STARGLITCHER.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. Left.Name = "Left"
  44. Left.Parent = STARGLITCHER
  45. Left.AnchorPoint = Vector2.new(0, 1)
  46. Left.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. Left.BackgroundTransparency = 1.000
  48. Left.Position = UDim2.new(0, 0, 1, 0)
  49. Left.Size = UDim2.new(0, 150, 0, 150)
  50.  
  51. Spinners.Name = "Spinners"
  52. Spinners.Parent = Left
  53. Spinners.AnchorPoint = Vector2.new(0.5, 0.5)
  54. Spinners.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  55. Spinners.BackgroundTransparency = 0.600
  56. Spinners.Position = UDim2.new(0.300000012, 0, 0.699999988, 0)
  57. Spinners.Size = UDim2.new(2, 0, 2, 0)
  58.  
  59. UICorner.CornerRadius = UDim.new(1, 0)
  60. UICorner.Parent = Spinners
  61.  
  62. Back.Name = "Back"
  63. Back.Parent = Spinners
  64. Back.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  65. Back.BackgroundTransparency = 0.600
  66. Back.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  67. Back.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  68. Back.ZIndex = 0
  69.  
  70. UICorner_2.CornerRadius = UDim.new(1, 0)
  71. UICorner_2.Parent = Back
  72.  
  73. Center.Name = "Center"
  74. Center.Parent = Spinners
  75. Center.AnchorPoint = Vector2.new(0.5, 0.5)
  76. Center.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Center.BackgroundTransparency = 1.000
  78. Center.Position = UDim2.new(0.5, 0, 0.5, 0)
  79. Center.Rotation = 45.000
  80. Center.Size = UDim2.new(1, 20, 1, 20)
  81. Center.ZIndex = 0
  82. Center.Image = "rbxassetid://2273224484"
  83. Center.ImageColor3 = Color3.fromRGB(64, 0, 0)
  84.  
  85. OuterCircle1.Name = "OuterCircle1"
  86. OuterCircle1.Parent = Spinners
  87. OuterCircle1.AnchorPoint = Vector2.new(0.5, 0.5)
  88. OuterCircle1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. OuterCircle1.BackgroundTransparency = 1.000
  90. OuterCircle1.Position = UDim2.new(0.5, 0, 0.5, 0)
  91. OuterCircle1.Rotation = 45.000
  92. OuterCircle1.Size = UDim2.new(1, 0, 1, 0)
  93. OuterCircle1.ZIndex = 2
  94. OuterCircle1.Image = "rbxassetid://2312119891"
  95. OuterCircle1.ImageColor3 = Color3.fromRGB(64, 0, 0)
  96.  
  97. OuterCircle2.Name = "OuterCircle2"
  98. OuterCircle2.Parent = Spinners
  99. OuterCircle2.AnchorPoint = Vector2.new(0.5, 0.5)
  100. OuterCircle2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. OuterCircle2.BackgroundTransparency = 1.000
  102. OuterCircle2.Position = UDim2.new(0.5, 0, 0.5, 0)
  103. OuterCircle2.Rotation = 45.000
  104. OuterCircle2.Size = UDim2.new(1, 60, 1, 60)
  105. OuterCircle2.ZIndex = 4
  106. OuterCircle2.Image = "rbxassetid://2312119891"
  107. OuterCircle2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  108.  
  109. Spin1.Name = "Spin1"
  110. Spin1.Parent = Spinners
  111. Spin1.AnchorPoint = Vector2.new(0.5, 0.5)
  112. Spin1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113. Spin1.BackgroundTransparency = 1.000
  114. Spin1.Position = UDim2.new(0.5, 0, 0.5, 0)
  115. Spin1.Rotation = 45.000
  116. Spin1.Size = UDim2.new(1, 100, 1, 100)
  117. Spin1.Image = "rbxassetid://2325939897"
  118. Spin1.ImageColor3 = Color3.fromRGB(64, 0, 0)
  119.  
  120. Spin2.Name = "Spin2"
  121. Spin2.Parent = Spinners
  122. Spin2.AnchorPoint = Vector2.new(0.5, 0.5)
  123. Spin2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. Spin2.BackgroundTransparency = 1.000
  125. Spin2.Position = UDim2.new(0.5, 0, 0.5, 0)
  126. Spin2.Rotation = 45.000
  127. Spin2.Size = UDim2.new(1, 160, 1, 160)
  128. Spin2.Image = "rbxassetid://2325939897"
  129. Spin2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  130. Spin2.ImageTransparency = 0.250
  131.  
  132. Side_BG.Name = "Side_BG"
  133. Side_BG.Parent = Left
  134. Side_BG.AnchorPoint = Vector2.new(0, 0.5)
  135. Side_BG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  136. Side_BG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  137. Side_BG.BorderSizePixel = 3
  138. Side_BG.Position = UDim2.new(0, 0, 0.649999976, 0)
  139. Side_BG.Size = UDim2.new(0, 299, 0.200000003, 0)
  140. Side_BG.ZIndex = 2
  141.  
  142. 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)}
  143. UIGradient.Parent = Side_BG
  144.  
  145. Form_BG.Name = "Form_BG"
  146. Form_BG.Parent = Left
  147. Form_BG.AnchorPoint = Vector2.new(0, 0.5)
  148. Form_BG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  149. Form_BG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  150. Form_BG.BorderSizePixel = 4
  151. Form_BG.Position = UDim2.new(0, 0, 0.300000012, 0)
  152. Form_BG.Size = UDim2.new(0, 437, 0.400000006, 0)
  153. Form_BG.ZIndex = 2
  154.  
  155. 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)}
  156. UIGradient_2.Parent = Form_BG
  157.  
  158. Form.Name = "Form"
  159. Form.Parent = Left
  160. Form.AnchorPoint = Vector2.new(0, 0.5)
  161. Form.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. Form.BackgroundTransparency = 1.000
  163. Form.Position = UDim2.new(0.200000003, 0, 0.300000012, 0)
  164. Form.Size = UDim2.new(4, 0, 0.400000006, 0)
  165. Form.ZIndex = 4
  166. Form.Font = Enum.Font.Antique
  167. Form.Text = "Skid"
  168. Form.TextColor3 = Color3.fromRGB(64, 0, 0)
  169. Form.TextScaled = true
  170. Form.TextSize = 14.000
  171. Form.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  172. Form.TextStrokeTransparency = 0.000
  173. Form.TextWrapped = true
  174. Form.TextXAlignment = Enum.TextXAlignment.Left
  175.  
  176. Side.Name = "Side"
  177. Side.Parent = Left
  178. Side.AnchorPoint = Vector2.new(0, 0.5)
  179. Side.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. Side.BackgroundTransparency = 1.000
  181. Side.Position = UDim2.new(0.200000003, 0, 0.649999976, 0)
  182. Side.Size = UDim2.new(2, 0, 0.150000006, 0)
  183. Side.ZIndex = 4
  184. Side.Font = Enum.Font.DenkOne
  185. Side.Text = "SPECTRUN"
  186. Side.TextColor3 = Color3.fromRGB(64, 0, 0)
  187. Side.TextScaled = true
  188. Side.TextSize = 14.000
  189. Side.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  190. Side.TextStrokeTransparency = 0.000
  191. Side.TextWrapped = true
  192. Side.TextXAlignment = Enum.TextXAlignment.Left
  193.  
  194. icon.Name = "icon"
  195. icon.Parent = Side
  196. icon.AnchorPoint = Vector2.new(1, 0.5)
  197. icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  198. icon.BackgroundTransparency = 1.000
  199. icon.Position = UDim2.new(0, -2, 0.5, 0)
  200. icon.Size = UDim2.new(0, 25, 0, 25)
  201. icon.Image = "rbxassetid://5021034669"
  202. icon.ImageColor3 = Color3.fromRGB(255, 0, 0)
  203.  
  204. Inner.Name = "Inner"
  205. Inner.Parent = Left
  206. Inner.AnchorPoint = Vector2.new(0, 1)
  207. Inner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. Inner.BackgroundTransparency = 1.000
  209. Inner.Position = UDim2.new(0, 0, 1, 0)
  210. Inner.Size = UDim2.new(0.75, 0, 0.75, 0)
  211. Inner.ZIndex = 3
  212. Inner.Image = "http://www.roblox.com/asset/?id=10375874722"
  213. Inner.ImageColor3 = Color3.fromRGB(65, 0, 0)
  214.  
  215. Stroke.Name = "Stroke"
  216. Stroke.Parent = Left
  217. Stroke.AnchorPoint = Vector2.new(0, 1)
  218. Stroke.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. Stroke.BackgroundTransparency = 1.000
  220. Stroke.Position = UDim2.new(0, 0, 1, 0)
  221. Stroke.Size = UDim2.new(1, 0, 1, 0)
  222. Stroke.Image = "http://www.roblox.com/asset/?id=10375874722"
  223. Stroke.ImageColor3 = Color3.fromRGB(255, 0, 0)
  224.  
  225. LowerFrameBG.Name = "LowerFrameBG"
  226. LowerFrameBG.Parent = Left
  227. LowerFrameBG.AnchorPoint = Vector2.new(0, 0.5)
  228. LowerFrameBG.BackgroundColor3 = Color3.fromRGB(64, 0, 0)
  229. LowerFrameBG.BorderColor3 = Color3.fromRGB(255, 0, 0)
  230. LowerFrameBG.BorderSizePixel = 2
  231. LowerFrameBG.Position = UDim2.new(0, 0, 0.859999835, 0)
  232. LowerFrameBG.Size = UDim2.new(-0.83504045, 406, 0.110314824, 7)
  233. LowerFrameBG.ZIndex = 2
  234.  
  235. 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)}
  236. UIGradient_3.Parent = LowerFrameBG
  237.  
  238. Credits.Name = "Credits"
  239. Credits.Parent = Left
  240. Credits.AnchorPoint = Vector2.new(0, 0.5)
  241. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. Credits.BackgroundTransparency = 1.000
  243. Credits.Position = UDim2.new(0.199999973, 0, 0.859999895, 0)
  244. Credits.Size = UDim2.new(1.58113408, 0, 0.135000005, 0)
  245. Credits.ZIndex = 4
  246. Credits.Font = Enum.Font.DenkOne
  247. Credits.Text = "Credits to AdamHack"
  248. Credits.TextColor3 = Color3.fromRGB(64, 0, 0)
  249. Credits.TextScaled = true
  250. Credits.TextSize = 14.000
  251. Credits.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  252. Credits.TextStrokeTransparency = 0.000
  253. Credits.TextWrapped = true
  254. Credits.TextXAlignment = Enum.TextXAlignment.Left
  255.  
  256. icon_2.Name = "icon"
  257. icon_2.Parent = Credits
  258. icon_2.AnchorPoint = Vector2.new(1, 0.5)
  259. icon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. icon_2.BackgroundTransparency = 1.000
  261. icon_2.Position = UDim2.new(0, -2, 0.5, 0)
  262. icon_2.Size = UDim2.new(0, 25, 0, 25)
  263. icon_2.Image = "rbxassetid://5021034669"
  264. icon_2.ImageColor3 = Color3.fromRGB(255, 0, 0)
  265.  
  266. UIScale.Parent = Left
  267. UIScale.Scale = 1.284
  268.  
  269. while wait() do
  270.     OuterCircle1.Rotation = OuterCircle1.Rotation - 7
  271.     OuterCircle2.Rotation = OuterCircle2.Rotation + 5
  272.     Spin1.Rotation = Spin1.Rotation + 11.111
  273.     Spin2.Rotation = Spin2.Rotation - 11.111
  274. end
  275.  
  276. -- 180426354 walk
  277. -- 180435571, 180435792 idle
  278. -- 180426354 run
  279. -- PHASE 2
  280. -- 180426354 run
  281. -- 180435792 Idle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement