Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by 9x8x7x2
- -- version 1
- -- if i get good feedback i will make another.
- local WeightTp = Instance.new("ScreenGui")
- local GUI = Instance.new("Frame")
- local bar1 = Instance.new("Frame")
- local bar2 = Instance.new("Frame")
- local skytraining = Instance.new("TextButton")
- local bigboybeach = Instance.new("TextButton")
- local tinybeach = Instance.new("TextButton")
- local autotrain = Instance.new("TextButton")
- local brawltraining = Instance.new("TextButton")
- local brawlbattle = Instance.new("TextButton")
- local scriptbutton = Instance.new("TextButton")
- local scriptbutton_2 = Instance.new("TextButton")
- local scriptbutton_3 = Instance.new("TextButton")
- local scriptbutton_4 = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- local Warning = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local Open = Instance.new("Frame")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- WeightTp.Name = "WeightTp"
- WeightTp.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GUI.Name = "GUI"
- GUI.Parent = WeightTp
- GUI.Active = true
- GUI.BackgroundColor3 = Color3.new(0.666667, 1, 0)
- GUI.BackgroundTransparency = 0.40000000596046
- GUI.BorderColor3 = Color3.new(0.207843, 0.192157, 0.192157)
- GUI.Draggable = true
- GUI.Position = UDim2.new(0.0985915512, 0, 0.14403972, 0)
- GUI.Selectable = true
- GUI.Size = UDim2.new(0, 346, 0, 345)
- bar1.Name = "bar1"
- bar1.Parent = GUI
- bar1.BackgroundColor3 = Color3.new(0.866667, 1, 0.709804)
- bar1.BackgroundTransparency = 0.40000000596046
- bar1.Size = UDim2.new(0, 346, 0, 30)
- bar2.Name = "bar2"
- bar2.Parent = GUI
- bar2.BackgroundColor3 = Color3.new(0.537255, 1, 0.454902)
- bar2.BackgroundTransparency = 0.40000000596046
- bar2.Position = UDim2.new(0, 0, 0.0869565234, 0)
- bar2.Size = UDim2.new(0, 346, 0, 7)
- skytraining.Name = "skytraining"
- skytraining.Parent = GUI
- skytraining.BackgroundColor3 = Color3.new(1, 1, 1)
- skytraining.BackgroundTransparency = 0.5
- skytraining.Position = UDim2.new(0.0317919068, 0, 0.150724635, 0)
- skytraining.Size = UDim2.new(0, 125, 0, 33)
- skytraining.Font = Enum.Font.SourceSans
- skytraining.Text = "Teleport to Sky Training"
- skytraining.TextColor3 = Color3.new(0, 0, 0)
- skytraining.TextSize = 14
- skytraining.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2182.5127, 769.779114, -250.614319)
- end)
- bigboybeach.Name = "bigboybeach"
- bigboybeach.Parent = GUI
- bigboybeach.BackgroundColor3 = Color3.new(1, 1, 1)
- bigboybeach.BackgroundTransparency = 0.5
- bigboybeach.Position = UDim2.new(0.583815038, 0, 0.150724635, 0)
- bigboybeach.Size = UDim2.new(0, 125, 0, 33)
- bigboybeach.Font = Enum.Font.SourceSans
- bigboybeach.Text = "Teleport to Big Boy Beach"
- bigboybeach.TextColor3 = Color3.new(0, 0, 0)
- bigboybeach.TextSize = 14
- bigboybeach.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-17.6436806, 17.761467, -354.889679)
- end)
- tinybeach.Name = "tinybeach"
- tinybeach.Parent = GUI
- tinybeach.BackgroundColor3 = Color3.new(1, 1, 1)
- tinybeach.BackgroundTransparency = 0.5
- tinybeach.Position = UDim2.new(0.0317919254, 0, 0.330434799, 0)
- tinybeach.Size = UDim2.new(0, 125, 0, 33)
- tinybeach.Font = Enum.Font.SourceSans
- tinybeach.Text = "Teleport to Tiny Beach"
- tinybeach.TextColor3 = Color3.new(0, 0, 0)
- tinybeach.TextSize = 14
- tinybeach.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-406.441711, 3.11410189, 119.323685)
- end)
- autotrain.Name = "autotrain"
- autotrain.Parent = GUI
- autotrain.BackgroundColor3 = Color3.new(1, 1, 1)
- autotrain.BackgroundTransparency = 0.5
- autotrain.Position = UDim2.new(0.583815038, 0, 0.330434799, 0)
- autotrain.Size = UDim2.new(0, 125, 0, 33)
- autotrain.Font = Enum.Font.SourceSans
- autotrain.Text = "Auto Training "
- autotrain.TextColor3 = Color3.new(0, 0, 0)
- autotrain.TextSize = 14
- autotrain.MouseButton1Down:connect(function()
- _G.toggle = true
- while _G.toggle do
- wait(0.001)
- local name = game.Players.LocalPlayer.Name
- local rep = "rep"
- local remote = game:GetService("Players")[name].strengthEvent
- remote:FireServer(rep)
- end
- end)
- brawltraining.Name = "brawltraining"
- brawltraining.Parent = GUI
- brawltraining.BackgroundColor3 = Color3.new(1, 1, 1)
- brawltraining.BackgroundTransparency = 0.5
- brawltraining.Position = UDim2.new(0.0317919254, 0, 0.515942037, 0)
- brawltraining.Size = UDim2.new(0, 125, 0, 33)
- brawltraining.Font = Enum.Font.SourceSans
- brawltraining.Text = "Teleport to Brawl Training"
- brawltraining.TextColor3 = Color3.new(0, 0, 0)
- brawltraining.TextSize = 13
- brawltraining.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5812.32813, 172.829651, 1878.08606)
- end)
- brawlbattle.Name = "brawlbattle"
- brawlbattle.Parent = GUI
- brawlbattle.BackgroundColor3 = Color3.new(1, 1, 1)
- brawlbattle.BackgroundTransparency = 0.5
- brawlbattle.Position = UDim2.new(0.583815038, 0, 0.515942037, 0)
- brawlbattle.Size = UDim2.new(0, 125, 0, 33)
- brawlbattle.Font = Enum.Font.SourceSans
- brawlbattle.Text = "Teleport to Brawl Battling"
- brawlbattle.TextColor3 = Color3.new(0, 0, 0)
- brawlbattle.TextSize = 13
- brawlbattle.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5775.31445, 43.8691788, 2338.92041)
- end)
- scriptbutton.Name = "scriptbutton"
- scriptbutton.Parent = GUI
- scriptbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- scriptbutton.BackgroundTransparency = 0.5
- scriptbutton.Position = UDim2.new(0.0317919254, 0, 0.695652187, 0)
- scriptbutton.Size = UDim2.new(0, 125, 0, 33)
- scriptbutton.Font = Enum.Font.SourceSans
- scriptbutton.Text = "None"
- scriptbutton.TextColor3 = Color3.new(0, 0, 0)
- scriptbutton.TextSize = 14
- scriptbutton_2.Name = "scriptbutton"
- scriptbutton_2.Parent = GUI
- scriptbutton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- scriptbutton_2.BackgroundTransparency = 0.5
- scriptbutton_2.Position = UDim2.new(0.583815038, 0, 0.695652187, 0)
- scriptbutton_2.Size = UDim2.new(0, 125, 0, 33)
- scriptbutton_2.Font = Enum.Font.SourceSans
- scriptbutton_2.Text = "None"
- scriptbutton_2.TextColor3 = Color3.new(0, 0, 0)
- scriptbutton_2.TextSize = 14
- scriptbutton_3.Name = "scriptbutton"
- scriptbutton_3.Parent = GUI
- scriptbutton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- scriptbutton_3.BackgroundTransparency = 0.5
- scriptbutton_3.Position = UDim2.new(0.583815038, 0, 0.863768101, 0)
- scriptbutton_3.Size = UDim2.new(0, 125, 0, 33)
- scriptbutton_3.Font = Enum.Font.SourceSans
- scriptbutton_3.Text = "None"
- scriptbutton_3.TextColor3 = Color3.new(0, 0, 0)
- scriptbutton_3.TextSize = 14
- scriptbutton_4.Name = "scriptbutton"
- scriptbutton_4.Parent = GUI
- scriptbutton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- scriptbutton_4.BackgroundTransparency = 0.5
- scriptbutton_4.Position = UDim2.new(0.0317919254, 0, 0.863768101, 0)
- scriptbutton_4.Size = UDim2.new(0, 125, 0, 33)
- scriptbutton_4.Font = Enum.Font.SourceSans
- scriptbutton_4.Text = "None"
- scriptbutton_4.TextColor3 = Color3.new(0, 0, 0)
- scriptbutton_4.TextSize = 14
- Title.Name = "Title"
- Title.Parent = GUI
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0, 156, 0, 30)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Weight Lifting Simulator 3 GUI"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 14
- Credits.Name = "Credits"
- Credits.Parent = GUI
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0.540462434, 0, 0, 0)
- Credits.Size = UDim2.new(0, 86, 0, 30)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Made by TheProB#8741"
- Credits.TextColor3 = Color3.new(0.666667, 0.333333, 0)
- Credits.TextSize = 14
- Warning.Name = "Warning"
- Warning.Parent = GUI
- Warning.BackgroundColor3 = Color3.new(1, 1, 1)
- Warning.BackgroundTransparency = 1
- Warning.Position = UDim2.new(0.000215165317, 0, 0.999721646, 0)
- Warning.Size = UDim2.new(0, 346, 0, 35)
- Warning.Font = Enum.Font.SourceSans
- Warning.Text = "for Auto Training, please select a method of training strength. [Weights, Pushups, etc.]"
- Warning.TextColor3 = Color3.new(0, 0, 0)
- Warning.TextSize = 14
- TextButton.Parent = GUI
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 1
- TextButton.Position = UDim2.new(0.881502867, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 33, 0, 30)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0.666667, 0, 0)
- TextButton.TextSize = 22
- TextButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.WeightTp.GUI.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = WeightTp
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BackgroundTransparency = 1
- Open.Position = UDim2.new(0, 0, 0.966887414, 0)
- Open.Size = UDim2.new(0, 100, 0, 20)
- TextButton_2.Parent = Open
- TextButton_2.BackgroundColor3 = Color3.new(0.454902, 1, 0.415686)
- TextButton_2.BackgroundTransparency = 0.60000002384186
- TextButton_2.Size = UDim2.new(0, 98, 0, 20)
- TextButton_2.Font = Enum.Font.Fantasy
- TextButton_2.Text = "Open WLS3 GUI"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.WeightTp.GUI.Visible = true
- end)
Add Comment
Please, Sign In to add comment