Noctural

LKHub Crack Source

Feb 15th, 2023
1,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. local json = game:HttpGet("https://raw.githubusercontent.com/LeoKholYt/lkhub/main/list.json")
  2.  
  3. function toJson(string)
  4.     local jsonData = nil
  5.     local s, err = pcall(function()
  6.         local jsonTry = game:GetService("HttpService"):JSONDecode(string)  
  7.         jsonData = jsonTry
  8.     end)  
  9.     return jsonData or false
  10. end
  11.  
  12. json = toJson(json)
  13. local url = json[tostring(game.PlaceId)] or "universal.lua"
  14. url = url.s or url
  15. loadstring(game:HttpGet("https://lkhub.net/s/"..url))()
Add Comment
Please, Sign In to add comment