From venuslock, 2 Weeks ago, written in Plain Text.
Embed
  1. --Script 1
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/HeiKe2022/wz-beta/main/combine.lua"))()
  3.  
  4. --Script 2
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/HeiKe2022/wz-beta/main/combine.lua"))()
  6.  
  7. --Script 3
  8. local Chest = game:GetService("Workspace").EquipmentChest
  9. local origin = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  10. local originalpos = origin.CFrame
  11. origin.CFrame = Chest.CFrame
  12. wait(0.5)
  13. origin.CFrame = originalpos