Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local url = "https://pastebin.com/raw/PTSbmrSu"
- warn("Czk Eunc")
- local success, response = pcall(function()
- return game:HttpGet(url)
- end)
- if not success then
- warn("Failed to HttpGet: ".. tostring(response))
- return
- end
- print("Script content fetched:")
- print(response)
- local func, err = loadstring(response)
- if not func then
- warn("Failed to compile script: ".. tostring(err))
- return
- end
- local execSuccess, execErr = pcall(func)
- if not execSuccess then
- warn("Error during script execution: ".. tostring(execErr))
- return
- end
- warn("Czk Eunc")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement