print("executed da script m8") getgenv().g=game getgenv().gs=g.GetService getgenv().p=gs(g,"Players").LocalPlayer getgenv().r=gs(g,"RunService") getgenv().v=gs(g,"VirtualInputManager") getgenv().s=workspace.Ignored.Shop["[Lettuce] - $6"] getgenv().on=false getgenv().a=nil getgenv().b=nil getgenv().cf=nil getgenv().ws=nil getgenv().jp=nil getgenv().e=false getgenv().t=0 getgenv().bc=.7 getgenv().ci=.7 getgenv().et=2 getgenv().ui=Instance.new("ScreenGui") ui.ResetOnSpawn=false ui.Parent=p:WaitForChild("PlayerGui") getgenv().btn=Instance.new("TextButton") btn.Size=UDim2.new(0,220,0,50) btn.Position=UDim2.new(0,20,.5,-25) btn.TextScaled=true btn.BackgroundColor3=Color3.fromRGB(28,28,28) btn.TextColor3=Color3.new(1,1,1) btn.Text="lettuce" btn.Parent=ui getgenv().fc=function()return p.Character or p.CharacterAdded:Wait()end getgenv().fh=function(x)return x and x:FindFirstChildOfClass("Humanoid")end getgenv().fr=function(x)return x and x:FindFirstChild("HumanoidRootPart")end getgenv().uc=function()return s.Head.CFrame*CFrame.new(0,-7,0)end getgenv().lb=function()return p.Backpack:FindFirstChild("[Lettuce]")end getgenv().lc=function()local x=p.Character return x and x:FindFirstChild("[Lettuce]")end getgenv().hl=function()return lb()or lc()end getgenv().lk=function(x)ws=x.WalkSpeed jp=x.JumpPower x.WalkSpeed=0 x.JumpPower=0 x.AutoRotate=false end getgenv().rs=function(x)x.WalkSpeed=ws or 16 x.JumpPower=jp or 50 x.AutoRotate=true end getgenv().ck=function()local v2=workspace.CurrentCamera.ViewportSize v:SendMouseButtonEvent(v2.X/2,v2.Y/2,0,true,g,0)task.wait(.05)v:SendMouseButtonEvent(v2.X/2,v2.Y/2,0,false,g,0)end getgenv().eat=function(x)if e then return end e=true task.spawn(function()local y=lb()or lc()if not y then e=false return end if y.Parent==p.Backpack then x:EquipTool(y)local st=tick()while tick()-st=bc then t=tick()fireclickdetector(s.ClickDetector)end end)end getgenv().OFF=function()if not on then return end on=false btn.Text="off"if a then a:Disconnect()end if b then b:Disconnect()end local c=p.Character if c then local h=fh(c)local r5=fr(c)if h then rs(h)end if r5 and cf then r5.CFrame=cf end end e=false end btn.MouseButton1Click:Connect(function()if on then OFF()else ON()end end)