KAT Script | KILL ALL PLAYERS – MARCH 2022

Created by lopsidedAD

Features:

  • KILL ALL PLAYERS
  • DEV NOTES:

This script teleports you behind all players in the game, allowing you to kill them all. 

Press E to start it (it stops after you’ve teleported to all players, so press E to start it again when it stops) and spam click to kill everyone

local key = game:GetService("UserInputService") --- this is meant for KAT but works for any game

key.InputBegan:Connect(function(input)
if input.KeyCode == Enum.KeyCode.E then
for i,v in pairs(game.Players:GetChildren()) do
    if v ~= game.Players.LocalPlayer then
         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.Head.CFrame * CFrame.new(0,0,.4)
         wait(1)
    end
end
end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS