Advertisement
NukeVsCity

Item esp loadstring

Apr 29th, 2021
30,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -- WORKS ON KRNL !!! NOW STOP ASKING
  2. if not pcall(function() return syn.protect_gui end) then
  3. syn = {}
  4. syn.protect_gui = function(egg)
  5. egg.Parent = game.CoreGui
  6. end
  7. end
  8.  
  9. loadstring(game:HttpGet("https://gist.githubusercontent.com/Chrrxs/d2dfdcde75c2d11b173aa664c0a6b755/raw", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement