Created by wally#5423, Kiriot22 (ESP Lib), belkworks (Broom module)
Features:
- PLAYERS ESP
- SAFES ESP
- SCRAPS ESP
- ATMS ESP
- DEALERS ESP
- DEV NOTES:
- press Up / Down to move up / down an element
- press + or – to cycle the current elements value
- Your settings get auto-saved every 2-3 seconds, and will be loaded if you run the script again.
- For “sliders”, you can hold down the key to increase / decrease the value faster. Distance fields have a step of 25 (they increase / decrease by 25)
local s, r = pcall(game.HttpGet, game, 'https://raw.githubusercontent.com/wally-rblx/roblox-scripts/main/criminality_esp.lua')
if s and loadstring(r) then
pcall(loadstring(r))
else
game.Players.LocalPlayer:Kick('failed to load')
end
ENJOY!