meep city candy script cript.Name = 'MeepCity GUI - Script' local Jogador = game:GetService('Players').LocalPlayer local ReplicatedStorage = game:GetService('ReplicatedStorage') local CoreGui = game:GetService('CoreGui') local Tempo = false _G.BoomBox = _G.BoomBox or false _G.CandyPack = _G.CandyPack or false _G.PLUS = _G.PLUS or false meep city candy script How to get it for free? meep city candy script if CoreGui:FindFirstChild('MeepCity GUI') then CoreGui['MeepCity GUI']['Functions']['Custom Boom Box']:Destroy() CoreGui['MeepCity GUI']['Functions']['Candy Pack - Furniture']:Destroy() CoreGui['MeepCity GUI']['Functions']['PLUS']:Destroy() CoreGui['MeepCity GUI']['Functions']['Auto Farm Money']:Destroy() CoreGui['MeepCity GUI']['Functions']['Help']:Destroy() CoreGui['MeepCity GUI']['Functions']['Minimize']:Destroy() CoreGui['MeepCity GUI']['Functions']['Close']:Destroy() CoreGui['MeepCity GUI']['Functions']['Title']:Destroy() meep city candy script PasteShr meep city candy script CoreGui['MeepCity GUI']['Functions']:TweenSize(UDim2.new(0, 230, 0, 0), 'Out', 'Quad', .5) wait(.5) CoreGui['MeepCity GUI']:Destroy() wait() end local GUI = Instance.new('ScreenGui', CoreGui) local Functions = Instance.new('Frame', GUI) local Title = Instance.new('TextLabel', Functions) local Minimize = Instance.new('TextButton', Functions) meep city candy script How to use it? meep city candy script local Close = Instance.new('TextButton', Functions) local CustomBoomBox = Instance.new('TextButton', Functions) local CandyPackFurniture = Instance.new('TextButton', Functions) local PLUS = Instance.new('TextButton', Functions) local AutoFarmMoney = Instance.new('TextButton', Functions) local Help = Instance.new('TextLabel', Functions) GUI.Name = 'MeepCity GUI' GUI.ResetOnSpawn = false meep city candy script How to get it? meep city candy script Functions.Draggable = true Functions.Active = true Functions.BackgroundColor3 = Color3.fromRGB(255, 135, 255) Functions.BorderSizePixel = 0 Functions.Name = 'Functions' Functions.Position = UDim2.new(.451, 0, .422, 0) Functions.Size = UDim2.new(0, 230, 0, 0) Functions.Visible = false Title.BackgroundTransparency = 1 meep city candy script How to get it? meep city candy script Title.Name = 'Title' Title.Position = UDim2.new( - .002, 0, - 0, 0) Title.Size = UDim2.new(0, 184, 0, 20) Title.Visible = false Title.Font = 'Cartoon' Title.Text = 'YOUTUBE.COM/KALLEB GAMER' Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 15 Minimize.BackgroundTransparency = 1 meep city candy script How to use it? meep city candy script Minimize.Name = 'Minimize' Minimize.Position = UDim2.new(.824, 0, - 0, 0) Minimize.Size = UDim2.new(0, 20, 0, 20) Minimize.Visible = false Minimize.Font = 'Cartoon' Minimize.Text = '-' Minimize.TextColor3 = Color3.new(1, 1, 1) Minimize.TextSize = 18 Minimize.MouseButton1Click:Connect(function() if not Tempo then meep city candy script How to get it for free? meep city candy script Tempo = true if Minimize.Text == '-' then CustomBoomBox.Visible = false CandyPackFurniture.Visible = false PLUS.Visible = false AutoFarmMoney.Visible = false meep city candy script How to get it for free? meep city candy script Help.Visible = false Functions:TweenSize(UDim2.new(0, 230, 0, 20), 'Out', 'Quad', .5) wait(.5) Minimize.Text = '[ ]' else Functions:TweenSize(UDim2.new(0, 230, 0, 230), 'Out', 'Quad', .5) wait(.5) CustomBoomBox.Visible = true meep city candy script How to use it? meep city candy script CandyPackFurniture.Visible = true PLUS.Visible = true AutoFarmMoney.Visible = true Help.Visible = true Minimize.Text = '-' meep city candy script How to get it? meep city candy script end Tempo = false end end) Close.BackgroundTransparency = 1 Close.Name = 'Close' Close.Position = UDim2.new(.911, 0, - 0, 0) Close.Size = UDim2.new(0, 20, 0, 20) meep city candy script How to get it for free? meep city candy script Close.Visible = false Close.Font = 'Cartoon' Close.Text = 'X' Close.TextColor3 = Color3.new(1, 1, 1) Close.TextSize = 18 Close.MouseButton1Click:Connect(function() if not Tempo then Tempo = true CustomBoomBox:Destroy() meep city candy script PasteShr meep city candy script CandyPackFurniture:Destroy() PLUS:Destroy() AutoFarmMoney:Destroy() Help:Destroy() Minimize:Destroy() meep city candy script PasteShr meep city candy script Close:Destroy() Title:Destroy() Functions:TweenSize(UDim2.new(0, 230, 0, 0), 'Out', 'Quad', .5) wait(.5) GUI:Destroy() Tempo = false meep city candy script How to get it for free? meep city candy script end end) CustomBoomBox.BackgroundColor3 = Color3.fromRGB(255, 80, 255) CustomBoomBox.BorderSizePixel = 0 CustomBoomBox.Name = 'Custom Boom Box' CustomBoomBox.Position = UDim2.new(.024, 0, .113, 0) CustomBoomBox.Size = UDim2.new(0, 217, 0, 20) CustomBoomBox.Visible = false CustomBoomBox.Font = 'Cartoon' meep city candy script How to use it? meep city candy script CustomBoomBox.Text = 'Música' CustomBoomBox.TextColor3 = Color3.new(1, 1, 1) CustomBoomBox.TextSize = 18 CustomBoomBox.MouseButton1Click:Connect(function() if not Tempo then Tempo = true if _G.BoomBox then _G.BoomBox = false else meep city candy script PasteShr meep city candy script _G.BoomBox = true end Tempo = false end end) CandyPackFurniture.BackgroundColor3 = Color3.fromRGB(255, 80, 255) CandyPackFurniture.BorderSizePixel = 0 CandyPackFurniture.Name = 'Candy Pack - Furniture' meep city candy script PasteShr meep city candy script CandyPackFurniture.Position = UDim2.new(.024, 0, .113, 25) CandyPackFurniture.Size = UDim2.new(0, 217, 0, 20) CandyPackFurniture.Visible = false CandyPackFurniture.Font = 'Cartoon' CandyPackFurniture.Text = 'Mobilia De Doces' CandyPackFurniture.TextColor3 = Color3.new(1, 1, 1) CandyPackFurniture.TextSize = 18 CandyPackFurniture.MouseButton1Click:Connect(function() if not Tempo then Tempo = true meep city candy script How to get it? meep city candy script if _G.CandyPack then _G.CandyPack = false else _G.CandyPack = true end Tempo = false end end) meep city candy script How to use it? meep city candy script PLUS.BackgroundColor3 = Color3.fromRGB(255, 80, 255) PLUS.BorderSizePixel = 0 PLUS.Name = 'PLUS' PLUS.Position = UDim2.new(.024, 0, .113, 50) PLUS.Size = UDim2.new(0, 217, 0, 20) PLUS.Visible = false PLUS.Font = 'Cartoon' PLUS.Text = 'PLUS' PLUS.TextColor3 = Color3.new(1, 1, 1) meep city candy script How to get it for free? meep city candy script PLUS.TextSize = 18 PLUS.MouseButton1Click:Connect(function() if not Tempo then Tempo = true if _G.PLUS then _G.PLUS = false else _G.PLUS = true end meep city candy script How to dowload it? meep city candy script Tempo = false end end) AutoFarmMoney.BackgroundColor3 = Color3.fromRGB(255, 80, 255) AutoFarmMoney.BorderSizePixel = 0 AutoFarmMoney.Name = 'Auto Farm Money' AutoFarmMoney.Position = UDim2.new(.024, 0, .113, 75) AutoFarmMoney.Size = UDim2.new(0, 217, 0, 20) meep city candy script PasteShr meep city candy script AutoFarmMoney.Visible = false AutoFarmMoney.Font = 'Cartoon' AutoFarmMoney.Text = 'Dinheiro Automático - Ajuda:' AutoFarmMoney.TextColor3 = Color3.new(1, 1, 1) AutoFarmMoney.TextSize = 18 AutoFarmMoney.MouseButton1Click:Connect(function() if not Tempo then Tempo = true ReplicatedStorage.Connection:InvokeServer(9, 2) meep city candy script How to use it? meep city candy script ReplicatedStorage.Connection:InvokeServer(50) AutoFarmMoney.BackgroundColor3 = Color3.fromRGB(255, 0, 255) Tempo = false while wait() do ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) meep city candy script How to get it for free? meep city candy script wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) meep city candy script How to use it? meep city candy script wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(49) wait() ReplicatedStorage.Connection:InvokeServer(51) meep city candy script How to use it? meep city candy script end end end) Help.BackgroundTransparency = 1 Help.Name = 'Help' Help.Position = UDim2.new(.024, 0, .091, 100) Help.Size = UDim2.new(0, 217, 0, 98) Help.Visible = false Help.Font = 'Cartoon' meep city candy script How to dowload it? meep city candy script Help.Text = 'Vá pescar peixe até dar a mensagem "Full Bucket", espere 2 minutos e pesque o peixe novamente, faça isso até conseguir dinheiro que você quer. Criado por: GRIPPERTV' Help.TextColor3 = Color3.new(1, 1, 1) Help.TextSize = 15 Help.TextWrapped = true local RenderStepped RenderStepped = game:GetService('RunService').RenderStepped:Connect(function() if _G.BoomBox then ReplicatedStorage.PlayerData[Jogador.UserId].BoomBox.Value = true CustomBoomBox.BackgroundColor3 = Color3.fromRGB(255, 0, 255) meep city candy script How to use it? meep city candy script else ReplicatedStorage.PlayerData[Jogador.UserId].BoomBox.Value = false CustomBoomBox.BackgroundColor3 = Color3.fromRGB(255, 80, 255) end if _G.CandyPack then ReplicatedStorage.PlayerData[Jogador.UserId].CandyPack.Value = true CandyPackFurniture.BackgroundColor3 = Color3.fromRGB(255, 0, 255) else ReplicatedStorage.PlayerData[Jogador.UserId].CandyPack.Value = false meep city candy script PasteShr meep city candy script CandyPackFurniture.BackgroundColor3 = Color3.fromRGB(255, 80, 255) end if _G.PLUS then ReplicatedStorage.PlayerData[Jogador.UserId].PLUS.Value = true PLUS.BackgroundColor3 = Color3.fromRGB(255, 0, 255) else ReplicatedStorage.PlayerData[Jogador.UserId].PLUS.Value = false PLUS.BackgroundColor3 = Color3.fromRGB(255, 80, 255) end meep city candy script How to dowload it? meep city candy script if not CoreGui:FindFirstChild('MeepCity GUI') then RenderStepped:Disconnect() end end) Functions.Visible = true Functions:TweenSize(UDim2.new(0, 230, 0, 230), 'Out', 'Quad', .5) wait(.5) Title.Visible = true meep city candy script How to dowload it? meep city candy script Minimize.Visible = true Close.Visible = true CustomBoomBox.Visible = true CandyPackFurniture.Visible = true PLUS.Visible = true AutoFarmMoney.Visible = true Help.Visible = true meep city candy script