ChaosityYT

Weight Lifting Simulator 3 Autofarm GUI

Jun 5th, 2019
3,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0.721569, 1, 0.572549)
  16. Frame.Position = UDim2.new(0.725, 0, 0.552, 0)
  17. Frame.Size = UDim2.new(0, 96, 0, 267)
  18. Frame.Draggable = true;
  19. Frame.Active = true
  20. Frame.Selectible = true;
  21.  
  22. TextButton.Parent = Frame
  23. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextButton.Position = UDim2.new(0.114583336, 0, 0.0337078646, 0)
  25. TextButton.Size = UDim2.new(0, 74, 0, 28)
  26. TextButton.Font = Enum.Font.SourceSans
  27. TextButton.Text = "Strenght"
  28. TextButton.TextColor3 = Color3.new(0, 0, 0)
  29. TextButton.TextSize = 14
  30. TextButton.MouseButton1Down:connect(function()
  31. _G.toggle = true
  32. while _G.toggle do
  33. wait(0.001)
  34. local name = game.Players.LocalPlayer.Name
  35. local rep = "rep"
  36. local remote = game:GetService("Players")[name].strengthEvent
  37. remote:FireServer(rep)
  38. end
  39.  
  40. end)
  41.  
  42. TextButton_2.Parent = Frame
  43. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextButton_2.Position = UDim2.new(0.114583336, 0, 0.213483155, 0)
  45. TextButton_2.Size = UDim2.new(0, 74, 0, 28)
  46. TextButton_2.Font = Enum.Font.SourceSans
  47. TextButton_2.Text = "WalkSpeed"
  48. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  49. TextButton_2.TextSize = 14
  50. TextButton_2.MouseButton1Down:connect(function()
  51. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  52.  
  53. end)
  54.  
  55. TextButton_3.Parent = Frame
  56. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  57. TextButton_3.Position = UDim2.new(0.114583336, 0, 0.385767817, 0)
  58. TextButton_3.Size = UDim2.new(0, 74, 0, 28)
  59. TextButton_3.Font = Enum.Font.SourceSans
  60. TextButton_3.Text = "JumpPower"
  61. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  62. TextButton_3.TextSize = 14
  63. TextButton_3.MouseButton1Down:connect(function()
  64. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  65.  
  66. end)
  67.  
  68. TextButton_4.Parent = Frame
  69. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextButton_4.Position = UDim2.new(0.114583336, 0, 0.561797798, 0)
  71. TextButton_4.Size = UDim2.new(0, 74, 0, 28)
  72. TextButton_4.Font = Enum.Font.SourceSans
  73. TextButton_4.Text = "Btools"
  74. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  75. TextButton_4.TextSize = 14
  76. TextButton_4.MouseButton1Down:connect(function()
  77. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  78. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  79. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  80. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  81. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  82. tool1.BinType = "Clone"
  83. tool2.BinType = "GameTool"
  84. tool3.BinType = "Hammer"
  85. tool4.BinType = "Script"
  86. tool5.BinType = "Grab"
  87.  
  88.  
  89. end)
  90.  
  91. TextButton_5.Parent = Frame
  92. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextButton_5.Position = UDim2.new(0.114583336, 0, 0.737827778, 0)
  94. TextButton_5.Size = UDim2.new(0, 74, 0, 28)
  95. TextButton_5.Font = Enum.Font.SourceSans
  96. TextButton_5.Text = "Invisible"
  97. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  98. TextButton_5.TextSize = 14
  99. TextButton_5.MouseButton1Down:connect(function()
  100. Local = game:GetService('Players').LocalPlayer
  101. Char = Local.Character
  102. touched,tpdback = false, false
  103. Local.CharacterAdded:connect(function(char)
  104. if script.Disabled ~= true then
  105. wait(.25)
  106. loc = Char.HumanoidRootPart.Position
  107. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  108. end
  109. end)
  110. game:GetService('UserInputService').InputBegan:connect(function(key)
  111. if key.KeyCode == Enum.KeyCode.Equals then
  112. if script.Disabled ~= true then
  113. script.Disabled = true
  114. print'you may re-execute'
  115. end
  116. end
  117. end)
  118. box = Instance.new('Part',workspace)
  119. box.Anchored = true
  120. box.CanCollide = true
  121. box.Size = Vector3.new(10,1,10)
  122. box.Position = Vector3.new(0,10000,0)
  123. box.Touched:connect(function(part)
  124. if (part.Parent.Name == Local.Name) then
  125. if touched == false then
  126. touched = true
  127. function apply()
  128. if script.Disabled ~= true then
  129. no = Char.HumanoidRootPart:Clone()
  130. wait(.25)
  131. Char.HumanoidRootPart:Destroy()
  132. no.Parent = Char
  133. Char:MoveTo(loc)
  134. touched = false
  135. end end
  136. if Char then
  137. apply()
  138. end
  139. end
  140. end
  141. end)
  142. repeat wait() until Char
  143. loc = Char.HumanoidRootPart.Position
  144. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  145.  
  146.  
  147.  
  148. end)
  149. -- Scripts:
Add Comment
Please, Sign In to add comment