Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SOP = Instance.new("ScreenGui")
- local DragFrame = Instance.new("Frame")
- local GUIName = Instance.new("TextLabel")
- local MainFrame = Instance.new("Frame")
- local TPAll = Instance.new("TextButton")
- local NPCList = Instance.new("TextButton")
- local TPSwords = Instance.new("TextButton")
- local TPChests = Instance.new("TextButton")
- local openclose = Instance.new("TextButton")
- local NPCsFrame = Instance.new("Frame")
- local MainNPCsFrame = Instance.new("Frame")
- local NPCsList = Instance.new("ScrollingFrame")
- local TPThief = Instance.new("TextButton")
- local TPPirate = Instance.new("TextButton")
- local TPNoob = Instance.new("TextButton")
- local TPBuso = Instance.new("TextButton")
- local TPLuffy = Instance.new("TextButton")
- local ListName = Instance.new("TextLabel")
- -- Properties
- SOP.Name = "Man"
- SOP.Parent = game.CoreGui
- DragFrame.Name = "DragFrame"
- DragFrame.Parent = SOP
- DragFrame.Active = true
- DragFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- DragFrame.BorderColor3 = Color3.new(0, 0, 0)
- DragFrame.Position = UDim2.new(0.422578633, 0, 0.475590557, 0)
- DragFrame.Size = UDim2.new(0, 250, 0, 30)
- DragFrame.Draggable = true
- GUIName.Name = "GUIName"
- GUIName.Parent = DragFrame
- GUIName.BackgroundColor3 = Color3.new(1, 1, 1)
- GUIName.BackgroundTransparency = 1
- GUIName.Size = UDim2.new(0, 200, 0, 30)
- GUIName.Font = Enum.Font.SourceSansLight
- GUIName.Text = "Man GUI by adam"
- GUIName.TextColor3 = Color3.new(1, 1, 1)
- GUIName.TextScaled = true
- GUIName.TextSize = 14
- GUIName.TextStrokeTransparency = 0
- GUIName.TextWrapped = true
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = DragFrame
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MainFrame.BorderColor3 = Color3.new(0, 0, 0)
- MainFrame.Position = UDim2.new(0, 0, 1, 0)
- MainFrame.Size = UDim2.new(0, 250, 0, 150)
- MainFrame.Visible = false
- TPAll.Name = "TPAll"
- TPAll.Parent = MainFrame
- TPAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TPAll.BorderColor3 = Color3.new(0, 0, 0)
- TPAll.Position = UDim2.new(0.200000167, 0, 0.0399999991, 0)
- TPAll.Size = UDim2.new(0, 150, 0, 30)
- TPAll.Font = Enum.Font.SourceSansLight
- TPAll.Text = "TP All NPCs"
- TPAll.TextColor3 = Color3.new(1, 1, 1)
- TPAll.TextScaled = true
- TPAll.TextSize = 14
- TPAll.TextStrokeTransparency = 0
- TPAll.TextWrapped = true
- NPCList.Name = "NPCList"
- NPCList.Parent = MainFrame
- NPCList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- NPCList.BorderColor3 = Color3.new(0, 0, 0)
- NPCList.Position = UDim2.new(0.200000167, 0, 0.759999871, 0)
- NPCList.Size = UDim2.new(0, 150, 0, 30)
- NPCList.Font = Enum.Font.SourceSansLight
- NPCList.Text = "NPC TP List"
- NPCList.TextColor3 = Color3.new(1, 1, 1)
- NPCList.TextScaled = true
- NPCList.TextSize = 14
- NPCList.TextStrokeTransparency = 0
- NPCList.TextWrapped = true
- TPSwords.Name = "TPSwords"
- TPSwords.Parent = MainFrame
- TPSwords.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TPSwords.BorderColor3 = Color3.new(0, 0, 0)
- TPSwords.Position = UDim2.new(0.200000167, 0, 0.279999971, 0)
- TPSwords.Size = UDim2.new(0, 150, 0, 30)
- TPSwords.Font = Enum.Font.SourceSansLight
- TPSwords.Text = "TP Swords"
- TPSwords.TextColor3 = Color3.new(1, 1, 1)
- TPSwords.TextScaled = true
- TPSwords.TextSize = 14
- TPSwords.TextStrokeTransparency = 0
- TPSwords.TextWrapped = true
- TPChests.Name = "TPChests"
- TPChests.Parent = MainFrame
- TPChests.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TPChests.BorderColor3 = Color3.new(0, 0, 0)
- TPChests.Position = UDim2.new(0.200000167, 0, 0.519999981, 0)
- TPChests.Size = UDim2.new(0, 150, 0, 30)
- TPChests.Font = Enum.Font.SourceSansLight
- TPChests.Text = "TP Chests"
- TPChests.TextColor3 = Color3.new(1, 1, 1)
- TPChests.TextScaled = true
- TPChests.TextSize = 14
- TPChests.TextStrokeTransparency = 0
- TPChests.TextWrapped = true
- openclose.Name = "openclose"
- openclose.Parent = DragFrame
- openclose.BackgroundColor3 = Color3.new(1, 1, 1)
- openclose.BackgroundTransparency = 1
- openclose.Position = UDim2.new(0.879999995, 0, 0, 0)
- openclose.Size = UDim2.new(0, 30, 0, 30)
- openclose.Font = Enum.Font.SourceSansLight
- openclose.Text = "+"
- openclose.TextColor3 = Color3.new(1, 1, 1)
- openclose.TextScaled = true
- openclose.TextSize = 14
- openclose.TextStrokeTransparency = 0
- openclose.TextWrapped = true
- NPCsFrame.Name = "NPCsFrame"
- NPCsFrame.Parent = SOP
- NPCsFrame.Active = true
- NPCsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- NPCsFrame.BorderColor3 = Color3.new(0, 0, 0)
- NPCsFrame.Position = UDim2.new(0.235657007, 0, 0.475590527, 0)
- NPCsFrame.Size = UDim2.new(0, 250, 0, 30)
- NPCsFrame.Visible = false
- NPCsFrame.Draggable = true
- MainNPCsFrame.Name = "MainNPCsFrame"
- MainNPCsFrame.Parent = NPCsFrame
- MainNPCsFrame.Active = true
- MainNPCsFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MainNPCsFrame.BorderColor3 = Color3.new(0, 0, 0)
- MainNPCsFrame.Position = UDim2.new(0, 0, 1, 0)
- MainNPCsFrame.Size = UDim2.new(0, 250, 0, 150)
- NPCsList.Name = "NPCsList"
- NPCsList.Parent = MainNPCsFrame
- NPCsList.Active = true
- NPCsList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- NPCsList.BorderColor3 = Color3.new(0, 0, 0)
- NPCsList.Position = UDim2.new(0.159999996, 0, 0.0933333337, 0)
- NPCsList.Size = UDim2.new(0, 170, 0, 121)
- TPThief.Name = "TPThief"
- TPThief.Parent = NPCsList
- TPThief.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPThief.BorderColor3 = Color3.new(0, 0, 0)
- TPThief.Position = UDim2.new(-0.00964696519, 0, 0.00159779564, 0)
- TPThief.Size = UDim2.new(0, 161, 0, 30)
- TPThief.Font = Enum.Font.SourceSansLight
- TPThief.Text = "TP Thief (Lvl 5)"
- TPThief.TextColor3 = Color3.new(1, 1, 1)
- TPThief.TextScaled = true
- TPThief.TextSize = 14
- TPThief.TextStrokeTransparency = 0
- TPThief.TextWrapped = true
- TPPirate.Name = "TPPirate"
- TPPirate.Parent = NPCsList
- TPPirate.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPPirate.BorderColor3 = Color3.new(0, 0, 0)
- TPPirate.Position = UDim2.new(-0.00964696519, 0, 0.101597801, 0)
- TPPirate.Size = UDim2.new(0, 161, 0, 30)
- TPPirate.Font = Enum.Font.SourceSansLight
- TPPirate.Text = "TP Buggy pirate (Lvl 30)"
- TPPirate.TextColor3 = Color3.new(1, 1, 1)
- TPPirate.TextScaled = true
- TPPirate.TextSize = 14
- TPPirate.TextStrokeTransparency = 0
- TPPirate.TextWrapped = true
- TPNoob.Name = "TPNoob"
- TPNoob.Parent = NPCsList
- TPNoob.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPNoob.BorderColor3 = Color3.new(0, 0, 0)
- TPNoob.Position = UDim2.new(-0.00964696519, 0, 0.20159781, 0)
- TPNoob.Size = UDim2.new(0, 161, 0, 30)
- TPNoob.Font = Enum.Font.SourceSansLight
- TPNoob.Text = "TP Noob (Lvl 100)"
- TPNoob.TextColor3 = Color3.new(1, 1, 1)
- TPNoob.TextScaled = true
- TPNoob.TextSize = 14
- TPNoob.TextStrokeTransparency = 0
- TPNoob.TextWrapped = true
- TPBuso.Name = "TPBuso"
- TPBuso.Parent = NPCsList
- TPBuso.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPBuso.BorderColor3 = Color3.new(0, 0, 0)
- TPBuso.Position = UDim2.new(-0.00964696519, 0, 0.301597804, 0)
- TPBuso.Size = UDim2.new(0, 161, 0, 30)
- TPBuso.Font = Enum.Font.SourceSansLight
- TPBuso.Text = "TP Buso Noob (Lvl 500)"
- TPBuso.TextColor3 = Color3.new(1, 1, 1)
- TPBuso.TextScaled = true
- TPBuso.TextSize = 14
- TPBuso.TextStrokeTransparency = 0
- TPBuso.TextWrapped = true
- TPLuffy.Name = "TPLuffy"
- TPLuffy.Parent = NPCsList
- TPLuffy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPLuffy.BorderColor3 = Color3.new(0, 0, 0)
- TPLuffy.Position = UDim2.new(-0.00964696519, 0, 0.401597798, 0)
- TPLuffy.Size = UDim2.new(0, 161, 0, 30)
- TPLuffy.Font = Enum.Font.SourceSansLight
- TPLuffy.Text = "TP Luffy (Lvl 1000)"
- TPLuffy.TextColor3 = Color3.new(1, 1, 1)
- TPLuffy.TextScaled = true
- TPLuffy.TextSize = 14
- TPLuffy.TextStrokeTransparency = 0
- TPLuffy.TextWrapped = true
- ListName.Name = "ListName"
- ListName.Parent = NPCsFrame
- ListName.BackgroundColor3 = Color3.new(1, 1, 1)
- ListName.BackgroundTransparency = 1
- ListName.Size = UDim2.new(0, 100, 0, 30)
- ListName.Font = Enum.Font.SourceSansLight
- ListName.Text = "NPC List"
- ListName.TextColor3 = Color3.new(1, 1, 1)
- ListName.TextScaled = true
- ListName.TextSize = 14
- ListName.TextStrokeTransparency = 0
- ListName.TextWrapped = true
- local mainopen = false
- local listopen = false
- --openclose
- openclose.MouseButton1Down:Connect(function()
- if mainopen == false then
- MainFrame.Visible = true
- mainopen = true
- openclose.Text = "-"
- else
- MainFrame.Visible = false
- mainopen = false
- openclose.Text = "+"
- end
- end)
- NPCList.MouseButton1Down:Connect(function()
- if listopen == false then
- NPCsFrame.Visible = true
- listopen = true
- else
- NPCsFrame.Visible = false
- listopen = false
- end
- end)
- --main scripts
- TPAll.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Luffy") or string.find(v.Name, "Buggy") or string.find(v.Name, "Attacking") or string.find(v.Name, "Thief") or string.find(v.Name, "Big Full Body") and v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPSwords.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
- v:FindFirstChild("Head").Anchored = true
- v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPChests.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if v.ClassName == "TouchTransmitter" then
- v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
- end
- end
- end)
- --tp single
- TPThief.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Thief") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPPirate.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Buggy pirate") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPNoob.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Attacking Noob") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPBuso.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Big Full Body") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
- TPLuffy.MouseButton1Down:Connect(function()
- for _,v in pairs(game.Workspace:GetDescendants()) do
- if string.find(v.Name, "Luffy") then
- v:FindFirstChild("HumanoidRootPart").Anchored = true
- v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement