SheScripts GAG Keyless – Auto Sell Inventory, Auto Sell Item in hand
Grow a Garden Keyless
SheScripts GAG Keyless – Auto Sell Inventory, Auto Sell Item in hand
👤 alexriderr 👁 125 views ❤️ 0 likes ⏱ Apr 19, 2026
A simple keyless script featuring two options: sell inventory and sell items in hand. It is also optimized for use with the Xeno executor.
✨ Features
Auto sell inventory Auto sell item in hand
📋 Script Code
local plr = game:GetService("Players").LocalPlayer<br />
local rs = game:GetService("ReplicatedStorage")<br />
local sellPos = CFrame.new(90.08035, 0.98381, 3.02662, 6e-05, 1e-06, 1, -0.0349, 0.999, 1e-06, -0.999, -0.0349, 6e-05)<br />
<br />
local gui = Instance.new("ScreenGui", game.CoreGui)<br />
gui.ResetOnSpawn = false<br />
<br />
local f = Instance.new("Frame", gui)<br />
f.Size = UDim2.fromOffset(160, 110)<br />
f.Position = UDim2.new(0.5, -80, 0.6, -55)<br />
f.BackgroundColor3 = Color3.fromRGB(235, 64, 52)<br />
f.Active, f.Draggable = true, true<br />
Instance.new("UICorner", f).CornerRadius = UDim.new(0, 10)<br />
<br />
local lbl = Instance.new("TextLabel", f)<br />
lbl.Size = UDim2.new(1, 0, 0.25, 0)<br />
lbl.BackgroundTransparency = 1<br />
lbl.Text = "SheScripts Gag"<br />
lbl.TextColor3 = Color3.new(1, 1, 1)<br />
lbl.Font = Enum.Font.GothamBold<br />
lbl.TextScaled = true<br />
<br />
local function makeButton(text, y)<br />
  local b = Instance.new("TextButton", f)<br />
  b.Size = UDim2.new(0.85, 0, 0.3, 0)<br />
  b.Position = UDim2.new(0.075, 0, y, 0)<br />
  b.BackgroundColor3 = Color3.fromRGB(255, 214, 10)<br />
  b.Text = text<br />
  b.TextColor3 = Color3.new(0, 0, 0)<br />
  b.Font = Enum.Font.GothamSemibold<br />
  b.TextScaled = true<br />
  Instance.new("UICorner", b).CornerRadius = UDim.new(0, 6)<br />
  return b<br />
end<br />
<br />
local btnAll = makeButton("Sell Inventory", 0.35)<br />
local btnHand = makeButton("Sell item in hand", 0.68)<br />
<br />
btnAll.MouseButton1Click:Connect(function()<br />
  local hrp = plr.Character and plr.Character:FindFirstChild("HumanoidRootPart")<br />
  if hrp then<br />
    local orig = hrp.CFrame<br />
    hrp.CFrame = sellPos<br />
    task.wait(0.1)<br />
    rs.GameEvents.Sell_Inventory:FireServer()<br />
    task.wait(0.1)<br />
    hrp.CFrame = orig<br />
  end<br />
end)<br />
<br />
btnHand.MouseButton1Click:Connect(function()<br />
  local hrp = plr.Character and plr.Character:FindFirstChild("HumanoidRootPart")<br />
  if hrp then<br />
    local orig = hrp.CFrame<br />
    hrp.CFrame = sellPos<br />
    task.wait(0.1)<br />
    rs.GameEvents.Sell_Item:FireServer()<br />
    task.wait(0.1)<br />
    hrp.CFrame = orig<br />
  end<br />
end)
🎮 Similar Scripts
💬 Comments (0)
Login to post a comment
No comments yet. Be the first!
Script Info
Game Grow a Garden
TypeKeyless
Authoralexriderr
Views125
Likes0
PublishedApr 19, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
ECLIPSE Twisted Script OP (Keyless) – Automations & Exploits
ECLIPSE Twisted Script OP (Keyless) – Automations & Exploits
Twisted [BETA] • 👁 5
Keyless
ZvsH ULTIMATE v6 Zombies vs Humans Script (Keyless) – Aimbot & Infinite Jump
ZvsH ULTIMATE v6 Zombies vs Humans Script (Keyless) – Aimbot & Infinite Jump
Zombies vs Humans • 👁 8
Keyless
Merged lands Hub Script (Keyless) – FSM & Golden Techno Pack
Merged lands Hub Script (Keyless) – FSM & Golden Techno Pack
Merged Lands | RP • 👁 7
Keyless
Banjo Sheet Player Dead Rails Script (Keyless) – Out on The Road & Get Along Little Doggie
Banjo Sheet Player Dead Rails Script (Keyless) – Out on The Road & Get Along Little Doggie
Dead Rails • 👁 6
Keyless
Escape The Zoo Script Pubert – Auto Farm, TP to Exit
Escape The Zoo Script Pubert – Auto Farm, TP to Exit
Escape The ZOO! • 👁 10
Keyless