Skip to content

Instantly share code, notes, and snippets.

do local a=game.GetService;local b=a(game,"Players").LocalPlayer;local c=a(game,"UserInputService");local d=a(game,"RunService");local e=a(game,"StarterGui");local f=Instance.new("ScreenGui");f.Name="\84\104\97\109\111\100\101\114\97\116\111\114\95\83\112";f.ResetOnSpawn=false;f.Parent=b:WaitForChild("PlayerGui");local g=Instance.new("Frame");g.Size=UDim2.new(0,260,0,220);g.Position=UDim2.fromScale(0.05,0.6);g.BackgroundColor3=Color3.fromRGB(26,26,26);g.BorderSizePixel=0;g.Active=true;g.Draggable=true;g.Parent=f;Instance.new("UICorner",g).CornerRadius=UDim.new(0,10);local h=Instance.new("TextLabel");h.Size=UDim2.new(1,0,0,24);h.Position=UDim2.new(0,0,0,6);h.BackgroundTransparency=1;h.Text="\84\104\97\109\111\100\101\114\97\116\111\114\32\40\83\112\41";h.TextColor3=Color3.new(1,1,1);h.Font=Enum.Font.GothamBold;h.TextSize=18;h.Parent=g;local i=Instance.new("TextLabel");i.Size=UDim2.new(1,0,0,20);i.Position=UDim2.new(0,0,1,-22);i.BackgroundTransparency=1;i.Text="\67\114\101\97\116\101\100\32\98\121\32\99\121\95\
-- 🎵 Modern Music ID GUI (Scrollable)
-- Created by Cy_Peanut & sGe
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
-- Song list
local songList = {
{"Budots 2 (Rhighour)", "98935982781321"},
{"Budots 3", "137156719331300"},
local Players = game:GetService("Players")
local StarterGui = game:GetService("StarterGui")
local UserInputService = game:GetService("UserInputService")
local Camera = workspace.CurrentCamera
local player = Players.LocalPlayer
local selectedObject = nil
local selecting = false
-- GUI
-- Create the GUI
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "EffectToggleGui"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
local ToggleButton = Instance.new("TextButton")
ToggleButton.Size = UDim2.new(0, 150, 0, 50)
ToggleButton.Position = UDim2.new(0, 20, 0, 20)
ToggleButton.BackgroundColor3 = Color3.fromRGB(50, 150, 250)
local v0=loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))();local v1=game:GetService("Players");local v2=game:GetService("ReplicatedStorage");local v3=game:GetService("HttpService");local v4=game:GetService("StarterGui");local v5=v1.LocalPlayer;local v6=v5:GetMouse();local v7=v5:WaitForChild("PlayerGui");local v8=v2:WaitForChild("GameEvents"):WaitForChild("SprayService_RE");local v9=nil;local v10=false;local v11;local v12=nil;local v13={"Choc"};local v14={"Overgrown","Wet","Chilled","Frozen","Moonlit","Pollinated","Bloodlit","Burnt","Cooked","HoneyGlazed","Plasma","Heavenly","Choc","Zombified","Molten","Sundried","Verdant","Paradisal","Windstruck","Gold","Rainbow","Shocked","Celestial","Twisted","Voidtouched","Meteoric","Alienlike","Galactic","Dawnbound","Disco"};local function v15(v30,v31,v32) v4:SetCore("SendNotification",{Title=v30,Text=v31,Duration=v32 or (4 -0) });end local function v16(v33) for v60,v61 in ipairs(workspace:GetDescendants()) do if v61:IsA(
-- Grow a Garden ESP + GUI Integration (Optimized ESP, GUI Toggle, Confirm Close + Native Notifications + Mobile Support)
local player = game.Players.LocalPlayer
local RunService = game:GetService("RunService")
local Workspace = game:GetService("Workspace")
local StarterGui = game:GetService("StarterGui")
local config = {
espEnabled = false,
maxDistance = 100,
updateDelay = 0.5,
local player = game.Players.LocalPlayer
local RunService = game:GetService("RunService")
local ProximityPromptService = game:GetService("ProximityPromptService")
-- Float platform setup
local floatPart = Instance.new("Part")
floatPart.Size = Vector3.new(6, 1, 6)
floatPart.Anchored = true
floatPart.Transparency = 1 -- Invisible platform
floatPart.Color = Color3.fromRGB(50, 50, 50)
local a = game:GetService(string.char(80, 108, 97, 121, 101, 114, 115))
local b = a.LocalPlayer
local c = b:WaitForChild(string.char(80, 108, 97, 121, 101, 114, 71, 117, 105))
local d = Instance.new(string.char(83, 99, 114, 101, 101, 110, 71, 117, 105))
d.Name = string.char(84, 101, 108, 101, 112, 111, 114, 116, 71, 117, 105)
d.ResetOnSpawn = false
d.Parent = c
local e = Instance.new(string.char(70, 114, 97, 109, 101))