Advertisement
kipr987

Weightlifting Simulator 3

May 6th, 2025 (edited)
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.84 KB | None | 0 0
  1. local args = {
  2.     "changeSize",
  3.     1.5
  4. }
  5. game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("changeSettingsEvent"):FireServer(unpack(args))
  6. tawk.wait(3)
  7. local part = Instance.new("Part",workspace)
  8. part.Anchored = true
  9. part.Size = Vector3.new(50,1,50)
  10. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,500,5000)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = part.CFrame + Vector3.new(0,3,0)
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  13. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  14. task.wait(1)
  15. local part = Instance.new("Part",workspace)
  16. part.Anchored = true
  17. part.Size = Vector3.new(50,1,50)
  18. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,500,5000)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = part.CFrame + Vector3.new(0,3,0)
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  21. while wait(.3) do
  22. if game.Players.LocalPlayer.Backpack:FindFirstChild("Weight") then
  23.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Weight)
  24. end
  25. local VirtualUser = game:service'VirtualUser'
  26. VirtualUser:CaptureController()
  27. VirtualUser:ClickButton1(Vector2.new(9e9,9e9))
  28. game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("rebirthEvent"):FireServer()
  29. end
  30. end)
  31. spawn(function()
  32. while wait(.3) do
  33. if game.Players.LocalPlayer.Backpack:FindFirstChild("Weight") then
  34.     game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Weight)
  35. end
  36. local VirtualUser = game:service'VirtualUser'
  37. VirtualUser:CaptureController()
  38. VirtualUser:ClickButton1(Vector2.new(9e9,9e9))
  39. game:GetService("ReplicatedStorage"):WaitForChild("rEvents"):WaitForChild("rebirthEvent"):FireServer()
  40. end
  41. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement