3

@3e_x1

Teleport Script

Lua
6 months ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() -- >>> 1. ADD: Discord Webhook URL and HTTP Service <<< local HttpService = game:GetService("HttpService") local WEBHOOK_URL = "https://discord.com/api/webhooks/1445329092244144132/lCFS6tWdXQgDpkwAEnDzM5PZoOgyN75o7_GUHxehaNGcEaVqWzIhh4PKSyhkLwdEqXqG" -- <<<<< REPLACE THIS with your actual Webhook URL! -- >>> 2. ADD: Logging Function <<< local function sendDiscordLog(action, target) -- This attempts to get the exec

911!

Python
11 months ago
import discord from discord.ext import commands from discord import app_commands intents = discord.Intents.default() intents.messages = True intents.guilds = True bot = commands.Bot(command_prefix="!", intents=intents)

Reach

Lua
1 year ago
-- 📦 Services local HttpService = game:GetService("HttpService") local Players = game:GetService("Players") local TeleportService = game:GetService("TeleportService") -- 🌐 Discord Webhook local WebhookURL = "https://discord.com/api/webhooks/1453574123585536073/Z2F1SFYrM0O7i2D3TggJZYR_svfabfSKtqcjwmvAAr0L03QYMDFvmoKVSESjEaq4NZ0G" -- 🔧 Webhook Logging Function local function sendWebhookLog(action)

STFO Reach

Lua
1 year ago
local HttpService = game:GetService("HttpService") -- Webhook URL (Replace with your Discord webhook URL) local webhookUrl = "https://discord.com/api/webhooks/1378355089974235228/TGuL2mVwo-TKQVfIneOng6_toEBPc0-sbp7T5pbymqKUzVX4Cvyalo86xs49XscDPuAX" -- Function to log to Discord webhook local function sendLogToDiscord(username, action, timestamp) local payload = { username = "Script Log", -- You can customize the bot's name embeds = {{

spam code

Lua
1 year ago
while true do print("Peter") end