Advertisement
TheInfamousUser

Owl Hub Back (not made by me)

Dec 18th, 2020
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. local old
  2. old = hookfunction(game.HttpGetAsync, function(inst, url, state)
  3.   url = url:gsub('CriShoux', 'SiLeNSwOrD')
  4.   return old(inst, url, state)
  5. end)
  6.  
  7. local old2
  8. old2 = hookfunction(game.HttpGet, function(inst, url, state)
  9.   url = url:gsub('CriShoux', 'SiLeNSwOrD')
  10.   return old2(inst, url, state)
  11. end)
  12.  
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/SiLeNSwOrD/OwlHub/master/OwlHub.txt"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement