Advertisement
mjv2023

Doors "Meh" mode

Aug 24th, 2023
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- Define the loadstring functions
  2. local loadstring1 = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Dark%20Mode/source.lua"))
  3. local loadstring2 = loadstring(game:HttpGet('https://pastebin.com/raw/x4haGbhD'))
  4.  
  5. -- Execute the loadstring functions
  6. if loadstring1 then
  7. loadstring1()
  8. else
  9. print("Failed to load loadstring1")
  10. end
  11.  
  12. if loadstring2 then
  13. loadstring2()
  14. else
  15. print("Failed to load loadstring2")
  16. end
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement