--SCRIPT 1 --God MOde, Insta Kill, Auto Fruits loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/ProPiecePro'),true))() --SCRIPT 2 getgenv().grabchests = true --true/false to enable & disable while grabchests do for i,v in pairs(workspace:GetChildren()) do if v:IsA("Folder") then for i2,v2 in pairs(v:GetChildren()) do if v2:IsA("UnionOperation") and v2.Transparency ~= 1 and v2:FindFirstChild("TouchInterest") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v2,0) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v2,1) end end end end wait(0.2) end