✅ Last Tested: March 2026 – All scripts working.
Kitty is an idle game where the core loop is designed to run in the background, but the upgrades and progression still require enough attention that going fully AFK slows things down. These scripts take over the active parts with Auto Farm, Speed Hack, ESP, God Mode so your idle gains keep compounding without having to check back every few minutes.
ESP Pastebin
📜 Kitty Scripts (ESP, Pastebin & More)
To run any of these scripts you will need a working Roblox executor. Check out the list at that link for free and paid options that work in 2026.
Kitty Script Open All Doors, Teleport to Items, GUI Full Version, ESP
Script 1 KEYLESSKitty Script Open All Doors, Teleport to Items, GUI Full Version, ESP
ESP
loadstring(game:HttpGet("https://raw.githubusercontent.com/DarkolymYT/Scriptss/master/KittyGUI.lua"))()
Select all text above, copy it, then paste into your executor.
Kitty Full Version GUI Script:
Script 2 KEYLESSKitty Full Version GUI Script:
ESP Pastebin
loadstring(game:HttpGet("https://pastes.io/raw/kst-47840"))()
Select all text above, copy it, then paste into your executor.
Kitty Teleport to Items Script:
Script 3 KEYLESSKitty Teleport to Items Script:
ESP Pastebin
loadstring(game:HttpGet(('#'),true))()
Select all text above, copy it, then paste into your executor.
Kitty Script Pastebin2026 :
Script 4 KEYLESSKitty Script Pastebin2026 :
Pastebin
loadstring(game:HttpGet("#"))()
Select all text above, copy it, then paste into your executor.
Kitty Script 5:
Script 5 KEYLESSKitty Script Pastebin2026 :
Pastebin
local players = game:GetService("Players")
local localplayer = players.LocalPlayer
local lighting = game:GetService("Lighting")
local library = loadstring(game:HttpGet("#", true))()
local Window = library:CreateWindow('Kitty Chapter1')
Window:Section('Remotes')
local cheat = Window:Button("Anti-Cheat", function()
game.ReplicatedStorage.Events.AE:Destroy()
end)
local trap = Window:Button("Auto Put Trap", function()
game.ReplicatedStorage.Events.PutTrap:FireServer()
end)
local trapk = Window:Button("Auto Trap Kill", function()
_G.K = true
while _G.K do
wait()
local Event = game:GetService("ReplicatedStorage").Events.KillTrap
Event:FireServer()
end
end)
local cells = Window:Button("Delete Cells", function()
game.Workspace.Map.House.Cells:Destroy()
end)
local doors = Window:Button("Delete Doors", function()
game.Workspace.Map.House.Interacts:Destroy()
end)
local traps = Window:Button("Delete Traps", function()
game.Workspace.Map.Traps:Destroy()
end)
local botesp = Window:Button("Kitty Bot ESP", function()
local BOT = game:GetService("Workspace").Map.Players.BOT
local BillboardGui = Instance.new("BillboardGui")
local Frame = Instance.new("Frame")
--Properties:
BillboardGui.Parent = BOT.HumanoidRootPart
BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
BillboardGui.Active = true
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1.000
BillboardGui.Size = UDim2.new(0, 50, 0, 50)
Frame.Parent = BillboardGui
Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Frame.BackgroundTransparency = 0.200
Frame.Size = UDim2.new(0, 50, 0, 50)
end)
local noclip = Window:Button("Noclip [F]", function()
local noclip = false
game:GetService('RunService').Stepped:connect(function()
if noclip then
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end
end)
local plr = game.Players.LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == 'f' then
noclip = not noclip
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end
end)
end)
Window:Section('Tools')
local redp = Window:Button("Red Potion", function()
local Tools = game.Workspace.Map.House.Tools["Red Potion"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local bluep = Window:Button("Blue Potion", function()
local Tools = game.Workspace.Map.House.Tools["Blue Potion"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local greenp = Window:Button("Green Potion", function()
local Tools = game.Workspace.Map.House.Tools["Green Potion"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local key = Window:Button("Key Card", function()
local Tools = game.Workspace.Map.House.Tools["Key Card"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local gas = Window:Button("Gasoline can", function()
local Tools = game.Workspace.Map.House.Tools["Gasoline can"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local table = Window:Button("Table", function()
local Tools = game.Workspace.Map.House.Tools.Table.Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local crow = Window:Button("Crowbar", function()
local Tools = game.Workspace.Map.House.Tools.Crowbar.Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local pliers = Window:Button("Pliers", function()
local Tools = game.Workspace.Map.House.Tools.Pliers.Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local pick = Window:Button("PickLock", function()
local Tools = game.Workspace.Map.House.Tools.PickLock.Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local greenk = Window:Button("Green Key", function()
local Tools = game.Workspace.Map.House.Tools["Green Key"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local bluek = Window:Button("Blue Key", function()
local Tools = game.Workspace.Map.House.Tools["Blue Key"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
local redk = Window:Button("Red Key", function()
local Tools = game.Workspace.Map.House.Tools["Red Key"].Handle.CFrame
local player = game.Players.LocalPlayer.Character
player.HumanoidRootPart.CFrame = Tools
end)
Window:Section('Teleports')
local silver = Window:Button("Silver Door", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-536, 140, -367)
end)
local brown = Window:Button("Brown Door", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-435, 178, -408)
end)
local green = Window:Button("Green Door", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-368, 178, -404)
end)
local blue = Window:Button("Blue Door", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-435, 140, -315)
end)
local red = Window:Button("Red Door", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-401, 159, -400)
end)
local washing = Window:Button("Washing Machine", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-560, 159, -429)
end)
Select all text above, copy it, then paste into your executor.
🎮 How to Use the Kitty Script
2Launch Roblox and open Kitty.
3Open your executor, then click Inject or Attach.
4Copy any script above and paste it into the executor script box.
5Press Execute — the GUI will appear in-game.
6Toggle Auto Farm, Speed Hack, ESP and other features from the GUI menu.
7Always use an alt account to protect your main.
🎮 About The Kitty Script

Kitty is an idle game where the passive gains are real but the active upgrades and decisions still require enough attention that fully stepping away slows your progression more than most players realize.
These scripts handle the active inputs automatically so your idle gains keep compounding without needing to check back regularly. Auto farm and auto upgrade are the most impactful here and most options in the list run without a key.
Always use an alt account when running scripts to protect your main. Check back here after updates as idle game loops can change in ways that affect how automation scripts behave.
⚠️ Disclaimer: All scripts on this page are for educational purposes only. Using scripts in Roblox violates the Roblox Terms of Service and may result in your account being permanently banned or suspended without warning. RobloxDatabase.com is not responsible for any consequences from using these scripts. Always use an alt account — never your main.