Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NemesisGUI = Instance.new("ScreenGui")
- mainFrame = Instance.new("Frame")
- UserText = Instance.new("TextBox")
- scrollingFrame = Instance.new("ScrollingFrame")
- Humanoid = Instance.new("TextButton")
- Reset = Instance.new("TextButton")
- Jumppower = Instance.new("TextButton")
- WalkSpeed = Instance.new("TextButton")
- Control = Instance.new("TextButton")
- Remove = Instance.new("TextButton")
- KillAll = Instance.new("TextButton")
- ValueText = Instance.new("TextBox")
- topBar = Instance.new("Frame")
- Exit = Instance.new("TextButton")
- OpenMenu = Instance.new("TextButton")
- NemesisGUI.Name = "NemesisGUI"
- NemesisGUI.Parent = game.Players.LocalPlayer.PlayerGui
- mainFrame.Name = "mainFrame"
- mainFrame.Parent = NemesisGUI
- mainFrame.Active = true
- mainFrame.Draggable = true
- mainFrame.Visible = false
- mainFrame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
- mainFrame.BorderSizePixel = 0
- mainFrame.Position = UDim2.new(0.333645761, 0, 0.218992263, 0)
- mainFrame.Size = UDim2.new(0, 435, 0, 289)
- UserText.Name = "UserText"
- UserText.Parent = mainFrame
- UserText.BackgroundColor3 = Color3.new(1, 1, 1)
- UserText.BorderSizePixel = 0
- UserText.Position = UDim2.new(0.372413784, 0, 0.214532867, 0)
- UserText.Size = UDim2.new(0, 243, 0, 32)
- UserText.Font = Enum.Font.Antique
- UserText.FontSize = Enum.FontSize.Size32
- UserText.Text = "Username..."
- UserText.TextColor3 = Color3.new(0, 0.666667, 1)
- UserText.TextSize = 30
- scrollingFrame.Name = "scrollingFrame"
- scrollingFrame.Parent = mainFrame
- scrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- scrollingFrame.Position = UDim2.new(0, 0, 0.0830449834, 0)
- scrollingFrame.Size = UDim2.new(0, 134, 0, 268)
- Humanoid.Name = "Humanoid"
- Humanoid.Parent = scrollingFrame
- Humanoid.BackgroundColor3 = Color3.new(1, 1, 1)
- Humanoid.Size = UDim2.new(0, 115, 0, 33)
- Humanoid.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Humanoid.Font = Enum.Font.Antique
- Humanoid.FontSize = Enum.FontSize.Size28
- Humanoid.Text = "Add Humanoid"
- Humanoid.TextColor3 = Color3.new(0, 0, 0)
- Humanoid.TextSize = 26
- Reset.Name = "Reset"
- Reset.Parent = scrollingFrame
- Reset.BackgroundColor3 = Color3.new(1, 1, 1)
- Reset.Position = UDim2.new(0, 0, 0.159565002, 0)
- Reset.Size = UDim2.new(0, 115, 0, 29)
- Reset.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Reset.Font = Enum.Font.Antique
- Reset.FontSize = Enum.FontSize.Size28
- Reset.Text = "Reset Player"
- Reset.TextColor3 = Color3.new(0, 0, 0)
- Reset.TextSize = 26
- Jumppower.Name = "Jumppower"
- Jumppower.Parent = scrollingFrame
- Jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
- Jumppower.Position = UDim2.new(0, 0, 0.0579052418, 0)
- Jumppower.Size = UDim2.new(0, 115, 0, 29)
- Jumppower.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Jumppower.Font = Enum.Font.Antique
- Jumppower.FontSize = Enum.FontSize.Size28
- Jumppower.Text = "JumpPower"
- Jumppower.TextColor3 = Color3.new(0, 0, 0)
- Jumppower.TextSize = 26
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = scrollingFrame
- WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
- WalkSpeed.Position = UDim2.new(0, 0, 0.266989619, 0)
- WalkSpeed.Size = UDim2.new(0, 115, 0, 29)
- WalkSpeed.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- WalkSpeed.Font = Enum.Font.Antique
- WalkSpeed.FontSize = Enum.FontSize.Size28
- WalkSpeed.Text = "WalkSpeed"
- WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
- WalkSpeed.TextSize = 26
- Control.Name = "Control"
- Control.Parent = scrollingFrame
- Control.BackgroundColor3 = Color3.new(1, 1, 1)
- Control.Position = UDim2.new(0, 0, 0.106973648, 0)
- Control.Size = UDim2.new(0, 115, 0, 30)
- Control.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Control.Font = Enum.Font.Antique
- Control.FontSize = Enum.FontSize.Size28
- Control.Text = "Control"
- Control.TextColor3 = Color3.new(0, 0, 0)
- Control.TextSize = 26
- Remove.Name = "Remove"
- Remove.Parent = scrollingFrame
- Remove.BackgroundColor3 = Color3.new(1, 1, 1)
- Remove.Position = UDim2.new(0, 0, 0.209639162, 0)
- Remove.Size = UDim2.new(0, 115, 0, 33)
- Remove.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Remove.Font = Enum.Font.Antique
- Remove.FontSize = Enum.FontSize.Size28
- Remove.Text = "Remove Baseplate"
- Remove.TextColor3 = Color3.new(0, 0, 0)
- Remove.TextSize = 26
- KillAll.Name = "KillAll"
- KillAll.Parent = scrollingFrame
- KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAll.Position = UDim2.new(0, 0, 0.317162633, 0)
- KillAll.Size = UDim2.new(0, 115, 0, 29)
- KillAll.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- KillAll.Font = Enum.Font.Antique
- KillAll.FontSize = Enum.FontSize.Size28
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(0, 0, 0)
- KillAll.TextSize = 26
- ValueText.Name = "ValueText"
- ValueText.Parent = mainFrame
- ValueText.BackgroundColor3 = Color3.new(1, 1, 1)
- ValueText.BorderSizePixel = 0
- ValueText.Position = UDim2.new(0.372413784, 0, 0.373702437, 0)
- ValueText.Size = UDim2.new(0, 243, 0, 32)
- ValueText.ClearTextOnFocus = true
- ValueText.Font = Enum.Font.Antique
- ValueText.FontSize = Enum.FontSize.Size32
- ValueText.MultiLine = true
- ValueText.Text = "Value"
- ValueText.TextColor3 = Color3.new(0, 0.666667, 1)
- ValueText.TextSize = 30
- topBar.Name = "topBar"
- topBar.Parent = mainFrame
- topBar.BackgroundColor3 = Color3.new(0, 0, 0)
- topBar.Size = UDim2.new(0, 435, 0, 26)
- Exit.Name = "Exit"
- Exit.Parent = topBar
- Exit.BackgroundColor3 = Color3.new(0, 0, 0)
- Exit.BorderColor3 = Color3.new(1, 1, 1)
- Exit.Position = UDim2.new(0.950551271, 0, 0.0384615399, 0)
- Exit.Size = UDim2.new(0, 22, 0, 23)
- Exit.Font = Enum.Font.Antique
- Exit.FontSize = Enum.FontSize.Size28
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 1, 1)
- Exit.TextSize = 26
- OpenMenu.Name = "OpenMenu"
- OpenMenu.Parent = NemesisGUI
- OpenMenu.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenMenu.BorderSizePixel = 0
- OpenMenu.Position = UDim2.new(0.00562324282, 0, 0.784883738, 0)
- OpenMenu.Size = UDim2.new(0, 128, 0, 41)
- OpenMenu.Font = Enum.Font.SourceSans
- OpenMenu.FontSize = Enum.FontSize.Size14
- OpenMenu.Text = "Open Nemesis"
- OpenMenu.TextColor3 = Color3.new(1, 1, 1)
- OpenMenu.TextSize = 14
- Reset.MouseButton1Down:connect(function()
- game.Players[UserText.Text].Character.Humanoid.Health = 0
- end)
- Control.MouseButton1Down:connect(function()
- if Control.Text == "Control" then
- Control.Text = "UnControl"
- workspace[UserText.Text].Humanoid.PlatformStand = true
- W1 = Instance.new("Weld",workspace)
- W1.Name = "Weld1"
- W1.Part0 = plr.Character.Torso
- W1.Part1 = workspace[UserText.Text].Torso
- W2 = Instance.new("Weld",workspace)
- W2.Name = "Weld2"
- W2.Part0 = plr.Character.Head
- W2.Part1 = workspace[UserText.Text].Head
- W3 = Instance.new("Weld",workspace)
- W3.Name = "Weld3"
- W3.Part0 = plr.Character.HumanoidRootPart
- W3.Part1 = workspace[UserText.Text].HumanoidRootPart
- W4 = Instance.new("Weld",workspace)
- W4.Name = "Weld4"
- W4.Part0 = plr.Character["Left Arm"]
- W4.Part1 = workspace[UserText.Text]["Left Arm"]
- W5 = Instance.new("Weld",workspace)
- W5.Name = "Weld5"
- W5.Part0 = plr.Character["Left Leg"]
- W5.Part1 = workspace[UserText.Text]["Left Leg"]
- W6 = Instance.new("Weld",workspace)
- W6.Name = "Weld6"
- W6.Part0 = plr.Character["Right Arm"]
- W6.Part1 = workspace[UserText.Text]["Right Arm"]
- W7 = Instance.new("Weld",workspace)
- W7.Name = "Weld7"
- W7.Part0 = plr.Character["Right Leg"]
- W7.Part1 = workspace[UserText.Text]["Right Leg"]
- for i,v in pairs(plr.Character:GetChildren()) do
- if v.ClassName == "Part" then
- v.Transparency = 1
- end
- plr.Character.HumanoidRootPart.Transparency = 1
- if v.ClassName == "Accessory" then
- v.Handle.Transparency = 1
- end
- plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
- end
- elseif Control.Text == "UnControl" then
- Control.Text = "Control"
- workspace[UserText.Text].Humanoid.PlatformStand = false
- workspace.Weld1:Remove()
- workspace.Weld2:Remove()
- workspace.Weld3:Remove()
- workspace.Weld4:Remove()
- workspace.Weld5:Remove()
- workspace.Weld6:Remove()
- workspace.Weld7:Remove()
- for i,v in pairs(plr.Character:GetChildren()) do
- if v.ClassName == "Part" then
- v.Transparency = 0
- end
- plr.Character.HumanoidRootPart.Transparency = 1
- if v.ClassName == "Accessory" then
- v.Handle.Transparency = 0
- end
- plr.Character.Humanoid.NameOcclusion = "OccludeAll"
- end
- end
- end)
- Jumppower.MouseButton1Down:connect(function()
- game.Players[UserText.Text].Character.Humanoid.JumpPower = ValueText.Text
- end)
- WalkSpeed.MouseButton1Down:connect(function()
- game.Players[UserText.Text].Character.Humanoid.WalkSpeed = ValueText.Text
- end)
- Exit.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.NemesisGUI.mainFrame.Visible = false
- game.Players.LocalPlayer.PlayerGui.NemesisGUI.OpenMenu.Visible = true
- end)
- Humanoid.MouseButton1Down:connect(function()
- Instance.new("Humanoid", game.Players[UserText.Text].Character)
- end)
- OpenMenu.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.NemesisGUI.mainFrame.Visible = true
- game.Players.LocalPlayer.PlayerGui.NemesisGUI.OpenMenu.Visible = false
- end)
- Remove.MouseButton1Down:connect(function()
- game.Workspace:ClearAllChildren()
- end)
- KillAll.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- v.Character.Humanoid.Health = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment