Money Simulator Z [V0.7.0] MINE AUTO FARM

--Made by ExHackey -- Instances: local MSZ = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local STitle = Instance.new("TextLabel") local OreI = Instance.new("TextBox") local TimeI = Instance.new("TextBox") local StartAF = Instance.new("TextButton") local TimeT = Instance.new("TextLabel") local OreT = Instance.new("TextLabel") local Hide = Instance.new("TextButton") local Stop = Instance.new("TextButton") local Show = Instance.new("Frame") local Show_2 = Instance.new("TextButton") local O = OreI.Text local T = TimeI.Text local start = 0 --Properties: MSZ.Name = "MSZ" MSZ.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") MSZ.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = MSZ Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(85, 255, 127) Frame.Position = UDim2.new(0, 1200, 0, 625) Frame.Size = UDim2.new(0, 300, 0, 150) STitle.Name = "STitle" STitle.Parent = Frame STitle.BackgroundColor3 = Color3.fromRGB(85, 255, 127) STitle.BorderColor3 = Color3.fromRGB(85, 255, 127) STitle.Position = UDim2.new(-0.00333333341, 0, 0, 0) STitle.Size = UDim2.new(0, 300, 0, 25) STitle.Font = Enum.Font.Bangers STitle.Text = "Money Simulator Z: Mine Auto-Farm" STitle.TextColor3 = Color3.fromRGB(0, 0, 0) STitle.TextScaled = true STitle.TextSize = 24.000 STitle.TextWrapped = true OreI.Name = "OreI" OreI.Parent = Frame OreI.BackgroundColor3 = Color3.fromRGB(85, 255, 127) OreI.BorderColor3 = Color3.fromRGB(0, 0, 0) OreI.Position = UDim2.new(0.0299999993, 0, 0.413333327, 0) OreI.Size = UDim2.new(0, 125, 0, 25) OreI.Font = Enum.Font.Bangers OreI.Text = "" OreI.TextColor3 = Color3.fromRGB(0, 0, 0) OreI.TextScaled = true OreI.TextSize = 14.000 OreI.TextWrapped = true TimeI.Name = "TimeI" TimeI.Parent = Frame TimeI.BackgroundColor3 = Color3.fromRGB(85, 255, 127) TimeI.BorderColor3 = Color3.fromRGB(0, 0, 0) TimeI.Position = UDim2.new(0.546666682, 0, 0.413333327, 0) TimeI.Size = UDim2.new(0, 125, 0, 25) TimeI.Font = Enum.Font.Bangers TimeI.Text = "" TimeI.TextColor3 = Color3.fromRGB(0, 0, 0) TimeI.TextScaled = true TimeI.TextSize = 14.000 TimeI.TextWrapped = true StartAF.Name = "StartAF" StartAF.Parent = Frame StartAF.BackgroundColor3 = Color3.fromRGB(85, 255, 127) StartAF.BorderColor3 = Color3.fromRGB(85, 255, 127) StartAF.Position = UDim2.new(0.289999992, 0, 0.699999988, 0) StartAF.Size = UDim2.new(0, 125, 0, 25) StartAF.Font = Enum.Font.Bangers StartAF.Text = "Start Auto-Farm" StartAF.TextColor3 = Color3.fromRGB(0, 0, 0) StartAF.TextSize = 14.000 StartAF.MouseButton1Click:Connect(function() if start == 0 then start = 1 while start == 1 do for args = 0, tonumber(OreI.Text), 1 do wait(tonumber(TimeI.Text)) game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("MineOre"):FireServer(args) end if start == 0 then return end end end end) TimeT.Name = "TimeT" TimeT.Parent = Frame TimeT.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TimeT.BackgroundTransparency = 1.000 TimeT.BorderColor3 = Color3.fromRGB(0, 0, 0) TimeT.BorderSizePixel = 0 TimeT.Position = UDim2.new(0.546666682, 0, 0.24666667, 0) TimeT.Size = UDim2.new(0, 125, 0, 25) TimeT.Font = Enum.Font.Bangers TimeT.Text = "Time Dialation" TimeT.TextColor3 = Color3.fromRGB(85, 255, 127) TimeT.TextSize = 18.000 OreT.Name = "OreT" OreT.Parent = Frame OreT.BackgroundColor3 = Color3.fromRGB(255, 255, 255) OreT.BackgroundTransparency = 1.000 OreT.BorderColor3 = Color3.fromRGB(0, 0, 0) OreT.BorderSizePixel = 0 OreT.Position = UDim2.new(0.0299999993, 0, 0.24666667, 0) OreT.Size = UDim2.new(0, 125, 0, 25) OreT.Font = Enum.Font.Bangers OreT.Text = "Ore Limit" OreT.TextColor3 = Color3.fromRGB(85, 255, 127) OreT.TextSize = 18.000 OreT.TextWrapped = true Hide.Name = "Hide" Hide.Parent = Frame Hide.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Hide.BorderColor3 = Color3.fromRGB(85, 255, 127) Hide.Position = UDim2.new(0.916666687, 0, 0.913333356, 0) Hide.Size = UDim2.new(0, 25, 0, 13) Hide.Font = Enum.Font.Bangers Hide.Text = "Hide" Hide.TextColor3 = Color3.fromRGB(85, 255, 127) Hide.TextSize = 14.000 Hide.MouseButton1Click:Connect(function() Frame.Visible = false Show.Visible = true end) Stop.Name = "Stop" Stop.Parent = Frame Stop.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Stop.BorderColor3 = Color3.fromRGB(85, 255, 127) Stop.Position = UDim2.new(0.706666648, 0, 0.699999988, 0) Stop.Size = UDim2.new(0, 25, 0, 25) Stop.Font = Enum.Font.Bangers Stop.Text = "Stop" Stop.TextColor3 = Color3.fromRGB(85, 255, 127) Stop.TextSize = 14.000 Stop.MouseButton1Click:Connect(function() start = 0 end) Show.Name = "Show" Show.Parent = MSZ Show.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Show.BorderColor3 = Color3.fromRGB(0, 0, 0) Show.BorderSizePixel = 0 Show.Position = UDim2.new(0, 1475, 0, 750) Show.Size = UDim2.new(0, 25, 0, 25) Show.Visible = false Show_2.Name = "Show" Show_2.Parent = Show Show_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Show_2.BorderColor3 = Color3.fromRGB(85, 255, 127) Show_2.Size = UDim2.new(0, 25, 0, 25) Show_2.Font = Enum.Font.Bangers Show_2.Text = "Show" Show_2.TextColor3 = Color3.fromRGB(85, 255, 127) Show_2.TextScaled = true Show_2.TextSize = 14.000 Show_2.TextWrapped = true Show_2.MouseButton1Click:Connect(function() Show.Visible = false Frame.Visible = true end)
views: 11
2023-08-27 02:03:36
Create free pastes just like this one and get paid. Create paste
×