Scriptorz5

Icecream Simulator OP SCRIPT

Oct 27th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.42 KB | None | 0 0
  1. local Visible = true
  2. local AutoObbyActive = false
  3. local AutoFlavorsToggled = false
  4. local AutoConeToggled = false
  5. local AutoCashToggled = false
  6. local AutoPetsToggled = false
  7. local AutoTokensToggled = false
  8. local AutoRebirthToggled = false
  9. local SuperSpeedToggled = false
  10. local SellAnywhereToggled = false
  11. local RapidEatToggled = false
  12.  
  13.  
  14. local player = game.Players.LocalPlayer
  15. local MainArea = game.Workspace["Main Area"]
  16. local HalloweenArea = game.Workspace["Halloween Area"]
  17. local ChocoCastle = game.Workspace:FindFirstChild("Choco Castle")
  18. local IceCreamTruck = MainArea["Ice Cream Truck"]
  19. local StartPosition = IceCreamTruck.Enter.CFrame
  20. local StartPosition2 = ChocoCastle.Sell.Sell.CFrame
  21. local Character = player.Character
  22. local Backpack = player.Backpack
  23. local Tokens = MainArea.Tokens:GetChildren()
  24. local Tokens2 = HalloweenArea.Tokens:GetChildren()
  25. local Gems = MainArea.Gems:GetChildren()
  26. local Gems2 = HalloweenArea.Gems:GetChildren()
  27. local Coins = MainArea.Coins:GetChildren()
  28. local PlayerGui = player.PlayerGui
  29. local ShopGui = PlayerGui.ShopGui
  30. local FlavorShop = ShopGui.FlavorShop.Frame:GetChildren()
  31. local ConeShop = ShopGui.ConeShop.Frame:GetChildren()
  32. local PetShop = ShopGui.PetShop.Frame:GetChildren()
  33. local PetFoodShop = ShopGui.PopsicleShop.Frame:GetChildren()
  34.  
  35. local AmountOfPets = #PetShop - 1
  36. local AmountOfPets = #PetShop - 1
  37. local AmountOfFlavors = #FlavorShop - 1
  38. local AmountOfPetFood = #PetFoodShop - 1
  39.  
  40. local IceCreamSimulatorGUI = Instance.new("ScreenGui")
  41. local Open = Instance.new("ImageButton")
  42. local BorderPixel = Instance.new("ImageButton")
  43. local OpenText = Instance.new("TextLabel")
  44. local Main = Instance.new("ImageLabel")
  45. local Border = Instance.new("ImageLabel")
  46. local RapidEat = Instance.new("ImageButton")
  47. local RapidEatButton = Instance.new("ImageButton")
  48. local RapidEatEnabledText = Instance.new("TextLabel")
  49. local RapidEatText = Instance.new("TextLabel")
  50. local SellAnywhere = Instance.new("ImageButton")
  51. local SellAnywhereButton = Instance.new("ImageButton")
  52. local SellAnywhereEnabledText = Instance.new("TextLabel")
  53. local SellAnywhereText = Instance.new("TextLabel")
  54. local SuperSpeed = Instance.new("ImageButton")
  55. local SuperSpeedButton = Instance.new("ImageButton")
  56. local SuperSpeedEnabledText = Instance.new("TextLabel")
  57. local SuperSpeedText = Instance.new("TextLabel")
  58. local AutoRebirth = Instance.new("ImageButton")
  59. local AutoRebirthButton = Instance.new("ImageButton")
  60. local AutoRebirthEnabledText = Instance.new("TextLabel")
  61. local AutoRebirthText = Instance.new("TextLabel")
  62. local AutoTokens = Instance.new("ImageButton")
  63. local AutoTokensButton = Instance.new("ImageButton")
  64. local AutoTokensEnabledText = Instance.new("TextLabel")
  65. local AutoTokensText = Instance.new("TextLabel")
  66. local AutoPets = Instance.new("ImageButton")
  67. local AutoPetsButton = Instance.new("ImageButton")
  68. local AutoPetsEnabledText = Instance.new("TextLabel")
  69. local AutoPetsText = Instance.new("TextLabel")
  70. local AutoCash = Instance.new("ImageButton")
  71. local AutoCashButton = Instance.new("ImageButton")
  72. local AutoCashEnabledText = Instance.new("TextLabel")
  73. local AutoCashText = Instance.new("TextLabel")
  74. local AutoCone = Instance.new("ImageButton")
  75. local AutoConeButton = Instance.new("ImageButton")
  76. local AutoConeEnabledText = Instance.new("TextLabel")
  77. local AutoConeText = Instance.new("TextLabel")
  78. local AutoFlavors = Instance.new("ImageButton")
  79. local AutoFlavorsButton = Instance.new("ImageButton")
  80. local AutoFlavorsEnabledText = Instance.new("TextLabel")
  81. local AutoFlavorsText = Instance.new("TextLabel")
  82. local AutoObby = Instance.new("ImageButton")
  83. local AutoObbyButton = Instance.new("ImageButton")
  84. local AutoObbyEnabledText = Instance.new("TextLabel")
  85. local AutoObbyText = Instance.new("TextLabel")
  86. local Teleport = Instance.new("ImageButton")
  87. local TeleportButtonText = Instance.new("TextLabel")
  88. local TeleportText = Instance.new("TextLabel")
  89. local TeleportButton = Instance.new("ImageButton")
  90. local TeleportNumber = Instance.new("ImageButton")
  91. local BorderPixel = Instance.new("ImageButton")
  92. local TeleportNumberText = Instance.new("TextBox")
  93. local Close = Instance.new("ImageButton")
  94. local CloseButton = Instance.new("ImageButton")
  95. local CloseButtonText = Instance.new("TextLabel")
  96. local TextLabel = Instance.new("TextLabel")
  97. local TextLabel_2 = Instance.new("TextLabel")
  98.  
  99. IceCreamSimulatorGUI.Name = "Ice Cream Simulator GUI"
  100. IceCreamSimulatorGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  101.  
  102. Main.Name = "Main"
  103. Main.Parent = IceCreamSimulatorGUI
  104. Main.BackgroundTransparency = 1
  105. Main.BorderSizePixel = 0
  106. Main.Position = UDim2.new(0.5, 0, 0.425000012, 0)
  107. Main.Size = UDim2.new(0, 431, 0, 209)
  108. Main.ZIndex = 3
  109. Main.Draggable = true
  110. Main.Active = true
  111. Main.Image = "rbxassetid://1283904632"
  112. Main.ScaleType = Enum.ScaleType.Slice
  113. Main.SliceCenter = Rect.new(22, 22, 234, 234)
  114.  
  115. Border.Name = "Border"
  116. Border.Parent = Main
  117. Border.AnchorPoint = Vector2.new(0.5, 0.5)
  118. Border.BackgroundTransparency = 1
  119. Border.BorderSizePixel = 0
  120. Border.Position = UDim2.new(0.5, 0, 0.5, 0)
  121. Border.Size = UDim2.new(1, 16, 1, 16)
  122. Border.ZIndex = 2
  123. Border.Image = "rbxassetid://1283904632"
  124. Border.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  125. Border.ScaleType = Enum.ScaleType.Slice
  126. Border.SliceCenter = Rect.new(22, 22, 234, 234)
  127.  
  128. RapidEat.Name = "RapidEat"
  129. RapidEat.Parent = Main
  130. RapidEat.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  131. RapidEat.BackgroundTransparency = 1
  132. RapidEat.BorderSizePixel = 0
  133. RapidEat.Position = UDim2.new(0.0299999993, 0, 0.100000001, 0)
  134. RapidEat.Size = UDim2.new(0, 118, 0, 27)
  135. RapidEat.ZIndex = 5
  136. RapidEat.Image = "rbxassetid://1285673399"
  137. RapidEat.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  138. RapidEat.ScaleType = Enum.ScaleType.Slice
  139. RapidEat.SliceCenter = Rect.new(8, 8, 247, 247)
  140.  
  141. RapidEatButton.Name = "RapidEatButton"
  142. RapidEatButton.Parent = RapidEat
  143. RapidEatButton.AnchorPoint = Vector2.new(0.5, 0.5)
  144. RapidEatButton.BackgroundTransparency = 1
  145. RapidEatButton.BorderSizePixel = 0
  146. RapidEatButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  147. RapidEatButton.Size = UDim2.new(1, 2, 1, 2)
  148. RapidEatButton.ZIndex = 3
  149. RapidEatButton.Image = "rbxassetid://1285673399"
  150. RapidEatButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  151. RapidEatButton.ScaleType = Enum.ScaleType.Slice
  152. RapidEatButton.SliceCenter = Rect.new(8, 8, 247, 247)
  153.  
  154. RapidEatEnabledText.Name = "RapidEatEnabledText"
  155. RapidEatEnabledText.Parent = RapidEat
  156. RapidEatEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  157. RapidEatEnabledText.BackgroundTransparency = 1
  158. RapidEatEnabledText.BorderSizePixel = 0
  159. RapidEatEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  160. RapidEatEnabledText.Size = UDim2.new(0, 118, 0, 27)
  161. RapidEatEnabledText.ZIndex = 5
  162. RapidEatEnabledText.Font = Enum.Font.SciFi
  163. RapidEatEnabledText.Text = "DISABLED"
  164. RapidEatEnabledText.TextColor3 = Color3.new(0, 0, 0)
  165. RapidEatEnabledText.TextSize = 14
  166. RapidEatEnabledText.TextWrapped = true
  167.  
  168. RapidEatText.Name = "RapidEatText"
  169. RapidEatText.Parent = RapidEat
  170. RapidEatText.BackgroundColor3 = Color3.new(1, 1, 1)
  171. RapidEatText.BackgroundTransparency = 1
  172. RapidEatText.BorderSizePixel = 0
  173. RapidEatText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  174. RapidEatText.Size = UDim2.new(0, 118, 0, 27)
  175. RapidEatText.ZIndex = 5
  176. RapidEatText.Font = Enum.Font.SciFi
  177. RapidEatText.Text = "Rapid Eat"
  178. RapidEatText.TextColor3 = Color3.new(0, 0, 0)
  179. RapidEatText.TextSize = 17
  180. RapidEatText.TextWrapped = true
  181.  
  182. SellAnywhere.Name = "SellAnywhere"
  183. SellAnywhere.Parent = Main
  184. SellAnywhere.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  185. SellAnywhere.BackgroundTransparency = 1
  186. SellAnywhere.BorderSizePixel = 0
  187. SellAnywhere.Position = UDim2.new(0.0299999993, 0, 0.349999994, 0)
  188. SellAnywhere.Size = UDim2.new(0, 118, 0, 27)
  189. SellAnywhere.ZIndex = 5
  190. SellAnywhere.Image = "rbxassetid://1285673399"
  191. SellAnywhere.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  192. SellAnywhere.ScaleType = Enum.ScaleType.Slice
  193. SellAnywhere.SliceCenter = Rect.new(8, 8, 247, 247)
  194.  
  195. SellAnywhereButton.Name = "SellAnywhereButton"
  196. SellAnywhereButton.Parent = SellAnywhere
  197. SellAnywhereButton.AnchorPoint = Vector2.new(0.5, 0.5)
  198. SellAnywhereButton.BackgroundTransparency = 1
  199. SellAnywhereButton.BorderSizePixel = 0
  200. SellAnywhereButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  201. SellAnywhereButton.Size = UDim2.new(1, 2, 1, 2)
  202. SellAnywhereButton.ZIndex = 3
  203. SellAnywhereButton.Image = "rbxassetid://1285673399"
  204. SellAnywhereButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  205. SellAnywhereButton.ScaleType = Enum.ScaleType.Slice
  206. SellAnywhereButton.SliceCenter = Rect.new(8, 8, 247, 247)
  207.  
  208. SellAnywhereEnabledText.Name = "SellAnywhereEnabledText"
  209. SellAnywhereEnabledText.Parent = SellAnywhere
  210. SellAnywhereEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  211. SellAnywhereEnabledText.BackgroundTransparency = 1
  212. SellAnywhereEnabledText.BorderSizePixel = 0
  213. SellAnywhereEnabledText.Position = UDim2.new(1.21071935e-08, 0, 0.0370371342, 0)
  214. SellAnywhereEnabledText.Size = UDim2.new(0, 118, 0, 27)
  215. SellAnywhereEnabledText.ZIndex = 5
  216. SellAnywhereEnabledText.Font = Enum.Font.SciFi
  217. SellAnywhereEnabledText.Text = "DISABLED"
  218. SellAnywhereEnabledText.TextColor3 = Color3.new(0, 0, 0)
  219. SellAnywhereEnabledText.TextSize = 14
  220. SellAnywhereEnabledText.TextWrapped = true
  221.  
  222. SellAnywhereText.Name = "SellAnywhereText"
  223. SellAnywhereText.Parent = SellAnywhere
  224. SellAnywhereText.BackgroundColor3 = Color3.new(1, 1, 1)
  225. SellAnywhereText.BackgroundTransparency = 1
  226. SellAnywhereText.BorderSizePixel = 0
  227. SellAnywhereText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  228. SellAnywhereText.Size = UDim2.new(0, 118, 0, 27)
  229. SellAnywhereText.ZIndex = 5
  230. SellAnywhereText.Font = Enum.Font.SciFi
  231. SellAnywhereText.Text = "Sell Anywhere"
  232. SellAnywhereText.TextColor3 = Color3.new(0, 0, 0)
  233. SellAnywhereText.TextSize = 17
  234. SellAnywhereText.TextWrapped = true
  235.  
  236. SuperSpeed.Name = "SuperSpeed"
  237. SuperSpeed.Parent = Main
  238. SuperSpeed.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  239. SuperSpeed.BackgroundTransparency = 1
  240. SuperSpeed.BorderSizePixel = 0
  241. SuperSpeed.Position = UDim2.new(0.0299999993, 0, 0.600000024, 0)
  242. SuperSpeed.Size = UDim2.new(0, 118, 0, 27)
  243. SuperSpeed.ZIndex = 5
  244. SuperSpeed.Image = "rbxassetid://1285673399"
  245. SuperSpeed.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  246. SuperSpeed.ScaleType = Enum.ScaleType.Slice
  247. SuperSpeed.SliceCenter = Rect.new(8, 8, 247, 247)
  248.  
  249. SuperSpeedButton.Name = "SuperSpeedButton"
  250. SuperSpeedButton.Parent = SuperSpeed
  251. SuperSpeedButton.AnchorPoint = Vector2.new(0.5, 0.5)
  252. SuperSpeedButton.BackgroundTransparency = 1
  253. SuperSpeedButton.BorderSizePixel = 0
  254. SuperSpeedButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  255. SuperSpeedButton.Size = UDim2.new(1, 2, 1, 2)
  256. SuperSpeedButton.ZIndex = 3
  257. SuperSpeedButton.Image = "rbxassetid://1285673399"
  258. SuperSpeedButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  259. SuperSpeedButton.ScaleType = Enum.ScaleType.Slice
  260. SuperSpeedButton.SliceCenter = Rect.new(8, 8, 247, 247)
  261.  
  262. SuperSpeedEnabledText.Name = "SuperSpeedEnabledText"
  263. SuperSpeedEnabledText.Parent = SuperSpeed
  264. SuperSpeedEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  265. SuperSpeedEnabledText.BackgroundTransparency = 1
  266. SuperSpeedEnabledText.BorderSizePixel = 0
  267. SuperSpeedEnabledText.Position = UDim2.new(1.21071935e-08, 0, 0.0370371342, 0)
  268. SuperSpeedEnabledText.Size = UDim2.new(0, 118, 0, 27)
  269. SuperSpeedEnabledText.ZIndex = 5
  270. SuperSpeedEnabledText.Font = Enum.Font.SciFi
  271. SuperSpeedEnabledText.Text = "DISABLED"
  272. SuperSpeedEnabledText.TextColor3 = Color3.new(0, 0, 0)
  273. SuperSpeedEnabledText.TextSize = 14
  274. SuperSpeedEnabledText.TextWrapped = true
  275.  
  276. SuperSpeedText.Name = "SuperSpeedText"
  277. SuperSpeedText.Parent = SuperSpeed
  278. SuperSpeedText.BackgroundColor3 = Color3.new(1, 1, 1)
  279. SuperSpeedText.BackgroundTransparency = 1
  280. SuperSpeedText.BorderSizePixel = 0
  281. SuperSpeedText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  282. SuperSpeedText.Size = UDim2.new(0, 118, 0, 27)
  283. SuperSpeedText.ZIndex = 5
  284. SuperSpeedText.Font = Enum.Font.SciFi
  285. SuperSpeedText.Text = "Super Speed"
  286. SuperSpeedText.TextColor3 = Color3.new(0, 0, 0)
  287. SuperSpeedText.TextSize = 17
  288. SuperSpeedText.TextWrapped = true
  289.  
  290. AutoRebirth.Name = "AutoRebirth"
  291. AutoRebirth.Parent = Main
  292. AutoRebirth.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  293. AutoRebirth.BackgroundTransparency = 1
  294. AutoRebirth.BorderSizePixel = 0
  295. AutoRebirth.Position = UDim2.new(0.0299999993, 0, 0.850000024, 0)
  296. AutoRebirth.Size = UDim2.new(0, 118, 0, 27)
  297. AutoRebirth.ZIndex = 5
  298. AutoRebirth.Image = "rbxassetid://1285673399"
  299. AutoRebirth.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  300. AutoRebirth.ScaleType = Enum.ScaleType.Slice
  301. AutoRebirth.SliceCenter = Rect.new(8, 8, 247, 247)
  302.  
  303. AutoRebirthButton.Name = "AutoRebirthButton"
  304. AutoRebirthButton.Parent = AutoRebirth
  305. AutoRebirthButton.AnchorPoint = Vector2.new(0.5, 0.5)
  306. AutoRebirthButton.BackgroundTransparency = 1
  307. AutoRebirthButton.BorderSizePixel = 0
  308. AutoRebirthButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  309. AutoRebirthButton.Size = UDim2.new(1, 2, 1, 2)
  310. AutoRebirthButton.ZIndex = 3
  311. AutoRebirthButton.Image = "rbxassetid://1285673399"
  312. AutoRebirthButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  313. AutoRebirthButton.ScaleType = Enum.ScaleType.Slice
  314. AutoRebirthButton.SliceCenter = Rect.new(8, 8, 247, 247)
  315.  
  316. AutoRebirthEnabledText.Name = "AutoRebirthEnabledText"
  317. AutoRebirthEnabledText.Parent = AutoRebirth
  318. AutoRebirthEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  319. AutoRebirthEnabledText.BackgroundTransparency = 1
  320. AutoRebirthEnabledText.BorderSizePixel = 0
  321. AutoRebirthEnabledText.Position = UDim2.new(1.21071935e-08, 0, 0.0370371342, 0)
  322. AutoRebirthEnabledText.Size = UDim2.new(0, 118, 0, 27)
  323. AutoRebirthEnabledText.ZIndex = 5
  324. AutoRebirthEnabledText.Font = Enum.Font.SciFi
  325. AutoRebirthEnabledText.Text = "DISABLED"
  326. AutoRebirthEnabledText.TextColor3 = Color3.new(0, 0, 0)
  327. AutoRebirthEnabledText.TextSize = 14
  328. AutoRebirthEnabledText.TextWrapped = true
  329.  
  330. AutoRebirthText.Name = "AutoRebirthText"
  331. AutoRebirthText.Parent = AutoRebirth
  332. AutoRebirthText.BackgroundColor3 = Color3.new(1, 1, 1)
  333. AutoRebirthText.BackgroundTransparency = 1
  334. AutoRebirthText.BorderSizePixel = 0
  335. AutoRebirthText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  336. AutoRebirthText.Size = UDim2.new(0, 118, 0, 27)
  337. AutoRebirthText.ZIndex = 5
  338. AutoRebirthText.Font = Enum.Font.SciFi
  339. AutoRebirthText.Text = "Auto Rebirth"
  340. AutoRebirthText.TextColor3 = Color3.new(0, 0, 0)
  341. AutoRebirthText.TextSize = 17
  342. AutoRebirthText.TextWrapped = true
  343.  
  344. AutoTokens.Name = "AutoTokens"
  345. AutoTokens.Parent = Main
  346. AutoTokens.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  347. AutoTokens.BackgroundTransparency = 1
  348. AutoTokens.BorderSizePixel = 0
  349. AutoTokens.Position = UDim2.new(0.360000014, 0, 0.100000001, 0)
  350. AutoTokens.Size = UDim2.new(0, 118, 0, 27)
  351. AutoTokens.ZIndex = 5
  352. AutoTokens.Image = "rbxassetid://1285673399"
  353. AutoTokens.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  354. AutoTokens.ScaleType = Enum.ScaleType.Slice
  355. AutoTokens.SliceCenter = Rect.new(8, 8, 247, 247)
  356. AutoTokensButton.Name = ("AutoTokensButton")
  357. AutoTokensButton.Parent = AutoTokens
  358. AutoTokensButton.AnchorPoint = Vector2.new(0.5, 0.5)
  359. AutoTokensButton.BackgroundTransparency = 1
  360. AutoTokensButton.BorderSizePixel = 0
  361. AutoTokensButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  362. AutoTokensButton.Size = UDim2.new(1, 2, 1, 2)
  363. AutoTokensButton.ZIndex = 3
  364. AutoTokensButton.Image = "rbxassetid://1285673399"
  365. AutoTokensButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  366. AutoTokensButton.ScaleType = Enum.ScaleType.Slice
  367. AutoTokensButton.SliceCenter = Rect.new(8, 8, 247, 247)
  368.  
  369. AutoTokensEnabledText.Name = "AutoTokensEnabledText"
  370. AutoTokensEnabledText.Parent = AutoTokens
  371. AutoTokensEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  372. AutoTokensEnabledText.BackgroundTransparency = 1
  373. AutoTokensEnabledText.BorderSizePixel = 0
  374. AutoTokensEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  375. AutoTokensEnabledText.Size = UDim2.new(0, 118, 0, 27)
  376. AutoTokensEnabledText.ZIndex = 5
  377. AutoTokensEnabledText.Font = Enum.Font.SciFi
  378. AutoTokensEnabledText.Text = "DISABLED"
  379. AutoTokensEnabledText.TextColor3 = Color3.new(0, 0, 0)
  380. AutoTokensEnabledText.TextSize = 14
  381. AutoTokensEnabledText.TextWrapped = true
  382.  
  383. AutoTokensText.Name = "AutoTokensText"
  384. AutoTokensText.Parent = AutoTokens
  385. AutoTokensText.BackgroundColor3 = Color3.new(1, 1, 1)
  386. AutoTokensText.BackgroundTransparency = 1
  387. AutoTokensText.BorderSizePixel = 0
  388. AutoTokensText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  389. AutoTokensText.Size = UDim2.new(0, 118, 0, 27)
  390. AutoTokensText.ZIndex = 5
  391. AutoTokensText.Font = Enum.Font.SciFi
  392. AutoTokensText.Text = "Auto Tokens"
  393. AutoTokensText.TextColor3 = Color3.new(0, 0, 0)
  394. AutoTokensText.TextSize = 17
  395. AutoTokensText.TextWrapped = true
  396.  
  397. AutoPets.Name = "AutoPets"
  398. AutoPets.Parent = Main
  399. AutoPets.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  400. AutoPets.BackgroundTransparency = 1
  401. AutoPets.BorderSizePixel = 0
  402. AutoPets.Position = UDim2.new(0.689999998, 0, 0.100000001, 0)
  403. AutoPets.Size = UDim2.new(0, 118, 0, 27)
  404. AutoPets.ZIndex = 5
  405. AutoPets.Image = "rbxassetid://1285673399"
  406. AutoPets.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  407. AutoPets.ScaleType = Enum.ScaleType.Slice
  408. AutoPets.SliceCenter = Rect.new(8, 8, 247, 247)
  409.  
  410. AutoPetsButton.Name = "AutoPetsButton"
  411. AutoPetsButton.Parent = AutoPets
  412. AutoPetsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  413. AutoPetsButton.BackgroundTransparency = 1
  414. AutoPetsButton.BorderSizePixel = 0
  415. AutoPetsButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  416. AutoPetsButton.Size = UDim2.new(1, 2, 1, 2)
  417. AutoPetsButton.ZIndex = 3
  418. AutoPetsButton.Image = "rbxassetid://1285673399"
  419. AutoPetsButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  420. AutoPetsButton.ScaleType = Enum.ScaleType.Slice
  421. AutoPetsButton.SliceCenter = Rect.new(8, 8, 247, 247)
  422.  
  423. AutoPetsEnabledText.Name = "AutoPetsEnabledText"
  424. AutoPetsEnabledText.Parent = AutoPets
  425. AutoPetsEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  426. AutoPetsEnabledText.BackgroundTransparency = 1
  427. AutoPetsEnabledText.BorderSizePixel = 0
  428. AutoPetsEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  429. AutoPetsEnabledText.Size = UDim2.new(0, 118, 0, 27)
  430. AutoPetsEnabledText.ZIndex = 5
  431. AutoPetsEnabledText.Font = Enum.Font.SciFi
  432. AutoPetsEnabledText.Text = "DISABLED"
  433. AutoPetsEnabledText.TextColor3 = Color3.new(0, 0, 0)
  434. AutoPetsEnabledText.TextSize = 14
  435. AutoPetsEnabledText.TextWrapped = true
  436.  
  437. AutoPetsText.Name = "AutoPetsText"
  438. AutoPetsText.Parent = AutoPets
  439. AutoPetsText.BackgroundColor3 = Color3.new(1, 1, 1)
  440. AutoPetsText.BackgroundTransparency = 1
  441. AutoPetsText.BorderSizePixel = 0
  442. AutoPetsText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  443. AutoPetsText.Size = UDim2.new(0, 118, 0, 27)
  444. AutoPetsText.ZIndex = 5
  445. AutoPetsText.Font = Enum.Font.SciFi
  446. AutoPetsText.Text = "Auto Pets"
  447. AutoPetsText.TextColor3 = Color3.new(0, 0, 0)
  448. AutoPetsText.TextSize = 17
  449. AutoPetsText.TextWrapped = true
  450.  
  451. AutoCash.Name = "AutoCash"
  452. AutoCash.Parent = Main
  453. AutoCash.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  454. AutoCash.BackgroundTransparency = 1
  455. AutoCash.BorderSizePixel = 0
  456. AutoCash.Position = UDim2.new(0.360000014, 0, 0.349999994, 0)
  457. AutoCash.Size = UDim2.new(0, 118, 0, 27)
  458. AutoCash.ZIndex = 5
  459. AutoCash.Image = "rbxassetid://1285673399"
  460. AutoCash.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  461. AutoCash.ScaleType = Enum.ScaleType.Slice
  462. AutoCash.SliceCenter = Rect.new(8, 8, 247, 247)
  463.  
  464. AutoCashButton.Name = "AutoCashButton"
  465. AutoCashButton.Parent = AutoCash
  466. AutoCashButton.AnchorPoint = Vector2.new(0.5, 0.5)
  467. AutoCashButton.BackgroundTransparency = 1
  468. AutoCashButton.BorderSizePixel = 0
  469. AutoCashButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  470. AutoCashButton.Size = UDim2.new(1, 2, 1, 2)
  471. AutoCashButton.ZIndex = 3
  472. AutoCashButton.Image = "rbxassetid://1285673399"
  473. AutoCashButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  474. AutoCashButton.ScaleType = Enum.ScaleType.Slice
  475. AutoCashButton.SliceCenter = Rect.new(8, 8, 247, 247)
  476.  
  477. AutoCashEnabledText.Name = "AutoCashEnabledText"
  478. AutoCashEnabledText.Parent = AutoCash
  479. AutoCashEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  480. AutoCashEnabledText.BackgroundTransparency = 1
  481. AutoCashEnabledText.BorderSizePixel = 0
  482. AutoCashEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  483. AutoCashEnabledText.Size = UDim2.new(0, 118, 0, 27)
  484. AutoCashEnabledText.ZIndex = 5
  485. AutoCashEnabledText.Font = Enum.Font.SciFi
  486. AutoCashEnabledText.Text = "DISABLED"
  487. AutoCashEnabledText.TextColor3 = Color3.new(0, 0, 0)
  488. AutoCashEnabledText.TextSize = 14
  489. AutoCashEnabledText.TextWrapped = true
  490.  
  491. AutoCashText.Name = "AutoCashText"
  492. AutoCashText.Parent = AutoCash
  493. AutoCashText.BackgroundColor3 = Color3.new(1, 1, 1)
  494. AutoCashText.BackgroundTransparency = 1
  495. AutoCashText.BorderSizePixel = 0
  496. AutoCashText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  497. AutoCashText.Size = UDim2.new(0, 118, 0, 27)
  498. AutoCashText.ZIndex = 5
  499. AutoCashText.Font = Enum.Font.SciFi
  500. AutoCashText.Text = "Auto Cash"
  501. AutoCashText.TextColor3 = Color3.new(0, 0, 0)
  502. AutoCashText.TextSize = 17
  503. AutoCashText.TextWrapped = true
  504.  
  505. AutoCone.Name = "AutoCone"
  506. AutoCone.Parent = Main
  507. AutoCone.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  508. AutoCone.BackgroundTransparency = 1
  509. AutoCone.BorderSizePixel = 0
  510. AutoCone.Position = UDim2.new(0.360000014, 0, 0.600000024, 0)
  511. AutoCone.Size = UDim2.new(0, 118, 0, 27)
  512. AutoCone.ZIndex = 5
  513. AutoCone.Image = "rbxassetid://1285673399"
  514. AutoCone.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  515. AutoCone.ScaleType = Enum.ScaleType.Slice
  516. AutoCone.SliceCenter = Rect.new(8, 8, 247, 247)
  517.  
  518. AutoConeButton.Name = "AutoConeButton"
  519. AutoConeButton.Parent = AutoCone
  520. AutoConeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  521. AutoConeButton.BackgroundTransparency = 1
  522. AutoConeButton.BorderSizePixel = 0
  523. AutoConeButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  524. AutoConeButton.Size = UDim2.new(1, 2, 1, 2)
  525. AutoConeButton.ZIndex = 3
  526. AutoConeButton.Image = "rbxassetid://1285673399"
  527. AutoConeButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  528. AutoConeButton.ScaleType = Enum.ScaleType.Slice
  529. AutoConeButton.SliceCenter = Rect.new(8, 8, 247, 247)
  530.  
  531. AutoConeEnabledText.Name = "AutoConeEnabledText"
  532. AutoConeEnabledText.Parent = AutoCone
  533. AutoConeEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  534. AutoConeEnabledText.BackgroundTransparency = 1
  535. AutoConeEnabledText.BorderSizePixel = 0
  536. AutoConeEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  537. AutoConeEnabledText.Size = UDim2.new(0, 118, 0, 27)
  538. AutoConeEnabledText.ZIndex = 5
  539. AutoConeEnabledText.Font = Enum.Font.SciFi
  540. AutoConeEnabledText.Text = "DISABLED"
  541. AutoConeEnabledText.TextColor3 = Color3.new(0, 0, 0)
  542. AutoConeEnabledText.TextSize = 14
  543. AutoConeEnabledText.TextWrapped = true
  544.  
  545. AutoConeText.Name = "AutoConeText"
  546. AutoConeText.Parent = AutoCone
  547. AutoConeText.BackgroundColor3 = Color3.new(1, 1, 1)
  548. AutoConeText.BackgroundTransparency = 1
  549. AutoConeText.BorderSizePixel = 0
  550. AutoConeText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  551. AutoConeText.Size = UDim2.new(0, 118, 0, 27)
  552. AutoConeText.ZIndex = 5
  553. AutoConeText.Font = Enum.Font.SciFi
  554. AutoConeText.Text = "Auto Cones"
  555. AutoConeText.TextColor3 = Color3.new(0, 0, 0)
  556. AutoConeText.TextSize = 17
  557. AutoConeText.TextWrapped = true
  558.  
  559. AutoFlavors.Name = "AutoFlavors"
  560. AutoFlavors.Parent = Main
  561. AutoFlavors.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  562. AutoFlavors.BackgroundTransparency = 1
  563. AutoFlavors.BorderSizePixel = 0
  564. AutoFlavors.Position = UDim2.new(0.360000014, 0, 0.850000024, 0)
  565. AutoFlavors.Size = UDim2.new(0, 118, 0, 27)
  566. AutoFlavors.ZIndex = 5
  567. AutoFlavors.Image = "rbxassetid://1285673399"
  568. AutoFlavors.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  569. AutoFlavors.ScaleType = Enum.ScaleType.Slice
  570. AutoFlavors.SliceCenter = Rect.new(8, 8, 247, 247)
  571.  
  572. AutoFlavorsButton.Name = "AutoFlavorsButton"
  573. AutoFlavorsButton.Parent = AutoFlavors
  574. AutoFlavorsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  575. AutoFlavorsButton.BackgroundTransparency = 1
  576. AutoFlavorsButton.BorderSizePixel = 0
  577. AutoFlavorsButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  578. AutoFlavorsButton.Size = UDim2.new(1, 2, 1, 2)
  579. AutoFlavorsButton.ZIndex = 3
  580. AutoFlavorsButton.Image = "rbxassetid://1285673399"
  581. AutoFlavorsButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  582. AutoFlavorsButton.ScaleType = Enum.ScaleType.Slice
  583. AutoFlavorsButton.SliceCenter = Rect.new(8, 8, 247, 247)
  584.  
  585. AutoFlavorsEnabledText.Name = "AutoFlavorsEnabledText"
  586. AutoFlavorsEnabledText.Parent = AutoFlavors
  587. AutoFlavorsEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  588. AutoFlavorsEnabledText.BackgroundTransparency = 1
  589. AutoFlavorsEnabledText.BorderSizePixel = 0
  590. AutoFlavorsEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  591. AutoFlavorsEnabledText.Size = UDim2.new(0, 118, 0, 27)
  592. AutoFlavorsEnabledText.ZIndex = 5
  593. AutoFlavorsEnabledText.Font = Enum.Font.SciFi
  594. AutoFlavorsEnabledText.Text = "DISABLED"
  595. AutoFlavorsEnabledText.TextColor3 = Color3.new(0, 0, 0)
  596. AutoFlavorsEnabledText.TextSize = 14
  597. AutoFlavorsEnabledText.TextWrapped = true
  598.  
  599. AutoFlavorsText.Name = "AutoFlavorsText"
  600. AutoFlavorsText.Parent = AutoFlavors
  601. AutoFlavorsText.BackgroundColor3 = Color3.new(1, 1, 1)
  602. AutoFlavorsText.BackgroundTransparency = 1
  603. AutoFlavorsText.BorderSizePixel = 0
  604. AutoFlavorsText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  605. AutoFlavorsText.Size = UDim2.new(0, 118, 0, 27)
  606. AutoFlavorsText.ZIndex = 5
  607. AutoFlavorsText.Font = Enum.Font.SciFi
  608. AutoFlavorsText.Text = "Auto Flavors"
  609. AutoFlavorsText.TextColor3 = Color3.new(0, 0, 0)
  610. AutoFlavorsText.TextSize = 17
  611. AutoFlavorsText.TextWrapped = true
  612.  
  613. AutoObby.Name = "AutoObby"
  614. AutoObby.Parent = Main
  615. AutoObby.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  616. AutoObby.BackgroundTransparency = 1
  617. AutoObby.BorderSizePixel = 0
  618. AutoObby.Position = UDim2.new(0.689999998, 0, 0.349999994, 0)
  619. AutoObby.Size = UDim2.new(0, 118, 0, 27)
  620. AutoObby.ZIndex = 5
  621. AutoObby.Image = "rbxassetid://1285673399"
  622. AutoObby.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  623. AutoObby.ScaleType = Enum.ScaleType.Slice
  624. AutoObby.SliceCenter = Rect.new(8, 8, 247, 247)
  625.  
  626. AutoObbyButton.Name = "AutoObbyButton"
  627. AutoObbyButton.Parent = AutoObby
  628. AutoObbyButton.AnchorPoint = Vector2.new(0.5, 0.5)
  629. AutoObbyButton.BackgroundTransparency = 1
  630. AutoObbyButton.BorderSizePixel = 0
  631. AutoObbyButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  632. AutoObbyButton.Size = UDim2.new(1, 2, 1, 2)
  633. AutoObbyButton.ZIndex = 3
  634. AutoObbyButton.Image = "rbxassetid://1285673399"
  635. AutoObbyButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  636. AutoObbyButton.ScaleType = Enum.ScaleType.Slice
  637. AutoObbyButton.SliceCenter = Rect.new(8, 8, 247, 247)
  638.  
  639. AutoObbyEnabledText.Name = "AutoObbyEnabledText"
  640. AutoObbyEnabledText.Parent = AutoObby
  641. AutoObbyEnabledText.BackgroundColor3 = Color3.new(1, 1, 1)
  642. AutoObbyEnabledText.BackgroundTransparency = 1
  643. AutoObbyEnabledText.BorderSizePixel = 0
  644. AutoObbyEnabledText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  645. AutoObbyEnabledText.Size = UDim2.new(0, 118, 0, 27)
  646. AutoObbyEnabledText.ZIndex = 5
  647. AutoObbyEnabledText.Font = Enum.Font.SciFi
  648. AutoObbyEnabledText.Text = "DISABLED"
  649. AutoObbyEnabledText.TextColor3 = Color3.new(0, 0, 0)
  650. AutoObbyEnabledText.TextSize = 14
  651. AutoObbyEnabledText.TextWrapped = true
  652.  
  653. AutoObbyText.Name = "AutoObbyText"
  654. AutoObbyText.Parent = AutoObby
  655. AutoObbyText.BackgroundColor3 = Color3.new(1, 1, 1)
  656. AutoObbyText.BackgroundTransparency = 1
  657. AutoObbyText.BorderSizePixel = 0
  658. AutoObbyText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  659. AutoObbyText.Size = UDim2.new(0, 118, 0, 27)
  660. AutoObbyText.ZIndex = 5
  661. AutoObbyText.Font = Enum.Font.SciFi
  662. AutoObbyText.Text = "Auto Obby"
  663. AutoObbyText.TextColor3 = Color3.new(0, 0, 0)
  664. AutoObbyText.TextSize = 17
  665. AutoObbyText.TextWrapped = true
  666.  
  667. Teleport.Name = "Teleport"
  668. Teleport.Parent = Main
  669. Teleport.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  670. Teleport.BackgroundTransparency = 1
  671. Teleport.BorderSizePixel = 0
  672. Teleport.Position = UDim2.new(0.689999998, 0, 0.600000024, 0)
  673. Teleport.Size = UDim2.new(0, 118, 0, 27)
  674. Teleport.ZIndex = 5
  675. Teleport.Image = "rbxassetid://1285673399"
  676. Teleport.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  677. Teleport.ScaleType = Enum.ScaleType.Slice
  678. Teleport.SliceCenter = Rect.new(8, 8, 247, 247)
  679.  
  680. TeleportButtonText.Name = "TeleportButtonText"
  681. TeleportButtonText.Parent = Teleport
  682. TeleportButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  683. TeleportButtonText.BackgroundTransparency = 1
  684. TeleportButtonText.BorderSizePixel = 0
  685. TeleportButtonText.Position = UDim2.new(0.00847458839, 0, 0.0370370448, 0)
  686. TeleportButtonText.Size = UDim2.new(0, 118, 0, 27)
  687. TeleportButtonText.ZIndex = 5
  688. TeleportButtonText.Font = Enum.Font.SciFi
  689. TeleportButtonText.Text = "Teleport"
  690. TeleportButtonText.TextColor3 = Color3.new(0, 0, 0)
  691. TeleportButtonText.TextSize = 14
  692. TeleportButtonText.TextWrapped = true
  693.  
  694. TeleportText.Name = "TeleportText"
  695. TeleportText.Parent = Teleport
  696. TeleportText.BackgroundColor3 = Color3.new(1, 1, 1)
  697. TeleportText.BackgroundTransparency = 1
  698. TeleportText.BorderSizePixel = 0
  699. TeleportText.Position = UDim2.new(0.00847458839, 0, -0.962962985, 0)
  700. TeleportText.Size = UDim2.new(0, 118, 0, 27)
  701. TeleportText.ZIndex = 5
  702. TeleportText.Font = Enum.Font.SciFi
  703. TeleportText.Text = "Teleport"
  704. TeleportText.TextColor3 = Color3.new(0, 0, 0)
  705. TeleportText.TextSize = 17
  706. TeleportText.TextWrapped = true
  707.  
  708. TeleportButton.Name = "TeleportButton"
  709. TeleportButton.Parent = Teleport
  710. TeleportButton.AnchorPoint = Vector2.new(0.5, 0.5)
  711. TeleportButton.BackgroundTransparency = 1
  712. TeleportButton.BorderSizePixel = 0
  713. TeleportButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  714. TeleportButton.Size = UDim2.new(1, 2, 1, 2)
  715. TeleportButton.ZIndex = 3
  716. TeleportButton.Image = "rbxassetid://1285673399"
  717. TeleportButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  718. TeleportButton.ScaleType = Enum.ScaleType.Slice
  719. TeleportButton.SliceCenter = Rect.new(8, 8, 247, 247)
  720.  
  721. TeleportNumber.Name = "TeleportNumber"
  722. TeleportNumber.Parent = Main
  723. TeleportNumber.BackgroundTransparency = 1
  724. TeleportNumber.BorderSizePixel = 0
  725. TeleportNumber.Position = UDim2.new(0.686774969, 0, 0.765550256, 0)
  726. TeleportNumber.Size = UDim2.new(0, 118, 0, 19)
  727. TeleportNumber.ZIndex = 10
  728. TeleportNumber.Image = "rbxassetid://1285673399"
  729. TeleportNumber.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  730. TeleportNumber.ScaleType = Enum.ScaleType.Slice
  731. TeleportNumber.SliceCenter = Rect.new(8, 8, 247, 247)
  732.  
  733. BorderPixel.Name = "BorderPixel"
  734. BorderPixel.Parent = TeleportNumber
  735. BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  736. BorderPixel.BackgroundTransparency = 1
  737. BorderPixel.BorderSizePixel = 0
  738. BorderPixel.Position = UDim2.new(0.5, 0, 0.5, 0)
  739. BorderPixel.Size = UDim2.new(1, 2, 1, 2)
  740. BorderPixel.ZIndex = 9
  741. BorderPixel.Image = "rbxassetid://1285673399"
  742. BorderPixel.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  743. BorderPixel.ScaleType = Enum.ScaleType.Slice
  744. BorderPixel.SliceCenter = Rect.new(8, 8, 247, 247)
  745.  
  746. TeleportNumberText.Name = "TeleportNumberText"
  747. TeleportNumberText.Parent = TeleportNumber
  748. TeleportNumberText.BackgroundColor3 = Color3.new(1, 1, 1)
  749. TeleportNumberText.BackgroundTransparency = 1
  750. TeleportNumberText.Position = UDim2.new(0.0169491526, 0, 0, 0)
  751. TeleportNumberText.Size = UDim2.new(1, 0, 1, 0)
  752. TeleportNumberText.ZIndex = 55
  753. TeleportNumberText.Font = Enum.Font.SciFi
  754. TeleportNumberText.PlaceholderColor3 = Color3.new(0, 0, 0)
  755. TeleportNumberText.PlaceholderText = "Number from 1 - 15"
  756. TeleportNumberText.Text = ""
  757. TeleportNumberText.TextColor3 = Color3.new(0, 0, 0)
  758. TeleportNumberText.TextSize = 15
  759. TeleportNumberText.TextWrapped = true
  760.  
  761. Close.Name = "Close"
  762. Close.Parent = Main
  763. Close.BackgroundColor3 = Color3.new(0.647059, 0.333333, 0.0745098)
  764. Close.BackgroundTransparency = 1
  765. Close.BorderSizePixel = 0
  766. Close.Position = UDim2.new(0.68909514, 0, 0.880382776, 0)
  767. Close.Size = UDim2.new(0, 118, 0, 16)
  768. Close.ZIndex = 5
  769. Close.Image = "rbxassetid://1285673399"
  770. Close.ImageColor3 = Color3.new(1, 0.368627, 0.0745098)
  771. Close.ScaleType = Enum.ScaleType.Slice
  772. Close.SliceCenter = Rect.new(8, 8, 247, 247)
  773.  
  774. CloseButton.Name = "CloseButton"
  775. CloseButton.Parent = Close
  776. CloseButton.AnchorPoint = Vector2.new(0.5, 0.5)
  777. CloseButton.BackgroundTransparency = 1
  778. CloseButton.BorderSizePixel = 0
  779. CloseButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  780. CloseButton.Size = UDim2.new(1, 2, 1, 2)
  781. CloseButton.ZIndex = 3
  782. CloseButton.Image = "rbxassetid://1285673399"
  783. CloseButton.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  784. CloseButton.ScaleType = Enum.ScaleType.Slice
  785. CloseButton.SliceCenter = Rect.new(8, 8, 247, 247)
  786.  
  787. CloseButtonText.Name = "CloseButtonText"
  788. CloseButtonText.Parent = Close
  789. CloseButtonText.BackgroundColor3 = Color3.new(1, 1, 1)
  790. CloseButtonText.BackgroundTransparency = 1
  791. CloseButtonText.BorderSizePixel = 0
  792. CloseButtonText.Position = UDim2.new(-0.00847457629, 0, 0, 0)
  793. CloseButtonText.Size = UDim2.new(0, 118, 0, 16)
  794. CloseButtonText.ZIndex = 5
  795. CloseButtonText.Font = Enum.Font.SciFi
  796. CloseButtonText.Text = "Close"
  797. CloseButtonText.TextColor3 = Color3.new(0, 0, 0)
  798. CloseButtonText.TextSize = 14
  799. CloseButtonText.TextWrapped = true
  800.  
  801. Open.Name = "Open"
  802. Open.Parent = IceCreamSimulatorGUI
  803. Open.BackgroundTransparency = 1
  804. Open.BorderSizePixel = 0
  805. Open.Position = UDim2.new(-2.0260984935, 0, 0.625748277, 0)
  806. Open.Size = UDim2.new(0.118000001, 0, 0.0920000002, 0)
  807. Open.ZIndex = 3
  808. Open.Image = "rbxassetid://1283904632"
  809. Open.ScaleType = Enum.ScaleType.Slice
  810. Open.SliceCenter = Rect.new(22, 22, 234, 234)
  811.  
  812. BorderPixel.Name = "BorderPixel"
  813. BorderPixel.Parent = Open
  814. BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  815. BorderPixel.BackgroundTransparency = 1
  816. BorderPixel.BorderSizePixel = 0
  817. BorderPixel.Position = UDim2.new(0.5, 0, 0.5, 0)
  818. BorderPixel.Size = UDim2.new(1, 8, 1, 8)
  819. BorderPixel.ZIndex = 2
  820. BorderPixel.Image = "rbxassetid://1283904632"
  821. BorderPixel.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  822. BorderPixel.ScaleType = Enum.ScaleType.Slice
  823. BorderPixel.SliceCenter = Rect.new(22, 22, 234, 234)
  824.  
  825. OpenText.Name = "OpenText"
  826. OpenText.Parent = Open
  827. OpenText.AnchorPoint = Vector2.new(0, 0.5)
  828. OpenText.BackgroundTransparency = 1
  829. OpenText.Position = UDim2.new(0, 0, 0.5, 0)
  830. OpenText.Size = UDim2.new(1, 0, 1, 0)
  831. OpenText.ZIndex = 3
  832. OpenText.Font = Enum.Font.SciFi
  833. OpenText.Text = "OPEN"
  834. OpenText.TextSize = 28
  835.  
  836. TextLabel.Parent = Main
  837. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  838. TextLabel.BackgroundTransparency = 1
  839. TextLabel.Position = UDim2.new(0, 0, -0.162679419, 0)
  840. TextLabel.Size = UDim2.new(0, 431, 0, 26)
  841. TextLabel.Font = Enum.Font.SciFi
  842. TextLabel.Text = "This is my last script. Im likely quitting roblox."
  843. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  844. TextLabel.TextSize = 32
  845. TextLabel.TextStrokeColor3 = Color3.new(0.882353, 0.207843, 0.352941)
  846. TextLabel.TextStrokeTransparency = 0
  847.  
  848. TextLabel_2.Parent = Main
  849. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  850. TextLabel_2.BackgroundTransparency = 1
  851. TextLabel_2.Position = UDim2.new(-0.0185614843, 0, 1.03827751, 0)
  852. TextLabel_2.Size = UDim2.new(0, 431, 0, 26)
  853. TextLabel_2.Font = Enum.Font.SciFi
  854. TextLabel_2.Text = "Made by Casper#0357"
  855. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  856. TextLabel_2.TextSize = 32
  857. TextLabel_2.TextStrokeColor3 = Color3.new(0.882353, 0.207843, 0.352941)
  858. TextLabel_2.TextStrokeTransparency = 0
  859.  
  860. RapidEat.MouseButton1Click:Connect(function()
  861. if RapidEatToggled == true then
  862. RapidEatToggled = false
  863. RapidEatEnabledText.Text = "DISABLED"
  864. print("Disabled")
  865. else
  866. RapidEatToggled = true
  867. RapidEatEnabledText.Text = "ENABLED"
  868. print("Enabled")
  869.  
  870. while wait(0.01) do
  871. if Backpack:FindFirstChild("Ice Cream") then
  872. Backpack:FindFirstChild("Ice Cream").E:FireServer()
  873. elseif Character:FindFirstChild("Ice Cream") then
  874. Character:FindFirstChild("Ice Cream").E:FireServer()
  875. end
  876. if RapidEatToggled == false then
  877. break
  878. end
  879. end
  880. end
  881. end)
  882.  
  883. SellAnywhere.MouseButton1Click:Connect(function()
  884. if SellAnywhereToggled == true then
  885. SellAnywhereToggled = false
  886. SellAnywhereEnabledText.Text = "DISABLED"
  887. print("Disabled")
  888. else
  889. SellAnywhereToggled = true
  890. SellAnywhereEnabledText.Text = "ENABLED"
  891. print("Enabled")
  892. while wait(0.01) do
  893. ChocoCastle.Sell.Sell.CFrame = player.Character:FindFirstChild("HumanoidRootPart").CFrame
  894. IceCreamTruck:FindFirstChild("Enter").CFrame = player.Character:FindFirstChild("HumanoidRootPart").CFrame
  895. if SellAnywhereToggled == false then
  896. IceCreamTruck.Enter.CFrame = StartPosition
  897. ChocoCastle.Sell.Sell.CFrame = StartPosition2
  898. break
  899. end
  900. end
  901. end
  902. end)
  903.  
  904.  
  905. SuperSpeed.MouseButton1Click:Connect(function()
  906.  
  907. if SuperSpeedToggled == true then
  908. SuperSpeedToggled = false
  909. SuperSpeedEnabledText.Text = "DISABLED"
  910. print("Disabled")
  911. player.Character.Humanoid.WalkSpeed = 16
  912. else
  913. SuperSpeedToggled = true
  914. SuperSpeedEnabledText.Text = "ENABLED"
  915. print("Enabled")
  916. player.Character.Humanoid.WalkSpeed = 60
  917. end
  918. end)
  919.  
  920.  
  921. AutoRebirth.MouseButton1Click:Connect(function()
  922.  
  923. if AutoRebirthToggled == true then
  924. AutoRebirthToggled = false
  925. AutoRebirthEnabledText.Text = "DISABLED"
  926. print("Disabled")
  927. else
  928. AutoRebirthToggled = true
  929. AutoRebirthEnabledText.Text = "ENABLED"
  930. print("Enabled")
  931. while wait(0.01) do
  932. game.ReplicatedStorage.Events.Rebirth:FireServer()
  933. if AutoRebirthToggled == false then
  934. break
  935. end
  936. end
  937. end
  938. end)
  939.  
  940. AutoTokens.MouseButton1Click:Connect(function()
  941.  
  942. if AutoTokensToggled == true then
  943. AutoTokensToggled = false
  944. AutoTokensEnabledText.Text = "DISABLED"
  945. print("Disabled")
  946. else
  947. AutoTokensToggled = true
  948. Tokens = MainArea.Tokens:GetChildren()
  949. Tokens2 = HalloweenArea.Tokens:GetChildren()
  950. AutoTokensEnabledText.Text = "ENABLED"
  951. print("Enabled")
  952. while wait(2) do
  953. for i, v in pairs(Tokens) do
  954. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  955. end
  956. for i, v in pairs(Tokens2) do
  957. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  958. end
  959. for i, v in pairs(Gems) do
  960. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  961. end
  962. for i, v in pairs(Gems2) do
  963. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  964. end
  965. if AutoTokensToggled == false then
  966. break
  967. end
  968.  
  969. end
  970. end
  971. end)
  972.  
  973.  
  974. AutoPets.MouseButton1Click:Connect(function()
  975.  
  976. if AutoPetsToggled == true then
  977. AutoPetsEnabledText.Text = "DISABLED"
  978. print("Disabled")
  979. AutoPetsToggled = false
  980. else
  981. AutoPetsToggled = true
  982. AutoPetsEnabledText.Text = "ENABLED"
  983. print("Enabled")
  984. while wait(5) do
  985. for i = 1, AmountOfPets do
  986. game.ReplicatedStorage.Events.BuyEquipPet:FireServer(i)
  987. end
  988. for i = 1, AmountOfPetFood do
  989. game.ReplicatedStorage.Events.BuyEquipPopsicle:FireServer(i)
  990. end
  991. if AutoPetsToggled == false then
  992. break
  993. end
  994. end
  995. end
  996. end)
  997.  
  998.  
  999. AutoCash.MouseButton1Click:Connect(function()
  1000. if AutoCashToggled == true then
  1001. AutoCashToggled = false
  1002. AutoCashEnabledText.Text = "DISABLED"
  1003. print("Disabled")
  1004. else
  1005. AutoCashToggled = true
  1006. AutoCashEnabledText.Text = "ENABLED"
  1007. print("Enabled")
  1008. while wait(1) do
  1009. for i, v in pairs(Coins) do
  1010. v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1011. end
  1012. if AutoCashToggled == false then
  1013. break
  1014. end
  1015. end
  1016. end
  1017. end)
  1018.  
  1019. AutoCone.MouseButton1Click:Connect(function()
  1020. if AutoConeToggled == true then
  1021. AutoConeToggled = false
  1022. AutoConeEnabledText.Text = "DISABLED"
  1023. print("Disabled")
  1024. else
  1025. AutoConeToggled = true
  1026. AutoConeEnabledText.Text = "ENABLED"
  1027. print("Enabled")
  1028. while wait(5) do
  1029. for i = 1, AmountOfCones do
  1030. game.ReplicatedStorage.Events.BuyEquipCone:FireServer(i)
  1031. end
  1032. if AutoConeToggled == false then
  1033. break
  1034. end
  1035. end
  1036. end
  1037. end)
  1038.  
  1039.  
  1040. AutoFlavors.MouseButton1Click:Connect(function()
  1041.  
  1042. if AutoFlavorsToggled == true then
  1043. AutoFlavorsToggled = false
  1044. AutoFlavorsEnabledText.Text = "DISABLED"
  1045. print("Disabled")
  1046. else
  1047. AutoFlavorsToggled = true
  1048. AutoFlavorsEnabledText.Text = "ENABLED"
  1049. print("Enabled")
  1050. while wait(5) do
  1051. for i = 1, AmountOfFlavors do
  1052. game.ReplicatedStorage.Events.UnlockFlavor:FireServer(i)
  1053. game.ReplicatedStorage.Events.EquipFlavorSkin:FireServer(i)
  1054. end
  1055. if AutoFlavorsToggled == false then
  1056. break
  1057. end
  1058. end
  1059. end
  1060. end)
  1061.  
  1062.  
  1063. AutoObby.MouseButton1Click:Connect(function()
  1064. if AutoObbyActive == true then
  1065.  
  1066. else
  1067. AutoObbyEnabledText.Text = "Active"
  1068. for i = 1, #game.Workspace.Obby:GetChildren() do
  1069. game.ReplicatedStorage.Events.Teleport:FireServer(i)
  1070. wait(0.5)
  1071. end
  1072.  
  1073. for i, v in pairs(game.Workspace.Obby:GetChildren()) do
  1074. local chest = v:FindFirstChild("Chest")
  1075. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = chest.Portal.CFrame
  1076. wait(3)
  1077. end
  1078. AutoObbyEnabledText.Text = "Not Active"
  1079. AutoObbyActive = false
  1080. end
  1081. end)
  1082.  
  1083. Teleport.MouseButton1Click:Connect(function()
  1084. local TpNumber = tonumber(TeleportNumberText.Text)
  1085. game.ReplicatedStorage.Events.Teleport:FireServer(TpNumber)
  1086. end)
  1087.  
  1088.  
  1089. Close.MouseButton1Click:Connect(function()
  1090. if Visible == true then
  1091. Visible = false
  1092. Main:TweenPosition(UDim2.new(-2, 0, 0, 0), "Out", 1)
  1093. Open:TweenPosition(UDim2.new(-0.026, 0,0.626, 0), "Out", 1)
  1094. end
  1095.  
  1096. end)
  1097.  
  1098. Open.MouseButton1Click:Connect(function()
  1099. Main:TweenPosition(UDim2.new(0.309, 0,0.321, 0), "Out", 1)
  1100. Open:TweenPosition(UDim2.new(-2., 0,0.626, 0), "Out", 1)
  1101. Visible = true
  1102. end)
  1103.  
  1104. while wait(0.01) do
  1105. for i,v in pairs(PlayerGui:GetChildren()) do
  1106. if v.Name == "TokenDisplayGui" or v.Name == "CoinDisplayGui" or v.Name == "ScoopsGui" or v.Name == "GemDisplayGui" then
  1107. v:Destroy()
  1108. end
  1109. end
  1110. end
Add Comment
Please, Sign In to add comment