Advertisement
Upscalefanatic3

ICE CREAM SIMULATOR [Sell Anywhere, Unlimited Tokens]

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