CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 10:15:11 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=2e46685a80d65919912130e6c68a848bec3347b42d74755e76be99e9035884eba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22wXXJeDXxwIfo0U5u5Wi0zH4QfGPJ2gFR%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d5d5a7d869a9b7-BLR
chathook - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.003)
- local BOT = {}
- -- defining http for use later on, results in cleaner code
- local http = game:service'HttpService'
- -- webhook url to send message from (get this from server, and if not create a Discord server and make a webhook)
- BOT.uri = 'https://discord.osyr.is/api/webhooks/409814145807155202/uUpdAjMx7BS33r5qH7gd_fK8z94MhOqfZOggxdPfNqfDvEnbQMOu2f29AlLrYC-IyUxt'
- -- Botname, defaut name is Spidey Bot, if you renamed it put the EXACT name here!
- BOT.botname = 'KeyLog'
- --------------- starting script ---------------------------
- function BOT:SendMessage(Message)
- local data = {}
- data.username = BOT.botname
- data.content = Message
- data=http:JSONEncode(data)
- return http:PostAsync(BOT.uri, data, Enum.HttpContentType.ApplicationJson)
- end
- --log function--
- for i,v in pairs(game.Players:GetChildren()) do
- v.Chatted:connect(function(log)
- BOT:SendMessage(v.Name..': '..log)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ C
JavaScript | 2 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ C
JavaScript | 5 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 11 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ P
JavaScript | 14 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ A
JavaScript | 23 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ I
JavaScript | 32 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ C
JavaScript | 41 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 42 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand