-- loadstring local ESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))() -- config ESP.Players = false ESP.Boxes = false ESP.Names = true ESP:Toggle(true) -- object ESP:AddObjectListener(Workspace.GameFolder.NPCFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "InfectedNPC", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Zombie", -- Name you want to be displayed Color = Color3.fromRGB(84, 12, 6), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Crowbar", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Crowbar", -- Name you want to be displayed Color = Color3.fromRGB(247, 25, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "FoodCan", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Food", -- Name you want to be displayed Color = Color3.fromRGB(28, 141, 145), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Shovel", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Shovel", -- Name you want to be displayed Color = Color3.fromRGB(0, 247, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "WaterBottle", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Water Bottle", -- Name you want to be displayed Color = Color3.fromRGB(16, 230, 222), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Gas", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Gas", -- Name you want to be displayed Color = Color3.fromRGB(4, 0, 247), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Axe", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Axe", -- Name you want to be displayed Color = Color3.fromRGB(129, 38, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Bat", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Bat", -- Name you want to be displayed Color = Color3.fromRGB(235, 10, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Pickaxe", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Pickaxe", -- Name you want to be displayed Color = Color3.fromRGB(35, 194, 29), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "SMGAmmo", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "SMG Ammo", -- Name you want to be displayed Color = Color3.fromRGB(38, 226, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "SniperAmmo", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Sniper Ammo", -- Name you want to be displayed Color = Color3.fromRGB(38, 226, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Wrench", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Wrench", -- Name you want to be displayed Color = Color3.fromRGB(194, 172, 6), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Sniper", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Sniper", -- Name you want to be displayed Color = Color3.fromRGB(255, 0, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "SMG", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "SMG", -- Name you want to be displayed Color = Color3.fromRGB(255, 0, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Shotgun", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Shotgun", -- Name you want to be displayed Color = Color3.fromRGB(255, 0, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "AssaultRifle", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Assault Rifle", -- Name you want to be displayed Color = Color3.fromRGB(255, 0, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "ARAmmo", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Assault Rifle Ammo", -- Name you want to be displayed Color = Color3.fromRGB(38, 226, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "PistolAmmo", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Pistol Ammo", -- Name you want to be displayed Color = Color3.fromRGB(38, 226, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "Pistol", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "Pistol", -- Name you want to be displayed Color = Color3.fromRGB(255, 0, 0), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true ESP:AddObjectListener(Workspace.GameFolder.ItemFolder, { -- Object Path, For example: Workspace.ThisFolder Name = "ShotgunAmmo", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1 CustomName = "ShotgunAmmo", -- Name you want to be displayed Color = Color3.fromRGB(38, 226, 255), -- Color IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant }) ESP.whatever = true