Advertisement
w3vu2m81e912ce7m

eunc test by czk

May 19th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local url = "https://pastebin.com/raw/PTSbmrSu"
  2. warn("Czk Eunc")
  3. local success, response = pcall(function()
  4. return game:HttpGet(url)
  5. end)
  6.  
  7. if not success then
  8. warn("Failed to HttpGet: ".. tostring(response))
  9. return
  10. end
  11.  
  12. print("Script content fetched:")
  13. print(response)
  14.  
  15. local func, err = loadstring(response)
  16. if not func then
  17. warn("Failed to compile script: ".. tostring(err))
  18. return
  19. end
  20.  
  21. local execSuccess, execErr = pcall(func)
  22. if not execSuccess then
  23. warn("Error during script execution: ".. tostring(execErr))
  24. return
  25. end
  26. warn("Czk Eunc")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement