Project Delta Script GUI | FIND ITEMS IN BOXES OR PLAYER INVENTORIES

Png-5.png

Created by xSGTxBLOODx2

Features:

  • FIND ITEMS IN BOXES OR PLAYER INVENTORIES
local Atlas = loadstring(game:HttpGet("https://rd2glory.com/Atlas.lua"))()
local ESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))()
ESP:Toggle(true)
ESP.Players = false
local UI = Atlas.new({
   Name = "Balls";
   ConfigFolder = nil;
   Credit = "";
   Color = Color3.fromRGB(255,0,0);
   Bind = "RightShift";
   -- Atlas Loader:
   UseLoader = false;
   FullName = "";
   CheckKey = nil;
   Discord = "";
})



local function notif(title, content)
   UI:Notify({
       Title = tostring(title);
       Content = tostring(content);
     })
end

local function FindItemInBox(itemname)
   ESP:AddObjectListener(game.Workspace.Containers, {
       Validator = function(obj)
           if obj:FindFirstChild("MeshPart") ~= nil and obj:FindFirstChild(tostring(itemname), true) ~= nil then
               notif(itemname, "Item Found")
               return obj
           end
       end,
       PrimaryPart = function(obj)
           return obj.PrimaryPart
       end,
       Color = Color3.fromRGB(7, 15, 7),
       IsEnabled = "test",
       Recursive = true,
   })
   ESP.test = true
end

local function FindItemInPlayer(itemname)
   local player = game.ReplicatedStorage.Players
   for i, v in pairs(player:GetChildren()) do
       for x, y in pairs(v:GetDescendants()) do
           if y.Name == itemname and y.ClassName ~= "Folder" then
               notif(v.Name, y.Parent)
           end
       end
   end
end



local MyPage = UI:CreatePage("page")
local MySection = MyPage:CreateSection("My Section")

local MyParagraph = MySection:CreateParagraph("Find Item in Box:")

MySection:CreateTextBox({
   Name = "Item:";
   Flag = "iteminbox";
   Callback = function(inputtedText, enterPressed)
       if enterPressed == true then
           FindItemInBox(inputtedText)
       end
   end;
   DefaultText = "";
})


local MyParagraph = MySection:CreateParagraph("Find Item in Player:")

MySection:CreateTextBox({
   Name = "Item:";
   Flag = "iteminplayer";
   Callback = function(inputtedText, enterPressed)
       if enterPressed == true then
           FindItemInPlayer(inputtedText)
       end
   end;
   DefaultText = "";
})

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service