Advertisement
Defender4262

TESP

Apr 16th, 2025
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.35 KB | Source Code | 0 0
  1. -- loadstring
  2. local ESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))()
  3.  
  4. -- config
  5. ESP.Players = false
  6. ESP.Boxes = false
  7. ESP.Names = true
  8. ESP:Toggle(true)
  9.  
  10. -- object
  11. ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
  12.     Name = "Meshes/cardboard_box001a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
  13.     CustomName = "Trash", -- Name you want to be displayed
  14.     Color = Color3.fromRGB(0, 0, 0), -- Color
  15.     IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
  16. })
  17. ESP.whatever = true
  18.  
  19. ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
  20.     Name = "Meshes/garbage256_composite002a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
  21.     CustomName = "Trash", -- Name you want to be displayed
  22.     Color = Color3.fromRGB(0, 0, 0), -- Color
  23.     IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
  24. })
  25. ESP.whatever = true
  26.  
  27. ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
  28.     Name = "Meshes/garbage256_composite002b", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
  29.     CustomName = "Trash", -- Name you want to be displayed
  30.     Color = Color3.fromRGB(0, 0, 0), -- Color
  31.     IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
  32. })
  33. ESP.whatever = true
  34.  
  35. ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
  36.     Name = "Meshes/garbage_milkcarton002a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
  37.     CustomName = "Trash", -- Name you want to be displayed
  38.     Color = Color3.fromRGB(0, 0, 0), -- Color
  39.     IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
  40. })
  41. ESP.whatever = true
  42.  
  43. ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
  44.     Name = "Meshes/garbage_takeoutcarton001a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
  45.     CustomName = "Trash", -- Name you want to be displayed
  46.     Color = Color3.fromRGB(0, 0, 0), -- Color
  47.     IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
  48. })
  49. ESP.whatever = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement