Advertisement
StenHisDirt

AutoBuy3.0

Nov 30th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.65 KB | None | 0 0
  1. Test = Instance.new("ScreenGui")
  2. HolderAutoBuy = Instance.new("Frame")
  3. UIListLayout = Instance.new("UIListLayout")
  4. WoodChecker = Instance.new("ImageButton")
  5. BasicHatchet = Instance.new("ImageButton")
  6. BirdAxe = Instance.new("ImageButton")
  7. HardenedAxe = Instance.new("ImageButton")
  8. ManyAxe = Instance.new("ImageButton")
  9. PlainAxe = Instance.new("ImageButton")
  10. Rukiryaxe = Instance.new("ImageButton")
  11. SilverAxe = Instance.new("ImageButton")
  12. SteelAxe = Instance.new("ImageButton")
  13. StraightConveyor = Instance.new("ImageButton")
  14. ConveyorFunnel = Instance.new("ImageButton")
  15. ConveyorSupports = Instance.new("ImageButton")
  16. ConveyorSwitch = Instance.new("ImageButton")
  17. LogSweeper = Instance.new("ImageButton")
  18. StraightSwitchConveyorLeft = Instance.new("ImageButton")
  19. StraightSwitchConveyorRight = Instance.new("ImageButton")
  20. TightTurnConveyor = Instance.new("ImageButton")
  21. TightTurnConveyorSupports = Instance.new("ImageButton")
  22. TiltConveyor = Instance.new("ImageButton")
  23. Bed1 = Instance.new("ImageButton")
  24. Bed2 = Instance.new("ImageButton")
  25. GlassDoor1 = Instance.new("ImageButton")
  26. GlassPane1 = Instance.new("ImageButton")
  27. GlassPane2 = Instance.new("ImageButton")
  28. GlassPane3 = Instance.new("ImageButton")
  29. GlassPane4 = Instance.new("ImageButton")
  30. Seat_Armchair = Instance.new("ImageButton")
  31. Seat_Couch = Instance.new("ImageButton")
  32. Seat_Loveseat = Instance.new("ImageButton")
  33. Toilet = Instance.new("ImageButton")
  34. Cabinet1 = Instance.new("ImageButton")
  35. Cabinet1CornerTight = Instance.new("ImageButton")
  36. Cabinet1CornerWide = Instance.new("ImageButton")
  37. Cabinet1Thin = Instance.new("ImageButton")
  38. CounterTop1 = Instance.new("ImageButton")
  39. CounterTop1Sink = Instance.new("ImageButton")
  40. CounterTop1Thin = Instance.new("ImageButton")
  41. Refridgerator = Instance.new("ImageButton")
  42. Stove = Instance.new("ImageButton")
  43. FloorLamp1 = Instance.new("ImageButton")
  44. IcicleWireAmber = Instance.new("ImageButton")
  45. IcicleWireBlue = Instance.new("ImageButton")
  46. IcicleWireGreen = Instance.new("ImageButton")
  47. IcicleWireRed = Instance.new("ImageButton")
  48. Lamp1 = Instance.new("ImageButton")
  49. WallLight1 = Instance.new("ImageButton")
  50. WallLight2 = Instance.new("ImageButton")
  51. WorkLight = Instance.new("ImageButton")
  52. BagOfSand = Instance.new("ImageButton")
  53. CanOfWorms = Instance.new("ImageButton")
  54. FireworkLauncher = Instance.new("ImageButton")
  55. LightBulb = Instance.new("ImageButton")
  56. Painting1 = Instance.new("ImageButton")
  57. Painting2 = Instance.new("ImageButton")
  58. Painting3 = Instance.new("ImageButton")
  59. Painting6 = Instance.new("ImageButton")
  60. Painting7 = Instance.new("ImageButton")
  61. Painting8 = Instance.new("ImageButton")
  62. Painting9 = Instance.new("ImageButton")
  63. dynamite = Instance.new("ImageButton")
  64. Pickup1 = Instance.new("ImageButton")
  65. SmallTrailer = Instance.new("ImageButton")
  66. Trailer2 = Instance.new("ImageButton")
  67. UtilityTruck = Instance.new("ImageButton")
  68. UtilityTruck2 = Instance.new("ImageButton")
  69. NeonWireBlue = Instance.new("ImageButton")
  70. NeonWireCyan = Instance.new("ImageButton")
  71. NeonWireGreen = Instance.new("ImageButton")
  72. NeonWireOrange = Instance.new("ImageButton")
  73. NeonWireRed = Instance.new("ImageButton")
  74. NeonWireViolet = Instance.new("ImageButton")
  75. NeonWireWhite = Instance.new("ImageButton")
  76. NeonWireYellow = Instance.new("ImageButton")
  77. Wire = Instance.new("ImageButton")
  78. Button0 = Instance.new("ImageButton")
  79. GateAND = Instance.new("ImageButton")
  80. GateNOT = Instance.new("ImageButton")
  81. GateOR = Instance.new("ImageButton")
  82. GateXOR = Instance.new("ImageButton")
  83. Hatch = Instance.new("ImageButton")
  84. Laser = Instance.new("ImageButton")
  85. LaserReceiver = Instance.new("ImageButton")
  86. Lever0 = Instance.new("ImageButton")
  87. PressurePlate = Instance.new("ImageButton")
  88. Sawmax01 = Instance.new("ImageButton")
  89. Sawmill = Instance.new("ImageButton")
  90. Sawmill2 = Instance.new("ImageButton")
  91. Sawmill4 = Instance.new("ImageButton")
  92. Sawmill4L = Instance.new("ImageButton")
  93. SignalSustain = Instance.new("ImageButton")
  94. UIPadding = Instance.new("UIPadding")
  95.  
  96. HolderAutoBuy.Name = "HolderAutoBuy"
  97. HolderAutoBuy.Parent = ButtonsAutoBuy
  98. HolderAutoBuy.BackgroundColor3 = Color3.new(1, 1, 1)
  99. HolderAutoBuy.BackgroundTransparency = 1
  100. HolderAutoBuy.ClipsDescendants = true
  101. HolderAutoBuy.Position = UDim2.new(0, 521, 0, 199)
  102. HolderAutoBuy.Size = UDim2.new(0, 135, 0, 318)
  103.  
  104. UIListLayout.Parent = HolderAutoBuy
  105. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  106.  
  107. WoodChecker.Name = "WoodChecker"
  108. WoodChecker.Parent = HolderAutoBuy
  109. WoodChecker.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  110. WoodChecker.BackgroundTransparency = 1
  111. WoodChecker.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  112. WoodChecker.BorderSizePixel = 4
  113. WoodChecker.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  114. WoodChecker.Size = UDim2.new(0, 80, 0, 80)
  115. WoodChecker.Image = "rbxassetid://3709113088"
  116.  
  117. BasicHatchet.Name = "BasicHatchet"
  118. BasicHatchet.Parent = HolderAutoBuy
  119. BasicHatchet.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  120. BasicHatchet.BackgroundTransparency = 1
  121. BasicHatchet.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  122. BasicHatchet.BorderSizePixel = 4
  123. BasicHatchet.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  124. BasicHatchet.Size = UDim2.new(0, 80, 0, 80)
  125. BasicHatchet.Image = "http://www.roblox.com/asset/?id=4277658225"
  126.  
  127. BirdAxe.Name = "BirdAxe"
  128. BirdAxe.Parent = HolderAutoBuy
  129. BirdAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  130. BirdAxe.BackgroundTransparency = 1
  131. BirdAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  132. BirdAxe.BorderSizePixel = 4
  133. BirdAxe.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  134. BirdAxe.Size = UDim2.new(0, 80, 0, 80)
  135. BirdAxe.Image = "http://www.roblox.com/asset/?id=4277656145"
  136.  
  137. HardenedAxe.Name = "HardenedAxe"
  138. HardenedAxe.Parent = HolderAutoBuy
  139. HardenedAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  140. HardenedAxe.BackgroundTransparency = 1
  141. HardenedAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  142. HardenedAxe.BorderSizePixel = 4
  143. HardenedAxe.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  144. HardenedAxe.Size = UDim2.new(0, 80, 0, 80)
  145. HardenedAxe.Image = "http://www.roblox.com/asset/?id=4277673817"
  146.  
  147. ManyAxe.Name = "ManyAxe"
  148. ManyAxe.Parent = HolderAutoBuy
  149. ManyAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  150. ManyAxe.BackgroundTransparency = 1
  151. ManyAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  152. ManyAxe.BorderSizePixel = 4
  153. ManyAxe.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  154. ManyAxe.Size = UDim2.new(0, 80, 0, 80)
  155. ManyAxe.Image = "http://www.roblox.com/asset/?id=4277655494"
  156.  
  157. PlainAxe.Name = "PlainAxe"
  158. PlainAxe.Parent = HolderAutoBuy
  159. PlainAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  160. PlainAxe.BackgroundTransparency = 1
  161. PlainAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  162. PlainAxe.BorderSizePixel = 4
  163. PlainAxe.Size = UDim2.new(0, 80, 0, 80)
  164. PlainAxe.Image = "http://www.roblox.com/asset/?id=4277658225"
  165.  
  166. Rukiryaxe.Name = "Rukiryaxe"
  167. Rukiryaxe.Parent = HolderAutoBuy
  168. Rukiryaxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  169. Rukiryaxe.BackgroundTransparency = 1
  170. Rukiryaxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  171. Rukiryaxe.BorderSizePixel = 4
  172. Rukiryaxe.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  173. Rukiryaxe.Size = UDim2.new(0, 80, 0, 80)
  174. Rukiryaxe.Image = "rbxassetid://4107100196"
  175.  
  176. SilverAxe.Name = "SilverAxe"
  177. SilverAxe.Parent = HolderAutoBuy
  178. SilverAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  179. SilverAxe.BackgroundTransparency = 1
  180. SilverAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  181. SilverAxe.BorderSizePixel = 4
  182. SilverAxe.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  183. SilverAxe.Size = UDim2.new(0, 80, 0, 80)
  184. SilverAxe.Image = "http://www.roblox.com/asset/?id=4277657554"
  185.  
  186. SteelAxe.Name = "SteelAxe"
  187. SteelAxe.Parent = HolderAutoBuy
  188. SteelAxe.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  189. SteelAxe.BackgroundTransparency = 1
  190. SteelAxe.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  191. SteelAxe.BorderSizePixel = 4
  192. SteelAxe.Size = UDim2.new(0, 80, 0, 80)
  193. SteelAxe.Image = "http://www.roblox.com/asset/?id=4277656706"
  194.  
  195. StraightConveyor.Name = "\nStraightConveyor"
  196. StraightConveyor.Parent = HolderAutoBuy
  197. StraightConveyor.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  198. StraightConveyor.BackgroundTransparency = 1
  199. StraightConveyor.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  200. StraightConveyor.BorderSizePixel = 4
  201. StraightConveyor.Size = UDim2.new(0, 80, 0, 80)
  202. StraightConveyor.Image = "rbxassetid://3703715036"
  203.  
  204. ConveyorFunnel.Name = "ConveyorFunnel"
  205. ConveyorFunnel.Parent = HolderAutoBuy
  206. ConveyorFunnel.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  207. ConveyorFunnel.BackgroundTransparency = 1
  208. ConveyorFunnel.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  209. ConveyorFunnel.BorderSizePixel = 4
  210. ConveyorFunnel.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  211. ConveyorFunnel.Size = UDim2.new(0, 80, 0, 80)
  212. ConveyorFunnel.Image = "rbxassetid://3703713578"
  213.  
  214. ConveyorSupports.Name = "ConveyorSupports"
  215. ConveyorSupports.Parent = HolderAutoBuy
  216. ConveyorSupports.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  217. ConveyorSupports.BackgroundTransparency = 1
  218. ConveyorSupports.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  219. ConveyorSupports.BorderSizePixel = 4
  220. ConveyorSupports.Size = UDim2.new(0, 80, 0, 80)
  221. ConveyorSupports.Image = "rbxassetid://3703716982"
  222.  
  223. ConveyorSwitch.Name = "ConveyorSwitch"
  224. ConveyorSwitch.Parent = HolderAutoBuy
  225. ConveyorSwitch.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  226. ConveyorSwitch.BackgroundTransparency = 1
  227. ConveyorSwitch.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  228. ConveyorSwitch.BorderSizePixel = 4
  229. ConveyorSwitch.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  230. ConveyorSwitch.Size = UDim2.new(0, 80, 0, 80)
  231. ConveyorSwitch.Image = "rbxassetid://3703714308"
  232.  
  233. LogSweeper.Name = "LogSweeper"
  234. LogSweeper.Parent = HolderAutoBuy
  235. LogSweeper.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  236. LogSweeper.BackgroundTransparency = 1
  237. LogSweeper.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  238. LogSweeper.BorderSizePixel = 4
  239. LogSweeper.Size = UDim2.new(0, 80, 0, 80)
  240. LogSweeper.Image = "rbxassetid://3703714663"
  241.  
  242. StraightSwitchConveyorLeft.Name = "StraightSwitchConveyorLeft"
  243. StraightSwitchConveyorLeft.Parent = HolderAutoBuy
  244. StraightSwitchConveyorLeft.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  245. StraightSwitchConveyorLeft.BackgroundTransparency = 1
  246. StraightSwitchConveyorLeft.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  247. StraightSwitchConveyorLeft.BorderSizePixel = 4
  248. StraightSwitchConveyorLeft.Size = UDim2.new(0, 80, 0, 80)
  249. StraightSwitchConveyorLeft.Image = "rbxassetid://3703715644"
  250.  
  251. StraightSwitchConveyorRight.Name = "StraightSwitchConveyorRight"
  252. StraightSwitchConveyorRight.Parent = HolderAutoBuy
  253. StraightSwitchConveyorRight.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  254. StraightSwitchConveyorRight.BackgroundTransparency = 1
  255. StraightSwitchConveyorRight.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  256. StraightSwitchConveyorRight.BorderSizePixel = 4
  257. StraightSwitchConveyorRight.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  258. StraightSwitchConveyorRight.Size = UDim2.new(0, 80, 0, 80)
  259. StraightSwitchConveyorRight.Image = "rbxassetid://3703716046"
  260.  
  261. TightTurnConveyor.Name = "TightTurnConveyor"
  262. TightTurnConveyor.Parent = HolderAutoBuy
  263. TightTurnConveyor.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  264. TightTurnConveyor.BackgroundTransparency = 1
  265. TightTurnConveyor.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  266. TightTurnConveyor.BorderSizePixel = 4
  267. TightTurnConveyor.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  268. TightTurnConveyor.Size = UDim2.new(0, 80, 0, 80)
  269. TightTurnConveyor.Image = "rbxassetid://3703716592"
  270.  
  271. TightTurnConveyorSupports.Name = "TightTurnConveyorSupports"
  272. TightTurnConveyorSupports.Parent = HolderAutoBuy
  273. TightTurnConveyorSupports.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  274. TightTurnConveyorSupports.BackgroundTransparency = 1
  275. TightTurnConveyorSupports.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  276. TightTurnConveyorSupports.BorderSizePixel = 4
  277. TightTurnConveyorSupports.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  278. TightTurnConveyorSupports.Size = UDim2.new(0, 80, 0, 80)
  279. TightTurnConveyorSupports.Image = "rbxassetid://3703713976"
  280.  
  281. TiltConveyor.Name = "TiltConveyor"
  282. TiltConveyor.Parent = HolderAutoBuy
  283. TiltConveyor.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  284. TiltConveyor.BackgroundTransparency = 1
  285. TiltConveyor.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  286. TiltConveyor.BorderSizePixel = 4
  287. TiltConveyor.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  288. TiltConveyor.Size = UDim2.new(0, 80, 0, 80)
  289. TiltConveyor.Image = "rbxassetid://3703717392"
  290.  
  291. Bed1.Name = "Bed1"
  292. Bed1.Parent = HolderAutoBuy
  293. Bed1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  294. Bed1.BackgroundTransparency = 1
  295. Bed1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  296. Bed1.BorderSizePixel = 4
  297. Bed1.Size = UDim2.new(0, 80, 0, 80)
  298. Bed1.Image = "http://www.roblox.com/asset/?id=4277849082"
  299.  
  300. Bed2.Name = "Bed2"
  301. Bed2.Parent = HolderAutoBuy
  302. Bed2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  303. Bed2.BackgroundTransparency = 1
  304. Bed2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  305. Bed2.BorderSizePixel = 4
  306. Bed2.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  307. Bed2.Size = UDim2.new(0, 80, 0, 80)
  308. Bed2.Image = "rbxassetid://3704076312"
  309.  
  310. GlassDoor1.Name = "GlassDoor1"
  311. GlassDoor1.Parent = HolderAutoBuy
  312. GlassDoor1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  313. GlassDoor1.BackgroundTransparency = 1
  314. GlassDoor1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  315. GlassDoor1.BorderSizePixel = 4
  316. GlassDoor1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  317. GlassDoor1.Size = UDim2.new(0, 80, 0, 80)
  318. GlassDoor1.Image = "rbxassetid://3704030871"
  319.  
  320. GlassPane1.Name = "GlassPane1"
  321. GlassPane1.Parent = HolderAutoBuy
  322. GlassPane1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  323. GlassPane1.BackgroundTransparency = 1
  324. GlassPane1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  325. GlassPane1.BorderSizePixel = 4
  326. GlassPane1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  327. GlassPane1.Size = UDim2.new(0, 80, 0, 80)
  328. GlassPane1.Image = "rbxassetid://3704031272"
  329.  
  330. GlassPane2.Name = "GlassPane2"
  331. GlassPane2.Parent = HolderAutoBuy
  332. GlassPane2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  333. GlassPane2.BackgroundTransparency = 1
  334. GlassPane2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  335. GlassPane2.BorderSizePixel = 4
  336. GlassPane2.Size = UDim2.new(0, 80, 0, 80)
  337. GlassPane2.Image = "rbxassetid://3704031673"
  338.  
  339. GlassPane3.Name = "GlassPane3"
  340. GlassPane3.Parent = HolderAutoBuy
  341. GlassPane3.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  342. GlassPane3.BackgroundTransparency = 1
  343. GlassPane3.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  344. GlassPane3.BorderSizePixel = 4
  345. GlassPane3.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  346. GlassPane3.Size = UDim2.new(0, 80, 0, 80)
  347. GlassPane3.Image = "rbxassetid://3704032028"
  348.  
  349. GlassPane4.Name = "GlassPane4"
  350. GlassPane4.Parent = HolderAutoBuy
  351. GlassPane4.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  352. GlassPane4.BackgroundTransparency = 1
  353. GlassPane4.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  354. GlassPane4.BorderSizePixel = 4
  355. GlassPane4.Size = UDim2.new(0, 80, 0, 80)
  356. GlassPane4.Image = "rbxassetid://3704032365"
  357.  
  358. Seat_Armchair.Name = "Seat_Armchair"
  359. Seat_Armchair.Parent = HolderAutoBuy
  360. Seat_Armchair.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  361. Seat_Armchair.BackgroundTransparency = 1
  362. Seat_Armchair.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  363. Seat_Armchair.BorderSizePixel = 4
  364. Seat_Armchair.Size = UDim2.new(0, 80, 0, 80)
  365. Seat_Armchair.Image = "rbxassetid://3704077769"
  366.  
  367. Seat_Couch.Name = "Seat_Couch"
  368. Seat_Couch.Parent = HolderAutoBuy
  369. Seat_Couch.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  370. Seat_Couch.BackgroundTransparency = 1
  371. Seat_Couch.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  372. Seat_Couch.BorderSizePixel = 4
  373. Seat_Couch.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  374. Seat_Couch.Size = UDim2.new(0, 80, 0, 80)
  375. Seat_Couch.Image = "rbxassetid://3704078093"
  376.  
  377. Seat_Loveseat.Name = "Seat_Loveseat"
  378. Seat_Loveseat.Parent = HolderAutoBuy
  379. Seat_Loveseat.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  380. Seat_Loveseat.BackgroundTransparency = 1
  381. Seat_Loveseat.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  382. Seat_Loveseat.BorderSizePixel = 4
  383. Seat_Loveseat.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  384. Seat_Loveseat.Size = UDim2.new(0, 80, 0, 80)
  385. Seat_Loveseat.Image = "rbxassetid://3704078402"
  386.  
  387. Toilet.Name = "Toilet"
  388. Toilet.Parent = HolderAutoBuy
  389. Toilet.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  390. Toilet.BackgroundTransparency = 1
  391. Toilet.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  392. Toilet.BorderSizePixel = 4
  393. Toilet.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  394. Toilet.Size = UDim2.new(0, 80, 0, 80)
  395. Toilet.Image = "rbxassetid://3704078968"
  396.  
  397. Cabinet1.Name = "Cabinet1"
  398. Cabinet1.Parent = HolderAutoBuy
  399. Cabinet1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  400. Cabinet1.BackgroundTransparency = 1
  401. Cabinet1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  402. Cabinet1.BorderSizePixel = 4
  403. Cabinet1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  404. Cabinet1.Size = UDim2.new(0, 80, 0, 80)
  405. Cabinet1.Image = "http://www.roblox.com/asset/?id=4277968445"
  406.  
  407. Cabinet1CornerTight.Name = "Cabinet1CornerTight"
  408. Cabinet1CornerTight.Parent = HolderAutoBuy
  409. Cabinet1CornerTight.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  410. Cabinet1CornerTight.BackgroundTransparency = 1
  411. Cabinet1CornerTight.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  412. Cabinet1CornerTight.BorderSizePixel = 4
  413. Cabinet1CornerTight.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  414. Cabinet1CornerTight.Size = UDim2.new(0, 80, 0, 80)
  415. Cabinet1CornerTight.Image = "http://www.roblox.com/asset/?id=4277956423"
  416.  
  417. Cabinet1CornerWide.Name = "Cabinet1CornerWide"
  418. Cabinet1CornerWide.Parent = HolderAutoBuy
  419. Cabinet1CornerWide.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  420. Cabinet1CornerWide.BackgroundTransparency = 1
  421. Cabinet1CornerWide.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  422. Cabinet1CornerWide.BorderSizePixel = 4
  423. Cabinet1CornerWide.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  424. Cabinet1CornerWide.Size = UDim2.new(0, 80, 0, 80)
  425. Cabinet1CornerWide.Image = "http://www.roblox.com/asset/?id=4277955890"
  426.  
  427. Cabinet1Thin.Name = "Cabinet1Thin"
  428. Cabinet1Thin.Parent = HolderAutoBuy
  429. Cabinet1Thin.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  430. Cabinet1Thin.BackgroundTransparency = 1
  431. Cabinet1Thin.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  432. Cabinet1Thin.BorderSizePixel = 4
  433. Cabinet1Thin.Size = UDim2.new(0, 80, 0, 80)
  434. Cabinet1Thin.Image = "http://www.roblox.com/asset/?id=4277957412"
  435.  
  436. CounterTop1.Name = "CounterTop1"
  437. CounterTop1.Parent = HolderAutoBuy
  438. CounterTop1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  439. CounterTop1.BackgroundTransparency = 1
  440. CounterTop1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  441. CounterTop1.BorderSizePixel = 4
  442. CounterTop1.Size = UDim2.new(0, 80, 0, 80)
  443. CounterTop1.Image = "http://www.roblox.com/asset/?id=4277953860"
  444.  
  445. CounterTop1Sink.Name = "CounterTop1Sink"
  446. CounterTop1Sink.Parent = HolderAutoBuy
  447. CounterTop1Sink.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  448. CounterTop1Sink.BackgroundTransparency = 1
  449. CounterTop1Sink.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  450. CounterTop1Sink.BorderSizePixel = 4
  451. CounterTop1Sink.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  452. CounterTop1Sink.Size = UDim2.new(0, 80, 0, 80)
  453. CounterTop1Sink.Image = "http://www.roblox.com/asset/?id=4277955305"
  454.  
  455. CounterTop1Thin.Name = "CounterTop1Thin"
  456. CounterTop1Thin.Parent = HolderAutoBuy
  457. CounterTop1Thin.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  458. CounterTop1Thin.BackgroundTransparency = 1
  459. CounterTop1Thin.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  460. CounterTop1Thin.BorderSizePixel = 4
  461. CounterTop1Thin.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  462. CounterTop1Thin.Size = UDim2.new(0, 80, 0, 80)
  463. CounterTop1Thin.Image = "http://www.roblox.com/asset/?id=4277954655"
  464.  
  465. Refridgerator.Name = "Refridgerator"
  466. Refridgerator.Parent = HolderAutoBuy
  467. Refridgerator.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  468. Refridgerator.BackgroundTransparency = 1
  469. Refridgerator.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  470. Refridgerator.BorderSizePixel = 4
  471. Refridgerator.Size = UDim2.new(0, 80, 0, 80)
  472. Refridgerator.Image = "rbxassetid://3704077460"
  473.  
  474. Stove.Name = "Stove"
  475. Stove.Parent = HolderAutoBuy
  476. Stove.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  477. Stove.BackgroundTransparency = 1
  478. Stove.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  479. Stove.BorderSizePixel = 4
  480. Stove.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  481. Stove.Size = UDim2.new(0, 80, 0, 80)
  482. Stove.Image = "rbxassetid://3704078679"
  483.  
  484. FloorLamp1.Name = "FloorLamp1"
  485. FloorLamp1.Parent = HolderAutoBuy
  486. FloorLamp1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  487. FloorLamp1.BackgroundTransparency = 1
  488. FloorLamp1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  489. FloorLamp1.BorderSizePixel = 4
  490. FloorLamp1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  491. FloorLamp1.Size = UDim2.new(0, 80, 0, 80)
  492. FloorLamp1.Image = "rbxassetid://3704076866"
  493.  
  494. IcicleWireAmber.Name = "IcicleWireAmber"
  495. IcicleWireAmber.Parent = HolderAutoBuy
  496. IcicleWireAmber.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  497. IcicleWireAmber.BackgroundTransparency = 1
  498. IcicleWireAmber.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  499. IcicleWireAmber.BorderSizePixel = 4
  500. IcicleWireAmber.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  501. IcicleWireAmber.Size = UDim2.new(0, 80, 0, 80)
  502. IcicleWireAmber.Image = "rbxassetid://3709104619"
  503.  
  504. IcicleWireBlue.Name = "IcicleWireBlue"
  505. IcicleWireBlue.Parent = HolderAutoBuy
  506. IcicleWireBlue.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  507. IcicleWireBlue.BackgroundTransparency = 1
  508. IcicleWireBlue.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  509. IcicleWireBlue.BorderSizePixel = 4
  510. IcicleWireBlue.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  511. IcicleWireBlue.Size = UDim2.new(0, 80, 0, 80)
  512. IcicleWireBlue.Image = "rbxassetid://3709105145"
  513.  
  514. IcicleWireGreen.Name = "IcicleWireGreen"
  515. IcicleWireGreen.Parent = HolderAutoBuy
  516. IcicleWireGreen.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  517. IcicleWireGreen.BackgroundTransparency = 1
  518. IcicleWireGreen.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  519. IcicleWireGreen.BorderSizePixel = 4
  520. IcicleWireGreen.Size = UDim2.new(0, 80, 0, 80)
  521. IcicleWireGreen.Image = "rbxassetid://3709105510"
  522.  
  523. IcicleWireRed.Name = "IcicleWireRed"
  524. IcicleWireRed.Parent = HolderAutoBuy
  525. IcicleWireRed.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  526. IcicleWireRed.BackgroundTransparency = 1
  527. IcicleWireRed.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  528. IcicleWireRed.BorderSizePixel = 4
  529. IcicleWireRed.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  530. IcicleWireRed.Size = UDim2.new(0, 80, 0, 80)
  531. IcicleWireRed.Image = "rbxassetid://3709106275"
  532.  
  533. Lamp1.Name = "Lamp1"
  534. Lamp1.Parent = HolderAutoBuy
  535. Lamp1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  536. Lamp1.BackgroundTransparency = 1
  537. Lamp1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  538. Lamp1.BorderSizePixel = 4
  539. Lamp1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  540. Lamp1.Size = UDim2.new(0, 80, 0, 80)
  541. Lamp1.Image = "rbxassetid://3704077196"
  542.  
  543. WallLight1.Name = "WallLight1"
  544. WallLight1.Parent = HolderAutoBuy
  545. WallLight1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  546. WallLight1.BackgroundTransparency = 1
  547. WallLight1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  548. WallLight1.BorderSizePixel = 4
  549. WallLight1.Size = UDim2.new(0, 80, 0, 80)
  550. WallLight1.Image = "rbxassetid://3704081860"
  551.  
  552. WallLight2.Name = "WallLight2"
  553. WallLight2.Parent = HolderAutoBuy
  554. WallLight2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  555. WallLight2.BackgroundTransparency = 1
  556. WallLight2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  557. WallLight2.BorderSizePixel = 4
  558. WallLight2.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  559. WallLight2.Size = UDim2.new(0, 80, 0, 80)
  560. WallLight2.Image = "rbxassetid://3704186371"
  561.  
  562. WorkLight.Name = "WorkLight"
  563. WorkLight.Parent = HolderAutoBuy
  564. WorkLight.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  565. WorkLight.BackgroundTransparency = 1
  566. WorkLight.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  567. WorkLight.BorderSizePixel = 4
  568. WorkLight.Size = UDim2.new(0, 80, 0, 80)
  569. WorkLight.Image = "rbxassetid://3709648138"
  570.  
  571. BagOfSand.Name = "BagOfSand"
  572. BagOfSand.Parent = HolderAutoBuy
  573. BagOfSand.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  574. BagOfSand.BackgroundTransparency = 1
  575. BagOfSand.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  576. BagOfSand.BorderSizePixel = 4
  577. BagOfSand.Size = UDim2.new(0, 80, 0, 80)
  578. BagOfSand.Image = "rbxassetid://3709574757"
  579.  
  580. CanOfWorms.Name = "CanOfWorms"
  581. CanOfWorms.Parent = HolderAutoBuy
  582. CanOfWorms.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  583. CanOfWorms.BackgroundTransparency = 1
  584. CanOfWorms.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  585. CanOfWorms.BorderSizePixel = 4
  586. CanOfWorms.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  587. CanOfWorms.Size = UDim2.new(0, 80, 0, 80)
  588. CanOfWorms.Image = "rbxassetid://3709579059"
  589.  
  590. FireworkLauncher.Name = "FireworkLauncher"
  591. FireworkLauncher.Parent = HolderAutoBuy
  592. FireworkLauncher.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  593. FireworkLauncher.BackgroundTransparency = 1
  594. FireworkLauncher.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  595. FireworkLauncher.BorderSizePixel = 4
  596. FireworkLauncher.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  597. FireworkLauncher.Size = UDim2.new(0, 80, 0, 80)
  598. FireworkLauncher.Image = "http://www.roblox.com/asset/?id=4277717686"
  599.  
  600. LightBulb.Name = "LightBulb"
  601. LightBulb.Parent = HolderAutoBuy
  602. LightBulb.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  603. LightBulb.BackgroundTransparency = 1
  604. LightBulb.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  605. LightBulb.BorderSizePixel = 4
  606. LightBulb.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  607. LightBulb.Size = UDim2.new(0, 80, 0, 80)
  608. LightBulb.Image = "rbxassetid://3709604502"
  609.  
  610. Painting1.Name = "Painting1"
  611. Painting1.Parent = HolderAutoBuy
  612. Painting1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  613. Painting1.BackgroundTransparency = 1
  614. Painting1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  615. Painting1.BorderSizePixel = 4
  616. Painting1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  617. Painting1.Size = UDim2.new(0, 80, 0, 80)
  618. Painting1.Image = "rbxassetid://3704199708"
  619.  
  620. Painting2.Name = "Painting2"
  621. Painting2.Parent = HolderAutoBuy
  622. Painting2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  623. Painting2.BackgroundTransparency = 1
  624. Painting2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  625. Painting2.BorderSizePixel = 4
  626. Painting2.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  627. Painting2.Size = UDim2.new(0, 80, 0, 80)
  628. Painting2.Image = "rbxassetid://3704200080"
  629.  
  630. Painting3.Name = "Painting3"
  631. Painting3.Parent = HolderAutoBuy
  632. Painting3.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  633. Painting3.BackgroundTransparency = 1
  634. Painting3.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  635. Painting3.BorderSizePixel = 4
  636. Painting3.Size = UDim2.new(0, 80, 0, 80)
  637. Painting3.Image = "rbxassetid://3704200464"
  638.  
  639. Painting6.Name = "Painting6"
  640. Painting6.Parent = HolderAutoBuy
  641. Painting6.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  642. Painting6.BackgroundTransparency = 1
  643. Painting6.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  644. Painting6.BorderSizePixel = 4
  645. Painting6.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  646. Painting6.Size = UDim2.new(0, 80, 0, 80)
  647. Painting6.Image = "http://www.roblox.com/asset/?id=4277707636"
  648.  
  649. Painting7.Name = "Painting7"
  650. Painting7.Parent = HolderAutoBuy
  651. Painting7.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  652. Painting7.BackgroundTransparency = 1
  653. Painting7.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  654. Painting7.BorderSizePixel = 4
  655. Painting7.Size = UDim2.new(0, 80, 0, 80)
  656. Painting7.Image = "http://www.roblox.com/asset/?id=4277708163"
  657.  
  658. Painting8.Name = "Painting8"
  659. Painting8.Parent = HolderAutoBuy
  660. Painting8.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  661. Painting8.BackgroundTransparency = 1
  662. Painting8.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  663. Painting8.BorderSizePixel = 4
  664. Painting8.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  665. Painting8.Size = UDim2.new(0, 80, 0, 80)
  666. Painting8.Image = "http://www.roblox.com/asset/?id=4277708648"
  667.  
  668. Painting9.Name = "Painting9"
  669. Painting9.Parent = HolderAutoBuy
  670. Painting9.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  671. Painting9.BackgroundTransparency = 1
  672. Painting9.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  673. Painting9.BorderSizePixel = 4
  674. Painting9.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  675. Painting9.Size = UDim2.new(0, 80, 0, 80)
  676. Painting9.Image = "http://www.roblox.com/asset/?id=4277709180"
  677.  
  678. dynamite.Name = "dynamite"
  679. dynamite.Parent = HolderAutoBuy
  680. dynamite.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  681. dynamite.BackgroundTransparency = 1
  682. dynamite.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  683. dynamite.BorderSizePixel = 4
  684. dynamite.Size = UDim2.new(0, 80, 0, 80)
  685. dynamite.Image = "rbxassetid://3709589876"
  686.  
  687. Pickup1.Name = "Pickup1"
  688. Pickup1.Parent = HolderAutoBuy
  689. Pickup1.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  690. Pickup1.BackgroundTransparency = 1
  691. Pickup1.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  692. Pickup1.BorderSizePixel = 4
  693. Pickup1.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  694. Pickup1.Size = UDim2.new(0, 80, 0, 80)
  695. Pickup1.Image = "rbxassetid://3704338309"
  696.  
  697. SmallTrailer.Name = "SmallTrailer"
  698. SmallTrailer.Parent = HolderAutoBuy
  699. SmallTrailer.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  700. SmallTrailer.BackgroundTransparency = 1
  701. SmallTrailer.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  702. SmallTrailer.BorderSizePixel = 4
  703. SmallTrailer.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  704. SmallTrailer.Size = UDim2.new(0, 80, 0, 80)
  705. SmallTrailer.Image = "rbxassetid://3709024603"
  706.  
  707. Trailer2.Name = "Trailer2"
  708. Trailer2.Parent = HolderAutoBuy
  709. Trailer2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  710. Trailer2.BackgroundTransparency = 1
  711. Trailer2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  712. Trailer2.BorderSizePixel = 4
  713. Trailer2.Size = UDim2.new(0, 80, 0, 80)
  714. Trailer2.Image = "rbxassetid://3704340009"
  715.  
  716. UtilityTruck.Name = "UtilityTruck"
  717. UtilityTruck.Parent = HolderAutoBuy
  718. UtilityTruck.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  719. UtilityTruck.BackgroundTransparency = 1
  720. UtilityTruck.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  721. UtilityTruck.BorderSizePixel = 4
  722. UtilityTruck.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  723. UtilityTruck.Size = UDim2.new(0, 80, 0, 80)
  724. UtilityTruck.Image = "rbxassetid://3704340394"
  725.  
  726. UtilityTruck2.Name = "UtilityTruck2"
  727. UtilityTruck2.Parent = HolderAutoBuy
  728. UtilityTruck2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  729. UtilityTruck2.BackgroundTransparency = 1
  730. UtilityTruck2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  731. UtilityTruck2.BorderSizePixel = 4
  732. UtilityTruck2.Size = UDim2.new(0, 80, 0, 80)
  733. UtilityTruck2.Image = "rbxassetid://3704340394"
  734.  
  735. NeonWireBlue.Name = "NeonWireBlue"
  736. NeonWireBlue.Parent = HolderAutoBuy
  737. NeonWireBlue.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  738. NeonWireBlue.BackgroundTransparency = 1
  739. NeonWireBlue.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  740. NeonWireBlue.BorderSizePixel = 4
  741. NeonWireBlue.Size = UDim2.new(0, 80, 0, 80)
  742. NeonWireBlue.Image = "rbxassetid://3709108148"
  743.  
  744. NeonWireCyan.Name = "NeonWireCyan"
  745. NeonWireCyan.Parent = HolderAutoBuy
  746. NeonWireCyan.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  747. NeonWireCyan.BackgroundTransparency = 1
  748. NeonWireCyan.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  749. NeonWireCyan.BorderSizePixel = 4
  750. NeonWireCyan.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  751. NeonWireCyan.Size = UDim2.new(0, 80, 0, 80)
  752. NeonWireCyan.Image = "rbxassetid://3709108577"
  753.  
  754. NeonWireGreen.Name = "NeonWireGreen"
  755. NeonWireGreen.Parent = HolderAutoBuy
  756. NeonWireGreen.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  757. NeonWireGreen.BackgroundTransparency = 1
  758. NeonWireGreen.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  759. NeonWireGreen.BorderSizePixel = 4
  760. NeonWireGreen.Size = UDim2.new(0, 80, 0, 80)
  761. NeonWireGreen.Image = "rbxassetid://3709109003"
  762.  
  763. NeonWireOrange.Name = "NeonWireOrange"
  764. NeonWireOrange.Parent = HolderAutoBuy
  765. NeonWireOrange.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  766. NeonWireOrange.BackgroundTransparency = 1
  767. NeonWireOrange.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  768. NeonWireOrange.BorderSizePixel = 4
  769. NeonWireOrange.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  770. NeonWireOrange.Size = UDim2.new(0, 80, 0, 80)
  771. NeonWireOrange.Image = "rbxassetid://3709109310"
  772.  
  773. NeonWireRed.Name = "NeonWireRed"
  774. NeonWireRed.Parent = HolderAutoBuy
  775. NeonWireRed.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  776. NeonWireRed.BackgroundTransparency = 1
  777. NeonWireRed.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  778. NeonWireRed.BorderSizePixel = 4
  779. NeonWireRed.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  780. NeonWireRed.Size = UDim2.new(0, 80, 0, 80)
  781. NeonWireRed.Image = "rbxassetid://3709109941"
  782.  
  783. NeonWireViolet.Name = "NeonWireViolet"
  784. NeonWireViolet.Parent = HolderAutoBuy
  785. NeonWireViolet.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  786. NeonWireViolet.BackgroundTransparency = 1
  787. NeonWireViolet.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  788. NeonWireViolet.BorderSizePixel = 4
  789. NeonWireViolet.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  790. NeonWireViolet.Size = UDim2.new(0, 80, 0, 80)
  791. NeonWireViolet.Image = "rbxassetid://3709110281"
  792.  
  793. NeonWireWhite.Name = "NeonWireWhite"
  794. NeonWireWhite.Parent = HolderAutoBuy
  795. NeonWireWhite.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  796. NeonWireWhite.BackgroundTransparency = 1
  797. NeonWireWhite.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  798. NeonWireWhite.BorderSizePixel = 4
  799. NeonWireWhite.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  800. NeonWireWhite.Size = UDim2.new(0, 80, 0, 80)
  801. NeonWireWhite.Image = "rbxassetid://3709110631"
  802.  
  803. NeonWireYellow.Name = "NeonWireYellow"
  804. NeonWireYellow.Parent = HolderAutoBuy
  805. NeonWireYellow.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  806. NeonWireYellow.BackgroundTransparency = 1
  807. NeonWireYellow.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  808. NeonWireYellow.BorderSizePixel = 4
  809. NeonWireYellow.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  810. NeonWireYellow.Size = UDim2.new(0, 80, 0, 80)
  811. NeonWireYellow.Image = "rbxassetid://3709110967"
  812.  
  813. Wire.Name = "Wire"
  814. Wire.Parent = HolderAutoBuy
  815. Wire.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  816. Wire.BackgroundTransparency = 1
  817. Wire.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  818. Wire.BorderSizePixel = 4
  819. Wire.Size = UDim2.new(0, 80, 0, 80)
  820. Wire.Image = "rbxassetid://3709112709"
  821.  
  822. Button0.Name = "Button0"
  823. Button0.Parent = HolderAutoBuy
  824. Button0.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  825. Button0.BackgroundTransparency = 1
  826. Button0.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  827. Button0.BorderSizePixel = 4
  828. Button0.Size = UDim2.new(0, 80, 0, 80)
  829. Button0.Image = "rbxassetid://3709101697"
  830.  
  831. GateAND.Name = "GateAND"
  832. GateAND.Parent = HolderAutoBuy
  833. GateAND.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  834. GateAND.BackgroundTransparency = 1
  835. GateAND.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  836. GateAND.BorderSizePixel = 4
  837. GateAND.Size = UDim2.new(0, 80, 0, 80)
  838. GateAND.Image = "rbxassetid://3709102307"
  839.  
  840. GateNOT.Name = "GateNOT"
  841. GateNOT.Parent = HolderAutoBuy
  842. GateNOT.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  843. GateNOT.BackgroundTransparency = 1
  844. GateNOT.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  845. GateNOT.BorderSizePixel = 4
  846. GateNOT.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  847. GateNOT.Size = UDim2.new(0, 80, 0, 80)
  848. GateNOT.Image = "rbxassetid://3709182645"
  849.  
  850. GateOR.Name = "GateOR"
  851. GateOR.Parent = HolderAutoBuy
  852. GateOR.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  853. GateOR.BackgroundTransparency = 1
  854. GateOR.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  855. GateOR.BorderSizePixel = 4
  856. GateOR.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  857. GateOR.Size = UDim2.new(0, 80, 0, 80)
  858. GateOR.Image = "rbxassetid://3709103299"
  859.  
  860. GateXOR.Name = "GateXOR"
  861. GateXOR.Parent = HolderAutoBuy
  862. GateXOR.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  863. GateXOR.BackgroundTransparency = 1
  864. GateXOR.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  865. GateXOR.BorderSizePixel = 4
  866. GateXOR.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  867. GateXOR.Size = UDim2.new(0, 80, 0, 80)
  868. GateXOR.Image = "rbxassetid://3709103653"
  869.  
  870. Hatch.Name = "Hatch"
  871. Hatch.Parent = HolderAutoBuy
  872. Hatch.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  873. Hatch.BackgroundTransparency = 1
  874. Hatch.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  875. Hatch.BorderSizePixel = 4
  876. Hatch.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  877. Hatch.Size = UDim2.new(0, 80, 0, 80)
  878. Hatch.Image = "rbxassetid://3709104176"
  879.  
  880. Laser.Name = "Laser"
  881. Laser.Parent = HolderAutoBuy
  882. Laser.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  883. Laser.BackgroundTransparency = 1
  884. Laser.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  885. Laser.BorderSizePixel = 4
  886. Laser.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  887. Laser.Size = UDim2.new(0, 80, 0, 80)
  888. Laser.Image = "rbxassetid://3709106668"
  889.  
  890. LaserReceiver.Name = "LaserReceiver"
  891. LaserReceiver.Parent = HolderAutoBuy
  892. LaserReceiver.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  893. LaserReceiver.BackgroundTransparency = 1
  894. LaserReceiver.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  895. LaserReceiver.BorderSizePixel = 4
  896. LaserReceiver.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  897. LaserReceiver.Size = UDim2.new(0, 80, 0, 80)
  898. LaserReceiver.Image = "rbxassetid://3709107170"
  899.  
  900. Lever0.Name = "Lever0"
  901. Lever0.Parent = HolderAutoBuy
  902. Lever0.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  903. Lever0.BackgroundTransparency = 1
  904. Lever0.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  905. Lever0.BorderSizePixel = 4
  906. Lever0.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  907. Lever0.Size = UDim2.new(0, 80, 0, 80)
  908. Lever0.Image = "rbxassetid://3709107707"
  909.  
  910. PressurePlate.Name = "PressurePlate"
  911. PressurePlate.Parent = HolderAutoBuy
  912. PressurePlate.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  913. PressurePlate.BackgroundTransparency = 1
  914. PressurePlate.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  915. PressurePlate.BorderSizePixel = 4
  916. PressurePlate.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  917. PressurePlate.Size = UDim2.new(0, 80, 0, 80)
  918. PressurePlate.Image = "rbxassetid://3709111292"
  919.  
  920. Sawmax01.Name = "Sawmax01"
  921. Sawmax01.Parent = HolderAutoBuy
  922. Sawmax01.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  923. Sawmax01.BackgroundTransparency = 1
  924. Sawmax01.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  925. Sawmax01.BorderSizePixel = 4
  926. Sawmax01.Position = UDim2.new(0.10958904, 0, 0.10486111, 0)
  927. Sawmax01.Size = UDim2.new(0, 80, 0, 80)
  928. Sawmax01.Image = "rbxassetid://3704333727"
  929.  
  930. Sawmill.Name = "Sawmill"
  931. Sawmill.Parent = HolderAutoBuy
  932. Sawmill.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  933. Sawmill.BackgroundTransparency = 1
  934. Sawmill.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  935. Sawmill.BorderSizePixel = 4
  936. Sawmill.Size = UDim2.new(0, 80, 0, 80)
  937. Sawmill.Image = "rbxassetid://3704332953"
  938.  
  939. Sawmill2.Name = "Sawmill2"
  940. Sawmill2.Parent = HolderAutoBuy
  941. Sawmill2.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  942. Sawmill2.BackgroundTransparency = 1
  943. Sawmill2.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  944. Sawmill2.BorderSizePixel = 4
  945. Sawmill2.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  946. Sawmill2.Size = UDim2.new(0, 80, 0, 80)
  947. Sawmill2.Image = "rbxassetid://3704333368"
  948.  
  949. Sawmill4.Name = "Sawmill4"
  950. Sawmill4.Parent = HolderAutoBuy
  951. Sawmill4.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  952. Sawmill4.BackgroundTransparency = 1
  953. Sawmill4.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  954. Sawmill4.BorderSizePixel = 4
  955. Sawmill4.Size = UDim2.new(0, 80, 0, 80)
  956. Sawmill4.Image = "rbxassetid://3704334131"
  957.  
  958. Sawmill4L.Name = "Sawmill4L"
  959. Sawmill4L.Parent = HolderAutoBuy
  960. Sawmill4L.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  961. Sawmill4L.BackgroundTransparency = 1
  962. Sawmill4L.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  963. Sawmill4L.BorderSizePixel = 4
  964. Sawmill4L.Position = UDim2.new(0.0479452051, 0, 0.0520833321, 0)
  965. Sawmill4L.Size = UDim2.new(0, 80, 0, 80)
  966. Sawmill4L.Image = "rbxassetid://3704334524"
  967.  
  968. SignalSustain.Name = "SignalSustain"
  969. SignalSustain.Parent = HolderAutoBuy
  970. SignalSustain.BackgroundColor3 = Color3.new(0.337255, 0.67451, 0.72549)
  971. SignalSustain.BackgroundTransparency = 1
  972. SignalSustain.BorderColor3 = Color3.new(0.14902, 0.439216, 0.462745)
  973. SignalSustain.BorderSizePixel = 4
  974. SignalSustain.Size = UDim2.new(0, 80, 0, 80)
  975. SignalSustain.Image = "rbxassetid://3709111644"
  976.  
  977. UIPadding.Parent = HolderAutoBuy
  978. UIPadding.PaddingLeft = UDim.new(0, 25)
  979. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement