Pit_Anonim

Untitled

May 2nd, 2021
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function get(id, type)
  2. return http.get("http://91.78.59.71:25565/get?id=" ..id .."&type=" ..type).readAll()
  3. end
  4.  
  5. function put(id, type, arg)
  6. return http.get("http://91.78.59.71:25565/put?id=" ..id .."&type=" ..type .."&arg=" ..arg).readAll()
  7. end
  8.  
  9.  
  10. put(1, "x", 42)
Advertisement
Add Comment
Please, Sign In to add comment