Advertisement
Exit0t

SxB7FEED044018242095788C3908FD2CC7

Jul 17th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. GetLink = function(Link)
  2. local Body = "Unable To Get Body."
  3. local DefBody = Body
  4. pcall(function()
  5. Body = HttpGet(Link)
  6. end)
  7. if Body == DefBody then
  8. pcall(function()
  9. Body = game:HttpGet(Link)
  10. end)
  11. if Body == DefBody then
  12. pcall(function()
  13. Body = game:HttpGetAsync(Link)
  14. end)
  15. if Body == DefBody then
  16. pcall(function()
  17. Body = game:GetService("HttpService"):GetAsync(Link)
  18. end)
  19. return Body
  20. else
  21. return Body
  22. end
  23. else
  24. return Body
  25. end
  26. else
  27. return Body
  28. end
  29. end
  30. _G.KuraiData = {
  31. Outlines = Instance.new("Folder",game.Workspace),
  32. FixData = {},
  33. Setup = {}
  34. }
  35. loadstring(GetLink'https://pastebin.com/raw/AuyWYpZd')()
  36. for i, v in pairs(game.Workspace["86408593C34AF77FDD90DF932F8B5261"]:Invoke())do
  37. _G.KuraiData.Setup[i] = v
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement