Advertisement
iNxmi

Backrooms Code Requester

May 12th, 2024 (edited)
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | Source Code | 0 0
  1. local socket = require "socket"
  2.  
  3. function getCode(id, location)
  4.     local id, protocol, table = socket.request(id, nil, {location = location})
  5.     return table["code"]
  6. end
  7.  
  8. return {
  9.     getCode = getCode
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement