Send a Discord webhook through MF lua.

Tweiii

Mouse
Code:
local id = ''
local token = ''
local text = 'Hello World!'
-- DONT MODIFY ANYTHING ABOVE THIS LINE
system.playMusic('https://grizzly-cellar.glitch.me/webhook/send?id='..id..'&token='..token..'&text='..text, '9999999999999999999999999999')
Or as a function
Code:
sendWebhookMessage = function(id, token, text)
    system.playMusic('https://grizzly-cellar.glitch.me/webhook/send?id='..id..'&token='..token..'&text='..text, '9999999999999999999999999999')
end
sendWebhookMessage('', '', 'Hello World!')
BTW, this code is reliant on a website but it should stay up 24/7 now...
 
Top
"Dev-TR" theme by Soulzone