Assaulteer_Scripts

Criminality ESP Script

Apr 3rd, 2022
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local s, r = pcall(game.HttpGet, game, 'https://raw.githubusercontent.com/wally-rblx/roblox-scripts/main/criminality_esp.lua')
  2. if s and loadstring(r) then
  3. pcall(loadstring(r))
  4. else
  5. game.Players.LocalPlayer:Kick('failed to load')
  6. end
  7.  
  8. -- Credits: https://robloxscripts.com/tag/roblox-criminality-scripts/
Advertisement
Add Comment
Please, Sign In to add comment