Skip to content

Instantly share code, notes, and snippets.

@pipe-2467
pipe-2467 / Walk-in-thewater-script.lua
Created October 30, 2025 09:17
Walk in the water script
-- Walk in the water script by Fl0WERk1ng_rbx
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UIS = game:GetService("UserInputService")
local LocalPlayer = Players.LocalPlayer
-- Variables
local waterEnabled = false
local shiftLockEnabled = false
@pipe-2467
pipe-2467 / rc2-xy07-beta-by-fl0werk1ng.lua
Created October 28, 2025 00:00
Rc2 XY07 Beta Executor Script
-- Rc2 XY07 Beta | English Edition
-- Full GUI Executor + ScriptBlox Search + Execute/Copy + Verify Tag
-- By Fl0WERk1ng | Works with Delta, Codex, Arceus X Maybe is all executor
local Players = game:GetService("Players")
local HttpService = game:GetService("HttpService")
local UIS = game:GetService("UserInputService")
local LP = Players.LocalPlayer
local PG = LP:WaitForChild("PlayerGui")