The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Weight Lifing Simulator script pastebin roblox
By Weight Lifing Simulator on 2024-09-21 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local start = Instance.new("Frame")
  3. local open = Instance.new("TextButton")
  4. local MEnubase = Instance.new("Frame")
  5. local gainmuscle = Instance.new("TextButton")
  6. local Tittle = Instance.new("TextLabel")
  7. local X = Instance.new("TextButton")
  8. local sellmuscle = Instance.new("TextButton")
  9. local AimKill = Instance.new("TextButton")
  10. local Sfe = Instance.new("TextButton")
  11. local aler = Instance.new("Frame")
  12. local allllrt = Instance.new("TextLabel")
  13. local cloooose = Instance.new("TextButton")
  14. local afk = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. start.Name = "start"
  22. start.Parent = ScreenGui
  23. start.BackgroundColor3 = Color3.fromRGB(1, 39, 255)
  24. start.Position = UDim2.new(0, 0, 0.305546227, 0)
  25. start.Size = UDim2.new(0, 100, 0, 31)
  26.  
  27. open.Name = "open"
  28. open.Parent = start
  29. open.BackgroundColor3 = Color3.fromRGB(48, 255, 255)
  30. open.Position = UDim2.new(0.0299999993, 0, 0.129032254, 0)
  31. open.Size = UDim2.new(0, 94, 0, 22)
  32. open.Font = Enum.Font.SciFi
  33. open.Text = "OPEN"
  34. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. open.TextSize = 14.000
  36.  
  37. MEnubase.Name = "MEnubase"
  38. MEnubase.Parent = ScreenGui
  39. MEnubase.BackgroundColor3 = Color3.fromRGB(56, 196, 255)
  40. MEnubase.Position = UDim2.new(0.285714269, 0, 0.258403361, 0)
  41. MEnubase.Size = UDim2.new(0, 144, 0, 255)
  42. MEnubase.Visible = false
  43. MEnubase.Active = true
  44. MEnubase.Draggable = true
  45.  
  46. gainmuscle.Name = "gainmuscle"
  47. gainmuscle.Parent = MEnubase
  48. gainmuscle.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  49. gainmuscle.Position = UDim2.new(0.0694445521, 0, 0.142436057, 0)
  50. gainmuscle.Size = UDim2.new(0, 124, 0, 29)
  51. gainmuscle.Font = Enum.Font.SourceSans
  52. gainmuscle.Text = "AUTO MUSCLE"
  53. gainmuscle.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. gainmuscle.TextSize = 14.000
  55. _G.gain = true
  56.  
  57. Tittle.Name = "Tittle"
  58. Tittle.Parent = MEnubase
  59. Tittle.BackgroundColor3 = Color3.fromRGB(13, 186, 186)
  60. Tittle.Position = UDim2.new(0, 0, 0.00323624606, 0)
  61. Tittle.Size = UDim2.new(0, 124, 0, 18)
  62. Tittle.Font = Enum.Font.SourceSans
  63. Tittle.Text = "LifitingSimulator"
  64. Tittle.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Tittle.TextSize = 14.000
  66.  
  67. X.Name = "X"
  68. X.Parent = MEnubase
  69. X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  70. X.Position = UDim2.new(0.861111224, 0, 0.00323624606, 0)
  71. X.Size = UDim2.new(0, 20, 0, 18)
  72. X.Font = Enum.Font.SourceSans
  73. X.Text = "X"
  74. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. X.TextSize = 14.000
  76.  
  77. sellmuscle.Name = "sellmuscle"
  78. sellmuscle.Parent = MEnubase
  79. sellmuscle.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  80. sellmuscle.Position = UDim2.new(0.0694445521, 0, 0.301432967, 0)
  81. sellmuscle.Size = UDim2.new(0, 124, 0, 29)
  82. sellmuscle.Font = Enum.Font.SourceSans
  83. sellmuscle.Text = "AUTO SELL"
  84. sellmuscle.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. sellmuscle.TextSize = 14.000
  86.  
  87. AimKill.Name = "AimKill"
  88. AimKill.Parent = MEnubase
  89. AimKill.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  90. AimKill.Position = UDim2.new(0.0694445521, 0, 0.472422361, 0)
  91. AimKill.Size = UDim2.new(0, 124, 0, 29)
  92. AimKill.Font = Enum.Font.SourceSans
  93. AimKill.Text = "AUTO KILL"
  94. AimKill.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. AimKill.TextSize = 14.000
  96.  
  97. Sfe.Name = "Sfe"
  98. Sfe.Parent = MEnubase
  99. Sfe.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  100. Sfe.Position = UDim2.new(0.0694445521, 0, 0.637694538, 0)
  101. Sfe.Size = UDim2.new(0, 124, 0, 29)
  102. Sfe.Font = Enum.Font.SourceSans
  103. Sfe.Text = "SAFE POINT"
  104. Sfe.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. Sfe.TextSize = 14.000
  106.  
  107. afk.Name = "afk"
  108. afk.Parent = MEnubase
  109. afk.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  110. afk.Position = UDim2.new(0.0694445521, 0, 0.797193348, 0)
  111. afk.Size = UDim2.new(0, 124, 0, 29)
  112. afk.Font = Enum.Font.SourceSans
  113. afk.Text = "ANT AFK"
  114. afk.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. afk.TextSize = 14.000
  116.  
  117. aler.Name = "aler"
  118. aler.Parent = ScreenGui
  119. aler.BackgroundColor3 = Color3.fromRGB(18, 97, 113)
  120. aler.Position = UDim2.new(0.255216688, 0, 0.369747937, 0)
  121. aler.Size = UDim2.new(0, 304, 0, 124)
  122. aler.Visible = false
  123. aler.Active = true
  124. aler.Draggable = false
  125.  
  126. allllrt.Name = "allllrt"
  127. allllrt.Parent = aler
  128. allllrt.BackgroundColor3 = Color3.fromRGB(28, 176, 255)
  129. allllrt.Position = UDim2.new(0.0506357104, 0, 0.121103287, 0)
  130. allllrt.Size = UDim2.new(0, 273, 0, 92)
  131. allllrt.Font = Enum.Font.SciFi
  132. allllrt.Text = "Made By Kramos!!!"
  133. allllrt.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. allllrt.TextSize = 10.000
  135.  
  136. cloooose.Name = "cloooose"
  137. cloooose.Parent = aler
  138. cloooose.BackgroundColor3 = Color3.fromRGB(16, 89, 206)
  139. cloooose.Position = UDim2.new(0.356556743, 0, 0.790458083, 0)
  140. cloooose.Size = UDim2.new(0, 88, 0, 16)
  141. cloooose.Font = Enum.Font.SourceSans
  142. cloooose.Text = "Close"
  143. cloooose.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. cloooose.TextSize = 14.000
  145.  
  146. afk.Name = "afk"
  147. afk.Parent = MEnubase
  148. afk.BackgroundColor3 = Color3.fromRGB(119, 255, 251)
  149. afk.Position = UDim2.new(0.0694445521, 0, 0.797193348, 0)
  150. afk.Size = UDim2.new(0, 124, 0, 29)
  151. afk.Font = Enum.Font.SourceSans
  152. afk.Text = "ANT AFK"
  153. afk.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. afk.TextSize = 14.000
  155.  
  156. ----------------function--------------
  157.  
  158. local plr = game.Players.LocalPlayer
  159.  
  160. local char = plr.Character
  161.  
  162. local mouse = plr:GetMouse()
  163.  
  164. local GAINMUSCLE = false
  165.  
  166. local SELLMUSCLE = false
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. open.MouseButton1Click:Connect(function()
  175.         MEnubase.Visible = true
  176.         start.Visible = false
  177. end)
  178.  
  179. X.MouseButton1Click:Connect(function()
  180.         MEnubase.Visible = false
  181.         start.Visible = true
  182. end)
  183.  
  184. gainmuscle.MouseButton1Click:Connect(function()
  185.         GAINMUSCLE = true
  186.         wait()
  187.         while GAINMUSCLE == true do
  188.                 wait(0)
  189.                 local table_1 = {
  190.                         [1] = 'GainMuscle'};
  191.                 local Target = game:GetService("ReplicatedStorage").RemoteEvent;
  192.                 Target:FireServer(table_1);
  193.         end
  194. end)
  195.  
  196. sellmuscle.MouseButton1Click:Connect(function()
  197.         SELLMUSCLE = true
  198.         wait()
  199.         while SELLMUSCLE == true do
  200.                 wait()
  201.                 local table_1 = {
  202.                         [1] = 'SellMuscle'};
  203.                 local Target = game:GetService("ReplicatedStorage").RemoteEvent;
  204.                 Target:FireServer(table_1);
  205.         end
  206. end)
  207.  
  208.  
  209. AimKill.MouseButton1Click:Connect(function()
  210.         aler.Visible = true
  211.         local LP = game:GetService("Players").LocalPlayer
  212.         while wait(0.1) do
  213.                 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  214.                         if v and v.Character and v ~= LP and v.Character:FindFirstChild("Head") then
  215.                                 local hrp = v.Character:FindFirstChild("Head") --// I thought of using humanoidrootpart first but it works better with the head!
  216.                                 hrp:BreakJoints()
  217.                                 hrp.Transparency = 0
  218.                                 hrp.Anchored = true
  219.                                 hrp.CanCollide = false
  220.                                 pcall(function()
  221.                                         hrp.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(0.5,0,-2.5)
  222.                                 end)
  223.                         end
  224.                 end
  225.         end
  226. end)
  227. cloooose.MouseButton1Click:Connect(function()
  228.         aler.Visible = false
  229. end)
  230.  
  231. Sfe.MouseButton1Click:Connect(function()
  232.         local plr = game.Players
  233.         local lplr = plr.LocalPlayer
  234.         local lchar = lplr.Character
  235.         local HRP = lchar.HumanoidRootPart
  236.  
  237.         HRP.CFrame = CFrame.new(-500, 630, 2000)
  238.  
  239.         local C = Instance.new("Part")
  240.         C.Parent = workspace
  241.         C.CFrame = CFrame.new(-500, 610, 2000)
  242.         C.Size = Vector3.new(200, 10, 200)
  243.         C.Anchored = true
  244.  
  245. end)
  246.  
  247. afk.MouseButton1Click:Connect(function()
  248. wait (10)
  249. game:GetService('Players').LocalPlayer.Idled:Connect(function()
  250. game:GetService('VirtualUser'):CaptureController();
  251. wait();
  252. game:GetService('VirtualUser'):ClickButton2(Vector2.new(0,0))
  253. end)
  254. end)