Craft-Blox πŸ˜€πŸ˜¬πŸ˜πŸ˜‚ (Like Minecraft) press Z to dupe

Description

dupe


local x = nil
local y = nil
local z = nil
OldNamecall = hookmetamethod(game, "__namecall", function(self, ...)
  local args = {...}
  if getnamecallmethod() == "InvokeServer" and self.Name == "LoadBlock" then
 x = args[1]
 y = args[2]
 z = args[3]
end
  return OldNamecall(self, unpack(args))
end)


game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
if key == "z" then
local args = {
    [1] = 36
}

game:GetService("ReplicatedStorage").GameRemotes.SortItem:InvokeServer(unpack(args))
game:GetService("ReplicatedStorage").GameRemotes.ExitBlock:InvokeServer()
local args = {
    [1] = x,
    [2] = y,
    [3] = z
}

game:GetService("ReplicatedStorage").GameRemotes.LoadBlock:InvokeServer(unpack(args))
end
wait()
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

πŸ“‹ Notice: If you find any of the scripts patched or not working, please report it to Forever4D throughΒ Discord. The script will be removed or marked as patched!

Β