Scriptorz5

ice cream sim gui

Oct 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. -- By Titanium Exploits Team
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local OpenF = Instance.new("Frame")
  5. local Bar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local openB = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local Bar_2 = Instance.new("Frame")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local IcecreamautofarmB = Instance.new("TextButton")
  13. local CoinsfarmB = Instance.new("TextButton")
  14. local TokensfarmB = Instance.new("TextButton")
  15. local CoinsfarmBstop = Instance.new("TextButton")
  16. local TokensfarmBstop = Instance.new("TextButton")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local TovipB = Instance.new("TextButton")
  19. local ChokoobbyB = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. OpenF.Name = "OpenF"
  24. OpenF.Parent = ScreenGui
  25. OpenF.Active = true
  26. OpenF.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  27. OpenF.BorderSizePixel = 0
  28. OpenF.Position = UDim2.new(0.759517133, 0, 0.812267661, 0)
  29. OpenF.Selectable = true
  30. OpenF.Size = UDim2.new(0, 259, 0, 101)
  31.  
  32. Bar.Name = "Bar"
  33. Bar.Parent = OpenF
  34. Bar.Active = true
  35. Bar.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
  36. Bar.BorderSizePixel = 0
  37. Bar.Selectable = true
  38. Bar.Size = UDim2.new(0, 259, 0, 29)
  39.  
  40. TextLabel.Parent = Bar
  41. TextLabel.Active = true
  42. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextLabel.BackgroundTransparency = 1
  44. TextLabel.Selectable = true
  45. TextLabel.Size = UDim2.new(0, 259, 0, 35)
  46. TextLabel.Font = Enum.Font.Cartoon
  47. TextLabel.Text = "By Titanium Exploits Team"
  48. TextLabel.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14
  51. TextLabel.TextWrapped = true
  52.  
  53. openB.Name = "openB"
  54. openB.Parent = OpenF
  55. openB.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
  56. openB.Position = UDim2.new(0.193050191, 0, 0.46910736, 0)
  57. openB.Size = UDim2.new(0, 159, 0, 36)
  58. openB.Selected = true
  59. openB.Font = Enum.Font.Cartoon
  60. openB.Text = "Open"
  61. openB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  62. openB.TextScaled = true
  63. openB.TextSize = 14
  64. openB.TextWrapped = true
  65. openB.MouseButton1Down:connect(function()
  66. OpenF.Visible = false
  67. Frame.Visible = true
  68. end)
  69.  
  70. Frame.Parent = ScreenGui
  71. Frame.Active = true
  72. Frame.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  73. Frame.BorderSizePixel = 0
  74. Frame.Position = UDim2.new(0.446610957, 0, 0.208178446, 0)
  75. Frame.Selectable = true
  76. Frame.Size = UDim2.new(0, 234, 0, 309)
  77. Frame.Visible = false
  78.  
  79. Bar_2.Name = "Bar"
  80. Bar_2.Parent = Frame
  81. Bar_2.Active = true
  82. Bar_2.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
  83. Bar_2.BorderSizePixel = 0
  84. Bar_2.Selectable = true
  85. Bar_2.Size = UDim2.new(0, 234, 0, 31)
  86.  
  87. TextLabel_2.Parent = Bar_2
  88. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel_2.BackgroundTransparency = 1
  90. TextLabel_2.BorderSizePixel = 0
  91. TextLabel_2.Size = UDim2.new(0, 234, 0, 31)
  92. TextLabel_2.Font = Enum.Font.Cartoon
  93. TextLabel_2.Text = "Ice Cream GUI"
  94. TextLabel_2.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  95. TextLabel_2.TextScaled = true
  96. TextLabel_2.TextSize = 14
  97. TextLabel_2.TextWrapped = true
  98.  
  99. TextLabel_3.Parent = Frame
  100. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextLabel_3.BackgroundTransparency = 1
  102. TextLabel_3.BorderSizePixel = 0
  103. TextLabel_3.Position = UDim2.new(0, 0, 0.0992541164, 0)
  104. TextLabel_3.Size = UDim2.new(0, 234, 0, 31)
  105. TextLabel_3.Font = Enum.Font.Cartoon
  106. TextLabel_3.Text = "Farm:"
  107. TextLabel_3.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  108. TextLabel_3.TextScaled = true
  109. TextLabel_3.TextSize = 14
  110. TextLabel_3.TextWrapped = true
  111.  
  112. IcecreamautofarmB.Name = "IcecreamautofarmB"
  113. IcecreamautofarmB.Parent = Frame
  114. IcecreamautofarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  115. IcecreamautofarmB.Position = UDim2.new(0, 0, 0.20064725, 0)
  116. IcecreamautofarmB.Size = UDim2.new(0, 105, 0, 39)
  117. IcecreamautofarmB.Selected = true
  118. IcecreamautofarmB.Font = Enum.Font.Cartoon
  119. IcecreamautofarmB.Text = "Ice Cream Auto Farm"
  120. IcecreamautofarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  121. IcecreamautofarmB.TextScaled = true
  122. IcecreamautofarmB.TextSize = 14
  123. IcecreamautofarmB.TextWrapped = true
  124. IcecreamautofarmB.MouseButton1Down:connect(function()
  125. _G.on = true
  126. while _G.on do
  127. wait()
  128. local name = game.Players.LocalPlayer.Name
  129. local remote = game:GetService("Workspace")[name]["Ice Cream"].E
  130. remote:FireServer()
  131. end
  132. end)
  133.  
  134. CoinsfarmB.Name = "CoinsfarmB"
  135. CoinsfarmB.Parent = Frame
  136. CoinsfarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  137. CoinsfarmB.Position = UDim2.new(0.551282048, 0, 0.20064725, 0)
  138. CoinsfarmB.Size = UDim2.new(0, 105, 0, 39)
  139. CoinsfarmB.Selected = true
  140. CoinsfarmB.Font = Enum.Font.Cartoon
  141. CoinsfarmB.Text = "Coins Farm"
  142. CoinsfarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  143. CoinsfarmB.TextScaled = true
  144. CoinsfarmB.TextSize = 14
  145. CoinsfarmB.TextWrapped = true
  146. CoinsfarmB.MouseButton1Down:connect(function()
  147. --LOOP
  148. _G.coins = true
  149. while _G.coins do
  150. wait(1) -- For Crash
  151. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  152. for i,v in pairs(game.Workspace:GetChildren()) do
  153. if v.name == "Main Area" then
  154. for _, b in pairs(v.Coins:GetChildren()) do
  155. if b.name == "RedCoin" then
  156. b.CFrame = d.CFrame
  157. end
  158. end
  159. end
  160. end
  161. end
  162. end)
  163.  
  164. TokensfarmB.Name = "TokensfarmB"
  165. TokensfarmB.Parent = Frame
  166. TokensfarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  167. TokensfarmB.Position = UDim2.new(0, 0, 0.36245954, 0)
  168. TokensfarmB.Size = UDim2.new(0, 105, 0, 39)
  169. TokensfarmB.Selected = true
  170. TokensfarmB.Font = Enum.Font.Cartoon
  171. TokensfarmB.Text = "Tokens Farm"
  172. TokensfarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  173. TokensfarmB.TextScaled = true
  174. TokensfarmB.TextSize = 14
  175. TokensfarmB.TextWrapped = true
  176. TokensfarmB.MouseButton1Click:connect(function()
  177. _G.token = true
  178. while _G.token do
  179. wait(1) -- For Crash
  180. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  181. for i,v in pairs(game.Workspace:GetChildren()) do
  182. if v.name == "Main Area" then
  183. for _, b in pairs(v.Tokens:GetChildren()) do
  184. if b.name == "Token" then
  185. b.CFrame = d.CFrame
  186. end
  187. end
  188. end
  189. end
  190. end
  191. end)
  192.  
  193. CoinsfarmBstop.Name = "CoinsfarmBstop"
  194. CoinsfarmBstop.Parent = Frame
  195. CoinsfarmBstop.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  196. CoinsfarmBstop.Position = UDim2.new(0.551282048, 0, 0.36245954, 0)
  197. CoinsfarmBstop.Size = UDim2.new(0, 105, 0, 39)
  198. CoinsfarmBstop.Selected = true
  199. CoinsfarmBstop.Font = Enum.Font.Cartoon
  200. CoinsfarmBstop.Text = "Coins Farm stop"
  201. CoinsfarmBstop.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  202. CoinsfarmBstop.TextScaled = true
  203. CoinsfarmBstop.TextSize = 14
  204. CoinsfarmBstop.TextWrapped = true
  205. CoinsfarmBstop.MouseButton1Click:connect(function()
  206. _G.coins = false
  207. end)
  208.  
  209. TokensfarmBstop.Name = "TokensfarmBstop"
  210. TokensfarmBstop.Parent = Frame
  211. TokensfarmBstop.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  212. TokensfarmBstop.Position = UDim2.new(0, 0, 0.524271846, 0)
  213. TokensfarmBstop.Size = UDim2.new(0, 105, 0, 39)
  214. TokensfarmBstop.Selected = true
  215. TokensfarmBstop.Font = Enum.Font.Cartoon
  216. TokensfarmBstop.Text = "Tokens Farm Stop"
  217. TokensfarmBstop.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  218. TokensfarmBstop.TextScaled = true
  219. TokensfarmBstop.TextSize = 14
  220. TokensfarmBstop.TextWrapped = true
  221. TokensfarmBstop.MouseButton1Down:connect(function()
  222. _G.token = false
  223. end)
  224.  
  225. TextLabel_4.Parent = Frame
  226. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  227. TextLabel_4.BackgroundTransparency = 1
  228. TextLabel_4.BorderSizePixel = 0
  229. TextLabel_4.Position = UDim2.new(0, 0, 0.64941597, 0)
  230. TextLabel_4.Size = UDim2.new(0, 234, 0, 31)
  231. TextLabel_4.Font = Enum.Font.Cartoon
  232. TextLabel_4.Text = "Teleports:"
  233. TextLabel_4.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  234. TextLabel_4.TextScaled = true
  235. TextLabel_4.TextSize = 14
  236. TextLabel_4.TextWrapped = true
  237.  
  238. TovipB.Name = "TovipB"
  239. TovipB.Parent = Frame
  240. TovipB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  241. TovipB.Position = UDim2.new(0, 0, 0.770226538, 0)
  242. TovipB.Size = UDim2.new(0, 105, 0, 39)
  243. TovipB.Selected = true
  244. TovipB.Font = Enum.Font.Cartoon
  245. TovipB.Text = "To VIP Area"
  246. TovipB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  247. TovipB.TextScaled = true
  248. TovipB.TextSize = 14
  249. TovipB.TextWrapped = true
  250. TovipB.MouseButton1Down:connect(function()
  251. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  252. plr.CFrame = CFrame.new(Vector3.new(14.3, 6.45, 908.42))
  253. end)
  254.  
  255. ChokoobbyB.Name = "ChokoobbyB"
  256. ChokoobbyB.Parent = Frame
  257. ChokoobbyB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
  258. ChokoobbyB.Position = UDim2.new(0.551282048, 0, 0.770226538, 0)
  259. ChokoobbyB.Size = UDim2.new(0, 105, 0, 39)
  260. ChokoobbyB.Selected = true
  261. ChokoobbyB.Font = Enum.Font.Cartoon
  262. ChokoobbyB.Text = "To choko obby"
  263. ChokoobbyB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
  264. ChokoobbyB.TextScaled = true
  265. ChokoobbyB.TextSize = 14
  266. ChokoobbyB.TextWrapped = true
  267. ChokoobbyB.MouseButton1Down:connect(function()
  268. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  269. plr.CFrame = CFrame.new(Vector3.new(-630.98, 9.45, 697.54))
  270. end)
  271.  
  272. -- Scripts:
  273. function SCRIPT_VBSG87_FAKESCRIPT() -- ScreenGui.LocalScript
  274. getfenv().script = Instance.new('LocalScript', ScreenGui)
  275.  
  276. frame = script.Parent.Frame
  277. frame.Draggable = true
  278. frame.Active = true
  279. frame.Selectable = true
  280.  
  281. end
  282. coroutine.resume(coroutine.create(SCRIPT_VBSG87_FAKESCRIPT))
Add Comment
Please, Sign In to add comment