Advertisement
Honansik

Workout Island GUI Script

Dec 7th, 2021
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.23 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local Pro = Instance.new("TextButton")
  5. local Pro2 = Instance.new("TextButton")
  6. local Pro3 = Instance.new("TextButton")
  7. local Pro4 = Instance.new("TextButton")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  15. Frame.Position = UDim2.new(0.130391181, 0, 0.425816029, 0)
  16. Frame.Size = UDim2.new(0, 154, 0, 134)
  17. Frame.Visible = true
  18. Frame.Active = true
  19. Frame.Draggable = true
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  24. TextLabel.BorderSizePixel = 2
  25. TextLabel.Size = UDim2.new(0, 154, 0, 34)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Workout  Gui"
  28. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel.TextSize = 14.000
  30.  
  31. Pro.Name = "Pro"
  32. Pro.Parent = Frame
  33. Pro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Pro.BorderColor3 = Color3.fromRGB(0, 0, 0)
  35. Pro.Position = UDim2.new(0.0389610417, 0, 0.305970132, 0)
  36. Pro.Size = UDim2.new(0, 65, 0, 31)
  37. Pro.Font = Enum.Font.SourceSans
  38. Pro.Text = "Auto"
  39. Pro.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. Pro.TextSize = 14.000
  41. Pro.MouseButton1Down:connect(function()
  42. while true do
  43.     wait(0.000000000000000000000000000001)
  44. game:GetService("ReplicatedStorage").Remotes.LiftWeight:FireServer()
  45. end
  46. end)
  47.  
  48. Pro2.Name = "Pro2"
  49. Pro2.Parent = Frame
  50. Pro2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. Pro2.Position = UDim2.new(0.0389610529, 0, 0.537313461, 0)
  52. Pro2.Size = UDim2.new(0, 65, 0, 31)
  53. Pro2.Font = Enum.Font.SourceSans
  54. Pro2.Text = "Kill Aura"
  55. Pro2.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. Pro2.TextSize = 14.000
  57. Pro2.MouseButton1Down:connect(function()
  58. while true do
  59.     wait(0.000000001)
  60. game:GetService("ReplicatedStorage").Remotes.PVP.Stomp:InvokeServer()
  61. local args = {
  62.     [1] = 1,
  63. }
  64.  
  65. game:GetService("ReplicatedStorage").Remotes.PVP.Punch:InvokeServer(unpack(args))
  66. end
  67. end)
  68.  
  69. Pro3.Name = "Pro3"
  70. Pro3.Parent = Frame
  71. Pro3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. Pro3.Position = UDim2.new(0.506493509, 0, 0.305970162, 0)
  73. Pro3.Size = UDim2.new(0, 65, 0, 31)
  74. Pro3.Font = Enum.Font.SourceSans
  75. Pro3.Text = "Tp Rings"
  76. Pro3.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. Pro3.TextSize = 14.000
  78. Pro3.MouseButton1Down:connect(function()
  79. local me = game.Players.LocalPlayer.Character
  80.  
  81. me.HumanoidRootPart.CFrame = CFrame.new(-23.599, 197.412, 111.349)
  82. wait(1)
  83. local me = game.Players.LocalPlayer.Character
  84.  
  85. me.HumanoidRootPart.CFrame = CFrame.new(672.388, 135.696, 399.843)
  86. wait(15)
  87. local me = game.Players.LocalPlayer.Character
  88.  
  89. me.HumanoidRootPart.CFrame = CFrame.new(-246.184, 235.647, 129.695)
  90. wait(15)
  91. local me = game.Players.LocalPlayer.Character
  92.  
  93. me.HumanoidRootPart.CFrame = CFrame.new(268.946, 155.516, -177.895)
  94. wait(15)
  95. local me = game.Players.LocalPlayer.Character
  96.  
  97. me.HumanoidRootPart.CFrame = CFrame.new(-482.029, 135.547, -755.3)
  98. wait(15)
  99. local me = game.Players.LocalPlayer.Character
  100.  
  101. me.HumanoidRootPart.CFrame = CFrame.new(-23.599, 197.412, 111.349)
  102. end)
  103.  
  104. Pro4.Name = "Pro4"
  105. Pro4.Parent = Frame
  106. Pro4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Pro4.Position = UDim2.new(0.506493509, 0, 0.537313461, 0)
  108. Pro4.Size = UDim2.new(0, 65, 0, 31)
  109. Pro4.Font = Enum.Font.SourceSans
  110. Pro4.Text = "Auto Sell"
  111. Pro4.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. Pro4.TextSize = 14.000
  113. Pro4.MouseButton1Down:connect(function()
  114. while true do
  115.     wait(1)
  116. local me = game.Players.LocalPlayer.Character
  117.  
  118. me.HumanoidRootPart.CFrame = CFrame.new(-35.7623, 214.51, 5.81947)
  119. wait(10)
  120. local me = game.Players.LocalPlayer.Character
  121.  
  122. me.HumanoidRootPart.CFrame = CFrame.new(-23.599, 197.412, 111.349)
  123. end
  124. end)
  125.  
  126. TextLabel_2.Parent = Frame
  127. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. TextLabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  129. TextLabel_2.Position = UDim2.new(0, 0, 0.835820913, 0)
  130. TextLabel_2.Size = UDim2.new(0, 154, 0, 22)
  131. TextLabel_2.Font = Enum.Font.SourceSans
  132. TextLabel_2.Text = "Made "
  133. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. TextLabel_2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement