Scriptorz5

[RELEASE] ICE CREAM SIMULATOR [INFCOINS,AUTOREBIRH,MORE]

Oct 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. plr = game:GetService('Players').LocalPlayer
  2. B1 = 0
  3. B2 = 0
  4. B3 = 0
  5. B4 = 0
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local HYLYH = Instance.new("Frame")
  8. HYLYH.Active = true
  9. HYLYH.Draggable = true
  10. local Main1 = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local owner = Instance.new("TextLabel")
  13. local Main2 = Instance.new("Frame")
  14. local autofarm = Instance.new("TextButton")
  15. local autosell = Instance.new("TextButton")
  16. local autorebirth = Instance.new("TextButton")
  17. local tokens = Instance.new("TextButton")
  18. local lampu = Instance.new("Frame")
  19. local Light1 = Instance.new("TextLabel")
  20. local Light2 = Instance.new("TextLabel")
  21. local Light4 = Instance.new("TextLabel")
  22. local Light3 = Instance.new("TextLabel")
  23. warn 'SUBSCRIBE FERRY CHANNEL'
  24. print 'SUB! SUB! SUB!'
  25. warn 'credit : Nootella'
  26. --Properties:
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. HYLYH.Name = "HYLYH"
  30. HYLYH.Parent = ScreenGui
  31. HYLYH.BackgroundColor3 = Color3.new(0.552941, 0.501961, 0.498039)
  32. HYLYH.Position = UDim2.new(0.239831701, 0, 0.0934393704, 0)
  33. HYLYH.Size = UDim2.new(0, 371, 0, 241)
  34.  
  35. Main1.Name = "Main1"
  36. Main1.Parent = HYLYH
  37. Main1.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Main1.BackgroundTransparency = 0.40000000596046
  39. Main1.Position = UDim2.new(0.18328841, 0, 0.032010518, 0)
  40. Main1.Size = UDim2.new(0, 234, 0, 48)
  41.  
  42. TextLabel.Parent = Main1
  43. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextLabel.BackgroundTransparency = 1
  45. TextLabel.Position = UDim2.new(0.0726495758, 0, 0, 0)
  46. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  47. TextLabel.Font = Enum.Font.Cartoon
  48. TextLabel.Text = "ICE CREAM SIMULATOR"
  49. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  50. TextLabel.TextSize = 21
  51.  
  52. owner.Name = "owner"
  53. owner.Parent = Main1
  54. owner.BackgroundColor3 = Color3.new(1, 1, 1)
  55. owner.BackgroundTransparency = 1
  56. owner.Position = UDim2.new(0.0789743587, 0, 4.85416698, 0)
  57. owner.Size = UDim2.new(0, 200, 0, 26)
  58. owner.Font = Enum.Font.Cartoon
  59. owner.Text = "GUI BY : RBXLStealit"
  60. owner.TextColor3 = Color3.new(0, 0, 0)
  61. owner.TextSize = 14
  62.  
  63. Main2.Name = "Main2"
  64. Main2.Parent = HYLYH
  65. Main2.BackgroundColor3 = Color3.new(0.584314, 1, 0.109804)
  66. Main2.BackgroundTransparency = 0.75
  67. Main2.Position = UDim2.new(0.0350404307, 0, 0.306382984, 0)
  68. Main2.Size = UDim2.new(0, 346, 0, 153)
  69.  
  70. autofarm.Name = "autofarm"
  71. autofarm.Parent = Main2
  72. autofarm.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
  73. autofarm.BackgroundTransparency = 0.69999998807907
  74. autofarm.BorderSizePixel = 6
  75. autofarm.Position = UDim2.new(0.0289017335, 0, 0.0849673226, 0)
  76. autofarm.Size = UDim2.new(0, 127, 0, 31)
  77. autofarm.SizeConstraint = Enum.SizeConstraint.RelativeXX
  78. autofarm.Font = Enum.Font.Cartoon
  79. autofarm.Text = "Auto Farm[EQUIP ICE CREAM]"
  80. autofarm.TextColor3 = Color3.new(0, 0, 0)
  81. autofarm.TextSize = 10
  82.  
  83. autosell.Name = "autosell"
  84. autosell.Parent = Main2
  85. autosell.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
  86. autosell.BackgroundTransparency = 0.69999998807907
  87. autosell.BorderSizePixel = 6
  88. autosell.Position = UDim2.new(0.0289017335, 0, 0.712418318, 0)
  89. autosell.Size = UDim2.new(0, 127, 0, 31)
  90. autosell.SizeConstraint = Enum.SizeConstraint.RelativeXX
  91. autosell.Font = Enum.Font.Cartoon
  92. autosell.Text = "Autosell"
  93. autosell.TextColor3 = Color3.new(0, 0, 0)
  94. autosell.TextSize = 30
  95.  
  96. autorebirth.Name = "autorebirth"
  97. autorebirth.Parent = Main2
  98. autorebirth.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
  99. autorebirth.BackgroundTransparency = 0.69999998807907
  100. autorebirth.BorderSizePixel = 6
  101. autorebirth.Position = UDim2.new(0.604046285, 0, 0.0849673152, 0)
  102. autorebirth.Size = UDim2.new(0, 127, 0, 31)
  103. autorebirth.SizeConstraint = Enum.SizeConstraint.RelativeXX
  104. autorebirth.Font = Enum.Font.Cartoon
  105. autorebirth.Text = "AUTO REBIRTH"
  106. autorebirth.TextColor3 = Color3.new(0, 0, 0)
  107. autorebirth.TextSize = 20
  108.  
  109. tokens.Name = "tokens"
  110. tokens.Parent = Main2
  111. tokens.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
  112. tokens.BackgroundTransparency = 0.69999998807907
  113. tokens.BorderSizePixel = 6
  114. tokens.Position = UDim2.new(0.604046285, 0, 0.712418318, 0)
  115. tokens.Size = UDim2.new(0, 127, 0, 31)
  116. tokens.SizeConstraint = Enum.SizeConstraint.RelativeXX
  117. tokens.Font = Enum.Font.Cartoon
  118. tokens.Text = "TP TOKENS"
  119. tokens.TextColor3 = Color3.new(0, 0, 0)
  120. tokens.TextSize = 28
  121.  
  122. lampu.Name = "lampu"
  123. lampu.Parent = HYLYH
  124. lampu.BackgroundColor3 = Color3.new(1, 1, 1)
  125. lampu.BackgroundTransparency = 1
  126. lampu.Position = UDim2.new(1.02216434, 0, 1.17553604, 0)
  127. lampu.Size = UDim2.new(0, 100, 0, 100)
  128.  
  129. Light1.Name = "Light1"
  130. Light1.Parent = lampu
  131. Light1.BackgroundColor3 = Color3.new(0, 0, 0)
  132. Light1.BackgroundTransparency = 0.40000000596046
  133. Light1.Position = UDim2.new(-3.55999994, 0, -1.96000004, 0)
  134. Light1.Size = UDim2.new(0, 17, 0, 14)
  135. Light1.Font = Enum.Font.SourceSans
  136. Light1.Text = ""
  137. Light1.TextColor3 = Color3.new(0, 0, 0)
  138. Light1.TextSize = 14
  139. Light1.TextStrokeTransparency = 0
  140.  
  141. Light2.Name = "Light2"
  142. Light2.Parent = lampu
  143. Light2.BackgroundColor3 = Color3.new(0, 0, 0)
  144. Light2.BackgroundTransparency = 0.40000000596046
  145. Light2.Position = UDim2.new(-3.55999994, 0, -1, 0)
  146. Light2.Size = UDim2.new(0, 17, 0, 14)
  147. Light2.Font = Enum.Font.SourceSans
  148. Light2.Text = ""
  149. Light2.TextColor3 = Color3.new(0, 0, 0)
  150. Light2.TextSize = 14
  151.  
  152. Light4.Name = "Light4"
  153. Light4.Parent = lampu
  154. Light4.BackgroundColor3 = Color3.new(0, 0, 0)
  155. Light4.BackgroundTransparency = 0.40000000596046
  156. Light4.Position = UDim2.new(-1.56999993, 0, -1.96000004, 0)
  157. Light4.Size = UDim2.new(0, 17, 0, 14)
  158. Light4.Font = Enum.Font.SourceSans
  159. Light4.Text = ""
  160. Light4.TextColor3 = Color3.new(0, 0, 0)
  161. Light4.TextSize = 14
  162.  
  163. Light3.Name = "Light3"
  164. Light3.Parent = lampu
  165. Light3.BackgroundColor3 = Color3.new(0, 0, 0)
  166. Light3.BackgroundTransparency = 0.40000000596046
  167. Light3.Position = UDim2.new(-1.56999993, 0, -1, 0)
  168. Light3.Size = UDim2.new(0, 17, 0, 14)
  169. Light3.Font = Enum.Font.SourceSans
  170. Light3.Text = ""
  171. Light3.TextColor3 = Color3.new(0, 0, 0)
  172. Light3.TextSize = 14
  173. -- Scripts:
  174. autofarm.MouseButton1Click:connect(function()
  175. if B1 == 0 then
  176. B1 = 1
  177. Light1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) --White
  178. while B1 == 1 do
  179. game:GetService('RunService').Stepped:wait()
  180. local Event = game:GetService("Workspace")[plr.Name]["Ice Cream"].E
  181. Event:FireServer()
  182.  
  183. local A_1 = 11
  184. local Event = game:GetService("ReplicatedStorage").Events.BuyEquipCone
  185. Event:FireServer(A_1)
  186.  
  187. local A_1 = 21
  188. local Event = game:GetService("ReplicatedStorage").Events.UnlockFlavor
  189. Event:FireServer(A_1)
  190.  
  191. end
  192. elseif B1 == 1 then
  193. B1 = 0
  194. Light1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) --Black
  195. end
  196. end)
  197.  
  198. autosell.MouseButton1Click:connect(function()
  199. if B2 == 0 then
  200. B2 = 1
  201. Light2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) --White
  202. while B2 == 1 do
  203. game:GetService('RunService').Stepped:wait()
  204. local sell = game.Workspace["Main Area"]["Ice Cream Truck"]:FindFirstChild("Enter")
  205. plr.Character.HumanoidRootPart.CFrame = sell.CFrame
  206. wait()
  207. plr.Character.HumanoidRootPart.CFrame = sell.CFrame * CFrame.new(-5,0,0)
  208. wait()
  209. end
  210. elseif B2 == 1 then
  211. B2 = 0
  212. Light2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) --Black
  213. end
  214. end)
  215. tokens.MouseButton1Click:connect(function()
  216. if B3 == 0 then
  217. B3 = 1
  218. Light3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) --White
  219. while B3 == 1 do
  220. game:GetService('RunService').Stepped:wait()
  221. local children = game.Workspace:GetChildren()
  222. for _, child in pairs(children) do
  223. game:GetService('RunService').Stepped:wait()
  224. if B3 == 1 then
  225. for _, child in pairs(child:GetChildren()) do
  226. game:GetService('RunService').Stepped:wait()
  227. if B3 == 1 then
  228. table.insert(children, child)
  229. end
  230. if child:IsA("BasePart") and child.Name == "Token" and B3 == 1 then
  231. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  232. end
  233. end
  234. end
  235. end
  236. end
  237. elseif B3 == 1 then
  238. B3 = 0
  239. Light3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) --Black
  240. end
  241. end)
  242. autorebirth.MouseButton1Click:connect(function()
  243. if B4 == 0 then
  244. B4 = 1
  245. Light4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) --White
  246. while B4 == 1 do
  247. game:GetService('RunService').Stepped:wait()
  248.  
  249. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  250. Event:FireServer()
  251.  
  252. end
  253. elseif B4 == 1 then
  254. B4 = 0
  255. Light4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) --Black
  256. end
  257. end)
Add Comment
Please, Sign In to add comment