Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[Made By FazzaRBLX Subscribe For Next Script
- -- Subscribe FazzaRBLX And Bebeamaja RBLX YT Channel
- --Object:
- local ICE = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local ExitMain = Instance.new("TextButton")
- local GT = Instance.new("TextButton")
- local AF = Instance.new("TextButton")
- local AS = Instance.new("TextButton")
- local Creadit = Instance.new("TextLabel")
- local SP = Instance.new("TextButton")
- local AR = Instance.new("TextButton")
- local AC = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- --Properties:
- ICE.Name = "ICE"
- ICE.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = ICE
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- MainFrame.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- MainFrame.Selectable = true
- MainFrame.Position = UDim2.new(0.272404611, 0, 0.258785933, 0)
- MainFrame.Size = UDim2.new(0, 445, 0, 285)
- MainFrame.Draggable = true
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Title.Size = UDim2.new(0, 445, 0, 50)
- Title.Font = Enum.Font.SourceSansBold
- Title.Text = "Ice Cream Simulator"
- Title.TextColor3 = Color3.new(0.333333, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 15
- Title.TextWrapped = true
- ExitMain.Name = "ExitMain"
- ExitMain.Parent = MainFrame
- ExitMain.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- ExitMain.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- ExitMain.Position = UDim2.new(0.928089917, 0, 0, 0)
- ExitMain.Size = UDim2.new(0, 32, 0, 50)
- ExitMain.Font = Enum.Font.SourceSansBold
- ExitMain.Text = "X"
- ExitMain.TextColor3 = Color3.new(1, 0, 0)
- ExitMain.TextScaled = true
- ExitMain.TextSize = 14
- ExitMain.TextWrapped = true
- ExitMain.MouseButton1Down:connect(function()
- MainFrame:Destroy()
- end)
- GT.Name = "GT"
- GT.Parent = MainFrame
- GT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- GT.Position = UDim2.new(0.0898876414, 0, 0.221052647, 0)
- GT.Size = UDim2.new(0, 160, 0, 50)
- GT.Font = Enum.Font.SourceSansBold
- GT.Text = "GET TOKEN"
- GT.TextColor3 = Color3.new(0.333333, 1, 1)
- GT.TextScaled = true
- GT.TextSize = 14
- GT.TextWrapped = true
- GT.MouseButton1Down:connect(function()
- while wait(2) do
- for i, v in pairs(Tokens) do
- v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
- end
- for i, v in pairs(Tokens2) do
- v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
- end
- for i, v in pairs(Gems) do
- v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
- end
- for i, v in pairs(Gems2) do
- v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
- end
- if AutoTokensToggled == false then
- break
- end
- end
- end
- end)
- AF.Name = "AF"
- AF.Parent = MainFrame
- AF.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AF.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AF.Position = UDim2.new(0.0921348333, 0, 0.44561404, 0)
- AF.Size = UDim2.new(0, 160, 0, 50)
- AF.Font = Enum.Font.SourceSansBold
- AF.Text = "AUTO FARM"
- AF.TextColor3 = Color3.new(0.333333, 1, 1)
- AF.TextScaled = true
- AF.TextSize = 14
- AF.TextWrapped = true
- AF.MouseButton1Down:connect(function()
- while wait(0.01) do
- if Backpack:FindFirstChild("Ice Cream") then
- Backpack:FindFirstChild("Ice Cream").E:FireServer()
- elseif Character:FindFirstChild("Ice Cream") then
- Character:FindFirstChild("Ice Cream").E:FireServer()
- end
- if RapidEatToggled == false then
- break
- end
- end
- end
- end)
- AS.Name = "AS"
- AS.Parent = MainFrame
- AS.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AS.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AS.Position = UDim2.new(0.577528059, 0, 0.44561404, 0)
- AS.Size = UDim2.new(0, 160, 0, 50)
- AS.Font = Enum.Font.SourceSansBold
- AS.Text = "AUTO SELL"
- AS.TextColor3 = Color3.new(0.333333, 1, 1)
- AS.TextScaled = true
- AS.TextSize = 14
- AS.TextWrapped = true
- AS.MouseButton1Down:connect(function()
- while wait(0.01) do
- ChocoCastle.Sell.Sell.CFrame = player.Character:FindFirstChild("HumanoidRootPart").CFrame
- IceCreamTruck:FindFirstChild("Enter").CFrame = player.Character:FindFirstChild("HumanoidRootPart").CFrame
- if SellAnywhereToggled == false then
- IceCreamTruck.Enter.CFrame = StartPosition
- ChocoCastle.Sell.Sell.CFrame = StartPosition2
- break
- end
- end
- end
- end)
- Creadit.Name = "Creadit"
- Creadit.Parent = MainFrame
- Creadit.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Creadit.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Creadit.Position = UDim2.new(0, 0, 0.926315784, 0)
- Creadit.Size = UDim2.new(0, 200, 0, 21)
- Creadit.Font = Enum.Font.SourceSans
- Creadit.Text = "Made By >>FazzaRBLX<< YT Channel"
- Creadit.TextColor3 = Color3.new(1, 0, 0)
- Creadit.TextSize = 14
- SP.Name = "SP"
- SP.Parent = MainFrame
- SP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- SP.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- SP.Position = UDim2.new(0.577528119, 0, 0.221052632, 0)
- SP.Size = UDim2.new(0, 156, 0, 50)
- SP.Font = Enum.Font.SourceSansBold
- SP.Text = "SUPER SPEED"
- SP.TextColor3 = Color3.new(0.333333, 1, 1)
- SP.TextScaled = true
- SP.TextSize = 14
- SP.TextWrapped = true
- SP.MouseButton1Down:connect(function()
- player.Character.Humanoid.WalkSpeed = 60
- end
- end)
- AR.Name = "AR"
- AR.Parent = MainFrame
- AR.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AR.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AR.Position = UDim2.new(0.0921348333, 0, 0.694736838, 0)
- AR.Size = UDim2.new(0, 160, 0, 41)
- AR.Font = Enum.Font.SourceSansBold
- AR.Text = "AUTO REBIRTH"
- AR.TextColor3 = Color3.new(0.333333, 1, 1)
- AR.TextScaled = true
- AR.TextSize = 14
- AR.TextWrapped = true
- AR.MouseButton1Down:connect(function()
- while wait(0.01) do
- game.ReplicatedStorage.Events.Rebirth:FireServer()
- if AutoRebirthToggled == false then
- break
- end
- end
- end
- end)
- AC.Name = "AC"
- AC.Parent = MainFrame
- AC.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AC.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AC.Position = UDim2.new(0.577528119, 0, 0.694736838, 0)
- AC.Size = UDim2.new(0, 160, 0, 41)
- AC.Font = Enum.Font.SourceSansBold
- AC.Text = "AUTO CASH"
- AC.TextColor3 = Color3.new(0.333333, 1, 1)
- AC.TextScaled = true
- AC.TextSize = 14
- AC.TextWrapped = true
- AC.MouseButton1Down:connect(function()
- while wait(1) do
- for i, v in pairs(Coins) do
- v.CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
- end
- if AutoCashToggled == false then
- break
- end
- end
- end
- end)
- open.Name = "open"
- open.Parent = ICE
- open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- open.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- open.Position = UDim2.new(-1.86264515e-09, 0, 0.58306706, 0)
- open.Size = UDim2.new(0, 84, 0, 31)
- open.Font = Enum.Font.SourceSansBold
- open.Text = "OPEN"
- open.TextColor3 = Color3.new(0.333333, 1, 1)
- open.TextScaled = true
- open.TextSize = 14
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- MainFrame.Visible = false
- else
- MainFrame.Visible = true
- end)
Add Comment
Please, Sign In to add comment