LynXS_

Untitled

Aug 11th, 2024 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Krypton = {}
  2.  
  3. request = (syn and syn.request) or (http and http.request) or http_request
  4.  
  5. Krypton.request = function(url)
  6. request(url)
  7. end
  8.  
Advertisement
Add Comment
Please, Sign In to add comment