Advertisement
chithub

Untitled

May 18th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local old
  2. old = hookfunction(game.HttpGet, function(...)
  3. local args = {...}
  4. local url = args[2]
  5. if url:match('lkhub.net') and url:match('check') then
  6. return 'Whitelisted'
  7. end
  8. return old(...)
  9. end)
  10. loadstring(game:HttpGet("https://lkhub.net/s/loader.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement