Advertisement
SpectralNinjaSZX

Ice cream simulator OP

Nov 17th, 2018
7,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.43 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild('IceCream') then
  2. game:GetService("CoreGui"):FindFirstChild('IceCream'):Destroy()
  3. local a = Instance.new('Hint',game:GetService("CoreGui"))
  4. a.Text = 'Destroying Other GUI'
  5. wait(2)
  6. a:Destroy()
  7. end
  8.  
  9. local IceCream = Instance.new("ScreenGui")
  10. local mainframe = Instance.new("TextLabel")
  11. local Frame = Instance.new("Frame")
  12. local version = Instance.new("TextLabel")
  13. local tokenfarm = Instance.new("TextButton")
  14. local sellauto = Instance.new("TextButton")
  15. local icecreamfarm = Instance.new("TextButton")
  16. local autorebirth = Instance.new("TextButton")
  17. local speedhack = Instance.new("TextButton")
  18. local superrebirth = Instance.new("TextButton")
  19. local ChooseRebirth = Instance.new("TextBox")
  20. local halloweenframe = Instance.new("TextLabel")
  21. local Frame_2 = Instance.new("Frame")
  22. local version_2 = Instance.new("TextLabel")
  23. local autoselltokenh = Instance.new("TextButton")
  24. local autosellh = Instance.new("TextButton")
  25. local tokenfarmh = Instance.new("TextButton")
  26. local autosellgemh = Instance.new("TextButton")
  27. local autosellairth = Instance.new("TextButton")
  28. local tpframe = Instance.new("TextLabel")
  29. local Frame_3 = Instance.new("Frame")
  30. local version_3 = Instance.new("TextLabel")
  31. local finishdemo = Instance.new("TextButton")
  32. local doomobby = Instance.new("TextButton")
  33. local halloweentp = Instance.new("TextButton")
  34. local vipareatp = Instance.new("TextButton")
  35. local settingsframe = Instance.new("TextLabel")
  36. local Frame_4 = Instance.new("Frame")
  37. local Delgui = Instance.new("TextButton")
  38. local rainbowui = Instance.new("TextButton")
  39. local removewinscoopsgui = Instance.new("TextButton")
  40. local version_4 = Instance.new("TextLabel")
  41. local Open = Instance.new("TextButton")
  42.  
  43. IceCream.Name = "IceCream"
  44. IceCream.Parent = game.CoreGui
  45.  
  46. mainframe.Name = "mainframe"
  47. mainframe.Parent = IceCream
  48. mainframe.Active = true
  49. mainframe.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  50. mainframe.BorderSizePixel = 0
  51. mainframe.Draggable = true
  52. mainframe.Position = UDim2.new(0.0274556149, 0, 0.16561687, 0)
  53. mainframe.Size = UDim2.new(0, 200, 0, 23)
  54. mainframe.Font = Enum.Font.SourceSansBold
  55. mainframe.Text = "Features"
  56. mainframe.TextColor3 = Color3.new(1, 1, 1)
  57. mainframe.TextScaled = true
  58. mainframe.TextSize = 14
  59. mainframe.TextStrokeColor3 = Color3.new(1, 0, 0)
  60. mainframe.TextWrapped = true
  61.  
  62. Frame.Parent = mainframe
  63. Frame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  64. Frame.BackgroundTransparency = 0.5
  65. Frame.BorderSizePixel = 0
  66. Frame.Position = UDim2.new(0.0399999991, 0, 1.56521738, 0)
  67. Frame.Size = UDim2.new(0, 184, 0, 290)
  68.  
  69. version.Name = "version"
  70. version.Parent = Frame
  71. version.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  72. version.BackgroundTransparency = 0.5
  73. version.BorderColor3 = Color3.new(1, 0.333333, 0)
  74. version.BorderSizePixel = 0
  75. version.Position = UDim2.new(0, 0, 0.924551725, 0)
  76. version.Size = UDim2.new(0, 184, 0, 21)
  77. version.Font = Enum.Font.SourceSansBold
  78. version.Text = "Version 2 Premium Made By Aztup"
  79. version.TextColor3 = Color3.new(1, 1, 1)
  80. version.TextScaled = true
  81. version.TextSize = 14
  82. version.TextWrapped = true
  83.  
  84. tokenfarm.Name = "tokenfarm"
  85. tokenfarm.Parent = mainframe
  86. tokenfarm.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  87. tokenfarm.BorderColor3 = Color3.new(1, 0.333333, 0)
  88. tokenfarm.BorderSizePixel = 0
  89. tokenfarm.Position = UDim2.new(0.125, 0, 7.27729988, 0)
  90. tokenfarm.Size = UDim2.new(0, 150, 0, 20)
  91. tokenfarm.Font = Enum.Font.SourceSansBold
  92. tokenfarm.Text = "Token Farm : OFF"
  93. tokenfarm.TextColor3 = Color3.new(1, 1, 1)
  94. tokenfarm.TextScaled = true
  95. tokenfarm.TextSize = 14
  96. tokenfarm.TextWrapped = true
  97.  
  98. sellauto.Name = "sellauto"
  99. sellauto.Parent = mainframe
  100. sellauto.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  101. sellauto.BorderColor3 = Color3.new(1, 0.333333, 0)
  102. sellauto.BorderSizePixel = 0
  103. sellauto.Position = UDim2.new(0.125, 0, 5.50278091, 0)
  104. sellauto.Size = UDim2.new(0, 150, 0, 20)
  105. sellauto.Font = Enum.Font.SourceSansBold
  106. sellauto.Text = "Auto Sell : OFF"
  107. sellauto.TextColor3 = Color3.new(1, 1, 1)
  108. sellauto.TextScaled = true
  109. sellauto.TextSize = 14
  110. sellauto.TextWrapped = true
  111.  
  112. icecreamfarm.Name = "icecreamfarm"
  113. icecreamfarm.Parent = mainframe
  114. icecreamfarm.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  115. icecreamfarm.BorderColor3 = Color3.new(1, 0.333333, 0)
  116. icecreamfarm.BorderSizePixel = 0
  117. icecreamfarm.Position = UDim2.new(0.125, 0, 2.2608695, 0)
  118. icecreamfarm.Size = UDim2.new(0, 150, 0, 20)
  119. icecreamfarm.Font = Enum.Font.SourceSansBold
  120. icecreamfarm.Text = "Ice Cream Farm : OFF"
  121. icecreamfarm.TextColor3 = Color3.new(1, 1, 1)
  122. icecreamfarm.TextScaled = true
  123. icecreamfarm.TextSize = 14
  124. icecreamfarm.TextWrapped = true
  125.  
  126. autorebirth.Name = "autorebirth"
  127. autorebirth.Parent = mainframe
  128. autorebirth.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  129. autorebirth.BorderColor3 = Color3.new(1, 0.333333, 0)
  130. autorebirth.BorderSizePixel = 0
  131. autorebirth.Position = UDim2.new(0.125, 0, 3.86476278, 0)
  132. autorebirth.Size = UDim2.new(0, 150, 0, 20)
  133. autorebirth.Font = Enum.Font.SourceSansBold
  134. autorebirth.Text = "Auto Rebirth : OFF"
  135. autorebirth.TextColor3 = Color3.new(1, 1, 1)
  136. autorebirth.TextScaled = true
  137. autorebirth.TextSize = 14
  138. autorebirth.TextWrapped = true
  139.  
  140. speedhack.Name = "speedhack"
  141. speedhack.Parent = mainframe
  142. speedhack.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  143. speedhack.BorderColor3 = Color3.new(1, 0.333333, 0)
  144. speedhack.BorderSizePixel = 0
  145. speedhack.Position = UDim2.new(0.125, 0, 8.88599586, 0)
  146. speedhack.Size = UDim2.new(0, 150, 0, 20)
  147. speedhack.Font = Enum.Font.SourceSansBold
  148. speedhack.Text = "SpeedHack : OFF"
  149. speedhack.TextColor3 = Color3.new(1, 1, 1)
  150. speedhack.TextScaled = true
  151. speedhack.TextSize = 14
  152. speedhack.TextWrapped = true
  153.  
  154. superrebirth.Name = "superrebirth"
  155. superrebirth.Parent = mainframe
  156. superrebirth.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  157. superrebirth.BorderColor3 = Color3.new(1, 0.333333, 0)
  158. superrebirth.BorderSizePixel = 0
  159. superrebirth.Position = UDim2.new(0.125, 0, 10.4512138, 0)
  160. superrebirth.Size = UDim2.new(0, 150, 0, 20)
  161. superrebirth.Font = Enum.Font.SourceSansBold
  162. superrebirth.Text = "Auto Super Rebirth : OFF"
  163. superrebirth.TextColor3 = Color3.new(1, 1, 1)
  164. superrebirth.TextScaled = true
  165. superrebirth.TextSize = 14
  166. superrebirth.TextWrapped = true
  167.  
  168. ChooseRebirth.Name = "ChooseRebirth"
  169. ChooseRebirth.Parent = mainframe
  170. ChooseRebirth.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  171. ChooseRebirth.BorderSizePixel = 0
  172. ChooseRebirth.Position = UDim2.new(0.125, 0, 11.9160004, 0)
  173. ChooseRebirth.Size = UDim2.new(0, 150, 0, 20)
  174. ChooseRebirth.Font = Enum.Font.SourceSansBold
  175. ChooseRebirth.PlaceholderColor3 = Color3.new(1, 1, 1)
  176. ChooseRebirth.PlaceholderText = "Type How Much Rebirth You Want (NeedMoney)"
  177. ChooseRebirth.Text = ""
  178. ChooseRebirth.TextColor3 = Color3.new(1, 1, 1)
  179. ChooseRebirth.TextScaled = true
  180. ChooseRebirth.TextSize = 14
  181. ChooseRebirth.TextWrapped = true
  182.  
  183. halloweenframe.Name = "halloweenframe"
  184. halloweenframe.Parent = IceCream
  185. halloweenframe.Active = true
  186. halloweenframe.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  187. halloweenframe.BorderSizePixel = 0
  188. halloweenframe.Draggable = true
  189. halloweenframe.Position = UDim2.new(0.267757833, 0, 0.164081112, 0)
  190. halloweenframe.Size = UDim2.new(0, 200, 0, 23)
  191. halloweenframe.Font = Enum.Font.SourceSansBold
  192. halloweenframe.Text = "Sky Bridge"
  193. halloweenframe.TextColor3 = Color3.new(1, 1, 1)
  194. halloweenframe.TextScaled = true
  195. halloweenframe.TextSize = 14
  196. halloweenframe.TextStrokeColor3 = Color3.new(1, 0, 0)
  197. halloweenframe.TextWrapped = true
  198.  
  199. Frame_2.Parent = halloweenframe
  200. Frame_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  201. Frame_2.BackgroundTransparency = 0.5
  202. Frame_2.BorderSizePixel = 0
  203. Frame_2.Position = UDim2.new(0.0399999991, 0, 1.56521702, 0)
  204. Frame_2.Size = UDim2.new(0, 184, 0, 258)
  205.  
  206. version_2.Name = "version"
  207. version_2.Parent = Frame_2
  208. version_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  209. version_2.BackgroundTransparency = 0.5
  210. version_2.BorderColor3 = Color3.new(1, 0.333333, 0)
  211. version_2.BorderSizePixel = 0
  212. version_2.Position = UDim2.new(0, 0, 0.916710615, 0)
  213. version_2.Size = UDim2.new(0, 184, 0, 21)
  214. version_2.Font = Enum.Font.SourceSansBold
  215. version_2.Text = "Version 2 Premium Made By Aztup"
  216. version_2.TextColor3 = Color3.new(1, 1, 1)
  217. version_2.TextScaled = true
  218. version_2.TextSize = 14
  219. version_2.TextWrapped = true
  220.  
  221. autoselltokenh.Name = "autoselltokenh"
  222. autoselltokenh.Parent = halloweenframe
  223. autoselltokenh.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  224. autoselltokenh.BorderColor3 = Color3.new(1, 0.333333, 0)
  225. autoselltokenh.BorderSizePixel = 0
  226. autoselltokenh.Position = UDim2.new(0.125, 0, 6.39130449, 0)
  227. autoselltokenh.Size = UDim2.new(0, 150, 0, 25)
  228. autoselltokenh.Font = Enum.Font.SourceSansBold
  229. autoselltokenh.Text = "Auto Sell Token : OFF"
  230. autoselltokenh.TextColor3 = Color3.new(1, 1, 1)
  231. autoselltokenh.TextScaled = true
  232. autoselltokenh.TextSize = 14
  233. autoselltokenh.TextWrapped = true
  234.  
  235. autosellh.Name = "autosellh"
  236. autosellh.Parent = halloweenframe
  237. autosellh.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  238. autosellh.BorderColor3 = Color3.new(1, 0.333333, 0)
  239. autosellh.BorderSizePixel = 0
  240. autosellh.Position = UDim2.new(0.123692296, 0, 4.32241726, 0)
  241. autosellh.Size = UDim2.new(0, 150, 0, 25)
  242. autosellh.Font = Enum.Font.SourceSansBold
  243. autosellh.Text = "Auto Sell : OFF"
  244. autosellh.TextColor3 = Color3.new(1, 1, 1)
  245. autosellh.TextScaled = true
  246. autosellh.TextSize = 14
  247. autosellh.TextWrapped = true
  248.  
  249. tokenfarmh.Name = "tokenfarmh"
  250. tokenfarmh.Parent = halloweenframe
  251. tokenfarmh.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  252. tokenfarmh.BorderColor3 = Color3.new(1, 0.333333, 0)
  253. tokenfarmh.BorderSizePixel = 0
  254. tokenfarmh.Position = UDim2.new(0.125342458, 0, 2.23546076, 0)
  255. tokenfarmh.Size = UDim2.new(0, 150, 0, 25)
  256. tokenfarmh.Font = Enum.Font.SourceSansBold
  257. tokenfarmh.Text = "Token Farm : OFF"
  258. tokenfarmh.TextColor3 = Color3.new(1, 1, 1)
  259. tokenfarmh.TextScaled = true
  260. tokenfarmh.TextSize = 14
  261. tokenfarmh.TextWrapped = true
  262.  
  263. autosellgemh.Name = "autosellgemh"
  264. autosellgemh.Parent = halloweenframe
  265. autosellgemh.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  266. autosellgemh.BorderColor3 = Color3.new(1, 0.333333, 0)
  267. autosellgemh.BorderSizePixel = 0
  268. autosellgemh.Position = UDim2.new(0.125, 0, 8.13043499, 0)
  269. autosellgemh.Size = UDim2.new(0, 150, 0, 25)
  270. autosellgemh.Font = Enum.Font.SourceSansBold
  271. autosellgemh.Text = "Auto Sell Gems : OFF"
  272. autosellgemh.TextColor3 = Color3.new(1, 1, 1)
  273. autosellgemh.TextScaled = true
  274. autosellgemh.TextSize = 14
  275. autosellgemh.TextWrapped = true
  276.  
  277. autosellairth.Name = "autosellairth"
  278. autosellairth.Parent = halloweenframe
  279. autosellairth.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  280. autosellairth.BorderColor3 = Color3.new(1, 0.333333, 0)
  281. autosellairth.BorderSizePixel = 0
  282. autosellairth.Position = UDim2.new(0.125, 0, 9.91304398, 0)
  283. autosellairth.Size = UDim2.new(0, 150, 0, 25)
  284. autosellairth.Font = Enum.Font.SourceSansBold
  285. autosellairth.Text = "Auto Sell Air Token : OFF"
  286. autosellairth.TextColor3 = Color3.new(1, 1, 1)
  287. autosellairth.TextScaled = true
  288. autosellairth.TextSize = 14
  289. autosellairth.TextWrapped = true
  290.  
  291. tpframe.Name = "tpframe"
  292. tpframe.Parent = IceCream
  293. tpframe.Active = true
  294. tpframe.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  295. tpframe.BorderSizePixel = 0
  296. tpframe.Draggable = true
  297. tpframe.Position = UDim2.new(0.507319689, 0, 0.165271878, 0)
  298. tpframe.Size = UDim2.new(0, 200, 0, 23)
  299. tpframe.Font = Enum.Font.SourceSansBold
  300. tpframe.Text = "TP"
  301. tpframe.TextColor3 = Color3.new(1, 1, 1)
  302. tpframe.TextScaled = true
  303. tpframe.TextSize = 14
  304. tpframe.TextStrokeColor3 = Color3.new(1, 0, 0)
  305. tpframe.TextWrapped = true
  306.  
  307. Frame_3.Parent = tpframe
  308. Frame_3.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  309. Frame_3.BackgroundTransparency = 0.5
  310. Frame_3.BorderSizePixel = 0
  311. Frame_3.Position = UDim2.new(0.0406909175, 0, 1.57491779, 0)
  312. Frame_3.Size = UDim2.new(0, 184, 0, 202)
  313.  
  314. version_3.Name = "version"
  315. version_3.Parent = Frame_3
  316. version_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  317. version_3.BackgroundTransparency = 0.5
  318. version_3.BorderColor3 = Color3.new(1, 0.333333, 0)
  319. version_3.BorderSizePixel = 0
  320. version_3.Position = UDim2.new(-0.00543478271, 0, 0.894522786, 0)
  321. version_3.Size = UDim2.new(0, 184, 0, 21)
  322. version_3.Font = Enum.Font.SourceSansBold
  323. version_3.Text = "Version 2 Premium Made By Aztup"
  324. version_3.TextColor3 = Color3.new(1, 1, 1)
  325. version_3.TextScaled = true
  326. version_3.TextSize = 14
  327. version_3.TextWrapped = true
  328.  
  329. finishdemo.Name = "finishdemo"
  330. finishdemo.Parent = tpframe
  331. finishdemo.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  332. finishdemo.BorderColor3 = Color3.new(1, 0.333333, 0)
  333. finishdemo.BorderSizePixel = 0
  334. finishdemo.Position = UDim2.new(0.122777775, 0, 3.85507226, 0)
  335. finishdemo.Size = UDim2.new(0, 150, 0, 25)
  336. finishdemo.Font = Enum.Font.SourceSansBold
  337. finishdemo.Text = "Finish Demonic Obby"
  338. finishdemo.TextColor3 = Color3.new(1, 1, 1)
  339. finishdemo.TextScaled = true
  340. finishdemo.TextSize = 14
  341. finishdemo.TextWrapped = true
  342.  
  343. doomobby.Name = "doomobby"
  344. doomobby.Parent = tpframe
  345. doomobby.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  346. doomobby.BorderColor3 = Color3.new(1, 0.333333, 0)
  347. doomobby.BorderSizePixel = 0
  348. doomobby.Position = UDim2.new(0.125, 0, 5.69565201, 0)
  349. doomobby.Size = UDim2.new(0, 150, 0, 27)
  350. doomobby.Font = Enum.Font.SourceSansBold
  351. doomobby.Text = "Finish Sky Fairy Obby"
  352. doomobby.TextColor3 = Color3.new(1, 1, 1)
  353. doomobby.TextScaled = true
  354. doomobby.TextSize = 14
  355. doomobby.TextWrapped = true
  356.  
  357. halloweentp.Name = "halloweentp"
  358. halloweentp.Parent = tpframe
  359. halloweentp.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  360. halloweentp.BorderColor3 = Color3.new(1, 0.333333, 0)
  361. halloweentp.BorderSizePixel = 0
  362. halloweentp.Position = UDim2.new(0.122777775, 0, 1.89371979, 0)
  363. halloweentp.Size = UDim2.new(0, 150, 0, 25)
  364. halloweentp.Font = Enum.Font.SourceSansBold
  365. halloweentp.Text = "Sky Bridge"
  366. halloweentp.TextColor3 = Color3.new(1, 1, 1)
  367. halloweentp.TextScaled = true
  368. halloweentp.TextSize = 14
  369. halloweentp.TextWrapped = true
  370.  
  371. vipareatp.Name = "vipareatp"
  372. vipareatp.Parent = tpframe
  373. vipareatp.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  374. vipareatp.BorderColor3 = Color3.new(1, 0.333333, 0)
  375. vipareatp.BorderSizePixel = 0
  376. vipareatp.Position = UDim2.new(0.124861106, 0, 7.67632866, 0)
  377. vipareatp.Size = UDim2.new(0, 150, 0, 25)
  378. vipareatp.Font = Enum.Font.SourceSansBold
  379. vipareatp.Text = "Vip Area"
  380. vipareatp.TextColor3 = Color3.new(1, 1, 1)
  381. vipareatp.TextScaled = true
  382. vipareatp.TextSize = 14
  383. vipareatp.TextWrapped = true
  384.  
  385. settingsframe.Name = "settingsframe"
  386. settingsframe.Parent = IceCream
  387. settingsframe.Active = true
  388. settingsframe.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  389. settingsframe.BorderSizePixel = 0
  390. settingsframe.Draggable = true
  391. settingsframe.Position = UDim2.new(0.752259433, 0, 0.165607736, 0)
  392. settingsframe.Size = UDim2.new(0, 200, 0, 23)
  393. settingsframe.Font = Enum.Font.SourceSansBold
  394. settingsframe.Text = "Settings"
  395. settingsframe.TextColor3 = Color3.new(1, 1, 1)
  396. settingsframe.TextScaled = true
  397. settingsframe.TextSize = 14
  398. settingsframe.TextStrokeColor3 = Color3.new(1, 0, 0)
  399. settingsframe.TextWrapped = true
  400.  
  401. Frame_4.Parent = settingsframe
  402. Frame_4.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  403. Frame_4.BackgroundTransparency = 0.5
  404. Frame_4.BorderSizePixel = 0
  405. Frame_4.Position = UDim2.new(0.0399999991, 0, 1.56521678, 0)
  406. Frame_4.Size = UDim2.new(0, 184, 0, 192)
  407.  
  408. Delgui.Name = "Delgui"
  409. Delgui.Parent = settingsframe
  410. Delgui.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  411. Delgui.BackgroundTransparency = 0.5
  412. Delgui.BorderColor3 = Color3.new(1, 0.333333, 0)
  413. Delgui.BorderSizePixel = 0
  414. Delgui.Position = UDim2.new(0.0952174067, 0, 7.37552309, 0)
  415. Delgui.Size = UDim2.new(0, 160, 0, 21)
  416. Delgui.Font = Enum.Font.SourceSansBold
  417. Delgui.Text = "Destroy GUI"
  418. Delgui.TextColor3 = Color3.new(1, 1, 1)
  419. Delgui.TextScaled = true
  420. Delgui.TextSize = 14
  421. Delgui.TextWrapped = true
  422.  
  423. rainbowui.Name = "rainbow ui"
  424. rainbowui.Parent = settingsframe
  425. rainbowui.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  426. rainbowui.BackgroundTransparency = 0.5
  427. rainbowui.BorderColor3 = Color3.new(0.235294, 0.231373, 0.235294)
  428. rainbowui.BorderSizePixel = 0
  429. rainbowui.Position = UDim2.new(0.0952174067, 0, 2.66327572, 0)
  430. rainbowui.Size = UDim2.new(0, 160, 0, 26)
  431. rainbowui.Font = Enum.Font.SourceSansBold
  432. rainbowui.Text = "Rainbow UI : OFF"
  433. rainbowui.TextColor3 = Color3.new(1, 1, 1)
  434. rainbowui.TextScaled = true
  435. rainbowui.TextSize = 14
  436. rainbowui.TextWrapped = true
  437.  
  438. removewinscoopsgui.Name = "removewinscoopsgui"
  439. removewinscoopsgui.Parent = settingsframe
  440. removewinscoopsgui.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  441. removewinscoopsgui.BackgroundTransparency = 0.5
  442. removewinscoopsgui.BorderColor3 = Color3.new(0.235294, 0.231373, 0.235294)
  443. removewinscoopsgui.BorderSizePixel = 0
  444. removewinscoopsgui.Position = UDim2.new(0.0952174067, 0, 4.92272568, 0)
  445. removewinscoopsgui.Size = UDim2.new(0, 160, 0, 26)
  446. removewinscoopsgui.Font = Enum.Font.SourceSansBold
  447. removewinscoopsgui.Text = "Remove WIN Scoops GUI : OFF"
  448. removewinscoopsgui.TextColor3 = Color3.new(1, 1, 1)
  449. removewinscoopsgui.TextScaled = true
  450. removewinscoopsgui.TextSize = 14
  451. removewinscoopsgui.TextWrapped = true
  452.  
  453. version_4.Name = "version"
  454. version_4.Parent = settingsframe
  455. version_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  456. version_4.BackgroundTransparency = 0.5
  457. version_4.BorderColor3 = Color3.new(1, 0.333333, 0)
  458. version_4.BorderSizePixel = 0
  459. version_4.Position = UDim2.new(0.0350000001, 0, 8.96576405, 0)
  460. version_4.Size = UDim2.new(0, 184, 0, 21)
  461. version_4.Font = Enum.Font.SourceSansBold
  462. version_4.Text = "Version 2 Premium Made By Aztup"
  463. version_4.TextColor3 = Color3.new(1, 1, 1)
  464. version_4.TextScaled = true
  465. version_4.TextSize = 14
  466. version_4.TextWrapped = true
  467.  
  468. Open.Name = "Open"
  469. Open.Parent = IceCream
  470. Open.BackgroundColor3 = Color3.new(0.243137, 0.239216, 0.243137)
  471. Open.BorderColor3 = Color3.new(1, 0.333333, 0)
  472. Open.BorderSizePixel = 0
  473. Open.Position = UDim2.new(0.0127758421, 0, 0.92231077, 0)
  474. Open.Size = UDim2.new(0, 137, 0, 21)
  475. Open.Font = Enum.Font.SourceSansBold
  476. Open.Text = "Hide GUI"
  477. Open.TextColor3 = Color3.new(1, 1, 1)
  478. Open.TextScaled = true
  479. Open.TextSize = 14
  480. Open.TextWrapped = true
  481.  
  482. -- End Of The GUI
  483.  
  484. mainframe.Draggable = true
  485. halloweenframe.Draggable = true
  486. tpframe.Draggable = true
  487. settingsframe.Draggable = true
  488. local tokenfarmm = false
  489. local icecreamfarmm = false
  490. local autoselll = false
  491. local autorebirthh = false
  492. local tokenfarmha = false
  493. local autosellha = false
  494. local autoselltokenha = false
  495. local rainbowisui = false
  496. local ihatepink = false
  497. local guishow = true
  498. local speedhacking = false
  499. local superriri = false
  500. local autosellgem = false
  501. local AutoSellAir = false
  502. local RebirthValue = 0
  503. local plr = game:GetService('Players').LocalPlayer
  504.  
  505. function encrypt(message, key)
  506. local encrypted = ""
  507. local total = 0
  508. for q = 1, #message do
  509. encrypted = encrypted .. string.byte(string.sub(message, q))
  510. total = total + string.byte(string.sub(message, q))
  511. end
  512. local prepended = total .. encrypted
  513. local encrypted2 = ""
  514. local total2 = 0
  515. for q = #tostring(key), 1, -1 do
  516. encrypted2 = encrypted2 .. string.sub(tostring(key), q)
  517. total2 = total2 + tonumber(string.sub(tostring(key), q))
  518. end
  519. local appended = prepended .. encrypted2 .. total2
  520. return appended
  521. end
  522. local Encrypted = encrypt(plr.Name, plr.UserId)
  523.  
  524. function getneed(value)
  525. local Util = require(game.ReplicatedStorage.Modules:WaitForChild("UtilData"))
  526. local Rebirth = game.Players.LocalPlayer.leaderstats.Rebirth
  527. local Cost = value * Util:CalculateRebirthCost(Rebirth.Value)
  528. return Cost
  529. end
  530.  
  531. icecreamfarm.MouseButton1Click:Connect(function()
  532. if not icecreamfarmm then
  533. icecreamfarm.Text = 'Ice Cream Farm : ON'
  534. icecreamfarmm = true
  535. repeat
  536. plr.Character['Ice Cream'].E:FireServer(Encrypted,800)
  537. wait(0.1)
  538.  
  539. until icecreamfarmm == false
  540. else
  541. icecreamfarm.Text = 'Ice Cream Farm : OFF'
  542. icecreamfarmm = false
  543. end
  544. end)
  545.  
  546. tokenfarm.MouseButton1Click:Connect(function()
  547. if not tokenfarmm then
  548. tokenfarm.Text = 'Token Farm : ON'
  549. tokenfarmm = true
  550. repeat
  551. for i,v in pairs(game.Workspace['Main Area'].Coins:GetChildren()) do
  552. if v.Transparency == 0 then
  553. plr.Character:MoveTo(v.Position)
  554. wait(0.5)
  555. end
  556. end
  557. for i,v in pairs(game.Workspace['Main Area'].Tokens:GetChildren()) do
  558. if v.Transparency == 0 then
  559. plr.Character:MoveTo(v.Position)
  560. wait(0.5)
  561. end
  562. end
  563. for i,v in pairs(game.Workspace['Main Area'].Gems:GetChildren()) do
  564. if v.Transparency == 0 then
  565. plr.Character:MoveTo(v.Position)
  566. wait(0.5)
  567. end
  568. end
  569. until
  570. tokenfarmm == false
  571. else
  572. tokenfarm.Text = 'Token Farm : OFF'
  573. tokenfarmm = false
  574. end
  575. end)
  576.  
  577. sellauto.MouseButton1Click:Connect(function()
  578. if not autoselll then
  579. sellauto.Text = 'Auto Sell : ON'
  580. autoselll = true
  581.  
  582. repeat
  583. local a = game.Workspace['Choco Castle']['Sell']['Sell Text']['Glow']['capital-s'].CFrame
  584. plr.Character.HumanoidRootPart.CFrame = a
  585. wait(1)
  586. until
  587. autoselll == false
  588.  
  589. else
  590.  
  591. sellauto.Text = 'Auto Sell : OFF'
  592. autoselll = false
  593.  
  594. end
  595. end)
  596.  
  597. Delgui.MouseButton1Click:Connect(function()
  598. tokenfarmm = false
  599. icecreamfarmm = false
  600. autoselll = false
  601. autorebirthh = false
  602. tokenfarmha = false
  603. autosellha = false
  604. autoselltokenha = false
  605. rainbowisui = false
  606. ihatepink = false
  607. guishow = false
  608. autosellgem = false
  609. IceCream:Destroy()
  610. end)
  611.  
  612. vipareatp.MouseButton1Click:Connect(function()
  613. local a = game.Workspace['Vip Area']['Gold Water'].Glow.Position
  614. plr.Character:MoveTo(a)
  615. end)
  616.  
  617. finishdemo.MouseButton1Click:Connect(function()
  618.  
  619. local A_1 = 9
  620. local Event = game:GetService("ReplicatedStorage").Events.Teleport
  621. Event:FireServer(A_1)
  622. wait(2.5)
  623. local a = game.Workspace.Obby['Demonic Obby'].Chest.Top.Main.Part.CFrame
  624. plr.Character.HumanoidRootPart.CFrame = a
  625. end)
  626.  
  627. autorebirth.MouseButton1Click:Connect(function()
  628. if not autorebirthh then
  629. autorebirth.Text = 'Auto Rebirth : ON'
  630. autorebirthh = true
  631.  
  632. repeat
  633. local Remote = game.ReplicatedStorage.Events['Rebirth']
  634. Remote:FireServer(RebirthValue)
  635. wait()
  636. until autorebirthh == false
  637. else
  638. autorebirth.Text = 'Auto Rebirth : OFF'
  639. autorebirthh = false
  640. end
  641. end)
  642.  
  643. tokenfarmh.MouseButton1Click:Connect(function()
  644. if not tokenfarmha then
  645. tokenfarmh.Text = 'Token Farm : ON'
  646. tokenfarmha = true
  647. repeat
  648. for i,v in pairs(workspace.Skyland.AirTokens:GetChildren()) do
  649. local moveto = game.Players.LocalPlayer.Character
  650. if v.Transparency == 0 then
  651. moveto:MoveTo(v.Position)
  652. wait(1.5)
  653. end
  654. end
  655. wait()
  656. until tokenfarmha == false
  657. else
  658. tokenfarmh.Text = 'Token Farm : OFF'
  659. tokenfarmha = false
  660. end
  661. end)
  662.  
  663. halloweentp.MouseButton1Click:Connect(function()
  664. local A_1 = -2
  665. local Event = game:GetService("ReplicatedStorage").Events.Teleport
  666. Event:FireServer(A_1)
  667.  
  668. end)
  669.  
  670. autosellh.MouseButton1Click:Connect(function()
  671. if not autosellha then
  672. autosellh.Text = 'Auto Sell : ON'
  673. autosellha = true
  674. repeat
  675. local a = workspace.Skyland['Ice Cream Truck'].Enter
  676. a.Size = Vector3.new(10,10,10)
  677. a.CFrame = plr.Character.HumanoidRootPart.CFrame
  678. wait(.5)
  679. until autosellha == false
  680. else
  681. autosellh.Text = 'Auto Sell : OFF'
  682. autosellha = false
  683. end
  684. end)
  685.  
  686. autoselltokenh.MouseButton1Click:Connect(function()
  687. if not autoselltokenha then
  688. autoselltokenh.Text = 'Auto Sell Token : ON'
  689. autoselltokenha = true
  690. repeat
  691. local a = workspace.Skyland.Sellers['Sell To Toki'].Enter
  692. a.Size = Vector3.new(10,10,10)
  693. a.CFrame = plr.Character.HumanoidRootPart.CFrame
  694. wait(.5)
  695. until autoselltokenha == false
  696. else
  697. autoselltokenh.Text = 'Auto Sell Token : OFF'
  698. autoselltokenha = false
  699. end
  700. end)
  701.  
  702. rainbowui.MouseButton1Click:Connect(function()
  703. if not rainbowisui then
  704. rainbowui.Text = 'Rainbow UI : ON'
  705. rainbowisui = true
  706. repeat
  707. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.4
  708. local g = (math.sin(workspace.DistributedGameTime)/2)+0.4
  709. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.4
  710. local color = Color3.new(r, g, b)
  711. autosellh.TextColor3 = color
  712. autoselltokenh.TextColor3 = color
  713. tokenfarmh.TextColor3 = color
  714. autorebirth.TextColor3 = color
  715. icecreamfarm.TextColor3 = color
  716. sellauto.TextColor3 = color
  717. tokenfarm.TextColor3 = color
  718. rainbowui.TextColor3 = color
  719. Delgui.TextColor3 = color
  720. Open.TextColor3 = color
  721. finishdemo.TextColor3 = color
  722. speedhack.TextColor3 = color
  723. autosellgemh.TextColor3 = color
  724. doomobby.TextColor3 = color
  725. halloweentp.TextColor3 = color
  726. vipareatp.TextColor3 = color
  727. removewinscoopsgui.TextColor3 = color
  728. superrebirth.TextColor3 = color
  729. autosellairth.TextColor3 = color
  730. wait(0.1)
  731. until rainbowisui == false
  732. else
  733. local color = Color3.new(1, 1, 1)
  734. autosellh.TextColor3 = color
  735. autoselltokenh.TextColor3 = color
  736. tokenfarmh.TextColor3 = color
  737. autorebirth.TextColor3 = color
  738. icecreamfarm.TextColor3 = color
  739. sellauto.TextColor3 = color
  740. tokenfarm.TextColor3 = color
  741. rainbowui.TextColor3 = color
  742. Delgui.TextColor3 = color
  743. Open.TextColor3 = color
  744. finishdemo.TextColor3 = color
  745. autosellgemh.TextColor3 = color
  746. doomobby.TextColor3 = color
  747. halloweentp.TextColor3 = color
  748. vipareatp.TextColor3 = color
  749. removewinscoopsgui.TextColor3 = color
  750. superrebirth.TextColor3 = color
  751. speedhack.TextColor3 = color
  752. autosellairth.TextColor3 = color
  753. rainbowisui = false
  754. rainbowui.Text = 'Rainbow UI : OFF'
  755. end
  756. end)
  757.  
  758. removewinscoopsgui.MouseButton1Click:Connect(function()
  759. if not ihatepink then
  760. ihatepink = true
  761. removewinscoopsgui.Text = 'Remove WIN Scoops GUI : ON'
  762. repeat
  763. wait()
  764. for i,v in pairs(plr.PlayerGui:GetChildren()) do
  765. if v.Name == 'ScoopsGui' then v:Destroy()
  766. end
  767. end
  768. until ihatepink == false
  769. else
  770. ihatepink = false
  771. removewinscoopsgui.Text = 'Remove WIN Scoops GUI : OFF'
  772. end
  773. end)
  774.  
  775. Open.MouseButton1Click:Connect(function()
  776. if not guishow then
  777. Open.Text = 'Hide GUI'
  778. guishow = true
  779. mainframe.Visible = true
  780. halloweenframe.Visible = true
  781. tpframe.Visible = true
  782. settingsframe.Visible = true
  783. else
  784. Open.Text = 'Show GUI'
  785. guishow = false
  786. mainframe.Visible = false
  787. halloweenframe.Visible = false
  788. tpframe.Visible = false
  789. settingsframe.Visible = false
  790. end
  791. end)
  792.  
  793. speedhack.MouseButton1Click:Connect(function()
  794. if not speedhacking then
  795. speedhacking = true
  796. speedhack.Text = 'SpeedHack : ON'
  797. plr.Character.Humanoid.WalkSpeed = 64
  798. else
  799. speedhacking = false
  800. speedhack.Text = 'SpeedHack : OFF'
  801. plr.Character.Humanoid.WalkSpeed = 16
  802. end
  803. end)
  804.  
  805. superrebirth.MouseButton1Click:Connect(function()
  806. if not superriri then
  807. superriri = true
  808. superrebirth.Text = 'Auto Super Rebirth : ON'
  809. repeat
  810. local Event = game:GetService("ReplicatedStorage").Events.SuperRebirth
  811. Event:FireServer()
  812. wait()
  813. until superriri == false
  814. else
  815. superriri = false
  816. superrebirth.Text = 'Auto Super Rebirth : OFF'
  817. end
  818. end)
  819.  
  820. autosellgemh.MouseButton1Click:Connect(function()
  821. if not autosellgem then
  822. autosellgem = true
  823. autosellgemh.Text = 'Auto Sell Gems : ON'
  824. repeat
  825. local a = workspace.Skyland.Sellers['Sell To Gemma'].Enter
  826. a.Size = Vector3.new(10,10,10)
  827. a.CFrame = plr.Character.HumanoidRootPart.CFrame
  828. wait(.5)
  829. until autosellgem == false
  830. else
  831. autosellgem = false
  832. autosellgemh.Text = 'Auto Sell Gems : OFF'
  833. end
  834. end)
  835.  
  836. doomobby.MouseButton1Click:Connect(function()
  837. local Remote = game.ReplicatedStorage.Events['Teleport']
  838. Remote:FireServer(-2)
  839. wait(1)
  840. Remote:FireServer(25)
  841. wait(1)
  842. plr.Character:MoveTo(workspace.Obby['Sky Fairy Obby'].Chest.Portal.Position)
  843. end)
  844.  
  845. autosellairth.MouseButton1Click:Connect(function()
  846.  
  847. if not AutoSellAir then
  848. AutoSellAir = true
  849. autosellairth.Text = 'Auto Sell Air Token : ON'
  850. repeat
  851. local a = workspace.Skyland.Sellers['Sell To Airy'].Enter
  852. a.Size = Vector3.new(10,10,10)
  853. a.CFrame = plr.Character.HumanoidRootPart.CFrame
  854. wait(.5)
  855. until AutoSellAir == false
  856. else
  857. AutoSellAir = false
  858. autosellairth.Text = 'Auto Sell Air Token : OFF'
  859. end
  860. end)
  861.  
  862. ChooseRebirth.Changed:Connect(function()
  863. RebirthValue = tonumber(ChooseRebirth.Text) or 1
  864. getneed(RebirthValue)
  865. autorebirth.Text = ("Rebirth For " ..getneed(RebirthValue).. "?")
  866. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement