Skip to content

Instantly share code, notes, and snippets.

@eracfas
eracfas / gist:204393701f02a58647ca94f0e3ecf4f7
Last active May 8, 2025 16:42
my first roblox executor: c00lb00kl3ss
-- Script to handle Backdoor Scanning, RemoteEvent/RemoteFunction Execution, and Remote Detection
-- Services
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")
local ServerStorage = game:GetService("ServerStorage")
local Lighting = game:GetService("Lighting")
-- GUI Elements
local player = game.Players.LocalPlayer