Block Eating Simulator GUI | Autofarm | Kill All

Script Credit :- kilex
Features

Block Eating Simulator GUI | Autofarm | Kill All

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local madebykilex = Instance.new("ScreenGui") local KillAll = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local Autofarm = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") madebykilex.Name = "madebykilex" madebykilex.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") madebykilex.ResetOnSpawn = false KillAll.Name = "KillAll" KillAll.Parent = madebykilex KillAll.BackgroundColor3 = Color3.fromRGB(255, 0, 4) KillAll.BorderColor3 = Color3.fromRGB(0, 0, 0) KillAll.BorderSizePixel = 0 KillAll.Position = UDim2.new(0.691143095, 0, 0.843014121, 0) KillAll.Size = UDim2.new(0, 130, 0, 40) KillAll.Font = Enum.Font.FredokaOne KillAll.Text = "Kill Everyone" KillAll.TextColor3 = Color3.fromRGB(255, 255, 255) KillAll.TextSize = 22.000 KillAll.TextStrokeTransparency = 0.000 KillAll.TextWrapped = true UICorner.Parent = KillAll Autofarm.Name = "Autofarm" Autofarm.Parent = madebykilex Autofarm.BackgroundColor3 = Color3.fromRGB(183, 0, 255) Autofarm.BorderColor3 = Color3.fromRGB(0, 0, 0) Autofarm.BorderSizePixel = 0 Autofarm.Position = UDim2.new(0.804693401, 0, 0.843014121, 0) Autofarm.Size = UDim2.new(0, 180, 0, 40) Autofarm.Font = Enum.Font.FredokaOne Autofarm.Text = "Autofarm : off" Autofarm.TextColor3 = Color3.fromRGB(255, 255, 255) Autofarm.TextSize = 28.000 Autofarm.TextStrokeTransparency = 0.000 Autofarm.TextWrapped = true UICorner_2.Parent = Autofarm local function QLIM_fake_script() local script = Instance.new('LocalScript', KillAll) script.Parent.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local originalPosition = player.Character.HumanoidRootPart.Position local function shouldTeleportToPlayer(otherPlayer, targetSize) local character = otherPlayer.Character if character and character:FindFirstChild("HumanoidRootPart") then local otherSize = otherPlayer:FindFirstChild("leaderstats") and otherPlayer.leaderstats.Size if otherSize and otherSize.Value < targetSize then return true end end return false end while true do local playerSize = player:FindFirstChild("leaderstats") and player.leaderstats.Size local foundLowerSizePlayer = false for _, otherPlayer in ipairs(game.Players:GetPlayers()) do if otherPlayer ~= player then if shouldTeleportToPlayer(otherPlayer, playerSize.Value) then player.Character.HumanoidRootPart.CFrame = otherPlayer.Character.HumanoidRootPart.CFrame wait(0.1) player.Character.HumanoidRootPart.CFrame = CFrame.new(originalPosition) foundLowerSizePlayer = true break end end end if not foundLowerSizePlayer then break end wait(1) end end) end coroutine.wrap(QLIM_fake_script)() local function PRCYVD_fake_script() local script = Instance.new('LocalScript', Autofarm) local player = game.Players.LocalPlayer local orbs = workspace:FindFirstChild("Orbs") local autofarmEnabled = false local function isPlayerNear(position, radius) for _, otherPlayer in ipairs(game.Players:GetPlayers()) do if otherPlayer ~= player then local character = otherPlayer.Character if character and character:FindFirstChild("HumanoidRootPart") then local distance = (character.HumanoidRootPart.Position - position).Magnitude if distance <= radius then return true end end end end return false end local button = script.Parent button.MouseButton1Click:Connect(function() autofarmEnabled = not autofarmEnabled if autofarmEnabled then button.Text = "Autofarm : on" else button.Text = "Autofarm : off" end end) while true do if autofarmEnabled then if orbs then for _, child in ipairs(orbs:GetChildren()) do if child:IsA("BasePart") then if autofarmEnabled then local targetCFrame = child.CFrame if autofarmEnabled and not isPlayerNear(targetCFrame.Position, 5) then player.Character.HumanoidRootPart.CFrame = targetCFrame wait(.05) end end end end end end wait() end end coroutine.wrap(PRCYVD_fake_script)()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors