Advertisement
Guest User

asd

a guest
Oct 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 KB | None | 0 0
  1. _G.on = false
  2. _G.toggle = false
  3.  
  4. -- Objects
  5.  
  6. local Ice = Instance.new("ScreenGui")
  7. local MFrame = Instance.new("Frame")
  8. local TFrame = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local Tutup = Instance.new("TextButton")
  11. local Tunda = Instance.new("TextButton")
  12. local AF = Instance.new("TextButton")
  13. local CAO = Instance.new("TextButton")
  14. local AS = Instance.new("TextButton")
  15. local GT = Instance.new("TextButton")
  16. local GC = Instance.new("TextButton")
  17. local GAL = Instance.new("TextButton")
  18. local Anwarun = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. Ice.Name = "Ice"
  23. Ice.Parent = game.CoreGui
  24.  
  25. MFrame.Name = "MFrame"
  26. MFrame.Parent = Ice
  27. MFrame.Active = true
  28. MFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  29. MFrame.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  30. MFrame.BorderSizePixel = 3
  31. MFrame.Position = UDim2.new(0.188197762, 0, 0.25454545, 0)
  32. MFrame.Size = UDim2.new(0, 391, 0, 243)
  33. MFrame.Draggable = true
  34.  
  35. TFrame.Name = "TFrame"
  36. TFrame.Parent = MFrame
  37. TFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  38. TFrame.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  39. TFrame.BorderSizePixel = 3
  40. TFrame.Size = UDim2.new(0, 391, 0, 25)
  41.  
  42. Title.Name = "Title"
  43. Title.Parent = TFrame
  44. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Title.BackgroundTransparency = 1
  46. Title.Size = UDim2.new(0, 391, 0, 25)
  47. Title.Font = Enum.Font.Fantasy
  48. Title.Text = "Ice Cream Simulator"
  49. Title.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  50. Title.TextSize = 20
  51.  
  52. Tutup.Name = "Tutup"
  53. Tutup.Parent = TFrame
  54. Tutup.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  55. Tutup.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  56. Tutup.BorderSizePixel = 3
  57. Tutup.Position = UDim2.new(0.928388774, 0, 0, 0)
  58. Tutup.Size = UDim2.new(0, 28, 0, 25)
  59. Tutup.Font = Enum.Font.Fantasy
  60. Tutup.Text = "X"
  61. Tutup.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  62. Tutup.TextSize = 19
  63.  
  64. Tunda.Name = "Tunda"
  65. Tunda.Parent = TFrame
  66. Tunda.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  67. Tunda.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  68. Tunda.BorderSizePixel = 3
  69. Tunda.Position = UDim2.new(0.856777549, 0, 0, 0)
  70. Tunda.Size = UDim2.new(0, 28, 0, 25)
  71. Tunda.Font = Enum.Font.Fantasy
  72. Tunda.Text = "-"
  73. Tunda.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  74. Tunda.TextSize = 19
  75.  
  76. AF.Name = "AF"
  77. AF.Parent = MFrame
  78. AF.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  79. AF.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  80. AF.BorderSizePixel = 3
  81. AF.Position = UDim2.new(0.0383631699, 0, 0.181069955, 0)
  82. AF.Size = UDim2.new(0, 156, 0, 34)
  83. AF.Font = Enum.Font.Fantasy
  84. AF.Text = "Auto Farm"
  85. AF.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  86. AF.TextSize = 19
  87.  
  88. AS.Name = "AS"
  89. AS.Parent = MFrame
  90. AS.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  91. AS.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  92. AS.BorderSizePixel = 3
  93. AS.Position = UDim2.new(0.567774951, 0, 0.181069955, 0)
  94. AS.Size = UDim2.new(0, 156, 0, 34)
  95. AS.Font = Enum.Font.Fantasy
  96. AS.Text = "Auto Sell"
  97. AS.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  98. AS.TextSize = 19
  99.  
  100. GT.Name = "GT"
  101. GT.Parent = MFrame
  102. GT.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  103. GT.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  104. GT.BorderSizePixel = 3
  105. GT.Position = UDim2.new(0.0383631699, 0, 0.399176925, 0)
  106. GT.Size = UDim2.new(0, 156, 0, 34)
  107. GT.Font = Enum.Font.Fantasy
  108. GT.Text = "Auto Rebirth"
  109. GT.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  110. GT.TextSize = 19
  111.  
  112. GC.Name = "GC"
  113. GC.Parent = MFrame
  114. GC.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  115. GC.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  116. GC.BorderSizePixel = 3
  117. GC.Position = UDim2.new(0.567774951, 0, 0.399176925, 0)
  118. GC.Size = UDim2.new(0, 156, 0, 34)
  119. GC.Font = Enum.Font.Fantasy
  120. GC.Text = "Complete All Obby"
  121. GC.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  122. GC.TextSize = 19
  123.  
  124. GAL.Name = "GAL"
  125. GAL.Parent = MFrame
  126. GAL.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  127. GAL.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  128. GAL.BorderSizePixel = 3
  129. GAL.Position = UDim2.new(0.235294133, 0, 0.609053493, 0)
  130. GAL.Size = UDim2.new(0, 207, 0, 34)
  131. GAL.Font = Enum.Font.Fantasy
  132. GAL.Text = "Get Coinds And Token"
  133. GAL.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  134. GAL.TextSize = 19
  135.  
  136. Anwarun.Name = "Anwarun"
  137. Anwarun.Parent = MFrame
  138. Anwarun.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Anwarun.BackgroundTransparency = 1
  140. Anwarun.Position = UDim2.new(0.0562659837, 0, 0.897119343, 0)
  141. Anwarun.Size = UDim2.new(0, 200, 0, 25)
  142. Anwarun.Font = Enum.Font.Fantasy
  143. Anwarun.Text = "Made By Indonesian Exploiter edited By Kapten Althaf Keciikk"
  144. Anwarun.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  145. Anwarun.TextSize = 30
  146. Anwarun.TextScaled = true
  147.  
  148. -- Script Button ( Tombol )
  149.  
  150. -- Script
  151.  
  152. Iex = false
  153.  
  154. Tunda.MouseButton1Down:connect(function()
  155. if Iex == false then
  156. MFrame:TweenSize(UDim2.new(0, 391, 0, 23),"In","Sine",0,true)
  157. wait(0.1)
  158. AF.Visible = false
  159. AS.Visible = false
  160. GT.Visible = false
  161. GC.Visible = false
  162. GAL.Visible = false
  163. Anwarun.Visible = false
  164. Iex = true
  165. else
  166. MFrame:TweenSize(UDim2.new(0, 391, 0, 243),"In","Sine",0,true)
  167. wait(0.1)
  168. AF.Visible = true
  169. AS.Visible = true
  170. GT.Visible = true
  171. GC.Visible = true
  172. GAL.Visible = true
  173. Iex = false
  174. end
  175. end)
  176.  
  177. Tutup.MouseButton1Down:connect(function()
  178. Ice:Destroy()
  179. end)
  180.  
  181. AF.MouseButton1Click:connect(function()
  182. _G.on = true
  183. while _G.on do
  184. wait()
  185. local A_1 = 11
  186. local Event = game:GetService("ReplicatedStorage").Events.BuyEquipCone
  187. Event:FireServer(A_1)
  188. local A_1 = 21
  189. local Event = game:GetService("ReplicatedStorage").Events.UnlockFlavor
  190. Event:FireServer(A_1)
  191. local name = game.Players.LocalPlayer.Name
  192. local remote = game:GetService("Workspace")[name]["Ice Cream"].E
  193. remote:FireServer()
  194. end
  195. end)
  196.  
  197. AS.MouseButton1Click:connect(function()
  198. _G.toggle = true
  199. while _G.toggle do
  200. wait()
  201. local plr = game.Players.LocalPlayer.Name
  202. workspace["Main Area"]["Ice Cream Truck"].Enter.CFrame = workspace[plr].HumanoidRootPart.CFrame
  203. end
  204. end)
  205.  
  206. GT.MouseButton1Down:connect(function()
  207. _G.toggle = true
  208. while _G.toggle do
  209. wait()
  210. game:GetService('RunService').Stepped:wait()
  211. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  212. Event:FireServer()
  213. end
  214. end)
  215.  
  216. GC.MouseButton1Down:connect(function()
  217. plr = game.Players.LocalPlayer
  218. for i,obby in pairs(game.Workspace.Obby:GetChildren()) do
  219. local chest = obby:FindFirstChild("Chest")
  220. plr.Character.HumanoidRootPart.CFrame = chest.Portal.CFrame
  221. wait(1.5)
  222.  
  223. end
  224. --Reset after you are done
  225. end)
  226.  
  227. GAL.MouseButton1Down:connect(function()
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11, 5, -1)
  229. wait(0.1)
  230. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79, 5, -50)
  231. wait(0.1)
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 5, 15)
  233. wait(0.1)
  234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49, 5, 52)
  235. wait(0.1)
  236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-32, 5, 56)
  237. wait(0.1)
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(31, 5, 56)
  239. wait(0.1)
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(201, 5, -65)
  241. wait(0.1)
  242. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(188, 5, -155)
  243. wait(0.1)
  244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(62, 5, -144)
  245. wait(0.1)
  246. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-64, 5, -203)
  247. wait(0.1)
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(88, 5, 183)
  249. wait(0.1)
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154, 5, 122)
  251. wait(0.1)
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(114, 5, 137)
  253. wait(0.1)
  254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(37, 5, 193)
  255. wait(0.1)
  256. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30, 5, 137)
  257. wait(0.1)
  258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(181, 5, 192)
  259. wait(0.1)
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(195, 5, 123)
  261. wait(0.1)
  262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(37, 5, 193)
  263. wait(0.1)
  264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-59, 5, 79)
  265. wait(0.1)
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-114, 5, 52)
  267. wait(0.1)
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-56, 5, -17)
  269. wait(0.1)
  270. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(47, 5, 19)
  271. wait(0.1)
  272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(111, 5, -41)
  273. wait(0.1)
  274. game.Players.LocalPlayer.Character.HumanoidRootPaart.CFrame = CFrame.new(159, 5, 22)
  275. wait(0.1)
  276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(95, 5, -202)
  277. wait(0.1)
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 5, -178)
  279. wait(0.1)
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-176, 5, -209)
  281. wait(0.1)
  282. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93, 5, -166)
  283. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement