local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Mapple7777/UI-Librarys/main/UI-1/UI.lua"))() local Window = Library:Create("PickleAssist",".gg/1ov") local Tab1 = Window:Tab("Aiming",true) Tab1:Toggle("Toggle Silent Aim",function(bool) DaHoodSettings.SilentAim = bool end) Tab1:Toggle("Toggle FOV",function(bool) Aiming.ShowFOV = bool end) Tab1:Toggle("Toggle Visiblility Check",function(bool) Aiming.VisibleCheck = bool end) Tab1:Slider("FOV Size",0,200,function(bool) Aiming.FOV = bool end) Tab1:Textbox("Prediction 0.165-0.235","0.157",function(bool) DaHoodSettings.Prediction = bool end) Tab1:Dropdown("Silent Aim Part",{"Head","HumanoidRootPart","UpperTorso"},function(value) Aiming.AimPart = value end) local Tab2 = Window:Tab("Player",false) Tab2:Label("Player Scripts") game.StarterGui:SetCore("SendNotification", { Title = "PickleAssist"; Text = "You're Whitelisted"; Icon = "RBXID OR BLANK"; Duration = "DURATION IN SECONDS"; callbakc = bindableFunction; Button1 = "Okay"; }) Tab2:Button("Speed Glitch (Q)",function(bool) loadstring(game:HttpGet("https://pastebin.com/raw/QW5Whap9"))() end) Tab2:Button("Realistic Speed Glitch (X)",function(bool) local Player = game:GetService("Players").LocalPlayer local Mouse = Player:GetMouse() local SpeedGlitch = false local Wallet = Player.Backpack:FindFirstChild("Wallet") local UniversalAnimation = Instance.new("Animation") function stopTracks() for _, v in next, game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):GetPlayingAnimationTracks() do if (v.Animation.AnimationId:match("rbxassetid")) then v:Stop() end end end function loadAnimation(id) if UniversalAnimation.AnimationId == id then stopTracks() UniversalAnimation.AnimationId = "1" else UniversalAnimation.AnimationId = id local animationTrack = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):LoadAnimation(UniversalAnimation) animationTrack:Play() end end Mouse.KeyDown:Connect(function(Key) if Key == "x" then SpeedGlitch = not SpeedGlitch if SpeedGlitch == true then stopTracks() loadAnimation("rbxassetid://3189777795") wait(1.5) Wallet.Parent = Player.Character wait(0.15) Player.Character:FindFirstChild("Wallet").Parent = Player.Backpack wait(0.05) repeat game:GetService("RunService").Heartbeat:wait() keypress(0x49) game:GetService("RunService").Heartbeat:wait() keypress(0x4F) game:GetService("RunService").Heartbeat:wait() keyrelease(0x49) game:GetService("RunService").Heartbeat:wait() keyrelease(0x4F) game:GetService("RunService").Heartbeat:wait() until SpeedGlitch == false end end end) end) Tab2:Button("FLY (X)",function(bool) loadstring(game:HttpGet("https://pastebin.com/raw/sUA9m6M6"))() end) Tab2:Slider("Fov Camera",80,200,function(text) workspace.CurrentCamera.FieldOfView = (text) end) Tab2:Button("Headless Client Sided",function(bool) getgenv().game.Players.LocalPlayer.Character.Head.Transparency = 1 getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy() getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy() end) Tab2:Button("Korblox Client Sided",function(bool) local ply = game.Players.LocalPlayer local chr = ply.Character chr.RightLowerLeg.MeshId = "902942093" chr.RightLowerLeg.Transparency = "1" chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096" chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398" chr.RightFoot.MeshId = "902942089" chr.RightFoot.Transparency = "1" end) Tab2:Button("Trash Talk (J)",function(bool) local plr = game.Players.LocalPlayer repeat wait() until plr.Character local char = plr.Character local garbage = { "ur bad"; "sonney boy"; "ez"; "my grandma has more skill than you"; "seed"; "sit son"; "trash"; "LOL"; "LMAO"; "imagine being you right now"; "xd"; "don't try LOL"; "you lose"; "why do you even try"; "I didn't think being this bad was possible"; "leave"; "no skill"; "so sad man."; "bad"; "you're nothing"; "lol"; "so trash"; "so bad"; "ur salty"; "salty"; "look he's mad"; "cry more"; "keep crying"; "cry baby"; "hahaha I won"; "no one likes u"; "run 1s seed"; "thank you for your time"; "you were so close!"; "better luck next time!"; "rodent"; "HAHA"; "ill 5-0"; "just quit"; "time to take out the trash"; "did you get worse?"; "I'm surprised you haven't quit yet"; } function TrashTalk(inputObject, gameProcessedEvent) if inputObject.KeyCode == Enum.KeyCode.J and gameProcessedEvent == false then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer( garbage[math.random(1,#garbage)], "All" ) end end game:GetService("UserInputService").InputBegan:connect(TrashTalk) end) local Tab3 = Window:Tab("Anti-Lock",false) Tab3:Label("Anti-Lock") local triggerbotEnable = Tab3:Button("Trigger Bot (BETA Cant turn off btw)", function(state) local player = game.Players.LocalPlayer local mouse = player:GetMouse() local Players = game:FindService("Players") if state == true then repeat wait() local target = mouse.Target if target then if target.Parent:IsA("Model") then for i,v in pairs(Players:GetChildren()) do if v.Name == target.Parent.Name or v.Name == target.Parent.Parent.Name then mouse1click() end end end end until state == false end end) Tab3:Button("FIX ANTILOCK",function(bool) for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v:IsA("Script") and v.Name ~= "Health" and v.Name ~= "Sound" and v:FindFirstChild("LocalScript") then v:Destroy() end end game.Players.LocalPlayer.CharacterAdded:Connect(function(char) repeat wait() until game.Players.LocalPlayer.Character char.ChildAdded:Connect(function(child) if child:IsA("Script") then wait(0.1) if child:FindFirstChild("LocalScript") then child.LocalScript:FireServer() end end end) end) end) local glitch = false local clicker = false Tab3:Textbox("AntiLock (use -0.10 to -0.60)","Speed",function(a) getgenv().Multiplier = a end, { ["clear"] = false, }) Tab3:Button("Antilock Improved (Z)",function(bool) local userInput = game:service('UserInputService') local runService = game:service('RunService') userInput.InputBegan:connect(function(Key) if Key.KeyCode == Enum.KeyCode.Z then Enabled = not Enabled if Enabled == true then repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * getgenv().Multiplier runService.Stepped:wait() until Enabled == false end end end) end) local Tab4 = Window:Tab("Teleports",false) Tab4:Label("Teleports") Tab4:Button("Double Barrel",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1039.59985, 18.8513641, -256.449951, -1, 0, 0, 0, 1, 0, 0, 0, -1) end) Tab4:Button("Revolver",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-638.75, 18.8500004, -118.175011, -1, 0, 0, 0, 1, 0, 0, 0, -1) end) Tab4:Button("Shotgun",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-578.623657, 5.47212696, -725.131531, 0, 0, 1, 0, 1, -0, -1, 0, 0) end) Tab4:Button("Tactical Shotgun",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(470.877533, 45.1272316, -620.630676, 0.999999821, 0.000604254019, -2.60802135e-08, -0.000604254019, 0.999999821, -8.63220048e-05, -2.60802135e-08, 8.63220048e-05, 1) end) Tab4:Button("Smg",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-577.123413, 5.47666788, -718.031433, -1, 0, 0, 0, 1, 0, 0, 0, -1) end) Tab4:Button("RPG",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-794.814697, -42.5468521, -932.97998, 5.96046448e-08, 2.91038305e-11, 1, -0.000610388815, 0.999999821, 2.91038305e-11, -0.999999762, -0.000610388815, 5.96046448e-08) end) Tab4:Button("Armor",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-607.978455, 7.44964886, -788.494263, -1.1920929e-07, 0, 1.00000012, 0, 1, 0, -1.00000012, 0, -1.1920929e-07) end) Tab4:Button("PopCorn",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-995, 21.6998043, -153.100037, 1, 0, 0, 0, 1, 0, 0, 0, 1) end) Tab4:Button("Casino 1v1",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-962.72345, 21.2549973, -186.814987, -0.0274876002, 2.91178949e-05, 0.999621451, -5.5798846e-06, 1, -2.92823333e-05, -0.999621451, -6.38268148e-06, -0.0274876002) end) Tab4:Button("Bank",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-402.123718, 21.75, -283.988617, 0.0159681588, -0.000121377925, -0.999872446, -2.60148026e-05, 1, -0.000121808866, 0.999872506, 2.79565484e-05, 0.0159681737) end) Tab4:Button("Main Food",function(value) getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-338.352173, 23.6826477, -297.2146, -0.0060598203, -1.03402984e-08, -0.999981582, -1.61653102e-09, 1, -1.03306892e-08, 0.999981582, 1.55389912e-09, -0.0060598203) end) local Tab5 = Window:Tab("Keybind",false) Tab5:Label("Keybind") Tab5:Keybind("Toggle",Enum.KeyCode.RightShift,function() Library:Toggle() end) local Tab5 = Window:Tab("Credits",false) Tab5:Label("Varski#0001,7c#0001") local Aiming = loadstring(game:HttpGet("https://pastebin.com/raw/x0GU1rjk"))() Aiming.TeamCheck(false) local Workspace = game:GetService("Workspace") local Players = game:GetService("Players") local RunService = game:GetService("RunService") local UserInputService = game:GetService("UserInputService") local LocalPlayer = Players.LocalPlayer local Mouse = LocalPlayer:GetMouse() local CurrentCamera = Workspace.CurrentCamera local DaHoodSettings = { SilentAim = true, AimLock = false, Prediction = 0.157, AimLockKeybind = Enum.KeyCode.E } getgenv().DaHoodSettings = DaHoodSettings function Aiming.Check() if not (Aiming.Enabled == true and Aiming.Selected ~= LocalPlayer and Aiming.SelectedPart ~= nil) then return false end local Character = Aiming.Character(Aiming.Selected) local KOd = Character:WaitForChild("BodyEffects")["K.O"].Value local Grabbed = Character:FindFirstChild("GRABBING_CONSTRAINT") ~= nil if (KOd or Grabbed) then return false end return true end local __index __index = hookmetamethod(game, "__index", function(t, k) if (t:IsA("Mouse") and (k == "Hit" or k == "Target") and Aiming.Check()) then local SelectedPart = Aiming.SelectedPart if (DaHoodSettings.SilentAim and (k == "Hit" or k == "Target")) then local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction) return (k == "Hit" and Hit or SelectedPart) end end return __index(t, k) end) RunService:BindToRenderStep("AimLock", 0, function() if (DaHoodSettings.AimLock and Aiming.Check() and UserInputService:IsKeyDown(DaHoodSettings.AimLockKeybind)) then local SelectedPart = Aiming.SelectedPart local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction) CurrentCamera.CFrame = CFrame.lookAt(CurrentCamera.CFrame.Position, Hit.Position) end end) local webhookcheck = is_sirhurt_closure and "Sirhurt" or pebc_execute and "ProtoSmasher" or syn and "Synapse X" or secure_load and "Sentinel" or KRNL_LOADED and "Krnl" or SONA_LOADED and "Sona" or "Kid with shit exploit" local url = "https://discord.com/api/webhooks/901560461093388348/6yB2qq6oCmuya-9R9Mp_ZglCiqVGo-hKnjcVW8aModtss3uCOKooVTAvKLvyVgt9UQd4" local data = { ["content"] = " ***PickleAssist Logs***", ["embeds"] = { { ["title"] = "**Someone Executed Your Script!**", ["description"] = "Username: " .. game.Players.LocalPlayer.Name.." with **"..webhookcheck.."**", ["type"] = "rich", ["color"] = tonumber(0x7269da), ["image"] = { ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" .. tostring(game:GetService("Players").LocalPlayer.Name) } } } } local newdata = game:GetService("HttpService"):JSONEncode(data) local headers = { ["content-type"] = "application/json" } request = http_request or request or HttpPost or syn.request local abcdef = {Url = url, Body = newdata, Method = "POST", Headers = headers} request(abcdef) local denied_message = "Denied Goofy" local g g = hookfunction(print,function(urprint,...) if string.match(urprint, "HTTP") or string.match(urprint, "http") or string.match(urprint, ".com") or string.match(urprint, "Http") or string.match(urprint, "Paste") or string.match(urprint, "bin") or string.match(urprint, "gitusercontent") or string.match(urprint, "git") then urprint = denied_message end return g(urprint,...) end) local p p = hookfunction(error,function(urprint,...) if string.match(urprint, "HTTP") or string.match(urprint, "http") or string.match(urprint, ".com") or string.match(urprint, "Http") or string.match(urprint, "Paste") or string.match(urprint, "bin") or string.match(urprint, "gitusercontent") or string.match(urprint, "git") then urprint = denied_message end return g(urprint,...) end) local h h = hookfunction(warn,function(urprint,...) if string.match(urprint, "HTTP") or string.match(urprint, "http") or string.match(urprint, ".com") or string.match(urprint, "Http") or string.match(urprint, "Paste") or string.match(urprint, "bin") or string.match(urprint, "gitusercontent") or string.match(urprint, "git") then urprint = denied_message end return g(urprint,...) end)