From venuslock, 19 Hours ago, written in Lua.
Embed
  1. --SCRIPT 1
  2. --God MOde, Insta Kill, Auto Fruits
  3.  
  4. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/ProPiecePro'),true))()
  5.  
  6.  
  7. --SCRIPT 2
  8.  
  9. getgenv().grabchests = true --true/false to enable & disable
  10. while grabchests do
  11.     for i,v in pairs(workspace:GetChildren()) do
  12.         if v:IsA("Folder") then
  13.             for i2,v2 in pairs(v:GetChildren()) do
  14.                 if v2:IsA("UnionOperation") and v2.Transparency ~= 1 and v2:FindFirstChild("TouchInterest") then
  15.                     firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v2,0)
  16.                     firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v2,1)
  17.                 end
  18.             end
  19.         end
  20.     end
  21.     wait(0.2)
  22. end

captcha