2AreYouMental110

Areyoumental's crappy gui for muscle legends with 5% coding (might work on it tomorrow)

Jun 6th, 2021 (edited)
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.83 KB | None | 0 0
  1. -- keep in mind that I barely know coding and i know just a little bit of it so yeah
  2. -- I might work on it later and the only thing that works is the squats
  3. -- btw you have to edit PLAYERNAME down there to yours for the squats to work
  4. -- how did this get 123 hits in 10 minutes
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. local TextButton_4 = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. TextLabel.Parent = ScreenGui
  18. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. TextLabel.Position = UDim2.new(0.0575275421, 0, 0.132841334, 0)
  20. TextLabel.Size = UDim2.new(0, 292, 0, 50)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "Areyoumental's crappy gui with 5% coding"
  23. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  24. TextLabel.TextSize = 14.000
  25. TextLabel.Active = true
  26. TextLabel.Draggable = true
  27.  
  28. ScrollingFrame.Parent = ScreenGui
  29. ScrollingFrame.Active = true
  30. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. ScrollingFrame.Position = UDim2.new(0.0575275421, 0, 0.225092247, 0)
  32. ScrollingFrame.Size = UDim2.new(0, 292, 0, 297)
  33. ScrollingFrame.Active = true
  34. ScrollingFrame.Draggable = true
  35.  
  36. TextButton.Parent = ScrollingFrame
  37. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. TextButton.BorderColor3 = Color3.fromRGB(0, 23, 53)
  39. TextButton.Position = UDim2.new(0.0648756623, 0, 0.00771201029, 0)
  40. TextButton.Size = UDim2.new(0, 254, 0, 36)
  41. TextButton.Font = Enum.Font.SourceSans
  42. TextButton.Text = "Autofarm deadlift (get a autoclicker to press this)"
  43. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. TextButton.TextSize = 14.000
  45.  
  46.  
  47. TextButton_2.Parent = ScrollingFrame
  48. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. TextButton_2.BorderColor3 = Color3.fromRGB(0, 23, 53)
  50. TextButton_2.Position = UDim2.new(0.13336882, 0, 0.173335403, 0)
  51. TextButton_2.Size = UDim2.new(0, 214, 0, 50)
  52. TextButton_2.Font = Enum.Font.SourceSans
  53. TextButton_2.Text = "tp to legends chest"
  54. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. TextButton_2.TextSize = 14.000
  56.  
  57. TextButton_3.Parent = ScrollingFrame
  58. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. TextButton_3.BorderColor3 = Color3.fromRGB(0, 23, 53)
  60. TextButton_3.Position = UDim2.new(0.0648756623, 0, 0.0630625635, 0)
  61. TextButton_3.Size = UDim2.new(0, 254, 0, 36)
  62. TextButton_3.Font = Enum.Font.SourceSans
  63. TextButton_3.Text = "Autofarm pullups (get a autoclicker to press this)"
  64. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. TextButton_3.TextSize = 14.000
  66.  
  67. TextButton_4.Parent = ScrollingFrame
  68. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. TextButton_4.BorderColor3 = Color3.fromRGB(0, 23, 53)
  70. TextButton_4.Position = UDim2.new(0.0648756623, 0, 0.120258138, 0)
  71. TextButton_4.Size = UDim2.new(0, 254, 0, 36)
  72. TextButton_4.Font = Enum.Font.SourceSans
  73. TextButton_4.Text = "Autofarm squats (get a autoclicker to press this)"
  74. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. TextButton_4.TextSize = 14.000
  76. TextButton_4.MouseButton1Down:connect(function()
  77.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4439.77344, 994.817505, -4058.48682, -0.90629667, 0, 0.422642112, 0, 1, 0, -0.422642112, 0, -0.90629667)
  78.     wait ".6"
  79.     local A_1 = "useMachine"
  80.     local A_2 = game:GetService("Workspace").machinesFolder["Legends Squat"].interactSeat
  81.     local Event = game:GetService("ReplicatedStorage").rEvents.machineInteractRemote
  82.     Event:InvokeServer(A_1, A_2)
  83.     wait "0.001"
  84.     local A_1 = "rep"
  85.     local Event = game:GetService("Players")["PLAYERNAME"].muscleEvent
  86.     Event:FireServer(A_1)
  87.     wait "0.001"
  88. end)
Add Comment
Please, Sign In to add comment