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 👁 11 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
Views11
Likes0
PublishedApr 19, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
Trixo v10 Emergency Hamdburg Script Keyless
Trixo v10 Emergency Hamdburg Script Keyless
Emergency Hamburg • 👁 1
Keyless
DP Hub Script for Emergency Hamburg Keyless – Aimbot controls
DP Hub Script for Emergency Hamburg Keyless – Aimbot controls
Emergency Hamburg • 👁 2
Keyless
NitoHub EH Script – Auto Farm, Aimbot, Rapid Fire
NitoHub EH Script – Auto Farm, Aimbot, Rapid Fire
Emergency Hamburg • 👁 6
Keyless
Escape Tsunami for Brainrots Script by Overflow – Instant Grab Brainrots
Escape Tsunami for Brainrots Script by Overflow – Instant Grab Brainrots
Escape Tsunami For Brainrots • 👁 7
Keyless
Zysume Script Grow A Garden Auto Harvest, Dark Spawner, Pet Seed, Egg
Zysume Script Grow A Garden Auto Harvest, Dark Spawner, Pet Seed, Egg
Grow a Garden • 👁 8
Keyless