scripterhaxer

Rocket Miner's Haven

Jun 1st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.12 KB | None | 0 0
  1. local version = "0.0.6"
  2.  
  3. if game.Players.LocalPlayer.PlayerGui.GUI.HUDLeft.Buttons:findFirstChild("Rocket") then
  4. game.Players.LocalPlayer.PlayerGui.GUI.HUDLeft.Buttons.Rocket:remove()
  5. end
  6.  
  7. local Rocket = Instance.new("ImageButton")
  8. local FancyShadow = Instance.new("ImageLabel")
  9. local Icon = Instance.new("ImageLabel")
  10. local Hover = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local Sub = Instance.new("TextLabel")
  13. local Under = Instance.new("TextLabel")
  14. local Pulse = Instance.new("ImageLabel")
  15.  
  16. Rocket.Name = "Rocket"
  17. Rocket.Parent = game.Players.LocalPlayer.PlayerGui.GUI.HUDLeft.Buttons
  18. Rocket.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Rocket.BackgroundTransparency = 1
  20. Rocket.LayoutOrder = 4
  21. Rocket.Size = UDim2.new(0, 50, 0, 50)
  22. Rocket.ZIndex = 2
  23. Rocket.Image = "rbxassetid://875052259"
  24. Rocket.ImageColor3 = Color3.new(0.67, 0, 0)
  25. Rocket.ScaleType = Enum.ScaleType.Slice
  26. Rocket.SliceCenter = Rect.new(10, 10, 10, 10)
  27.  
  28. FancyShadow.Name = "FancyShadow"
  29. FancyShadow.Parent = Rocket
  30. FancyShadow.AnchorPoint = Vector2.new(0.5, 0.5)
  31. FancyShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  32. FancyShadow.BackgroundTransparency = 1
  33. FancyShadow.Position = UDim2.new(0.5, 0, 0.5, 4)
  34. FancyShadow.Size = UDim2.new(1, 0, 1, 0)
  35. FancyShadow.Image = "rbxassetid://875052259"
  36. FancyShadow.ImageColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  37. FancyShadow.ImageTransparency = 0
  38. FancyShadow.ScaleType = Enum.ScaleType.Slice
  39. FancyShadow.SliceCenter = Rect.new(10, 10, 10, 10)
  40.  
  41. Icon.Name = "Icon"
  42. Icon.Parent = Rocket
  43. Icon.AnchorPoint = Vector2.new(0.5, 0.5)
  44. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Icon.BackgroundTransparency = 1
  46. Icon.Position = UDim2.new(0.5, 0, 0.5, 0)
  47. Icon.Rotation = -45
  48. Icon.Size = UDim2.new(0, 40, 0, 40)
  49. Icon.ZIndex = 2
  50. Icon.Image = "rbxassetid://2887383398"
  51. Icon.ImageTransparency = 0.2
  52.  
  53. Hover.Name = "Hover"
  54. Hover.Parent = Rocket
  55. Hover.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Hover.BackgroundTransparency = 1
  57. Hover.ClipsDescendants = true
  58. Hover.Position = UDim2.new(1, 0, 0, 0)
  59. Hover.Size = UDim2.new(0, 220, 1, 0)
  60.  
  61. Title.Name = "Title"
  62. Title.Parent = Hover
  63. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Title.BackgroundTransparency = 1
  65. Title.Position = UDim2.new(-1, 0, 0, 0)
  66. Title.Size = UDim2.new(0, 200, 0.7, 0)
  67. Title.ZIndex = 4
  68. Title.Font = Enum.Font.SourceSansBold
  69. Title.FontSize = Enum.FontSize.Size14
  70. Title.Text = "Rocket v" .. version
  71. Title.TextColor3 = Color3.new(0.67, 0, 0)
  72. Title.TextScaled = true
  73. Title.TextSize = 14
  74. Title.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  75. Title.TextStrokeTransparency = 0
  76. Title.TextWrapped = true
  77. Title.TextXAlignment = Enum.TextXAlignment.Left
  78. Title.TextYAlignment = Enum.TextYAlignment.Top
  79.  
  80. Under.Name = "Under"
  81. Under.Parent = Title
  82. Under.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Under.BackgroundTransparency = 1
  84. Under.Position = UDim2.new(0, 0, 0, 3)
  85. Under.Size = UDim2.new(1, 0, 1, 0)
  86. Under.ZIndex = 3
  87. Under.Font = Enum.Font.SourceSansBold
  88. Under.FontSize = Enum.FontSize.Size14
  89. Under.Text = "Rocket v" .. version
  90. Under.TextColor3 = Color3.new(0.196078, 0, 0)
  91. Under.TextScaled = true
  92. Under.TextSize = 14
  93. Under.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  94. Under.TextStrokeTransparency = 0
  95. Under.TextWrapped = true
  96. Under.TextXAlignment = Enum.TextXAlignment.Left
  97. Under.TextYAlignment = Enum.TextYAlignment.Top
  98.  
  99. Sub.Name = "Sub"
  100. Sub.Parent = Title
  101. Sub.BackgroundColor3 = Color3.new(0, 0, 0)
  102. Sub.BackgroundTransparency = 0.6
  103. Sub.BorderSizePixel = 0
  104. Sub.Position = UDim2.new(0, 0, 0.95, 0)
  105. Sub.Size = UDim2.new(0.37, 0, 0.45, 0)
  106. Sub.ZIndex = 4
  107. Sub.Font = Enum.Font.SourceSansBold
  108. Sub.FontSize = Enum.FontSize.Size14
  109. Sub.Text = "Hotkey: [X]"
  110. Sub.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  111. Sub.TextScaled = true
  112. Sub.TextSize = 14
  113. Sub.TextStrokeTransparency = 0
  114. Sub.TextWrapped = true
  115. Sub.TextXAlignment = Enum.TextXAlignment.Left
  116. Sub.TextYAlignment = Enum.TextYAlignment.Top
  117.  
  118. Pulse.Name = "Pulse"
  119. Pulse.Parent = Rocket
  120. Pulse.AnchorPoint = Vector2.new(0.5, 0.5)
  121. Pulse.BackgroundColor3 = Color3.new(1, 1, 1)
  122. Pulse.BackgroundTransparency = 1
  123. Pulse.Position = UDim2.new(0.5, 0, 0.5, 0)
  124. Pulse.Size = UDim2.new(2, 0, 2, 0)
  125. Pulse.Visible = false
  126. Pulse.Image = "rbxassetid://875052259"
  127. Pulse.ImageColor3 = Color3.new(0.666667, 0, 0)
  128. Pulse.ImageTransparency = 1
  129. Pulse.ScaleType = Enum.ScaleType.Slice
  130. Pulse.SliceCenter = Rect.new(10, 10, 10, 10)
  131.  
  132. function Tween(Object, Properties, Value, Time, Style, Direction)
  133. Style = Style or Enum.EasingStyle.Quad
  134. Direction = Direction or Enum.EasingDirection.Out
  135. Time = Time or 0.5
  136. local propertyGoals = {}
  137. local Table = type(Value) == "table" and true or false
  138. for i, Property in pairs(Properties) do
  139. propertyGoals[Property] = Table and Value[i] or Value
  140. end
  141. local tweenInfo = TweenInfo.new(Time, Style, Direction)
  142. local tween = game:GetService("TweenService"):Create(Object, tweenInfo, propertyGoals)
  143. tween:Play()
  144. end
  145.  
  146. local Button = game.Players.LocalPlayer.PlayerGui.GUI.HUDLeft.Buttons.Rocket
  147. local function close(Button)
  148. local Goal = UDim2.new(-1, 0, 0, 0)
  149. if Button.Hover.Active then
  150. Button.Hover.Active = false
  151. if Button.Hover:FindFirstChild("Title") and Button.Hover.Title.Position ~= Goal then
  152. Tween(Button.Hover.Title, {"Position"}, Goal, 1, Enum.EasingStyle.Quint, Enum.EasingDirection.In)
  153. end
  154. elseif Button.Hover.Title.Position ~= Goal then
  155. Tween(Button.Hover.Title, {"Position"}, Goal, 1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out)
  156. end
  157. end
  158. local function open(Button)
  159. if not Button.Hover.Active then
  160. Button.Hover.Active = true
  161. local Goal = UDim2.new(0, 10, 0, 0)
  162. if Button.Hover:FindFirstChild("Title") and Button.Hover.Title.Position ~= Goal then
  163. Tween(Button.Hover.Title, {"Position"}, Goal, 1, Enum.EasingStyle.Quint, Enum.EasingDirection.Out)
  164. end
  165. end
  166. end
  167. Button.Pulse.Size = UDim2.new(1, 0, 1, 0)
  168. Button.Pulse.ImageTransparency = 0
  169. Button.Pulse.Visible = true
  170. Tween(Button.Pulse, {
  171. "ImageTransparency",
  172. "Size"
  173. }, {
  174. 1,
  175. UDim2.new(2, 0, 2, 0)
  176. }, 0.3)
  177. wait(0.3)
  178. Button.Pulse.Visible = false
  179.  
  180. Button.MouseEnter:connect(function()
  181. open(Button)
  182. Button.Pulse.Size = UDim2.new(1, 0, 1, 0)
  183. Button.Pulse.ImageTransparency = 0
  184. Button.Pulse.Visible = true
  185. Tween(Button.Pulse, {
  186. "ImageTransparency",
  187. "Size"
  188. }, {
  189. 1,
  190. UDim2.new(2, 0, 2, 0)
  191. }, 0.3)
  192. wait(0.3)
  193. end)
  194.  
  195. Button.MouseLeave:connect(function()
  196. close(Button)
  197. end)
  198.  
  199. open(Button)
  200. wait(2)
  201. close(Button)
  202.  
  203.  
  204. Button.MouseButton1Down:connect(function()
  205. if game.Players.LocalPlayer.PlayerGui:findFirstChild("RocketHolder") then
  206. if game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible == true then
  207. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Click:Play()
  208. game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible = false
  209. if game.Lighting.Blur.Size == 9 then
  210. for i=1,18 do
  211. game.Lighting.Blur.Size = game.Lighting.Blur.Size-0.5
  212. wait()
  213. end
  214. end
  215. else
  216. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Click:Play()
  217. game.Players.LocalPlayer.PlayerGui.GUI.Settings.Visible = false
  218. game.Players.LocalPlayer.PlayerGui.GUI.Premium.Visible = false
  219. game.Players.LocalPlayer.PlayerGui.GUI.Shop.Visible = false
  220. game.Players.LocalPlayer.PlayerGui.GUI.Inventory.Visible = false
  221. game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible = true
  222. if game.Lighting.Blur.Size == 0 then
  223. for i=1,18 do
  224. game.Lighting.Blur.Size = game.Lighting.Blur.Size+0.5
  225. wait()
  226. end
  227. end
  228. end
  229. end
  230. end)
  231.  
  232. spawn(function()
  233. local player=game.Players.LocalPlayer
  234. local uis=game:GetService("UserInputService")
  235. uis.InputBegan:connect(function(key)
  236. if key.KeyCode==Enum.KeyCode.X then
  237. if game.Players.LocalPlayer.PlayerGui:findFirstChild("RocketHolder") then
  238. if game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible == true then
  239. game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible = false
  240. if game.Lighting.Blur.Size == 9 then
  241. for i=1,18 do
  242. game.Lighting.Blur.Size = game.Lighting.Blur.Size-0.5
  243. wait()
  244. end
  245. end
  246. else
  247. game.Players.LocalPlayer.PlayerGui.GUI.Settings.Visible = false
  248. game.Players.LocalPlayer.PlayerGui.GUI.Premium.Visible = false
  249. game.Players.LocalPlayer.PlayerGui.GUI.Shop.Visible = false
  250. game.Players.LocalPlayer.PlayerGui.GUI.Inventory.Visible = false
  251. game.Players.LocalPlayer.PlayerGui.RocketHolder.Rocket.Visible = true
  252. if game.Lighting.Blur.Size == 0 then
  253. for i=1,18 do
  254. game.Lighting.Blur.Size = game.Lighting.Blur.Size+0.5
  255. wait()
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end)
  262. end)
  263.  
  264. spawn(function()
  265. if game.Players.LocalPlayer.PlayerGui:findFirstChild("RocketHolder") then
  266. game.Players.LocalPlayer.PlayerGui.RocketHolder:remove()
  267. end
  268.  
  269. local RocketHolder = Instance.new("ScreenGui")
  270. local Rocket = Instance.new("ImageLabel")
  271. local Contents = Instance.new("ScrollingFrame")
  272. local UIListLayout = Instance.new("UIListLayout")
  273. local UIPadding = Instance.new("UIPadding")
  274. local DefaultButtons = Instance.new("ImageLabel")
  275. local DefaultContents = Instance.new("Frame")
  276. local Button1 = Instance.new("TextButton")
  277. local Fold = Instance.new("ImageLabel")
  278. local Button2 = Instance.new("TextButton")
  279. local Fold_2 = Instance.new("ImageLabel")
  280. local UIListLayout_2 = Instance.new("UIListLayout")
  281. local DefaultToggle = Instance.new("ImageLabel")
  282. local DefaultContents_2 = Instance.new("Frame")
  283. local DefaultToggle_2 = Instance.new("TextButton")
  284. local DefaultOn = Instance.new("Frame")
  285. local Deco = Instance.new("TextLabel")
  286. local Deco_2 = Instance.new("ImageLabel")
  287. local DefaultOff = Instance.new("Frame")
  288. local Deco_3 = Instance.new("TextLabel")
  289. local Deco_4 = Instance.new("ImageLabel")
  290. local Deco_5 = Instance.new("TextLabel")
  291. local Deco_6 = Instance.new("TextLabel")
  292. local BaseStealer = Instance.new("ImageLabel")
  293. local BaseStealerContents = Instance.new("Frame")
  294. local Deco_7 = Instance.new("TextLabel")
  295. local Deco_8 = Instance.new("TextLabel")
  296. local BaseStealerButtons = Instance.new("Frame")
  297. local UIListLayout_3 = Instance.new("UIListLayout")
  298. local AutoRebirth = Instance.new("ImageLabel")
  299. local AutoRebirthContents = Instance.new("Frame")
  300. local AutoRebirthToggle = Instance.new("TextButton")
  301. local AutoRebirthOn = Instance.new("Frame")
  302. local Deco_9 = Instance.new("TextLabel")
  303. local Deco_10 = Instance.new("ImageLabel")
  304. local AutoRebirthOff = Instance.new("Frame")
  305. local Deco_11 = Instance.new("TextLabel")
  306. local Deco_12 = Instance.new("ImageLabel")
  307. local Deco_13 = Instance.new("TextLabel")
  308. local Deco_14 = Instance.new("TextLabel")
  309. local AutoRemote = Instance.new("ImageLabel")
  310. local AutoRemoteContents = Instance.new("Frame")
  311. local AutoRemoteToggle = Instance.new("TextButton")
  312. local AutoRemoteOn = Instance.new("Frame")
  313. local Title = Instance.new("TextLabel")
  314. local Fold_3 = Instance.new("ImageLabel")
  315. local AutoRemoteOff = Instance.new("Frame")
  316. local Title_2 = Instance.new("TextLabel")
  317. local Fold_4 = Instance.new("ImageLabel")
  318. local Deco_15 = Instance.new("TextLabel")
  319. local Deco_16 = Instance.new("TextLabel")
  320. local CloversTwitchCoins = Instance.new("ImageLabel")
  321. local CloversTwitchCoinsContents = Instance.new("Frame")
  322. local AddCloverButton = Instance.new("TextButton")
  323. local Deco_17 = Instance.new("ImageLabel")
  324. local AddTwitchCoinButton = Instance.new("TextButton")
  325. local Deco_18 = Instance.new("ImageLabel")
  326. local UIListLayout_4 = Instance.new("UIListLayout")
  327. local Notifications = Instance.new("ImageLabel")
  328. local NotificationsContents = Instance.new("Frame")
  329. local NotificationsToggle = Instance.new("TextButton")
  330. local NotificationsOn = Instance.new("Frame")
  331. local Deco_19 = Instance.new("TextLabel")
  332. local Deco_20 = Instance.new("ImageLabel")
  333. local NotificationsOff = Instance.new("Frame")
  334. local Deco_21 = Instance.new("TextLabel")
  335. local Deco_22 = Instance.new("ImageLabel")
  336. local Deco_23 = Instance.new("TextLabel")
  337. local Deco_24 = Instance.new("TextLabel")
  338. local AutoButton = Instance.new("ImageLabel")
  339. local AutoButtonContents = Instance.new("Frame")
  340. local AutoButtonToggle = Instance.new("TextButton")
  341. local AutoButtonOn = Instance.new("Frame")
  342. local Title_3 = Instance.new("TextLabel")
  343. local Fold_5 = Instance.new("ImageLabel")
  344. local AutoButtonOff = Instance.new("Frame")
  345. local Title_4 = Instance.new("TextLabel")
  346. local Fold_6 = Instance.new("ImageLabel")
  347. local Deco_25 = Instance.new("TextLabel")
  348. local Deco_26 = Instance.new("TextLabel")
  349. local AutoLoadout = Instance.new("ImageLabel")
  350. local AutoLoadoutContents = Instance.new("Frame")
  351. local AutoLoadout1Toggle = Instance.new("TextButton")
  352. local AutoLoadout1On = Instance.new("Frame")
  353. local Deco_27 = Instance.new("TextLabel")
  354. local Deco_28 = Instance.new("ImageLabel")
  355. local AutoLoadout1Off = Instance.new("Frame")
  356. local Deco_29 = Instance.new("TextLabel")
  357. local Deco_30 = Instance.new("ImageLabel")
  358. local Deco_31 = Instance.new("TextLabel")
  359. local Deco_32 = Instance.new("TextLabel")
  360. local Deco_33 = Instance.new("TextLabel")
  361. local AutoLoadout2Toggle = Instance.new("TextButton")
  362. local AutoLoadout2On = Instance.new("Frame")
  363. local Deco_34 = Instance.new("TextLabel")
  364. local Deco_35 = Instance.new("ImageLabel")
  365. local AutoLoadout2Off = Instance.new("Frame")
  366. local Deco_36 = Instance.new("TextLabel")
  367. local Deco_37 = Instance.new("ImageLabel")
  368. local AutoLoadout3Toggle = Instance.new("TextButton")
  369. local AutoLoadout3On = Instance.new("Frame")
  370. local Deco_38 = Instance.new("TextLabel")
  371. local Deco_39 = Instance.new("ImageLabel")
  372. local AutoLoadout3Off = Instance.new("Frame")
  373. local Deco_40 = Instance.new("TextLabel")
  374. local Deco_41 = Instance.new("ImageLabel")
  375. local Deco_42 = Instance.new("TextLabel")
  376. local Top = Instance.new("ImageLabel")
  377. local Title_5 = Instance.new("TextLabel")
  378. local Close = Instance.new("TextButton")
  379. local Depth = Instance.new("ImageLabel")
  380. local Depth_2 = Instance.new("ImageLabel")
  381. local UISizeConstraint = Instance.new("UISizeConstraint")
  382. --Properties:
  383. RocketHolder.Name = "RocketHolder"
  384. RocketHolder.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  385. RocketHolder.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  386.  
  387. Rocket.Name = "Rocket"
  388. Rocket.Parent = RocketHolder
  389. Rocket.AnchorPoint = Vector2.new(0.5, 0.5)
  390. Rocket.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Rocket.BackgroundTransparency = 1
  392. Rocket.Position = UDim2.new(0.5, 0, 0.5, 0)
  393. Rocket.Size = UDim2.new(0.600000024, 0, 0.800000012, 0)
  394. Rocket.ZIndex = 5
  395. Rocket.Image = "rbxassetid://875052259"
  396. Rocket.ImageColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  397. Rocket.ScaleType = Enum.ScaleType.Slice
  398. Rocket.SliceCenter = Rect.new(10, 10, 10, 10)
  399. Rocket.Visible = false
  400.  
  401. Contents.Name = "Contents"
  402. Contents.Parent = Rocket
  403. Contents.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  404. Contents.BackgroundTransparency = 1
  405. Contents.BorderSizePixel = 0
  406. Contents.Position = UDim2.new(0, 0, 0, 7)
  407. Contents.Selectable = false
  408. Contents.Size = UDim2.new(1, 0, 1, -14)
  409. Contents.ZIndex = 5
  410. Contents.CanvasSize = UDim2.new(0, 0, 0, 800)
  411.  
  412. UIListLayout.Parent = Contents
  413. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  414. UIListLayout.Padding = UDim.new(0.00999999978, 0)
  415.  
  416. UIPadding.Parent = Contents
  417.  
  418. DefaultButtons.Name = "DefaultButtons"
  419. DefaultButtons.Parent = Contents
  420. DefaultButtons.BackgroundColor3 = Color3.new(1, 1, 1)
  421. DefaultButtons.BackgroundTransparency = 1
  422. DefaultButtons.LayoutOrder = 1
  423. DefaultButtons.Size = UDim2.new(1, -20, 0, 40)
  424. DefaultButtons.Visible = false
  425. DefaultButtons.ZIndex = 5
  426. DefaultButtons.Image = "rbxassetid://875052259"
  427. DefaultButtons.ImageColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  428. DefaultButtons.ScaleType = Enum.ScaleType.Slice
  429. DefaultButtons.SliceCenter = Rect.new(10, 10, 10, 10)
  430.  
  431. DefaultContents.Name = "DefaultContents"
  432. DefaultContents.Parent = DefaultButtons
  433. DefaultContents.BackgroundColor3 = Color3.new(1, 1, 1)
  434. DefaultContents.BackgroundTransparency = 1
  435. DefaultContents.BorderSizePixel = 0
  436. DefaultContents.Size = UDim2.new(1, 0, 0, 40)
  437. DefaultContents.ZIndex = 5
  438.  
  439. Button1.Name = "Button1"
  440. Button1.Parent = DefaultContents
  441. Button1.AnchorPoint = Vector2.new(0, 0.5)
  442. Button1.BackgroundColor3 = Color3.new(0.839216, 0.254902, 0.266667)
  443. Button1.BorderSizePixel = 0
  444. Button1.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  445. Button1.Size = UDim2.new(0.400000006, 0, 0, 30)
  446. Button1.ZIndex = 5
  447. Button1.Font = Enum.Font.ArialBold
  448. Button1.Text = "Button 1"
  449. Button1.TextScaled = true
  450. Button1.TextSize = 40
  451. Button1.TextWrapped = true
  452.  
  453. Fold.Name = "Fold"
  454. Fold.Parent = Button1
  455. Fold.AnchorPoint = Vector2.new(1, 0)
  456. Fold.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Fold.BackgroundTransparency = 1
  458. Fold.Position = UDim2.new(1, 0, 0, 0)
  459. Fold.Size = UDim2.new(1, 0, 1, 0)
  460. Fold.SizeConstraint = Enum.SizeConstraint.RelativeYY
  461. Fold.ZIndex = 5
  462. Fold.Image = "rbxassetid://1042585012"
  463. Fold.ImageTransparency = 0.30000001192093
  464.  
  465. Button2.Name = "Button2"
  466. Button2.Parent = DefaultContents
  467. Button2.AnchorPoint = Vector2.new(0, 0.5)
  468. Button2.BackgroundColor3 = Color3.new(1, 0.537255, 0.270588)
  469. Button2.BorderSizePixel = 0
  470. Button2.Position = UDim2.new(0.449999988, 0, 0.5, 0)
  471. Button2.Size = UDim2.new(0.400000006, 0, 0, 30)
  472. Button2.ZIndex = 5
  473. Button2.Font = Enum.Font.ArialBold
  474. Button2.Text = "Button 2"
  475. Button2.TextScaled = true
  476. Button2.TextSize = 40
  477. Button2.TextWrapped = true
  478.  
  479. Fold_2.Name = "Fold"
  480. Fold_2.Parent = Button2
  481. Fold_2.AnchorPoint = Vector2.new(1, 0)
  482. Fold_2.BackgroundColor3 = Color3.new(1, 1, 1)
  483. Fold_2.BackgroundTransparency = 1
  484. Fold_2.Position = UDim2.new(1, 0, 0, 0)
  485. Fold_2.Size = UDim2.new(1, 0, 1, 0)
  486. Fold_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  487. Fold_2.ZIndex = 5
  488. Fold_2.Image = "rbxassetid://1042585012"
  489. Fold_2.ImageTransparency = 0.30000001192093
  490.  
  491. UIListLayout_2.Parent = DefaultContents
  492. UIListLayout_2.FillDirection = Enum.FillDirection.Horizontal
  493. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  494. UIListLayout_2.VerticalAlignment = Enum.VerticalAlignment.Center
  495.  
  496. DefaultToggle.Name = "DefaultToggle"
  497. DefaultToggle.Parent = Contents
  498. DefaultToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  499. DefaultToggle.BackgroundTransparency = 1
  500. DefaultToggle.LayoutOrder = 1
  501. DefaultToggle.Size = UDim2.new(1, -20, 0, 60)
  502. DefaultToggle.Visible = false
  503. DefaultToggle.ZIndex = 5
  504. DefaultToggle.Image = "rbxassetid://875052259"
  505. DefaultToggle.ImageColor3 = Color3.new(0.305882, 0.458824, 0.639216)
  506. DefaultToggle.ScaleType = Enum.ScaleType.Slice
  507. DefaultToggle.SliceCenter = Rect.new(10, 10, 10, 10)
  508.  
  509. DefaultContents_2.Name = "DefaultContents"
  510. DefaultContents_2.Parent = DefaultToggle
  511. DefaultContents_2.BackgroundColor3 = Color3.new(1, 1, 1)
  512. DefaultContents_2.BackgroundTransparency = 1
  513. DefaultContents_2.BorderSizePixel = 0
  514. DefaultContents_2.Size = UDim2.new(1, 0, 0, 40)
  515. DefaultContents_2.ZIndex = 5
  516.  
  517. DefaultToggle_2.Name = "DefaultToggle"
  518. DefaultToggle_2.Parent = DefaultContents_2
  519. DefaultToggle_2.AnchorPoint = Vector2.new(0, 0.5)
  520. DefaultToggle_2.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  521. DefaultToggle_2.BorderSizePixel = 0
  522. DefaultToggle_2.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  523. DefaultToggle_2.Size = UDim2.new(0.400000006, 0, 0, 30)
  524. DefaultToggle_2.ZIndex = 5
  525. DefaultToggle_2.Font = Enum.Font.ArialBold
  526. DefaultToggle_2.Text = ""
  527. DefaultToggle_2.TextScaled = true
  528. DefaultToggle_2.TextSize = 40
  529. DefaultToggle_2.TextWrapped = true
  530.  
  531. DefaultOn.Name = "DefaultOn"
  532. DefaultOn.Parent = DefaultToggle_2
  533. DefaultOn.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  534. DefaultOn.BorderSizePixel = 0
  535. DefaultOn.Size = UDim2.new(0.400000006, 0, 1, 0)
  536. DefaultOn.ZIndex = 5
  537.  
  538. Deco.Name = "Deco"
  539. Deco.Parent = DefaultOn
  540. Deco.AnchorPoint = Vector2.new(0, 0.5)
  541. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  542. Deco.BackgroundTransparency = 1
  543. Deco.Position = UDim2.new(0, 0, 0.5, 0)
  544. Deco.Size = UDim2.new(1, 0, 1, 0)
  545. Deco.ZIndex = 5
  546. Deco.Font = Enum.Font.ArialBold
  547. Deco.Text = "ON"
  548. Deco.TextScaled = true
  549. Deco.TextSize = 14
  550. Deco.TextWrapped = true
  551. Deco.TextXAlignment = Enum.TextXAlignment.Left
  552.  
  553. Deco_2.Name = "Deco"
  554. Deco_2.Parent = DefaultOn
  555. Deco_2.AnchorPoint = Vector2.new(1, 0)
  556. Deco_2.BackgroundColor3 = Color3.new(1, 1, 1)
  557. Deco_2.BackgroundTransparency = 1
  558. Deco_2.Position = UDim2.new(1, 0, 0, 0)
  559. Deco_2.Size = UDim2.new(1, 0, 1, 0)
  560. Deco_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  561. Deco_2.ZIndex = 5
  562. Deco_2.Image = "rbxassetid://1042585012"
  563. Deco_2.ImageTransparency = 0.5
  564.  
  565. DefaultOff.Name = "DefaultOff"
  566. DefaultOff.Parent = DefaultToggle_2
  567. DefaultOff.AnchorPoint = Vector2.new(1, 0)
  568. DefaultOff.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  569. DefaultOff.BorderSizePixel = 0
  570. DefaultOff.Position = UDim2.new(1, 0, 0, 0)
  571. DefaultOff.Size = UDim2.new(0.400000006, 0, 1, 0)
  572. DefaultOff.Visible = false
  573. DefaultOff.ZIndex = 5
  574.  
  575. Deco_3.Name = "Deco"
  576. Deco_3.Parent = DefaultOff
  577. Deco_3.AnchorPoint = Vector2.new(0, 0.5)
  578. Deco_3.BackgroundColor3 = Color3.new(1, 1, 1)
  579. Deco_3.BackgroundTransparency = 1
  580. Deco_3.Position = UDim2.new(0, 0, 0.5, 0)
  581. Deco_3.Size = UDim2.new(1, 0, 1, 0)
  582. Deco_3.ZIndex = 5
  583. Deco_3.Font = Enum.Font.ArialBold
  584. Deco_3.Text = "OFF"
  585. Deco_3.TextScaled = true
  586. Deco_3.TextSize = 14
  587. Deco_3.TextWrapped = true
  588. Deco_3.TextXAlignment = Enum.TextXAlignment.Right
  589.  
  590. Deco_4.Name = "Deco"
  591. Deco_4.Parent = DefaultOff
  592. Deco_4.AnchorPoint = Vector2.new(1, 0)
  593. Deco_4.BackgroundColor3 = Color3.new(1, 1, 1)
  594. Deco_4.BackgroundTransparency = 1
  595. Deco_4.Position = UDim2.new(1, 0, 0, 0)
  596. Deco_4.Size = UDim2.new(1, 0, 1, 0)
  597. Deco_4.SizeConstraint = Enum.SizeConstraint.RelativeYY
  598. Deco_4.ZIndex = 5
  599. Deco_4.Image = "rbxassetid://1042585012"
  600. Deco_4.ImageTransparency = 0.5
  601.  
  602. Deco_5.Name = "Deco"
  603. Deco_5.Parent = DefaultContents_2
  604. Deco_5.AnchorPoint = Vector2.new(0, 0.5)
  605. Deco_5.BackgroundColor3 = Color3.new(1, 1, 1)
  606. Deco_5.BackgroundTransparency = 1
  607. Deco_5.Position = UDim2.new(0, 0, 0.5, 0)
  608. Deco_5.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  609. Deco_5.ZIndex = 5
  610. Deco_5.Font = Enum.Font.ArialBold
  611. Deco_5.Text = "Toggle:"
  612. Deco_5.TextScaled = true
  613. Deco_5.TextSize = 14
  614. Deco_5.TextWrapped = true
  615. Deco_5.TextXAlignment = Enum.TextXAlignment.Left
  616.  
  617. Deco_6.Name = "Deco"
  618. Deco_6.Parent = DefaultToggle
  619. Deco_6.BackgroundColor3 = Color3.new(1, 1, 1)
  620. Deco_6.BackgroundTransparency = 1
  621. Deco_6.Position = UDim2.new(0, 0, 1, -20)
  622. Deco_6.Size = UDim2.new(1, 0, 0, 20)
  623. Deco_6.ZIndex = 5
  624. Deco_6.Font = Enum.Font.Arial
  625. Deco_6.Text = "Some hint text."
  626. Deco_6.TextColor3 = Color3.new(0, 0, 0)
  627. Deco_6.TextScaled = true
  628. Deco_6.TextSize = 14
  629. Deco_6.TextTransparency = 0.69999998807907
  630. Deco_6.TextWrapped = true
  631.  
  632. BaseStealer.Name = "BaseStealer"
  633. BaseStealer.Parent = Contents
  634. BaseStealer.BackgroundColor3 = Color3.new(1, 1, 1)
  635. BaseStealer.BackgroundTransparency = 1
  636. BaseStealer.LayoutOrder = 7
  637. BaseStealer.Size = UDim2.new(1, -20, 0, 240)
  638. BaseStealer.ZIndex = 5
  639. BaseStealer.Image = "rbxassetid://875052259"
  640. BaseStealer.ImageColor3 = Color3.new(0.498039, 0.301961, 0.639216)
  641. BaseStealer.ScaleType = Enum.ScaleType.Slice
  642. BaseStealer.SliceCenter = Rect.new(10, 10, 10, 10)
  643.  
  644. BaseStealerContents.Name = "BaseStealerContents"
  645. BaseStealerContents.Parent = BaseStealer
  646. BaseStealerContents.BackgroundColor3 = Color3.new(1, 1, 1)
  647. BaseStealerContents.BackgroundTransparency = 1
  648. BaseStealerContents.BorderSizePixel = 0
  649. BaseStealerContents.Size = UDim2.new(1, 0, 0, 40)
  650. BaseStealerContents.ZIndex = 5
  651.  
  652. Deco_7.Name = "Deco"
  653. Deco_7.Parent = BaseStealerContents
  654. Deco_7.AnchorPoint = Vector2.new(0, 0.5)
  655. Deco_7.BackgroundColor3 = Color3.new(1, 1, 1)
  656. Deco_7.BackgroundTransparency = 1
  657. Deco_7.Position = UDim2.new(0, 0, 0.5, 0)
  658. Deco_7.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  659. Deco_7.ZIndex = 5
  660. Deco_7.Font = Enum.Font.ArialBold
  661. Deco_7.Text = "Base Stealer:"
  662. Deco_7.TextScaled = true
  663. Deco_7.TextSize = 14
  664. Deco_7.TextWrapped = true
  665. Deco_7.TextXAlignment = Enum.TextXAlignment.Left
  666.  
  667. Deco_8.Name = "Deco"
  668. Deco_8.Parent = BaseStealer
  669. Deco_8.BackgroundColor3 = Color3.new(1, 1, 1)
  670. Deco_8.BackgroundTransparency = 1
  671. Deco_8.Position = UDim2.new(0, 0, 1, -20)
  672. Deco_8.Size = UDim2.new(1, 0, 0, 20)
  673. Deco_8.ZIndex = 5
  674. Deco_8.Font = Enum.Font.Arial
  675. Deco_8.Text = "Steal a players base and load it onto yours."
  676. Deco_8.TextColor3 = Color3.new(0, 0, 0)
  677. Deco_8.TextScaled = true
  678. Deco_8.TextSize = 14
  679. Deco_8.TextTransparency = 0.69999998807907
  680. Deco_8.TextWrapped = true
  681.  
  682. BaseStealerButtons.Name = "BaseStealerButtons"
  683. BaseStealerButtons.Parent = BaseStealer
  684. BaseStealerButtons.BackgroundColor3 = Color3.new(1, 1, 1)
  685. BaseStealerButtons.BackgroundTransparency = 1
  686. BaseStealerButtons.BorderSizePixel = 0
  687. BaseStealerButtons.Position = UDim2.new(0, 0, 0, 40)
  688. BaseStealerButtons.Size = UDim2.new(1, 0, 0, 140)
  689. BaseStealerButtons.ZIndex = 5
  690.  
  691. UIListLayout_3.Parent = BaseStealerButtons
  692. UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  693.  
  694. AutoRebirth.Name = "AutoRebirth"
  695. AutoRebirth.Parent = Contents
  696. AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  697. AutoRebirth.BackgroundTransparency = 1
  698. AutoRebirth.LayoutOrder = 1
  699. AutoRebirth.Size = UDim2.new(1, -20, 0, 60)
  700. AutoRebirth.ZIndex = 5
  701. AutoRebirth.Image = "rbxassetid://875052259"
  702. AutoRebirth.ImageColor3 = Color3.new(0.639216, 0.505882, 0.278431)
  703. AutoRebirth.ScaleType = Enum.ScaleType.Slice
  704. AutoRebirth.SliceCenter = Rect.new(10, 10, 10, 10)
  705.  
  706. AutoRebirthContents.Name = "AutoRebirthContents"
  707. AutoRebirthContents.Parent = AutoRebirth
  708. AutoRebirthContents.BackgroundColor3 = Color3.new(1, 1, 1)
  709. AutoRebirthContents.BackgroundTransparency = 1
  710. AutoRebirthContents.BorderSizePixel = 0
  711. AutoRebirthContents.Size = UDim2.new(1, 0, 0, 40)
  712. AutoRebirthContents.ZIndex = 5
  713.  
  714. AutoRebirthToggle.Name = "AutoRebirthToggle"
  715. AutoRebirthToggle.Parent = AutoRebirthContents
  716. AutoRebirthToggle.AnchorPoint = Vector2.new(0, 0.5)
  717. AutoRebirthToggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  718. AutoRebirthToggle.BorderSizePixel = 0
  719. AutoRebirthToggle.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  720. AutoRebirthToggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  721. AutoRebirthToggle.ZIndex = 5
  722. AutoRebirthToggle.Font = Enum.Font.ArialBold
  723. AutoRebirthToggle.Text = ""
  724. AutoRebirthToggle.TextScaled = true
  725. AutoRebirthToggle.TextSize = 40
  726. AutoRebirthToggle.TextWrapped = true
  727.  
  728. AutoRebirthOn.Name = "AutoRebirthOn"
  729. AutoRebirthOn.Parent = AutoRebirthToggle
  730. AutoRebirthOn.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  731. AutoRebirthOn.BorderSizePixel = 0
  732. AutoRebirthOn.Size = UDim2.new(0.400000006, 0, 1, 0)
  733. AutoRebirthOn.Visible = false
  734. AutoRebirthOn.ZIndex = 5
  735.  
  736. Deco_9.Name = "Deco"
  737. Deco_9.Parent = AutoRebirthOn
  738. Deco_9.AnchorPoint = Vector2.new(0, 0.5)
  739. Deco_9.BackgroundColor3 = Color3.new(1, 1, 1)
  740. Deco_9.BackgroundTransparency = 1
  741. Deco_9.Position = UDim2.new(0, 0, 0.5, 0)
  742. Deco_9.Size = UDim2.new(1, 0, 1, 0)
  743. Deco_9.ZIndex = 5
  744. Deco_9.Font = Enum.Font.ArialBold
  745. Deco_9.Text = "ON"
  746. Deco_9.TextScaled = true
  747. Deco_9.TextSize = 14
  748. Deco_9.TextWrapped = true
  749. Deco_9.TextXAlignment = Enum.TextXAlignment.Left
  750.  
  751. Deco_10.Name = "Deco"
  752. Deco_10.Parent = AutoRebirthOn
  753. Deco_10.AnchorPoint = Vector2.new(1, 0)
  754. Deco_10.BackgroundColor3 = Color3.new(1, 1, 1)
  755. Deco_10.BackgroundTransparency = 1
  756. Deco_10.Position = UDim2.new(1, 0, 0, 0)
  757. Deco_10.Size = UDim2.new(1, 0, 1, 0)
  758. Deco_10.SizeConstraint = Enum.SizeConstraint.RelativeYY
  759. Deco_10.ZIndex = 5
  760. Deco_10.Image = "rbxassetid://1042585012"
  761. Deco_10.ImageTransparency = 0.5
  762.  
  763. AutoRebirthOff.Name = "AutoRebirthOff"
  764. AutoRebirthOff.Parent = AutoRebirthToggle
  765. AutoRebirthOff.AnchorPoint = Vector2.new(1, 0)
  766. AutoRebirthOff.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  767. AutoRebirthOff.BorderSizePixel = 0
  768. AutoRebirthOff.Position = UDim2.new(1, 0, 0, 0)
  769. AutoRebirthOff.Size = UDim2.new(0.400000006, 0, 1, 0)
  770. AutoRebirthOff.ZIndex = 5
  771.  
  772. Deco_11.Name = "Deco"
  773. Deco_11.Parent = AutoRebirthOff
  774. Deco_11.AnchorPoint = Vector2.new(0, 0.5)
  775. Deco_11.BackgroundColor3 = Color3.new(1, 1, 1)
  776. Deco_11.BackgroundTransparency = 1
  777. Deco_11.Position = UDim2.new(0, 0, 0.5, 0)
  778. Deco_11.Size = UDim2.new(1, 0, 1, 0)
  779. Deco_11.ZIndex = 5
  780. Deco_11.Font = Enum.Font.ArialBold
  781. Deco_11.Text = "OFF"
  782. Deco_11.TextScaled = true
  783. Deco_11.TextSize = 14
  784. Deco_11.TextWrapped = true
  785. Deco_11.TextXAlignment = Enum.TextXAlignment.Right
  786.  
  787. Deco_12.Name = "Deco"
  788. Deco_12.Parent = AutoRebirthOff
  789. Deco_12.AnchorPoint = Vector2.new(1, 0)
  790. Deco_12.BackgroundColor3 = Color3.new(1, 1, 1)
  791. Deco_12.BackgroundTransparency = 1
  792. Deco_12.Position = UDim2.new(1, 0, 0, 0)
  793. Deco_12.Size = UDim2.new(1, 0, 1, 0)
  794. Deco_12.SizeConstraint = Enum.SizeConstraint.RelativeYY
  795. Deco_12.ZIndex = 5
  796. Deco_12.Image = "rbxassetid://1042585012"
  797. Deco_12.ImageTransparency = 0.5
  798.  
  799. Deco_13.Name = "Deco"
  800. Deco_13.Parent = AutoRebirthContents
  801. Deco_13.AnchorPoint = Vector2.new(0, 0.5)
  802. Deco_13.BackgroundColor3 = Color3.new(1, 1, 1)
  803. Deco_13.BackgroundTransparency = 1
  804. Deco_13.Position = UDim2.new(0, 0, 0.5, 0)
  805. Deco_13.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  806. Deco_13.ZIndex = 5
  807. Deco_13.Font = Enum.Font.ArialBold
  808. Deco_13.Text = "Auto-Rebirth:"
  809. Deco_13.TextScaled = true
  810. Deco_13.TextSize = 14
  811. Deco_13.TextWrapped = true
  812. Deco_13.TextXAlignment = Enum.TextXAlignment.Left
  813.  
  814. Deco_14.Name = "Deco"
  815. Deco_14.Parent = AutoRebirth
  816. Deco_14.BackgroundColor3 = Color3.new(1, 1, 1)
  817. Deco_14.BackgroundTransparency = 1
  818. Deco_14.Position = UDim2.new(0, 0, 1, -20)
  819. Deco_14.Size = UDim2.new(1, 0, 0, 20)
  820. Deco_14.ZIndex = 5
  821. Deco_14.Font = Enum.Font.Arial
  822. Deco_14.Text = "Rebirths as soon as you can."
  823. Deco_14.TextColor3 = Color3.new(0, 0, 0)
  824. Deco_14.TextScaled = true
  825. Deco_14.TextSize = 14
  826. Deco_14.TextTransparency = 0.69999998807907
  827. Deco_14.TextWrapped = true
  828.  
  829. AutoRemote.Name = "AutoRemote"
  830. AutoRemote.Parent = Contents
  831. AutoRemote.BackgroundColor3 = Color3.new(1, 1, 1)
  832. AutoRemote.BackgroundTransparency = 1
  833. AutoRemote.LayoutOrder = 2
  834. AutoRemote.Size = UDim2.new(1, -20, 0, 60)
  835. AutoRemote.ZIndex = 5
  836. AutoRemote.Image = "rbxassetid://875052259"
  837. AutoRemote.ImageColor3 = Color3.new(0.47451, 0.639216, 0.258824)
  838. AutoRemote.ScaleType = Enum.ScaleType.Slice
  839. AutoRemote.SliceCenter = Rect.new(10, 10, 10, 10)
  840.  
  841. AutoRemoteContents.Name = "AutoRemoteContents"
  842. AutoRemoteContents.Parent = AutoRemote
  843. AutoRemoteContents.BackgroundColor3 = Color3.new(1, 1, 1)
  844. AutoRemoteContents.BackgroundTransparency = 1
  845. AutoRemoteContents.BorderSizePixel = 0
  846. AutoRemoteContents.Size = UDim2.new(1, 0, 0, 40)
  847. AutoRemoteContents.ZIndex = 5
  848.  
  849. AutoRemoteToggle.Name = "AutoRemoteToggle"
  850. AutoRemoteToggle.Parent = AutoRemoteContents
  851. AutoRemoteToggle.AnchorPoint = Vector2.new(0, 0.5)
  852. AutoRemoteToggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  853. AutoRemoteToggle.BorderSizePixel = 0
  854. AutoRemoteToggle.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  855. AutoRemoteToggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  856. AutoRemoteToggle.ZIndex = 5
  857. AutoRemoteToggle.Font = Enum.Font.ArialBold
  858. AutoRemoteToggle.Text = ""
  859. AutoRemoteToggle.TextScaled = true
  860. AutoRemoteToggle.TextSize = 40
  861. AutoRemoteToggle.TextWrapped = true
  862.  
  863. AutoRemoteOn.Name = "AutoRemoteOn"
  864. AutoRemoteOn.Parent = AutoRemoteToggle
  865. AutoRemoteOn.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  866. AutoRemoteOn.BorderSizePixel = 0
  867. AutoRemoteOn.Size = UDim2.new(0.400000006, 0, 1, 0)
  868. AutoRemoteOn.Visible = false
  869. AutoRemoteOn.ZIndex = 5
  870.  
  871. Title.Name = "Title"
  872. Title.Parent = AutoRemoteOn
  873. Title.AnchorPoint = Vector2.new(0, 0.5)
  874. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  875. Title.BackgroundTransparency = 1
  876. Title.Position = UDim2.new(0, 0, 0.5, 0)
  877. Title.Size = UDim2.new(1, 0, 1, 0)
  878. Title.ZIndex = 5
  879. Title.Font = Enum.Font.ArialBold
  880. Title.Text = "ON"
  881. Title.TextScaled = true
  882. Title.TextSize = 14
  883. Title.TextWrapped = true
  884. Title.TextXAlignment = Enum.TextXAlignment.Left
  885.  
  886. Fold_3.Name = "Fold"
  887. Fold_3.Parent = AutoRemoteOn
  888. Fold_3.AnchorPoint = Vector2.new(1, 0)
  889. Fold_3.BackgroundColor3 = Color3.new(1, 1, 1)
  890. Fold_3.BackgroundTransparency = 1
  891. Fold_3.Position = UDim2.new(1, 0, 0, 0)
  892. Fold_3.Size = UDim2.new(1, 0, 1, 0)
  893. Fold_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  894. Fold_3.ZIndex = 5
  895. Fold_3.Image = "rbxassetid://1042585012"
  896. Fold_3.ImageTransparency = 0.5
  897.  
  898. AutoRemoteOff.Name = "AutoRemoteOff"
  899. AutoRemoteOff.Parent = AutoRemoteToggle
  900. AutoRemoteOff.AnchorPoint = Vector2.new(1, 0)
  901. AutoRemoteOff.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  902. AutoRemoteOff.BorderSizePixel = 0
  903. AutoRemoteOff.Position = UDim2.new(1, 0, 0, 0)
  904. AutoRemoteOff.Size = UDim2.new(0.400000006, 0, 1, 0)
  905. AutoRemoteOff.ZIndex = 5
  906.  
  907. Title_2.Name = "Title"
  908. Title_2.Parent = AutoRemoteOff
  909. Title_2.AnchorPoint = Vector2.new(0, 0.5)
  910. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  911. Title_2.BackgroundTransparency = 1
  912. Title_2.Position = UDim2.new(0, 0, 0.5, 0)
  913. Title_2.Size = UDim2.new(1, 0, 1, 0)
  914. Title_2.ZIndex = 5
  915. Title_2.Font = Enum.Font.ArialBold
  916. Title_2.Text = "OFF"
  917. Title_2.TextScaled = true
  918. Title_2.TextSize = 14
  919. Title_2.TextWrapped = true
  920. Title_2.TextXAlignment = Enum.TextXAlignment.Right
  921.  
  922. Fold_4.Name = "Fold"
  923. Fold_4.Parent = AutoRemoteOff
  924. Fold_4.AnchorPoint = Vector2.new(1, 0)
  925. Fold_4.BackgroundColor3 = Color3.new(1, 1, 1)
  926. Fold_4.BackgroundTransparency = 1
  927. Fold_4.Position = UDim2.new(1, 0, 0, 0)
  928. Fold_4.Size = UDim2.new(1, 0, 1, 0)
  929. Fold_4.SizeConstraint = Enum.SizeConstraint.RelativeYY
  930. Fold_4.ZIndex = 5
  931. Fold_4.Image = "rbxassetid://1042585012"
  932. Fold_4.ImageTransparency = 0.5
  933.  
  934. Deco_15.Name = "Deco"
  935. Deco_15.Parent = AutoRemoteContents
  936. Deco_15.AnchorPoint = Vector2.new(0, 0.5)
  937. Deco_15.BackgroundColor3 = Color3.new(1, 1, 1)
  938. Deco_15.BackgroundTransparency = 1
  939. Deco_15.Position = UDim2.new(0, 0, 0.5, 0)
  940. Deco_15.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  941. Deco_15.ZIndex = 5
  942. Deco_15.Font = Enum.Font.ArialBold
  943. Deco_15.Text = "Auto-Remote:"
  944. Deco_15.TextScaled = true
  945. Deco_15.TextSize = 14
  946. Deco_15.TextWrapped = true
  947. Deco_15.TextXAlignment = Enum.TextXAlignment.Left
  948.  
  949. Deco_16.Name = "Deco"
  950. Deco_16.Parent = AutoRemote
  951. Deco_16.BackgroundColor3 = Color3.new(1, 1, 1)
  952. Deco_16.BackgroundTransparency = 1
  953. Deco_16.Position = UDim2.new(0, 0, 1, -20)
  954. Deco_16.Size = UDim2.new(1, 0, 0, 20)
  955. Deco_16.ZIndex = 5
  956. Deco_16.Font = Enum.Font.Arial
  957. Deco_16.Text = "Automatically presses the remote for you."
  958. Deco_16.TextColor3 = Color3.new(0, 0, 0)
  959. Deco_16.TextScaled = true
  960. Deco_16.TextSize = 14
  961. Deco_16.TextTransparency = 0.69999998807907
  962. Deco_16.TextWrapped = true
  963.  
  964. CloversTwitchCoins.Name = "CloversTwitchCoins"
  965. CloversTwitchCoins.Parent = Contents
  966. CloversTwitchCoins.BackgroundColor3 = Color3.new(1, 1, 1)
  967. CloversTwitchCoins.BackgroundTransparency = 1
  968. CloversTwitchCoins.LayoutOrder = 6
  969. CloversTwitchCoins.Size = UDim2.new(1, -20, 0, 40)
  970. CloversTwitchCoins.ZIndex = 5
  971. CloversTwitchCoins.Image = "rbxassetid://875052259"
  972. CloversTwitchCoins.ImageColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  973. CloversTwitchCoins.ScaleType = Enum.ScaleType.Slice
  974. CloversTwitchCoins.SliceCenter = Rect.new(10, 10, 10, 10)
  975.  
  976. CloversTwitchCoinsContents.Name = "CloversTwitchCoinsContents"
  977. CloversTwitchCoinsContents.Parent = CloversTwitchCoins
  978. CloversTwitchCoinsContents.BackgroundColor3 = Color3.new(1, 1, 1)
  979. CloversTwitchCoinsContents.BackgroundTransparency = 1
  980. CloversTwitchCoinsContents.BorderSizePixel = 0
  981. CloversTwitchCoinsContents.Size = UDim2.new(1, 0, 0, 40)
  982. CloversTwitchCoinsContents.ZIndex = 5
  983.  
  984. AddCloverButton.Name = "AddCloverButton"
  985. AddCloverButton.Parent = CloversTwitchCoinsContents
  986. AddCloverButton.AnchorPoint = Vector2.new(0, 0.5)
  987. AddCloverButton.BackgroundColor3 = Color3.new(0.286275, 0.839216, 0.247059)
  988. AddCloverButton.BorderSizePixel = 0
  989. AddCloverButton.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  990. AddCloverButton.Size = UDim2.new(0.400000006, 0, 0, 30)
  991. AddCloverButton.ZIndex = 5
  992. AddCloverButton.Font = Enum.Font.ArialBold
  993. AddCloverButton.Text = "+1 Clover"
  994. AddCloverButton.TextScaled = true
  995. AddCloverButton.TextSize = 40
  996. AddCloverButton.TextWrapped = true
  997.  
  998. Deco_17.Name = "Deco"
  999. Deco_17.Parent = AddCloverButton
  1000. Deco_17.AnchorPoint = Vector2.new(1, 0)
  1001. Deco_17.BackgroundColor3 = Color3.new(1, 1, 1)
  1002. Deco_17.BackgroundTransparency = 1
  1003. Deco_17.Position = UDim2.new(1, 0, 0, 0)
  1004. Deco_17.Size = UDim2.new(1, 0, 1, 0)
  1005. Deco_17.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1006. Deco_17.ZIndex = 5
  1007. Deco_17.Image = "rbxassetid://1042585012"
  1008. Deco_17.ImageTransparency = 0.30000001192093
  1009.  
  1010. AddTwitchCoinButton.Name = "AddTwitchCoinButton"
  1011. AddTwitchCoinButton.Parent = CloversTwitchCoinsContents
  1012. AddTwitchCoinButton.AnchorPoint = Vector2.new(0, 0.5)
  1013. AddTwitchCoinButton.BackgroundColor3 = Color3.new(0.741176, 0.290196, 1)
  1014. AddTwitchCoinButton.BorderSizePixel = 0
  1015. AddTwitchCoinButton.Position = UDim2.new(0.449999988, 0, 0.5, 0)
  1016. AddTwitchCoinButton.Size = UDim2.new(0.400000006, 0, 0, 30)
  1017. AddTwitchCoinButton.ZIndex = 5
  1018. AddTwitchCoinButton.Font = Enum.Font.ArialBold
  1019. AddTwitchCoinButton.Text = "+1 Twitch Coin"
  1020. AddTwitchCoinButton.TextScaled = true
  1021. AddTwitchCoinButton.TextSize = 40
  1022. AddTwitchCoinButton.TextWrapped = true
  1023.  
  1024. Deco_18.Name = "Deco"
  1025. Deco_18.Parent = AddTwitchCoinButton
  1026. Deco_18.AnchorPoint = Vector2.new(1, 0)
  1027. Deco_18.BackgroundColor3 = Color3.new(1, 1, 1)
  1028. Deco_18.BackgroundTransparency = 1
  1029. Deco_18.Position = UDim2.new(1, 0, 0, 0)
  1030. Deco_18.Size = UDim2.new(1, 0, 1, 0)
  1031. Deco_18.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1032. Deco_18.ZIndex = 5
  1033. Deco_18.Image = "rbxassetid://1042585012"
  1034. Deco_18.ImageTransparency = 0.30000001192093
  1035.  
  1036. UIListLayout_4.Parent = CloversTwitchCoinsContents
  1037. UIListLayout_4.FillDirection = Enum.FillDirection.Horizontal
  1038. UIListLayout_4.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1039. UIListLayout_4.VerticalAlignment = Enum.VerticalAlignment.Center
  1040.  
  1041. Notifications.Name = "Notifications"
  1042. Notifications.Parent = Contents
  1043. Notifications.BackgroundColor3 = Color3.new(1, 1, 1)
  1044. Notifications.BackgroundTransparency = 1
  1045. Notifications.LayoutOrder = 4
  1046. Notifications.Size = UDim2.new(1, -20, 0, 60)
  1047. Notifications.ZIndex = 5
  1048. Notifications.Image = "rbxassetid://875052259"
  1049. Notifications.ImageColor3 = Color3.new(0.231373, 0.509804, 0.639216)
  1050. Notifications.ScaleType = Enum.ScaleType.Slice
  1051. Notifications.SliceCenter = Rect.new(10, 10, 10, 10)
  1052.  
  1053. NotificationsContents.Name = "NotificationsContents"
  1054. NotificationsContents.Parent = Notifications
  1055. NotificationsContents.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. NotificationsContents.BackgroundTransparency = 1
  1057. NotificationsContents.BorderSizePixel = 0
  1058. NotificationsContents.Size = UDim2.new(1, 0, 0, 40)
  1059. NotificationsContents.ZIndex = 5
  1060.  
  1061. NotificationsToggle.Name = "NotificationsToggle"
  1062. NotificationsToggle.Parent = NotificationsContents
  1063. NotificationsToggle.AnchorPoint = Vector2.new(0, 0.5)
  1064. NotificationsToggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  1065. NotificationsToggle.BorderSizePixel = 0
  1066. NotificationsToggle.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  1067. NotificationsToggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  1068. NotificationsToggle.ZIndex = 5
  1069. NotificationsToggle.Font = Enum.Font.ArialBold
  1070. NotificationsToggle.Text = ""
  1071. NotificationsToggle.TextScaled = true
  1072. NotificationsToggle.TextSize = 40
  1073. NotificationsToggle.TextWrapped = true
  1074.  
  1075. NotificationsOn.Name = "NotificationsOn"
  1076. NotificationsOn.Parent = NotificationsToggle
  1077. NotificationsOn.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  1078. NotificationsOn.BorderSizePixel = 0
  1079. NotificationsOn.Size = UDim2.new(0.400000006, 0, 1, 0)
  1080. NotificationsOn.ZIndex = 5
  1081.  
  1082. Deco_19.Name = "Deco"
  1083. Deco_19.Parent = NotificationsOn
  1084. Deco_19.AnchorPoint = Vector2.new(0, 0.5)
  1085. Deco_19.BackgroundColor3 = Color3.new(1, 1, 1)
  1086. Deco_19.BackgroundTransparency = 1
  1087. Deco_19.Position = UDim2.new(0, 0, 0.5, 0)
  1088. Deco_19.Size = UDim2.new(1, 0, 1, 0)
  1089. Deco_19.ZIndex = 5
  1090. Deco_19.Font = Enum.Font.ArialBold
  1091. Deco_19.Text = "ON"
  1092. Deco_19.TextScaled = true
  1093. Deco_19.TextSize = 14
  1094. Deco_19.TextWrapped = true
  1095. Deco_19.TextXAlignment = Enum.TextXAlignment.Left
  1096.  
  1097. Deco_20.Name = "Deco"
  1098. Deco_20.Parent = NotificationsOn
  1099. Deco_20.AnchorPoint = Vector2.new(1, 0)
  1100. Deco_20.BackgroundColor3 = Color3.new(1, 1, 1)
  1101. Deco_20.BackgroundTransparency = 1
  1102. Deco_20.Position = UDim2.new(1, 0, 0, 0)
  1103. Deco_20.Size = UDim2.new(1, 0, 1, 0)
  1104. Deco_20.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1105. Deco_20.ZIndex = 5
  1106. Deco_20.Image = "rbxassetid://1042585012"
  1107. Deco_20.ImageTransparency = 0.5
  1108.  
  1109. NotificationsOff.Name = "NotificationsOff"
  1110. NotificationsOff.Parent = NotificationsToggle
  1111. NotificationsOff.AnchorPoint = Vector2.new(1, 0)
  1112. NotificationsOff.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  1113. NotificationsOff.BorderSizePixel = 0
  1114. NotificationsOff.Position = UDim2.new(1, 0, 0, 0)
  1115. NotificationsOff.Size = UDim2.new(0.400000006, 0, 1, 0)
  1116. NotificationsOff.Visible = false
  1117. NotificationsOff.ZIndex = 5
  1118.  
  1119. Deco_21.Name = "Deco"
  1120. Deco_21.Parent = NotificationsOff
  1121. Deco_21.AnchorPoint = Vector2.new(0, 0.5)
  1122. Deco_21.BackgroundColor3 = Color3.new(1, 1, 1)
  1123. Deco_21.BackgroundTransparency = 1
  1124. Deco_21.Position = UDim2.new(0, 0, 0.5, 0)
  1125. Deco_21.Size = UDim2.new(1, 0, 1, 0)
  1126. Deco_21.ZIndex = 5
  1127. Deco_21.Font = Enum.Font.ArialBold
  1128. Deco_21.Text = "OFF"
  1129. Deco_21.TextScaled = true
  1130. Deco_21.TextSize = 14
  1131. Deco_21.TextWrapped = true
  1132. Deco_21.TextXAlignment = Enum.TextXAlignment.Right
  1133.  
  1134. Deco_22.Name = "Deco"
  1135. Deco_22.Parent = NotificationsOff
  1136. Deco_22.AnchorPoint = Vector2.new(1, 0)
  1137. Deco_22.BackgroundColor3 = Color3.new(1, 1, 1)
  1138. Deco_22.BackgroundTransparency = 1
  1139. Deco_22.Position = UDim2.new(1, 0, 0, 0)
  1140. Deco_22.Size = UDim2.new(1, 0, 1, 0)
  1141. Deco_22.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1142. Deco_22.ZIndex = 5
  1143. Deco_22.Image = "rbxassetid://1042585012"
  1144. Deco_22.ImageTransparency = 0.5
  1145.  
  1146. Deco_23.Name = "Deco"
  1147. Deco_23.Parent = NotificationsContents
  1148. Deco_23.AnchorPoint = Vector2.new(0, 0.5)
  1149. Deco_23.BackgroundColor3 = Color3.new(1, 1, 1)
  1150. Deco_23.BackgroundTransparency = 1
  1151. Deco_23.Position = UDim2.new(0, 0, 0.5, 0)
  1152. Deco_23.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  1153. Deco_23.ZIndex = 5
  1154. Deco_23.Font = Enum.Font.ArialBold
  1155. Deco_23.Text = "Notifications:"
  1156. Deco_23.TextScaled = true
  1157. Deco_23.TextSize = 14
  1158. Deco_23.TextWrapped = true
  1159. Deco_23.TextXAlignment = Enum.TextXAlignment.Left
  1160.  
  1161. Deco_24.Name = "Deco"
  1162. Deco_24.Parent = Notifications
  1163. Deco_24.BackgroundColor3 = Color3.new(1, 1, 1)
  1164. Deco_24.BackgroundTransparency = 1
  1165. Deco_24.Position = UDim2.new(0, 0, 1, -20)
  1166. Deco_24.Size = UDim2.new(1, 0, 0, 20)
  1167. Deco_24.ZIndex = 5
  1168. Deco_24.Font = Enum.Font.Arial
  1169. Deco_24.Text = "Toggles collision notifications, etc."
  1170. Deco_24.TextColor3 = Color3.new(0, 0, 0)
  1171. Deco_24.TextScaled = true
  1172. Deco_24.TextSize = 14
  1173. Deco_24.TextTransparency = 0.69999998807907
  1174. Deco_24.TextWrapped = true
  1175.  
  1176. AutoButton.Name = "AutoButton"
  1177. AutoButton.Parent = Contents
  1178. AutoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1179. AutoButton.BackgroundTransparency = 1
  1180. AutoButton.LayoutOrder = 3
  1181. AutoButton.Size = UDim2.new(1, -20, 0, 60)
  1182. AutoButton.ZIndex = 5
  1183. AutoButton.Image = "rbxassetid://875052259"
  1184. AutoButton.ImageColor3 = Color3.new(0.243137, 0.639216, 0.403922)
  1185. AutoButton.ScaleType = Enum.ScaleType.Slice
  1186. AutoButton.SliceCenter = Rect.new(10, 10, 10, 10)
  1187.  
  1188. AutoButtonContents.Name = "AutoButtonContents"
  1189. AutoButtonContents.Parent = AutoButton
  1190. AutoButtonContents.BackgroundColor3 = Color3.new(1, 1, 1)
  1191. AutoButtonContents.BackgroundTransparency = 1
  1192. AutoButtonContents.BorderSizePixel = 0
  1193. AutoButtonContents.Size = UDim2.new(1, 0, 0, 40)
  1194. AutoButtonContents.ZIndex = 5
  1195.  
  1196. AutoButtonToggle.Name = "AutoButtonToggle"
  1197. AutoButtonToggle.Parent = AutoButtonContents
  1198. AutoButtonToggle.AnchorPoint = Vector2.new(0, 0.5)
  1199. AutoButtonToggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  1200. AutoButtonToggle.BorderSizePixel = 0
  1201. AutoButtonToggle.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  1202. AutoButtonToggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  1203. AutoButtonToggle.ZIndex = 5
  1204. AutoButtonToggle.Font = Enum.Font.ArialBold
  1205. AutoButtonToggle.Text = ""
  1206. AutoButtonToggle.TextScaled = true
  1207. AutoButtonToggle.TextSize = 40
  1208. AutoButtonToggle.TextWrapped = true
  1209.  
  1210. AutoButtonOn.Name = "AutoButtonOn"
  1211. AutoButtonOn.Parent = AutoButtonToggle
  1212. AutoButtonOn.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  1213. AutoButtonOn.BorderSizePixel = 0
  1214. AutoButtonOn.Size = UDim2.new(0.400000006, 0, 1, 0)
  1215. AutoButtonOn.Visible = false
  1216. AutoButtonOn.ZIndex = 5
  1217.  
  1218. Title_3.Name = "Title"
  1219. Title_3.Parent = AutoButtonOn
  1220. Title_3.AnchorPoint = Vector2.new(0, 0.5)
  1221. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1222. Title_3.BackgroundTransparency = 1
  1223. Title_3.Position = UDim2.new(0, 0, 0.5, 0)
  1224. Title_3.Size = UDim2.new(1, 0, 1, 0)
  1225. Title_3.ZIndex = 5
  1226. Title_3.Font = Enum.Font.ArialBold
  1227. Title_3.Text = "ON"
  1228. Title_3.TextScaled = true
  1229. Title_3.TextSize = 14
  1230. Title_3.TextWrapped = true
  1231. Title_3.TextXAlignment = Enum.TextXAlignment.Left
  1232.  
  1233. Fold_5.Name = "Fold"
  1234. Fold_5.Parent = AutoButtonOn
  1235. Fold_5.AnchorPoint = Vector2.new(1, 0)
  1236. Fold_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1237. Fold_5.BackgroundTransparency = 1
  1238. Fold_5.Position = UDim2.new(1, 0, 0, 0)
  1239. Fold_5.Size = UDim2.new(1, 0, 1, 0)
  1240. Fold_5.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1241. Fold_5.ZIndex = 5
  1242. Fold_5.Image = "rbxassetid://1042585012"
  1243. Fold_5.ImageTransparency = 0.5
  1244.  
  1245. AutoButtonOff.Name = "AutoButtonOff"
  1246. AutoButtonOff.Parent = AutoButtonToggle
  1247. AutoButtonOff.AnchorPoint = Vector2.new(1, 0)
  1248. AutoButtonOff.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  1249. AutoButtonOff.BorderSizePixel = 0
  1250. AutoButtonOff.Position = UDim2.new(1, 0, 0, 0)
  1251. AutoButtonOff.Size = UDim2.new(0.400000006, 0, 1, 0)
  1252. AutoButtonOff.ZIndex = 5
  1253.  
  1254. Title_4.Name = "Title"
  1255. Title_4.Parent = AutoButtonOff
  1256. Title_4.AnchorPoint = Vector2.new(0, 0.5)
  1257. Title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1258. Title_4.BackgroundTransparency = 1
  1259. Title_4.Position = UDim2.new(0, 0, 0.5, 0)
  1260. Title_4.Size = UDim2.new(1, 0, 1, 0)
  1261. Title_4.ZIndex = 5
  1262. Title_4.Font = Enum.Font.ArialBold
  1263. Title_4.Text = "OFF"
  1264. Title_4.TextScaled = true
  1265. Title_4.TextSize = 14
  1266. Title_4.TextWrapped = true
  1267. Title_4.TextXAlignment = Enum.TextXAlignment.Right
  1268.  
  1269. Fold_6.Name = "Fold"
  1270. Fold_6.Parent = AutoButtonOff
  1271. Fold_6.AnchorPoint = Vector2.new(1, 0)
  1272. Fold_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1273. Fold_6.BackgroundTransparency = 1
  1274. Fold_6.Position = UDim2.new(1, 0, 0, 0)
  1275. Fold_6.Size = UDim2.new(1, 0, 1, 0)
  1276. Fold_6.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1277. Fold_6.ZIndex = 5
  1278. Fold_6.Image = "rbxassetid://1042585012"
  1279. Fold_6.ImageTransparency = 0.5
  1280.  
  1281. Deco_25.Name = "Deco"
  1282. Deco_25.Parent = AutoButtonContents
  1283. Deco_25.AnchorPoint = Vector2.new(0, 0.5)
  1284. Deco_25.BackgroundColor3 = Color3.new(1, 1, 1)
  1285. Deco_25.BackgroundTransparency = 1
  1286. Deco_25.Position = UDim2.new(0, 0, 0.5, 0)
  1287. Deco_25.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  1288. Deco_25.ZIndex = 5
  1289. Deco_25.Font = Enum.Font.ArialBold
  1290. Deco_25.Text = "Auto-Button:"
  1291. Deco_25.TextScaled = true
  1292. Deco_25.TextSize = 14
  1293. Deco_25.TextWrapped = true
  1294. Deco_25.TextXAlignment = Enum.TextXAlignment.Left
  1295.  
  1296. Deco_26.Name = "Deco"
  1297. Deco_26.Parent = AutoButton
  1298. Deco_26.BackgroundColor3 = Color3.new(1, 1, 1)
  1299. Deco_26.BackgroundTransparency = 1
  1300. Deco_26.Position = UDim2.new(0, 0, 1, -20)
  1301. Deco_26.Size = UDim2.new(1, 0, 0, 20)
  1302. Deco_26.ZIndex = 5
  1303. Deco_26.Font = Enum.Font.Arial
  1304. Deco_26.Text = "Automatically presses buttons for you."
  1305. Deco_26.TextColor3 = Color3.new(0, 0, 0)
  1306. Deco_26.TextScaled = true
  1307. Deco_26.TextSize = 14
  1308. Deco_26.TextTransparency = 0.69999998807907
  1309. Deco_26.TextWrapped = true
  1310.  
  1311. AutoLoadout.Name = "AutoLoadout"
  1312. AutoLoadout.Parent = Contents
  1313. AutoLoadout.BackgroundColor3 = Color3.new(1, 1, 1)
  1314. AutoLoadout.BackgroundTransparency = 1
  1315. AutoLoadout.LayoutOrder = 5
  1316. AutoLoadout.Size = UDim2.new(1, -20, 0, 140)
  1317. AutoLoadout.ZIndex = 5
  1318. AutoLoadout.Image = "rbxassetid://875052259"
  1319. AutoLoadout.ImageColor3 = Color3.new(0.376471, 0.309804, 0.639216)
  1320. AutoLoadout.ScaleType = Enum.ScaleType.Slice
  1321. AutoLoadout.SliceCenter = Rect.new(10, 10, 10, 10)
  1322.  
  1323. AutoLoadoutContents.Name = "AutoLoadoutContents"
  1324. AutoLoadoutContents.Parent = AutoLoadout
  1325. AutoLoadoutContents.BackgroundColor3 = Color3.new(1, 1, 1)
  1326. AutoLoadoutContents.BackgroundTransparency = 1
  1327. AutoLoadoutContents.BorderSizePixel = 0
  1328. AutoLoadoutContents.Size = UDim2.new(1, 0, 0, 40)
  1329. AutoLoadoutContents.ZIndex = 5
  1330.  
  1331. AutoLoadout1Toggle.Name = "AutoLoadout1Toggle"
  1332. AutoLoadout1Toggle.Parent = AutoLoadoutContents
  1333. AutoLoadout1Toggle.AnchorPoint = Vector2.new(0, 0.5)
  1334. AutoLoadout1Toggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  1335. AutoLoadout1Toggle.BorderSizePixel = 0
  1336. AutoLoadout1Toggle.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  1337. AutoLoadout1Toggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  1338. AutoLoadout1Toggle.ZIndex = 5
  1339. AutoLoadout1Toggle.Font = Enum.Font.ArialBold
  1340. AutoLoadout1Toggle.Text = ""
  1341. AutoLoadout1Toggle.TextScaled = true
  1342. AutoLoadout1Toggle.TextSize = 40
  1343. AutoLoadout1Toggle.TextWrapped = true
  1344.  
  1345. AutoLoadout1On.Name = "AutoLoadout1On"
  1346. AutoLoadout1On.Parent = AutoLoadout1Toggle
  1347. AutoLoadout1On.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  1348. AutoLoadout1On.BorderSizePixel = 0
  1349. AutoLoadout1On.Size = UDim2.new(0.400000006, 0, 1, 0)
  1350. AutoLoadout1On.Visible = false
  1351. AutoLoadout1On.ZIndex = 5
  1352.  
  1353. Deco_27.Name = "Deco"
  1354. Deco_27.Parent = AutoLoadout1On
  1355. Deco_27.AnchorPoint = Vector2.new(0, 0.5)
  1356. Deco_27.BackgroundColor3 = Color3.new(1, 1, 1)
  1357. Deco_27.BackgroundTransparency = 1
  1358. Deco_27.Position = UDim2.new(0, 0, 0.5, 0)
  1359. Deco_27.Size = UDim2.new(1, 0, 1, 0)
  1360. Deco_27.ZIndex = 5
  1361. Deco_27.Font = Enum.Font.ArialBold
  1362. Deco_27.Text = "ON"
  1363. Deco_27.TextScaled = true
  1364. Deco_27.TextSize = 14
  1365. Deco_27.TextWrapped = true
  1366. Deco_27.TextXAlignment = Enum.TextXAlignment.Left
  1367.  
  1368. Deco_28.Name = "Deco"
  1369. Deco_28.Parent = AutoLoadout1On
  1370. Deco_28.AnchorPoint = Vector2.new(1, 0)
  1371. Deco_28.BackgroundColor3 = Color3.new(1, 1, 1)
  1372. Deco_28.BackgroundTransparency = 1
  1373. Deco_28.Position = UDim2.new(1, 0, 0, 0)
  1374. Deco_28.Size = UDim2.new(1, 0, 1, 0)
  1375. Deco_28.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1376. Deco_28.ZIndex = 5
  1377. Deco_28.Image = "rbxassetid://1042585012"
  1378. Deco_28.ImageTransparency = 0.5
  1379.  
  1380. AutoLoadout1Off.Name = "AutoLoadout1Off"
  1381. AutoLoadout1Off.Parent = AutoLoadout1Toggle
  1382. AutoLoadout1Off.AnchorPoint = Vector2.new(1, 0)
  1383. AutoLoadout1Off.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  1384. AutoLoadout1Off.BorderSizePixel = 0
  1385. AutoLoadout1Off.Position = UDim2.new(1, 0, 0, 0)
  1386. AutoLoadout1Off.Size = UDim2.new(0.400000006, 0, 1, 0)
  1387. AutoLoadout1Off.ZIndex = 5
  1388.  
  1389. Deco_29.Name = "Deco"
  1390. Deco_29.Parent = AutoLoadout1Off
  1391. Deco_29.AnchorPoint = Vector2.new(0, 0.5)
  1392. Deco_29.BackgroundColor3 = Color3.new(1, 1, 1)
  1393. Deco_29.BackgroundTransparency = 1
  1394. Deco_29.Position = UDim2.new(0, 0, 0.5, 0)
  1395. Deco_29.Size = UDim2.new(1, 0, 1, 0)
  1396. Deco_29.ZIndex = 5
  1397. Deco_29.Font = Enum.Font.ArialBold
  1398. Deco_29.Text = "OFF"
  1399. Deco_29.TextScaled = true
  1400. Deco_29.TextSize = 14
  1401. Deco_29.TextWrapped = true
  1402. Deco_29.TextXAlignment = Enum.TextXAlignment.Right
  1403.  
  1404. Deco_30.Name = "Deco"
  1405. Deco_30.Parent = AutoLoadout1Off
  1406. Deco_30.AnchorPoint = Vector2.new(1, 0)
  1407. Deco_30.BackgroundColor3 = Color3.new(1, 1, 1)
  1408. Deco_30.BackgroundTransparency = 1
  1409. Deco_30.Position = UDim2.new(1, 0, 0, 0)
  1410. Deco_30.Size = UDim2.new(1, 0, 1, 0)
  1411. Deco_30.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1412. Deco_30.ZIndex = 5
  1413. Deco_30.Image = "rbxassetid://1042585012"
  1414. Deco_30.ImageTransparency = 0.5
  1415.  
  1416. Deco_31.Name = "Deco"
  1417. Deco_31.Parent = AutoLoadoutContents
  1418. Deco_31.AnchorPoint = Vector2.new(0, 0.5)
  1419. Deco_31.BackgroundColor3 = Color3.new(1, 1, 1)
  1420. Deco_31.BackgroundTransparency = 1
  1421. Deco_31.Position = UDim2.new(0, 0, 0.5, 0)
  1422. Deco_31.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  1423. Deco_31.ZIndex = 5
  1424. Deco_31.Font = Enum.Font.ArialBold
  1425. Deco_31.Text = "Loadout 1:"
  1426. Deco_31.TextScaled = true
  1427. Deco_31.TextSize = 14
  1428. Deco_31.TextWrapped = true
  1429. Deco_31.TextXAlignment = Enum.TextXAlignment.Left
  1430.  
  1431. Deco_32.Name = "Deco"
  1432. Deco_32.Parent = AutoLoadoutContents
  1433. Deco_32.AnchorPoint = Vector2.new(0, 0.5)
  1434. Deco_32.BackgroundColor3 = Color3.new(1, 1, 1)
  1435. Deco_32.BackgroundTransparency = 1
  1436. Deco_32.Position = UDim2.new(0, 0, 1.5, 0)
  1437. Deco_32.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  1438. Deco_32.ZIndex = 5
  1439. Deco_32.Font = Enum.Font.ArialBold
  1440. Deco_32.Text = "Loadout 2:"
  1441. Deco_32.TextScaled = true
  1442. Deco_32.TextSize = 14
  1443. Deco_32.TextWrapped = true
  1444. Deco_32.TextXAlignment = Enum.TextXAlignment.Left
  1445.  
  1446. Deco_33.Name = "Deco"
  1447. Deco_33.Parent = AutoLoadoutContents
  1448. Deco_33.AnchorPoint = Vector2.new(0, 0.5)
  1449. Deco_33.BackgroundColor3 = Color3.new(1, 1, 1)
  1450. Deco_33.BackgroundTransparency = 1
  1451. Deco_33.Position = UDim2.new(0, 0, 2.5, 0)
  1452. Deco_33.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  1453. Deco_33.ZIndex = 5
  1454. Deco_33.Font = Enum.Font.ArialBold
  1455. Deco_33.Text = "Loadout 3:"
  1456. Deco_33.TextScaled = true
  1457. Deco_33.TextSize = 14
  1458. Deco_33.TextWrapped = true
  1459. Deco_33.TextXAlignment = Enum.TextXAlignment.Left
  1460.  
  1461. AutoLoadout2Toggle.Name = "AutoLoadout2Toggle"
  1462. AutoLoadout2Toggle.Parent = AutoLoadoutContents
  1463. AutoLoadout2Toggle.AnchorPoint = Vector2.new(0, 0.5)
  1464. AutoLoadout2Toggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  1465. AutoLoadout2Toggle.BorderSizePixel = 0
  1466. AutoLoadout2Toggle.Position = UDim2.new(0.550000012, 0, 1.5, 0)
  1467. AutoLoadout2Toggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  1468. AutoLoadout2Toggle.ZIndex = 5
  1469. AutoLoadout2Toggle.Font = Enum.Font.ArialBold
  1470. AutoLoadout2Toggle.Text = ""
  1471. AutoLoadout2Toggle.TextScaled = true
  1472. AutoLoadout2Toggle.TextSize = 40
  1473. AutoLoadout2Toggle.TextWrapped = true
  1474.  
  1475. AutoLoadout2On.Name = "AutoLoadout2On"
  1476. AutoLoadout2On.Parent = AutoLoadout2Toggle
  1477. AutoLoadout2On.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  1478. AutoLoadout2On.BorderSizePixel = 0
  1479. AutoLoadout2On.Size = UDim2.new(0.400000006, 0, 1, 0)
  1480. AutoLoadout2On.Visible = false
  1481. AutoLoadout2On.ZIndex = 5
  1482.  
  1483. Deco_34.Name = "Deco"
  1484. Deco_34.Parent = AutoLoadout2On
  1485. Deco_34.AnchorPoint = Vector2.new(0, 0.5)
  1486. Deco_34.BackgroundColor3 = Color3.new(1, 1, 1)
  1487. Deco_34.BackgroundTransparency = 1
  1488. Deco_34.Position = UDim2.new(0, 0, 0.5, 0)
  1489. Deco_34.Size = UDim2.new(1, 0, 1, 0)
  1490. Deco_34.ZIndex = 5
  1491. Deco_34.Font = Enum.Font.ArialBold
  1492. Deco_34.Text = "ON"
  1493. Deco_34.TextScaled = true
  1494. Deco_34.TextSize = 14
  1495. Deco_34.TextWrapped = true
  1496. Deco_34.TextXAlignment = Enum.TextXAlignment.Left
  1497.  
  1498. Deco_35.Name = "Deco"
  1499. Deco_35.Parent = AutoLoadout2On
  1500. Deco_35.AnchorPoint = Vector2.new(1, 0)
  1501. Deco_35.BackgroundColor3 = Color3.new(1, 1, 1)
  1502. Deco_35.BackgroundTransparency = 1
  1503. Deco_35.Position = UDim2.new(1, 0, 0, 0)
  1504. Deco_35.Size = UDim2.new(1, 0, 1, 0)
  1505. Deco_35.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1506. Deco_35.ZIndex = 5
  1507. Deco_35.Image = "rbxassetid://1042585012"
  1508. Deco_35.ImageTransparency = 0.5
  1509.  
  1510. AutoLoadout2Off.Name = "AutoLoadout2Off"
  1511. AutoLoadout2Off.Parent = AutoLoadout2Toggle
  1512. AutoLoadout2Off.AnchorPoint = Vector2.new(1, 0)
  1513. AutoLoadout2Off.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  1514. AutoLoadout2Off.BorderSizePixel = 0
  1515. AutoLoadout2Off.Position = UDim2.new(1, 0, 0, 0)
  1516. AutoLoadout2Off.Size = UDim2.new(0.400000006, 0, 1, 0)
  1517. AutoLoadout2Off.ZIndex = 5
  1518.  
  1519. Deco_36.Name = "Deco"
  1520. Deco_36.Parent = AutoLoadout2Off
  1521. Deco_36.AnchorPoint = Vector2.new(0, 0.5)
  1522. Deco_36.BackgroundColor3 = Color3.new(1, 1, 1)
  1523. Deco_36.BackgroundTransparency = 1
  1524. Deco_36.Position = UDim2.new(0, 0, 0.5, 0)
  1525. Deco_36.Size = UDim2.new(1, 0, 1, 0)
  1526. Deco_36.ZIndex = 5
  1527. Deco_36.Font = Enum.Font.ArialBold
  1528. Deco_36.Text = "OFF"
  1529. Deco_36.TextScaled = true
  1530. Deco_36.TextSize = 14
  1531. Deco_36.TextWrapped = true
  1532. Deco_36.TextXAlignment = Enum.TextXAlignment.Right
  1533.  
  1534. Deco_37.Name = "Deco"
  1535. Deco_37.Parent = AutoLoadout2Off
  1536. Deco_37.AnchorPoint = Vector2.new(1, 0)
  1537. Deco_37.BackgroundColor3 = Color3.new(1, 1, 1)
  1538. Deco_37.BackgroundTransparency = 1
  1539. Deco_37.Position = UDim2.new(1, 0, 0, 0)
  1540. Deco_37.Size = UDim2.new(1, 0, 1, 0)
  1541. Deco_37.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1542. Deco_37.ZIndex = 5
  1543. Deco_37.Image = "rbxassetid://1042585012"
  1544. Deco_37.ImageTransparency = 0.5
  1545.  
  1546. AutoLoadout3Toggle.Name = "AutoLoadout3Toggle"
  1547. AutoLoadout3Toggle.Parent = AutoLoadoutContents
  1548. AutoLoadout3Toggle.AnchorPoint = Vector2.new(0, 0.5)
  1549. AutoLoadout3Toggle.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  1550. AutoLoadout3Toggle.BorderSizePixel = 0
  1551. AutoLoadout3Toggle.Position = UDim2.new(0.550000012, 0, 2.5, 0)
  1552. AutoLoadout3Toggle.Size = UDim2.new(0.400000006, 0, 0, 30)
  1553. AutoLoadout3Toggle.ZIndex = 5
  1554. AutoLoadout3Toggle.Font = Enum.Font.ArialBold
  1555. AutoLoadout3Toggle.Text = ""
  1556. AutoLoadout3Toggle.TextScaled = true
  1557. AutoLoadout3Toggle.TextSize = 40
  1558. AutoLoadout3Toggle.TextWrapped = true
  1559.  
  1560. AutoLoadout3On.Name = "AutoLoadout3On"
  1561. AutoLoadout3On.Parent = AutoLoadout3Toggle
  1562. AutoLoadout3On.BackgroundColor3 = Color3.new(0, 0.796079, 0)
  1563. AutoLoadout3On.BorderSizePixel = 0
  1564. AutoLoadout3On.Size = UDim2.new(0.400000006, 0, 1, 0)
  1565. AutoLoadout3On.Visible = false
  1566. AutoLoadout3On.ZIndex = 5
  1567.  
  1568. Deco_38.Name = "Deco"
  1569. Deco_38.Parent = AutoLoadout3On
  1570. Deco_38.AnchorPoint = Vector2.new(0, 0.5)
  1571. Deco_38.BackgroundColor3 = Color3.new(1, 1, 1)
  1572. Deco_38.BackgroundTransparency = 1
  1573. Deco_38.Position = UDim2.new(0, 0, 0.5, 0)
  1574. Deco_38.Size = UDim2.new(1, 0, 1, 0)
  1575. Deco_38.ZIndex = 5
  1576. Deco_38.Font = Enum.Font.ArialBold
  1577. Deco_38.Text = "ON"
  1578. Deco_38.TextScaled = true
  1579. Deco_38.TextSize = 14
  1580. Deco_38.TextWrapped = true
  1581. Deco_38.TextXAlignment = Enum.TextXAlignment.Left
  1582.  
  1583. Deco_39.Name = "Deco"
  1584. Deco_39.Parent = AutoLoadout3On
  1585. Deco_39.AnchorPoint = Vector2.new(1, 0)
  1586. Deco_39.BackgroundColor3 = Color3.new(1, 1, 1)
  1587. Deco_39.BackgroundTransparency = 1
  1588. Deco_39.Position = UDim2.new(1, 0, 0, 0)
  1589. Deco_39.Size = UDim2.new(1, 0, 1, 0)
  1590. Deco_39.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1591. Deco_39.ZIndex = 5
  1592. Deco_39.Image = "rbxassetid://1042585012"
  1593. Deco_39.ImageTransparency = 0.5
  1594.  
  1595. AutoLoadout3Off.Name = "AutoLoadout3Off"
  1596. AutoLoadout3Off.Parent = AutoLoadout3Toggle
  1597. AutoLoadout3Off.AnchorPoint = Vector2.new(1, 0)
  1598. AutoLoadout3Off.BackgroundColor3 = Color3.new(0.796079, 0, 0.0156863)
  1599. AutoLoadout3Off.BorderSizePixel = 0
  1600. AutoLoadout3Off.Position = UDim2.new(1, 0, 0, 0)
  1601. AutoLoadout3Off.Size = UDim2.new(0.400000006, 0, 1, 0)
  1602. AutoLoadout3Off.ZIndex = 5
  1603.  
  1604. Deco_40.Name = "Deco"
  1605. Deco_40.Parent = AutoLoadout3Off
  1606. Deco_40.AnchorPoint = Vector2.new(0, 0.5)
  1607. Deco_40.BackgroundColor3 = Color3.new(1, 1, 1)
  1608. Deco_40.BackgroundTransparency = 1
  1609. Deco_40.Position = UDim2.new(0, 0, 0.5, 0)
  1610. Deco_40.Size = UDim2.new(1, 0, 1, 0)
  1611. Deco_40.ZIndex = 5
  1612. Deco_40.Font = Enum.Font.ArialBold
  1613. Deco_40.Text = "OFF"
  1614. Deco_40.TextScaled = true
  1615. Deco_40.TextSize = 14
  1616. Deco_40.TextWrapped = true
  1617. Deco_40.TextXAlignment = Enum.TextXAlignment.Right
  1618.  
  1619. Deco_41.Name = "Deco"
  1620. Deco_41.Parent = AutoLoadout3Off
  1621. Deco_41.AnchorPoint = Vector2.new(1, 0)
  1622. Deco_41.BackgroundColor3 = Color3.new(1, 1, 1)
  1623. Deco_41.BackgroundTransparency = 1
  1624. Deco_41.Position = UDim2.new(1, 0, 0, 0)
  1625. Deco_41.Size = UDim2.new(1, 0, 1, 0)
  1626. Deco_41.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1627. Deco_41.ZIndex = 5
  1628. Deco_41.Image = "rbxassetid://1042585012"
  1629. Deco_41.ImageTransparency = 0.5
  1630.  
  1631. Deco_42.Name = "Deco"
  1632. Deco_42.Parent = AutoLoadout
  1633. Deco_42.BackgroundColor3 = Color3.new(1, 1, 1)
  1634. Deco_42.BackgroundTransparency = 1
  1635. Deco_42.Position = UDim2.new(0, 0, 1, -20)
  1636. Deco_42.Size = UDim2.new(1, 0, 0, 20)
  1637. Deco_42.ZIndex = 5
  1638. Deco_42.Font = Enum.Font.Arial
  1639. Deco_42.Text = "Automatically loads a pre-saved loadout."
  1640. Deco_42.TextColor3 = Color3.new(0, 0, 0)
  1641. Deco_42.TextScaled = true
  1642. Deco_42.TextSize = 14
  1643. Deco_42.TextTransparency = 0.69999998807907
  1644. Deco_42.TextWrapped = true
  1645.  
  1646. Top.Name = "Top"
  1647. Top.Parent = Rocket
  1648. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  1649. Top.BackgroundTransparency = 1
  1650. Top.Position = UDim2.new(0, 0, 0, -32)
  1651. Top.Size = UDim2.new(0.349999994, 0, 0, 32)
  1652. Top.ZIndex = 4
  1653. Top.Image = "rbxassetid://875052259"
  1654. Top.ImageColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1655. Top.ScaleType = Enum.ScaleType.Slice
  1656. Top.SliceCenter = Rect.new(10, 10, 10, 10)
  1657.  
  1658. Title_5.Name = "Title"
  1659. Title_5.Parent = Top
  1660. Title_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1661. Title_5.BackgroundTransparency = 1
  1662. Title_5.Size = UDim2.new(1, 0, 1, 0)
  1663. Title_5.ZIndex = 4
  1664. Title_5.Font = Enum.Font.SourceSansBold
  1665. Title_5.Text = "Rocket"
  1666. Title_5.TextColor3 = Color3.new(1, 1, 1)
  1667. Title_5.TextScaled = true
  1668. Title_5.TextSize = 14
  1669. Title_5.TextWrapped = true
  1670.  
  1671. Close.Name = "Close"
  1672. Close.Parent = Top
  1673. Close.BackgroundColor3 = Color3.new(1, 0.294118, 0.305882)
  1674. Close.BorderSizePixel = 0
  1675. Close.Position = UDim2.new(1, 0, 0, 0)
  1676. Close.Size = UDim2.new(0, 40, 1, 0)
  1677. Close.ZIndex = 4
  1678. Close.Modal = true
  1679. Close.Selected = true
  1680. Close.Font = Enum.Font.ArialBold
  1681. Close.Text = "X"
  1682. Close.TextScaled = true
  1683. Close.TextSize = 14
  1684. Close.TextWrapped = true
  1685.  
  1686. Depth.Name = "Depth"
  1687. Depth.Parent = Top
  1688. Depth.BackgroundColor3 = Color3.new(1, 1, 1)
  1689. Depth.BackgroundTransparency = 1
  1690. Depth.Position = UDim2.new(0, 0, 0, 6)
  1691. Depth.Size = UDim2.new(1, 0, 1, 0)
  1692. Depth.ZIndex = 2
  1693. Depth.Image = "rbxassetid://875052259"
  1694. Depth.ImageColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  1695. Depth.ScaleType = Enum.ScaleType.Slice
  1696. Depth.SliceCenter = Rect.new(10, 10, 10, 10)
  1697.  
  1698. Depth_2.Name = "Depth"
  1699. Depth_2.Parent = Rocket
  1700. Depth_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1701. Depth_2.BackgroundTransparency = 1
  1702. Depth_2.Position = UDim2.new(0, 0, 0, 6)
  1703. Depth_2.Size = UDim2.new(1, 0, 1, 0)
  1704. Depth_2.ZIndex = 4
  1705. Depth_2.Image = "rbxassetid://875052259"
  1706. Depth_2.ImageColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  1707. Depth_2.ScaleType = Enum.ScaleType.Slice
  1708. Depth_2.SliceCenter = Rect.new(10, 10, 10, 10)
  1709.  
  1710. UISizeConstraint.Parent = Rocket
  1711. UISizeConstraint.MaxSize = Vector2.new(500, 450)
  1712.  
  1713.  
  1714. AddCloverButton.MouseButton1Down:connect(function()
  1715. game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value+1
  1716. end)
  1717.  
  1718. AddTwitchCoinButton.MouseButton1Down:connect(function()
  1719. game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value+1
  1720. end)
  1721.  
  1722.  
  1723.  
  1724. local autorebirth = false
  1725. AutoRebirthToggle.MouseButton1Down:connect(function()
  1726. if AutoRebirthOn.Visible == false then
  1727. AutoRebirthOn.Visible = true
  1728. AutoRebirthOff.Visible = false
  1729. autorebirth = true
  1730. else
  1731. AutoRebirthOn.Visible = false
  1732. AutoRebirthOff.Visible = true
  1733. autorebirth = false
  1734. end
  1735. end)
  1736.  
  1737. spawn(function()
  1738. while true do
  1739. wait(1)
  1740. if autorebirth == true then
  1741. game.ReplicatedStorage.Rebirth:InvokeServer()
  1742. end
  1743. end
  1744. end)
  1745.  
  1746.  
  1747. local autoremote = false
  1748. AutoRemoteToggle.MouseButton1Down:connect(function()
  1749. if autoremote == false then
  1750. AutoRemoteOn.Visible = true
  1751. AutoRemoteOff.Visible = false
  1752. autoremote = true
  1753. else
  1754. AutoRemoteOn.Visible = false
  1755. AutoRemoteOff.Visible = true
  1756. autoremote = false
  1757. end
  1758. end)
  1759.  
  1760. spawn(function()
  1761. while true do
  1762. wait()
  1763. if autoremote == true then
  1764. game.ReplicatedStorage.RemoteDrop:FireServer()
  1765. end
  1766. end
  1767. end)
  1768.  
  1769.  
  1770.  
  1771. NotificationsToggle.MouseButton1Down:connect(function()
  1772. if NotificationsOn.Visible == false then
  1773. NotificationsOn.Visible = true
  1774. NotificationsOff.Visible = false
  1775. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Message.Volume = 0.5
  1776. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = true
  1777. else
  1778. NotificationsOn.Visible = false
  1779. NotificationsOff.Visible = true
  1780. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Message.Volume = 0
  1781. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = false
  1782. end
  1783. end)
  1784.  
  1785.  
  1786.  
  1787.  
  1788. local autobutton = false
  1789. AutoButtonToggle.MouseButton1Down:connect(function()
  1790. if autobutton == false then
  1791. AutoButtonOn.Visible = true
  1792. AutoButtonOff.Visible = false
  1793. autobutton = true
  1794. else
  1795. AutoButtonOn.Visible = false
  1796. AutoButtonOff.Visible = true
  1797. autobutton = false
  1798. end
  1799. end)
  1800.  
  1801.  
  1802.  
  1803.  
  1804. spawn (function()
  1805. while true do
  1806. wait(0.1)
  1807. if autobutton == true then
  1808. local clickymines = workspace.Tycoons[tostring(game.Players.LocalPlayer.PlayerTycoon.Value)]:GetChildren()
  1809. for i =1, #clickymines do
  1810. if clickymines[i].ClassName == "Model" then
  1811. if clickymines[i].Model:findFirstChild("Button") then
  1812. local de = clickymines[i].Model:GetChildren()
  1813. for i =1, #de do
  1814. if de[i].Name == "Button" then
  1815. game.ReplicatedStorage.Click:FireServer(de[i])
  1816. end
  1817. end
  1818. end
  1819. end
  1820. end
  1821. end
  1822. end
  1823. end)
  1824.  
  1825.  
  1826.  
  1827.  
  1828. local autoloadout1 = false
  1829. AutoLoadout1Toggle.MouseButton1Down:connect(function()
  1830. if autoloadout1 == false then
  1831. AutoLoadout1On.Visible = true
  1832. AutoLoadout1Off.Visible = false
  1833. autoloadout1 = true
  1834. else
  1835. AutoLoadout1On.Visible = false
  1836. AutoLoadout1Off.Visible = true
  1837. autoloadout1 = false
  1838. end
  1839. end)
  1840.  
  1841. spawn(function()
  1842. while true do
  1843. wait()
  1844. if autoloadout1 == true then
  1845. game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout1")
  1846. else
  1847. end
  1848. end
  1849. end)
  1850.  
  1851.  
  1852.  
  1853. local autoloadout2 = false
  1854. AutoLoadout2Toggle.MouseButton1Down:connect(function()
  1855. if autoloadout2 == false then
  1856. AutoLoadout2On.Visible = true
  1857. AutoLoadout2Off.Visible = false
  1858. autoloadout2 = true
  1859. else
  1860. AutoLoadout2On.Visible = false
  1861. AutoLoadout2Off.Visible = true
  1862. autoloadout2 = false
  1863. end
  1864. end)
  1865.  
  1866. spawn(function()
  1867. while true do
  1868. wait()
  1869. if autoloadout2 == true then
  1870. game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout2")
  1871. else
  1872. end
  1873. end
  1874. end)
  1875.  
  1876.  
  1877.  
  1878. local autoloadout3 = false
  1879. AutoLoadout3Toggle.MouseButton1Down:connect(function()
  1880. if autoloadout3 == false then
  1881. AutoLoadout3On.Visible = true
  1882. AutoLoadout3Off.Visible = false
  1883. autoloadout3 = true
  1884. else
  1885. AutoLoadout3On.Visible = false
  1886. AutoLoadout3Off.Visible = true
  1887. autoloadout3 = false
  1888. end
  1889. end)
  1890.  
  1891. spawn(function()
  1892. while true do
  1893. wait()
  1894. if autoloadout3 == true then
  1895. game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout3")
  1896. else
  1897. end
  1898. end
  1899. end)
  1900.  
  1901. function steal(plr)
  1902. local buy = "buy"
  1903. local pos = "pos"
  1904. local savestring = "savestring"
  1905. local basename = "basename"
  1906.  
  1907. local tosteal = workspace.Tycoons:GetChildren()
  1908. for i=1,#tosteal do
  1909. if tosteal[i].Owner.Value == plr then
  1910. basename = tosteal[i].Name
  1911. end
  1912. end
  1913.  
  1914. savestring = "local plrbase = game.Players.LocalPlayer.PlayerTycoon.Value\n"
  1915. for i,v in pairs(workspace.Tycoons:findFirstChild(basename):GetChildren()) do
  1916. if v:IsA("Model") then
  1917. local posmaths = tostring(v.Hitbox.CFrame - workspace.Tycoons:findFirstChild(basename).Base.Position)
  1918. pos = tostring('local pos = CFrame.new(' .. posmaths .. ') + plrbase:FindFirstChild("Base").Position' .. '\n')
  1919. buy = tostring('game.ReplicatedStorage.BuyItem:InvokeServer("' .. v.Name .. '", 1)\n')
  1920. savestring = savestring .. pos .. buy .. tostring('game.ReplicatedStorage.PlaceItem:InvokeServer("' .. v.Name ..'", ' .. " pos)" .. '\n\n')
  1921. end
  1922. end
  1923. loadstring(savestring)()
  1924. end
  1925.  
  1926.  
  1927. local players = game.Players:getChildren()
  1928. for i=1,#players do
  1929. local PlayerButton = Instance.new("TextButton")
  1930. PlayerButton.Name = "PlayerButton"
  1931. PlayerButton.Parent = BaseStealerButtons
  1932. PlayerButton.AnchorPoint = Vector2.new(0, 0.5)
  1933. PlayerButton.BackgroundColor3 = players[i].TeamColor.Color
  1934. PlayerButton.BorderSizePixel = 0
  1935. PlayerButton.Position = UDim2.new(0.45, 0, 0.5, 0)
  1936. PlayerButton.Size = UDim2.new(0.8, 0, 0, 30)
  1937. PlayerButton.ZIndex = 5
  1938. PlayerButton.Font = Enum.Font.ArialBold
  1939. PlayerButton.TextScaled = true
  1940. PlayerButton.TextSize = 40
  1941. PlayerButton.TextWrapped = true
  1942. local Deco = Instance.new("ImageLabel")
  1943. Deco.Name = "Fold"
  1944. Deco.Parent = PlayerButton
  1945. Deco.AnchorPoint = Vector2.new(1, 0)
  1946. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  1947. Deco.BackgroundTransparency = 1
  1948. Deco.Position = UDim2.new(1, 0, 0, 0)
  1949. Deco.Size = UDim2.new(1, 0, 1, 0)
  1950. Deco.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1951. Deco.ZIndex = 5
  1952. Deco.Image = "rbxassetid://1042585012"
  1953. Deco.ImageTransparency = 0.3
  1954. PlayerButton.Text = players[i].Name
  1955. PlayerButton.MouseButton1Down:connect(function()
  1956. game.ReplicatedStorage['DestroyAll']:InvokeServer()
  1957. steal(PlayerButton.Text)
  1958. end)
  1959. end
  1960.  
  1961. game.Players.PlayerAdded:Connect(function(player)
  1962. BaseStealerButtons:ClearAllChildren()
  1963. local players = game.Players:getChildren()
  1964. for i=1,#players do
  1965. local PlayerButton = Instance.new("TextButton")
  1966. PlayerButton.Name = "PlayerButton"
  1967. PlayerButton.Parent = BaseStealerButtons
  1968. PlayerButton.AnchorPoint = Vector2.new(0, 0.5)
  1969. PlayerButton.BackgroundColor3 = players[i].TeamColor.Color
  1970. PlayerButton.BorderSizePixel = 0
  1971. PlayerButton.Position = UDim2.new(0.45, 0, 0.5, 0)
  1972. PlayerButton.Size = UDim2.new(0.8, 0, 0, 30)
  1973. PlayerButton.ZIndex = 5
  1974. PlayerButton.Font = Enum.Font.ArialBold
  1975. PlayerButton.TextScaled = true
  1976. PlayerButton.TextSize = 40
  1977. PlayerButton.TextWrapped = true
  1978. local Deco = Instance.new("ImageLabel")
  1979. Deco.Name = "Fold"
  1980. Deco.Parent = PlayerButton
  1981. Deco.AnchorPoint = Vector2.new(1, 0)
  1982. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  1983. Deco.BackgroundTransparency = 1
  1984. Deco.Position = UDim2.new(1, 0, 0, 0)
  1985. Deco.Size = UDim2.new(1, 0, 1, 0)
  1986. Deco.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1987. Deco.ZIndex = 5
  1988. Deco.Image = "rbxassetid://1042585012"
  1989. Deco.ImageTransparency = 0.3
  1990. PlayerButton.Text = players[i].Name
  1991. PlayerButton.MouseButton1Down:connect(function()
  1992. game.ReplicatedStorage['DestroyAll']:InvokeServer()
  1993. steal(PlayerButton.Text)
  1994. end)
  1995. end
  1996. local UIListLayout_3 = Instance.new("UIListLayout")
  1997. UIListLayout_3.Parent = BaseStealerButtons
  1998. UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1999. end)
  2000.  
  2001. game.Players.PlayerRemoving:Connect(function(player)
  2002. BaseStealerButtons:ClearAllChildren()
  2003. local players = game.Players:getChildren()
  2004. for i=1,#players do
  2005. local PlayerButton = Instance.new("TextButton")
  2006. PlayerButton.Name = "PlayerButton"
  2007. PlayerButton.Parent = BaseStealerButtons
  2008. PlayerButton.AnchorPoint = Vector2.new(0, 0.5)
  2009. PlayerButton.BackgroundColor3 = players[i].TeamColor.Color
  2010. PlayerButton.BorderSizePixel = 0
  2011. PlayerButton.Position = UDim2.new(0.45, 0, 0.5, 0)
  2012. PlayerButton.Size = UDim2.new(0.8, 0, 0, 30)
  2013. PlayerButton.ZIndex = 5
  2014. PlayerButton.Font = Enum.Font.ArialBold
  2015. PlayerButton.TextScaled = true
  2016. PlayerButton.TextSize = 40
  2017. PlayerButton.TextWrapped = true
  2018. local Deco = Instance.new("ImageLabel")
  2019. Deco.Name = "Fold"
  2020. Deco.Parent = PlayerButton
  2021. Deco.AnchorPoint = Vector2.new(1, 0)
  2022. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  2023. Deco.BackgroundTransparency = 1
  2024. Deco.Position = UDim2.new(1, 0, 0, 0)
  2025. Deco.Size = UDim2.new(1, 0, 1, 0)
  2026. Deco.SizeConstraint = Enum.SizeConstraint.RelativeYY
  2027. Deco.ZIndex = 5
  2028. Deco.Image = "rbxassetid://1042585012"
  2029. Deco.ImageTransparency = 0.3
  2030. PlayerButton.Text = players[i].Name
  2031. PlayerButton.MouseButton1Down:connect(function()
  2032. game.ReplicatedStorage['DestroyAll']:InvokeServer()
  2033. steal(PlayerButton.Text)
  2034. end)
  2035. end
  2036. local UIListLayout_3 = Instance.new("UIListLayout")
  2037. UIListLayout_3.Parent = BaseStealerButtons
  2038. UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  2039. end)
  2040.  
  2041.  
  2042.  
  2043. Close.MouseButton1Down:connect(function()
  2044. game.Players.LocalPlayer.PlayerGui.GUI.Menu.Menu.Sounds.Click:Play()
  2045. Rocket.Visible = false
  2046. if game.Lighting.Blur.Size == 9 then
  2047. for i=1,18 do
  2048. game.Lighting.Blur.Size = game.Lighting.Blur.Size-0.5
  2049. wait()
  2050. end
  2051. end
  2052. end)
  2053. end)
Add Comment
Please, Sign In to add comment