--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local path = "LuaV/LuaV.lua"; if not(getgenv().luav) then if isfile(path) then loadstring(readfile(path))() else local data = game:HttpGet("https://raw.githubusercontent.com/fgdergewrgegr/all/refs/heads/main/LuaV") task.defer(writefile, path, data); loadstring(data)() end end; path = nil local event = game:GetService("ReplicatedStorage").Replication.Block.RequestToBreakBlock getgenv().work = true while getgenv().work and qw() do local count = 0 for _,block in w.Blocks[1]:GetChildren() do if block.Parent and block:FindFirstChild("Hitbox") and (ghrp().Position-block.Hitbox.Position).Magnitude < 15 then task.spawn(function() event:InvokeServer(block, CFrame.new(block.Hitbox.Position, ghrp().Position).LookVector) block:Destroy() end) end; count = count + 1 if count == 100 then qw(); count = 0 end end end