Advertisement
C-H-4-0-S

Untitled

Jun 24th, 2024
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local url = "https://pastebin.com/raw/9uedpQea#:~:text=function%20myFunction()%0A%20%20print" local response = game:HttpGet(url) local func = loadstring(response) if func then func()  myFunction() else print("Error loading the code.") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement