R

autoreport player

public
rrixh Feb 13, 2024 Never 80
Clone
Plaintext autoreportPlayers 9 lines (8 loc) | 473 Bytes
1
getgenv().autoreportcfg = {
2
Webhook = "https://discord.com/api/webhooks/1204278344905134080/t6aZGPYoFha23REO6idtkiH63rW9ACFYj8rMmIETEg1OajQJuCdHF8ekEo_MWLLeDlKG", -- u kan leave it empty if u want ingame notifs
3
autoMessage = { -- whispers to people if they get autoreported
4
enabled = true,
5
Message = 'so sad you got autoreported :(',
6
},
7
}
8
9
loadstring(game:HttpGet("https://raw.githubusercontent.com/CF-Trail/Auto-Report/main/main.lua"))()