Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- rawdownloadcloneembedreportprint text 5.26 KB
- -- Objects
- local Weight = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Strength = Instance.new("TextButton")
- local Shrink = Instance.new("TextButton")
- local WeightHack = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Open = Instance.new("Frame")
- local Opener = Instance.new("TextButton")
- -- Properties
- Weight.Name = "Weight"
- Weight.Parent = game.CoreGui
- Frame.Parent = Weight
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.291666657, 0, 0.252964437, 0)
- Frame.Size = UDim2.new(0, 365, 0, 259)
- Frame.Visible = false
- Frame.Style = Enum.FrameStyle.RobloxRound
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 0.60000002384186
- Close.Position = UDim2.new(0, 326, 0, -1)
- Close.Size = UDim2.new(0, 25, 0, 27)
- Close.Font = Enum.Font.Bodoni
- Close.FontSize = Enum.FontSize.Size32
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.0941177, 1, 1)
- Close.TextSize = 30
- Strength.Name = "Strength"
- Strength.Parent = Frame
- Strength.BackgroundColor3 = Color3.new(0.768628, 1, 0.466667)
- Strength.Position = UDim2.new(0.0273972601, 0, 0.768339753, 0)
- Strength.Size = UDim2.new(0, 141, 0, 42)
- Strength.Style = Enum.ButtonStyle.RobloxButton
- Strength.Font = Enum.Font.SciFi
- Strength.FontSize = Enum.FontSize.Size24
- Strength.Text = "Kill All"
- Strength.TextColor3 = Color3.new(0.0313726, 0.415686, 0.996078)
- Strength.TextSize = 23
- Shrink.Name = "Shrink"
- Shrink.Parent = Frame
- Shrink.BackgroundColor3 = Color3.new(0.768628, 1, 0.466667)
- Shrink.Position = UDim2.new(0.0273972601, 0, 0.555984557, 0)
- Shrink.Size = UDim2.new(0, 141, 0, 42)
- Shrink.Style = Enum.ButtonStyle.RobloxButton
- Shrink.Font = Enum.Font.SciFi
- Shrink.FontSize = Enum.FontSize.Size24
- Shrink.Text = "Shrink"
- Shrink.TextColor3 = Color3.new(0.996078, 0.0901961, 0.360784)
- Shrink.TextSize = 23
- WeightHack.Name = "WeightHack"
- WeightHack.Parent = Frame
- WeightHack.BackgroundColor3 = Color3.new(0.768628, 1, 0.466667)
- WeightHack.Position = UDim2.new(0.50590837, 0, 0.755215406, 0)
- WeightHack.Size = UDim2.new(0, 141, 0, 42)
- WeightHack.Style = Enum.ButtonStyle.RobloxButton
- WeightHack.Font = Enum.Font.SciFi
- WeightHack.FontSize = Enum.FontSize.Size24
- WeightHack.Text = "Weight Hack"
- WeightHack.TextColor3 = Color3.new(0.996078, 0.996078, 0.0745098)
- WeightHack.TextSize = 23
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.742465734, 0, 0.552123547, 0)
- TextLabel.Size = UDim2.new(0, 2, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.FontSize = Enum.FontSize.Size10
- TextLabel.Text = "Hold the basic weight and than press this button"
- TextLabel.TextColor3 = Color3.new(0.113725, 1, 0.0156863)
- TextLabel.TextSize = 10
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(0.486275, 0.486275, 0.486275)
- TextLabel_2.BackgroundTransparency = 0.5
- TextLabel_2.Position = UDim2.new(0.0219178088, 0, 0.057915058, 0)
- TextLabel_2.Size = UDim2.new(0, 316, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.FontSize = Enum.FontSize.Size32
- TextLabel_2.Text = "Weight Lifting GUI"
- TextLabel_2.TextColor3 = Color3.new(0.886275, 0.223529, 0.313726)
- TextLabel_2.TextSize = 30
- Open.Name = "Open"
- Open.Parent = Weight
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BackgroundTransparency = 1
- Open.Size = UDim2.new(0, 100, 0, 100)
- Opener.Name = "Opener"
- Opener.Parent = Open
- Opener.BackgroundColor3 = Color3.new(0, 0, 0)
- Opener.Position = UDim2.new(0, 0, 2.55999994, 0)
- Opener.Size = UDim2.new(0, 99, 0, 32)
- Opener.Style = Enum.ButtonStyle.RobloxButton
- Opener.Font = Enum.Font.SciFi
- Opener.FontSize = Enum.FontSize.Size32
- Opener.Text = "OPEN"
- Opener.TextColor3 = Color3.new(0, 1, 1)
- Opener.TextSize = 32
- Opener.TextStrokeTransparency = 0.5
- Opener.MouseButton1Click:connect(function()
- game.CoreGui.Weight.Open.Visible = false
- game.CoreGui.Weight.Frame.Visible = true
- end)
- Close.MouseButton1Click:connect(function()
- game.CoreGui.Weight.Open.Visible = true
- game.CoreGui.Weight.Frame.Visible = false
- end)
- WeightHack.MouseButton1Click:connect(function()
- for i=1,1000 do
- game:GetService('ReplicatedStorage').addStrength:FireServer(game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool').Handle,5)
- end
- end)
- Shrink.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.BodyWidthScale.Value = 1.5
- game.Players.LocalPlayer.Character.Humanoid.BodyHeightScale.Value = 1.5
- game.Players.LocalPlayer.Character.Humanoid.BodyDepthScale.Value = 1.5
- game.Players.LocalPlayer.Character.Humanoid.HeadScale.Value = 1
- end)
- Strength.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Combat)
- wait(.1)
- for i,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer then
- game.Players.LocalPlayer.Character.Combat.LocalScript.punched:InvokeServer(v.Character.Humanoid, 9e8, v.Character.UpperTorso)
- end
- end
- game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement