Advertisement
Risk_exe

Untitled

Apr 9th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. for i = 1, 10, 1
  3. do
  4. turtle.up();
  5. end
  6.  
  7. for i = 1, 10, 1
  8. do
  9. turtle.down();
  10. end
  11.  
  12. local url = "81.158.128.24:3001";
  13. print(http.websocket(url));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement