Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By Titanium Exploits Team
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local OpenF = Instance.new("Frame")
- local Bar = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local openB = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local Bar_2 = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local IcecreamautofarmB = Instance.new("TextButton")
- local CoinsfarmB = Instance.new("TextButton")
- local TokensfarmB = Instance.new("TextButton")
- local CoinsfarmBstop = Instance.new("TextButton")
- local TokensfarmBstop = Instance.new("TextButton")
- local TextLabel_4 = Instance.new("TextLabel")
- local TovipB = Instance.new("TextButton")
- local ChokoobbyB = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- OpenF.Name = "OpenF"
- OpenF.Parent = ScreenGui
- OpenF.Active = true
- OpenF.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- OpenF.BorderSizePixel = 0
- OpenF.Position = UDim2.new(0.759517133, 0, 0.812267661, 0)
- OpenF.Selectable = true
- OpenF.Size = UDim2.new(0, 259, 0, 101)
- Bar.Name = "Bar"
- Bar.Parent = OpenF
- Bar.Active = true
- Bar.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
- Bar.BorderSizePixel = 0
- Bar.Selectable = true
- Bar.Size = UDim2.new(0, 259, 0, 29)
- TextLabel.Parent = Bar
- TextLabel.Active = true
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Selectable = true
- TextLabel.Size = UDim2.new(0, 259, 0, 35)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "By Titanium Exploits Team"
- TextLabel.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- openB.Name = "openB"
- openB.Parent = OpenF
- openB.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
- openB.Position = UDim2.new(0.193050191, 0, 0.46910736, 0)
- openB.Size = UDim2.new(0, 159, 0, 36)
- openB.Selected = true
- openB.Font = Enum.Font.Cartoon
- openB.Text = "Open"
- openB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- openB.TextScaled = true
- openB.TextSize = 14
- openB.TextWrapped = true
- openB.MouseButton1Down:connect(function()
- OpenF.Visible = false
- Frame.Visible = true
- end)
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.446610957, 0, 0.208178446, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 234, 0, 309)
- Frame.Visible = false
- Bar_2.Name = "Bar"
- Bar_2.Parent = Frame
- Bar_2.Active = true
- Bar_2.BackgroundColor3 = Color3.new(0.384314, 0.662745, 1)
- Bar_2.BorderSizePixel = 0
- Bar_2.Selectable = true
- Bar_2.Size = UDim2.new(0, 234, 0, 31)
- TextLabel_2.Parent = Bar_2
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Size = UDim2.new(0, 234, 0, 31)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Ice Cream GUI"
- TextLabel_2.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0, 0, 0.0992541164, 0)
- TextLabel_3.Size = UDim2.new(0, 234, 0, 31)
- TextLabel_3.Font = Enum.Font.Cartoon
- TextLabel_3.Text = "Farm:"
- TextLabel_3.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- IcecreamautofarmB.Name = "IcecreamautofarmB"
- IcecreamautofarmB.Parent = Frame
- IcecreamautofarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- IcecreamautofarmB.Position = UDim2.new(0, 0, 0.20064725, 0)
- IcecreamautofarmB.Size = UDim2.new(0, 105, 0, 39)
- IcecreamautofarmB.Selected = true
- IcecreamautofarmB.Font = Enum.Font.Cartoon
- IcecreamautofarmB.Text = "Ice Cream Auto Farm"
- IcecreamautofarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- IcecreamautofarmB.TextScaled = true
- IcecreamautofarmB.TextSize = 14
- IcecreamautofarmB.TextWrapped = true
- IcecreamautofarmB.MouseButton1Down:connect(function()
- _G.on = true
- while _G.on do
- wait()
- local name = game.Players.LocalPlayer.Name
- local remote = game:GetService("Workspace")[name]["Ice Cream"].E
- remote:FireServer()
- end
- end)
- CoinsfarmB.Name = "CoinsfarmB"
- CoinsfarmB.Parent = Frame
- CoinsfarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- CoinsfarmB.Position = UDim2.new(0.551282048, 0, 0.20064725, 0)
- CoinsfarmB.Size = UDim2.new(0, 105, 0, 39)
- CoinsfarmB.Selected = true
- CoinsfarmB.Font = Enum.Font.Cartoon
- CoinsfarmB.Text = "Coins Farm"
- CoinsfarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- CoinsfarmB.TextScaled = true
- CoinsfarmB.TextSize = 14
- CoinsfarmB.TextWrapped = true
- CoinsfarmB.MouseButton1Down:connect(function()
- --LOOP
- _G.coins = true
- while _G.coins do
- wait(1) -- For Crash
- local d = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.name == "Main Area" then
- for _, b in pairs(v.Coins:GetChildren()) do
- if b.name == "RedCoin" then
- b.CFrame = d.CFrame
- end
- end
- end
- end
- end
- end)
- TokensfarmB.Name = "TokensfarmB"
- TokensfarmB.Parent = Frame
- TokensfarmB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- TokensfarmB.Position = UDim2.new(0, 0, 0.36245954, 0)
- TokensfarmB.Size = UDim2.new(0, 105, 0, 39)
- TokensfarmB.Selected = true
- TokensfarmB.Font = Enum.Font.Cartoon
- TokensfarmB.Text = "Tokens Farm"
- TokensfarmB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TokensfarmB.TextScaled = true
- TokensfarmB.TextSize = 14
- TokensfarmB.TextWrapped = true
- TokensfarmB.MouseButton1Click:connect(function()
- _G.token = true
- while _G.token do
- wait(1) -- For Crash
- local d = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.name == "Main Area" then
- for _, b in pairs(v.Tokens:GetChildren()) do
- if b.name == "Token" then
- b.CFrame = d.CFrame
- end
- end
- end
- end
- end
- end)
- CoinsfarmBstop.Name = "CoinsfarmBstop"
- CoinsfarmBstop.Parent = Frame
- CoinsfarmBstop.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- CoinsfarmBstop.Position = UDim2.new(0.551282048, 0, 0.36245954, 0)
- CoinsfarmBstop.Size = UDim2.new(0, 105, 0, 39)
- CoinsfarmBstop.Selected = true
- CoinsfarmBstop.Font = Enum.Font.Cartoon
- CoinsfarmBstop.Text = "Coins Farm stop"
- CoinsfarmBstop.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- CoinsfarmBstop.TextScaled = true
- CoinsfarmBstop.TextSize = 14
- CoinsfarmBstop.TextWrapped = true
- CoinsfarmBstop.MouseButton1Click:connect(function()
- _G.coins = false
- end)
- TokensfarmBstop.Name = "TokensfarmBstop"
- TokensfarmBstop.Parent = Frame
- TokensfarmBstop.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- TokensfarmBstop.Position = UDim2.new(0, 0, 0.524271846, 0)
- TokensfarmBstop.Size = UDim2.new(0, 105, 0, 39)
- TokensfarmBstop.Selected = true
- TokensfarmBstop.Font = Enum.Font.Cartoon
- TokensfarmBstop.Text = "Tokens Farm Stop"
- TokensfarmBstop.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TokensfarmBstop.TextScaled = true
- TokensfarmBstop.TextSize = 14
- TokensfarmBstop.TextWrapped = true
- TokensfarmBstop.MouseButton1Down:connect(function()
- _G.token = false
- end)
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0, 0, 0.64941597, 0)
- TextLabel_4.Size = UDim2.new(0, 234, 0, 31)
- TextLabel_4.Font = Enum.Font.Cartoon
- TextLabel_4.Text = "Teleports:"
- TextLabel_4.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14
- TextLabel_4.TextWrapped = true
- TovipB.Name = "TovipB"
- TovipB.Parent = Frame
- TovipB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- TovipB.Position = UDim2.new(0, 0, 0.770226538, 0)
- TovipB.Size = UDim2.new(0, 105, 0, 39)
- TovipB.Selected = true
- TovipB.Font = Enum.Font.Cartoon
- TovipB.Text = "To VIP Area"
- TovipB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- TovipB.TextScaled = true
- TovipB.TextSize = 14
- TovipB.TextWrapped = true
- TovipB.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- plr.CFrame = CFrame.new(Vector3.new(14.3, 6.45, 908.42))
- end)
- ChokoobbyB.Name = "ChokoobbyB"
- ChokoobbyB.Parent = Frame
- ChokoobbyB.BackgroundColor3 = Color3.new(0.396078, 0.627451, 1)
- ChokoobbyB.Position = UDim2.new(0.551282048, 0, 0.770226538, 0)
- ChokoobbyB.Size = UDim2.new(0, 105, 0, 39)
- ChokoobbyB.Selected = true
- ChokoobbyB.Font = Enum.Font.Cartoon
- ChokoobbyB.Text = "To choko obby"
- ChokoobbyB.TextColor3 = Color3.new(0.423529, 0.45098, 1)
- ChokoobbyB.TextScaled = true
- ChokoobbyB.TextSize = 14
- ChokoobbyB.TextWrapped = true
- ChokoobbyB.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- plr.CFrame = CFrame.new(Vector3.new(-630.98, 9.45, 697.54))
- end)
- -- Scripts:
- function SCRIPT_VBSG87_FAKESCRIPT() -- ScreenGui.LocalScript
- getfenv().script = Instance.new('LocalScript', ScreenGui)
- frame = script.Parent.Frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_VBSG87_FAKESCRIPT))
Add Comment
Please, Sign In to add comment