- --Script 1
- loadstring(game:HttpGet("https://raw.githubusercontent.com/HeiKe2022/wz-beta/main/combine.lua"))()
- --Script 2
- loadstring(game:HttpGet("https://raw.githubusercontent.com/HeiKe2022/wz-beta/main/combine.lua"))()
- --Script 3
- local Chest = game:GetService("Workspace").EquipmentChest
- local origin = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
- local originalpos = origin.CFrame
- origin.CFrame = Chest.CFrame
- wait(0.5)
- origin.CFrame = originalpos