Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- -- Credits: https://robloxscripts.com/tag/roblox-criminality-scripts/
Advertisement
Add Comment
Please, Sign In to add comment