ADVERTISEMENTREMOVE ADS
Kill Farm (Not Auto) 2
47,580 views
Description
TO ACTIVATE THE SCRIPT PRESS "F" and it spawns a lot of random people in front of you and you can shoot everybody and you can auto farm with auto clicker I think also bots spawn in front of you as well
NO GUI, NO KEY, NOT PAID, FREE
COPY THE WHOLE SCRIPT INCLUDING EMOJI'S
❗❗❗❗ NOT MADE BY ME ❗❗❗❗
Features:
- KILL FARM ( Players and bot spawn in front of you and they freeze so you can shoot )
Tested with
ADVERTISEMENTREMOVE ADS
86 Lines • 3.46 KiB
--[[
❗❗❗❗ PRESS F TO START THE SCRIPT ❗❗❗❗
]]
local Keybind = "F"
local SessionID = string.gsub(tostring(math.random()):sub(3), "%d", function(c)
return string.char(96 + math.random(1, 26))
end)
print('✅ | Running BigPaintball2.lua made by Astro with keybind ' .. Keybind .. '! [SessionID ' .. SessionID .. ']')
local Enabled = false
local UserInputService = game:GetService("UserInputService")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Workspace = game:GetService("Workspace")
-- Fehlerprotokollierung und Schutz
local function safeExecute(func)
local success, errorMessage = pcall(func)
if not success then
warn('⛔ | Error occurred: ' .. errorMessage .. ' [SessionID ' .. SessionID .. ']')
end
end
-- Gegner und Spieler an festen Positionen teleportieren
local function teleportEntities(cframe, team)
local spawnPosition = cframe * CFrame.new(0, 0, -15) -- Feste Position vor dem Spieler
-- Verarbeiten von Entitäten
for _, entity in ipairs(Workspace.__THINGS.__ENTITIES:GetChildren()) do
if entity:FindFirstChild("HumanoidRootPart") then
local humanoidRootPart = entity.HumanoidRootPart
humanoidRootPart.CanCollide = false
humanoidRootPart.Anchored = true
humanoidRootPart.CFrame = spawnPosition
elseif entity:FindFirstChild("Hitbox") then
local directory = entity:GetAttribute("Directory")
if not (directory == "White" and entity:GetAttribute("OwnerUID") == LocalPlayer.UserId) and
(not team or directory ~= team.Name) then
entity.Hitbox.CanCollide = false
entity.Hitbox.Anchored = true
entity.Hitbox.CFrame = spawnPosition * CFrame.new(math.random(-5, 5), 0, math.random(-5, 5))
end
end
end
-- Verarbeiten von Spielern
for _, player in ipairs(Players:GetPlayers()) do
if player ~= LocalPlayer and player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
if not team or team.Name ~= player.Team.Name then
if not player.Character:FindFirstChild("ForceField") then
local humanoidRootPart = player.Character.HumanoidRootPart
humanoidRootPart.CanCollide = false
humanoidRootPart.Anchored = true
humanoidRootPart.CFrame = spawnPosition * CFrame.new(math.random(-5, 5), 0, math.random(-5, 5))
end
end
end
end
end
-- Eingabeerkennung für das Umschalten
UserInputService.InputBegan:Connect(function(input, gameProcessedEvent)
if input.KeyCode == Enum.KeyCode[Keybind] and not gameProcessedEvent then
Enabled = not Enabled
if Enabled then
print('✅ | Enabled BigPaintball2.lua [SessionID ' .. SessionID .. ']')
else
print('❌ | Disabled BigPaintball2.lua [SessionID ' .. SessionID .. ']')
end
end
end)
-- Hauptschleife
while wait(0.1) do -- Optimierte Aktualisierungsrate
safeExecute(function()
if not Enabled or not LocalPlayer.Character or not LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
return
end
local cframe = LocalPlayer.Character.HumanoidRootPart.CFrame -- Spielerposition
local team = LocalPlayer.Team -- Spielerteam
teleportEntities(cframe, team)
end)
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments
It works and I use Trigon Executor. I think it is the best Executor.
@youssefx158 thank you
Script Works
@leon273948873 Nice what executor do you use so i can put it in tested?
op script and works on xeno
@sillynomercy ok thanks
Perfect script, i'm using Xeno executor!
@Giock nice :)