vtrvsted

pickle assist

Sep 16th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.31 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Mapple7777/UI-Librarys/main/UI-1/UI.lua"))()
  2.  
  3.  
  4. local Window = Library:Create("PickleAssist",".gg/1ov")
  5.  
  6. local Tab1 = Window:Tab("Aiming",true)
  7.  
  8. Tab1:Toggle("Toggle Silent Aim",function(bool)
  9.     DaHoodSettings.SilentAim = bool
  10. end)
  11.  
  12. Tab1:Toggle("Toggle FOV",function(bool)
  13.     Aiming.ShowFOV = bool
  14. end)
  15.  
  16. Tab1:Toggle("Toggle Visiblility Check",function(bool)
  17.     Aiming.VisibleCheck = bool
  18. end)
  19.  
  20. Tab1:Slider("FOV Size",0,200,function(bool)
  21.     Aiming.FOV = bool
  22. end)
  23.  
  24. Tab1:Textbox("Prediction 0.165-0.235","0.157",function(bool)
  25.     DaHoodSettings.Prediction = bool
  26. end)
  27.  
  28. Tab1:Dropdown("Silent Aim Part",{"Head","HumanoidRootPart","UpperTorso"},function(value)
  29.     Aiming.AimPart = value
  30. end)
  31.  
  32. local Tab2 = Window:Tab("Player",false)
  33.  
  34. Tab2:Label("Player Scripts")
  35.  
  36. game.StarterGui:SetCore("SendNotification", {
  37.     Title = "PickleAssist";
  38.     Text = "You're Whitelisted";
  39.     Icon = "RBXID OR BLANK";
  40.     Duration = "DURATION IN SECONDS";
  41.     callbakc = bindableFunction;
  42.     Button1 = "Okay";
  43. })
  44.  
  45. Tab2:Button("Speed Glitch (Q)",function(bool)
  46.     loadstring(game:HttpGet("https://pastebin.com/raw/QW5Whap9"))()
  47. end)
  48.  
  49. Tab2:Button("Realistic Speed Glitch (X)",function(bool)
  50.     local Player = game:GetService("Players").LocalPlayer
  51.     local Mouse = Player:GetMouse()
  52.     local SpeedGlitch = false
  53.     local Wallet = Player.Backpack:FindFirstChild("Wallet")
  54.  
  55.     local UniversalAnimation = Instance.new("Animation")
  56.  
  57.     function stopTracks()
  58.         for _, v in next, game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):GetPlayingAnimationTracks() do
  59.             if (v.Animation.AnimationId:match("rbxassetid")) then
  60.                 v:Stop()
  61.             end
  62.         end
  63.     end
  64.  
  65.     function loadAnimation(id)
  66.         if UniversalAnimation.AnimationId == id then
  67.             stopTracks()
  68.             UniversalAnimation.AnimationId = "1"
  69.         else
  70.             UniversalAnimation.AnimationId = id
  71.             local animationTrack = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):LoadAnimation(UniversalAnimation)
  72.             animationTrack:Play()
  73.         end
  74.     end
  75.  
  76.     Mouse.KeyDown:Connect(function(Key)
  77.         if Key == "x" then
  78.             SpeedGlitch = not SpeedGlitch
  79.             if SpeedGlitch == true then
  80.                 stopTracks()
  81.                 loadAnimation("rbxassetid://3189777795")
  82.                 wait(1.5)
  83.                 Wallet.Parent = Player.Character
  84.                 wait(0.15)
  85.                 Player.Character:FindFirstChild("Wallet").Parent = Player.Backpack
  86.                 wait(0.05)
  87.                 repeat game:GetService("RunService").Heartbeat:wait()
  88.                     keypress(0x49)
  89.                     game:GetService("RunService").Heartbeat:wait()
  90.                     keypress(0x4F)
  91.                     game:GetService("RunService").Heartbeat:wait()
  92.                     keyrelease(0x49)
  93.                     game:GetService("RunService").Heartbeat:wait()
  94.                     keyrelease(0x4F)
  95.                     game:GetService("RunService").Heartbeat:wait()
  96.                 until SpeedGlitch == false
  97.             end
  98.         end
  99.     end)
  100. end)
  101.  
  102. Tab2:Button("FLY (X)",function(bool)
  103.     loadstring(game:HttpGet("https://pastebin.com/raw/sUA9m6M6"))()
  104. end)
  105.  
  106. Tab2:Slider("Fov Camera",80,200,function(text)
  107.     workspace.CurrentCamera.FieldOfView = (text)
  108. end)
  109.  
  110. Tab2:Button("Headless Client Sided",function(bool)
  111.     getgenv().game.Players.LocalPlayer.Character.Head.Transparency = 1
  112.     getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
  113.     getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
  114. end)
  115.  
  116. Tab2:Button("Korblox Client Sided",function(bool)
  117.     local ply = game.Players.LocalPlayer
  118.     local chr = ply.Character
  119.     chr.RightLowerLeg.MeshId = "902942093"
  120.     chr.RightLowerLeg.Transparency = "1"
  121.     chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096"
  122.     chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398"
  123.     chr.RightFoot.MeshId = "902942089"
  124.     chr.RightFoot.Transparency = "1"
  125. end)
  126.  
  127. Tab2:Button("Trash Talk (J)",function(bool)
  128.     local plr = game.Players.LocalPlayer
  129. repeat wait() until plr.Character
  130. local char = plr.Character
  131.  
  132. local garbage = {
  133.     "ur bad";
  134.     "sonney boy";
  135.     "ez";
  136.     "my grandma has more skill than you";
  137.     "seed";
  138.     "sit son";
  139.     "trash";
  140.     "LOL";
  141.     "LMAO";
  142.     "imagine being you right now";
  143.     "xd";
  144.     "don't try LOL";
  145.     "you lose";
  146.     "why do you even try";
  147.     "I didn't think being this bad was possible";
  148.     "leave";
  149.     "no skill";
  150.     "so sad man.";
  151.     "bad";
  152.     "you're nothing";
  153.     "lol";
  154.     "so trash";
  155.     "so bad";
  156.     "ur salty";
  157.     "salty";
  158.     "look he's mad";
  159.     "cry more";
  160.     "keep crying";
  161.     "cry baby";
  162.     "hahaha I won";
  163.     "no one likes u";
  164.     "run 1s seed";
  165.     "thank you for your time";
  166.     "you were so close!";
  167.     "better luck next time!";
  168.     "rodent";
  169.     "HAHA";
  170.     "ill 5-0";
  171.     "just quit";
  172.     "time to take out the trash";
  173.     "did you get worse?";
  174.     "I'm surprised you haven't quit yet";
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186. }
  187.  
  188.  
  189. function TrashTalk(inputObject, gameProcessedEvent)
  190.     if inputObject.KeyCode == Enum.KeyCode.J and gameProcessedEvent == false then        
  191. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  192.         garbage[math.random(1,#garbage)],
  193.         "All"
  194.     )
  195.     end
  196. end
  197.  
  198. game:GetService("UserInputService").InputBegan:connect(TrashTalk)
  199. end)
  200.  
  201. local Tab3 = Window:Tab("Anti-Lock",false)
  202.  
  203. Tab3:Label("Anti-Lock")
  204.  
  205.         local triggerbotEnable = Tab3:Button("Trigger Bot (BETA Cant turn off btw)", function(state)
  206.             local player = game.Players.LocalPlayer
  207.             local mouse = player:GetMouse()
  208.             local Players = game:FindService("Players")
  209.  
  210.             if state == true then
  211.                 repeat wait()
  212.                     local target = mouse.Target
  213.                         if target then
  214.                             if target.Parent:IsA("Model") then
  215.                                 for i,v in pairs(Players:GetChildren()) do
  216.                                     if v.Name == target.Parent.Name or v.Name == target.Parent.Parent.Name then
  217.                                         mouse1click()
  218.                                     end
  219.                                 end
  220.                             end
  221.                         end
  222.                 until state == false
  223.             end
  224.         end)
  225.  
  226. Tab3:Button("FIX ANTILOCK",function(bool)
  227.        
  228.     for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  229.         if v:IsA("Script") and v.Name ~= "Health" and v.Name ~= "Sound" and v:FindFirstChild("LocalScript") then
  230.             v:Destroy()
  231.         end
  232.     end
  233.     game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  234.         repeat
  235.             wait()
  236.         until game.Players.LocalPlayer.Character
  237.         char.ChildAdded:Connect(function(child)
  238.             if child:IsA("Script") then
  239.                 wait(0.1)
  240.                 if child:FindFirstChild("LocalScript") then
  241.                     child.LocalScript:FireServer()
  242.                 end
  243.             end
  244.         end)
  245.     end)
  246.  
  247. end)
  248.  
  249. local glitch = false
  250. local clicker = false
  251.  
  252. Tab3:Textbox("AntiLock (use -0.10 to -0.60)","Speed",function(a)
  253.        
  254.     getgenv().Multiplier = a
  255.  
  256. end, {
  257.     ["clear"] = false,
  258. })
  259.  
  260. Tab3:Button("Antilock Improved (Z)",function(bool)
  261.     local userInput = game:service('UserInputService')
  262.     local runService = game:service('RunService')
  263.    
  264.     userInput.InputBegan:connect(function(Key)
  265.         if Key.KeyCode == Enum.KeyCode.Z then
  266.             Enabled = not Enabled
  267.             if Enabled == true then
  268.                 repeat
  269.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * getgenv().Multiplier
  270.                     runService.Stepped:wait()
  271.                 until Enabled == false
  272.             end
  273.         end
  274.     end)
  275. end)
  276.  
  277. local Tab4 = Window:Tab("Teleports",false)
  278.  
  279. Tab4:Label("Teleports")
  280.  
  281. Tab4:Button("Double Barrel",function(value)
  282.     getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1039.59985, 18.8513641, -256.449951, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  283. end)
  284.  
  285. Tab4:Button("Revolver",function(value)
  286.     getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-638.75, 18.8500004, -118.175011, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  287. end)
  288.  
  289. Tab4:Button("Shotgun",function(value)
  290.     getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-578.623657, 5.47212696, -725.131531, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  291. end)
  292.  
  293. Tab4:Button("Tactical Shotgun",function(value)
  294.     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)
  295. end)
  296.  
  297. Tab4:Button("Smg",function(value)
  298.     getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-577.123413, 5.47666788, -718.031433, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  299. end)
  300.  
  301. Tab4:Button("RPG",function(value)
  302.     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)
  303. end)
  304.  
  305. Tab4:Button("Armor",function(value)
  306.     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)
  307. end)
  308.  
  309. Tab4:Button("PopCorn",function(value)
  310.     getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-995, 21.6998043, -153.100037, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  311. end)
  312.  
  313. Tab4:Button("Casino 1v1",function(value)
  314.     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)
  315. end)
  316.  
  317. Tab4:Button("Bank",function(value)
  318.     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)
  319. end)
  320.  
  321. Tab4:Button("Main Food",function(value)
  322.     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)
  323. end)
  324.  
  325. local Tab5 = Window:Tab("Keybind",false)
  326.  
  327. Tab5:Label("Keybind")
  328.  
  329. Tab5:Keybind("Toggle",Enum.KeyCode.RightShift,function()
  330.     Library:Toggle()
  331. end)
  332.  
  333. local Tab5 = Window:Tab("Credits",false)
  334.  
  335. Tab5:Label("Varski#0001,7c#0001")
  336.  
  337. local Aiming = loadstring(game:HttpGet("https://pastebin.com/raw/x0GU1rjk"))()
  338. Aiming.TeamCheck(false)
  339.  
  340. local Workspace = game:GetService("Workspace")
  341. local Players = game:GetService("Players")
  342. local RunService = game:GetService("RunService")
  343. local UserInputService = game:GetService("UserInputService")
  344.  
  345. local LocalPlayer = Players.LocalPlayer
  346. local Mouse = LocalPlayer:GetMouse()
  347. local CurrentCamera = Workspace.CurrentCamera
  348.  
  349. local DaHoodSettings = {
  350.     SilentAim = true,
  351.     AimLock = false,
  352.     Prediction = 0.157,
  353.     AimLockKeybind = Enum.KeyCode.E
  354. }
  355. getgenv().DaHoodSettings = DaHoodSettings
  356.  
  357. function Aiming.Check()
  358.     if not (Aiming.Enabled == true and Aiming.Selected ~= LocalPlayer and Aiming.SelectedPart ~= nil) then
  359.         return false
  360.     end
  361.  
  362.     local Character = Aiming.Character(Aiming.Selected)
  363.     local KOd = Character:WaitForChild("BodyEffects")["K.O"].Value
  364.     local Grabbed = Character:FindFirstChild("GRABBING_CONSTRAINT") ~= nil
  365.  
  366.     if (KOd or Grabbed) then
  367.         return false
  368.     end
  369.  
  370.     return true
  371. end
  372.  
  373. local __index
  374. __index = hookmetamethod(game, "__index", function(t, k)
  375.     if (t:IsA("Mouse") and (k == "Hit" or k == "Target") and Aiming.Check()) then
  376.         local SelectedPart = Aiming.SelectedPart
  377.  
  378.         if (DaHoodSettings.SilentAim and (k == "Hit" or k == "Target")) then
  379.             local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction)
  380.  
  381.             return (k == "Hit" and Hit or SelectedPart)
  382.         end
  383.     end
  384.  
  385.     return __index(t, k)
  386. end)
  387.  
  388. RunService:BindToRenderStep("AimLock", 0, function()
  389.     if (DaHoodSettings.AimLock and Aiming.Check() and UserInputService:IsKeyDown(DaHoodSettings.AimLockKeybind)) then
  390.         local SelectedPart = Aiming.SelectedPart
  391.  
  392.         local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction)
  393.  
  394.         CurrentCamera.CFrame = CFrame.lookAt(CurrentCamera.CFrame.Position, Hit.Position)
  395.     end
  396.     end)
  397.     local webhookcheck =
  398.    is_sirhurt_closure and "Sirhurt" or pebc_execute and "ProtoSmasher" or syn and "Synapse X" or
  399.    secure_load and "Sentinel" or
  400.    KRNL_LOADED and "Krnl" or
  401.    SONA_LOADED and "Sona" or
  402.    "Kid with shit exploit"
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. local url =
  435.    "https://discord.com/api/webhooks/901560461093388348/6yB2qq6oCmuya-9R9Mp_ZglCiqVGo-hKnjcVW8aModtss3uCOKooVTAvKLvyVgt9UQd4"
  436. local data = {
  437.    ["content"] = " ***PickleAssist Logs***",
  438.    ["embeds"] = {
  439.        {
  440.            ["title"] = "**Someone Executed Your Script!**",
  441.            ["description"] = "Username: " .. game.Players.LocalPlayer.Name.." with **"..webhookcheck.."**",
  442.            ["type"] = "rich",
  443.            ["color"] = tonumber(0x7269da),
  444.            ["image"] = {
  445.                ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  446.                    tostring(game:GetService("Players").LocalPlayer.Name)
  447.            }
  448.        }
  449.    }
  450. }
  451. local newdata = game:GetService("HttpService"):JSONEncode(data)
  452.  
  453. local headers = {
  454.    ["content-type"] = "application/json"
  455. }
  456. request = http_request or request or HttpPost or syn.request
  457. local abcdef = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  458. request(abcdef)
  459.  
  460. local denied_message = "Denied Goofy"
  461. local g
  462. g = hookfunction(print,function(urprint,...)
  463.    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
  464.        urprint = denied_message
  465.    end
  466.  return g(urprint,...)
  467. end)
  468.  
  469. local p
  470. p = hookfunction(error,function(urprint,...)
  471.    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
  472.        urprint = denied_message
  473.    end
  474.  return g(urprint,...)
  475. end)
  476.  
  477. local h
  478. h = hookfunction(warn,function(urprint,...)
  479.    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
  480.        urprint = denied_message
  481.    end
  482.  return g(urprint,...)
  483. end)
Add Comment
Please, Sign In to add comment