Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Define the loadstring functions
- local loadstring1 = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Dark%20Mode/source.lua"))
- local loadstring2 = loadstring(game:HttpGet('https://pastebin.com/raw/x4haGbhD'))
- -- Execute the loadstring functions
- if loadstring1 then
- loadstring1()
- else
- print("Failed to load loadstring1")
- end
- if loadstring2 then
- loadstring2()
- else
- print("Failed to load loadstring2")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement