Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- plr = game.Players.LocalPlayer
- ControlGui = Instance.new("ScreenGui")
- Frame = Instance.new("Frame")
- TextButton = Instance.new("TextButton")
- TextBox = Instance.new("TextBox")
- -- Properties
- ControlGui.Name = "ControlGui"
- ControlGui.Parent = plr.PlayerGui
- Frame.Parent = ControlGui
- Frame.BackgroundColor3 = Color3.new(255, 0, 0)
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.BackgroundTransparency = 0.5
- Frame.Position = UDim2.new(0, 300, 0, 200)
- Frame.Size = UDim2.new(0, 300, 0, 150)
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BorderColor3 = Color3.new(0, 0, 0)
- TextButton.BorderSizePixel = 5
- TextButton.Position = UDim2.new(0, 50, 0, 90)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.BackgroundTransparency = 0.5
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size32
- TextButton.Text = "Control"
- TextButton.TextSize = 30
- TextButton.MouseButton1Down:connect(function()
- if TextButton.Text == "Control" then
- TextButton.Text = "UnControl"
- workspace[TextBox.Text].Humanoid.PlatformStand = true
- W1 = Instance.new("Weld",workspace)
- W1.Name = "Weld1"
- W1.Part0 = plr.Character.Torso
- W1.Part1 = workspace[TextBox.Text].Torso
- W2 = Instance.new("Weld",workspace)
- W2.Name = "Weld2"
- W2.Part0 = plr.Character.Head
- W2.Part1 = workspace[TextBox.Text].Head
- W3 = Instance.new("Weld",workspace)
- W3.Name = "Weld3"
- W3.Part0 = plr.Character.HumanoidRootPart
- W3.Part1 = workspace[TextBox.Text].HumanoidRootPart
- W4 = Instance.new("Weld",workspace)
- W4.Name = "Weld4"
- W4.Part0 = plr.Character["Left Arm"]
- W4.Part1 = workspace[TextBox.Text]["Left Arm"]
- W5 = Instance.new("Weld",workspace)
- W5.Name = "Weld5"
- W5.Part0 = plr.Character["Left Leg"]
- W5.Part1 = workspace[TextBox.Text]["Left Leg"]
- W6 = Instance.new("Weld",workspace)
- W6.Name = "Weld6"
- W6.Part0 = plr.Character["Right Arm"]
- W6.Part1 = workspace[TextBox.Text]["Right Arm"]
- W7 = Instance.new("Weld",workspace)
- W7.Name = "Weld7"
- W7.Part0 = plr.Character["Right Leg"]
- W7.Part1 = workspace[TextBox.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 TextButton.Text == "UnControl" then
- TextButton.Text = "Control"
- workspace[TextBox.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)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BorderColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 5
- TextBox.BackgroundTransparency = 0.5
- TextBox.Position = UDim2.new(0, 50, 0, 20)
- TextBox.Size = UDim2.new(0, 200, 0, 30)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.FontSize = Enum.FontSize.Size28
- TextBox.Text = "Name"
- TextBox.TextSize = 25
- --[[
- --ok :V
- local part = game.Players.LocalPlayer.Character
- local basetemplate = "http://www.roblox.com/asset/?id="
- local shirt = 35491101
- local pants = 35491845
- local h = part:findFirstChild("Shirt")
- if h ~= nil then
- h.ShirtTemplate = basetemplate..shirt
- else
- local i = Instance.new("Shirt")
- i.Name = "Shirt"
- i.ShirtTemplate = basetemplate..shirt
- i.Parent = part
- end
- local p = part:findFirstChild("Pants")
- if p ~= nil then
- p.PantsTemplate = basetemplate..pants
- else
- local np = Instance.new("Pants")
- np.PantsTemplate = basetemplate..pants
- np.Name = "Pants"
- np.Parent = part
- end
- p = game.Players.LocalPlayer
- char = p.Character
- des = false
- fling = true
- dot = false
- falling = false
- jump = true
- --char.Shirt:Remove()
- --for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
- for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
- wait()--shirt = Instance.new("Shirt", char)
- --shirt.Name = "Shirt"
- --pants = Instance.new("Pants", char)
- --pants.Name = "Pants"
- --char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=22287244"
- --char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=22287352"
- tp = true
- shoot = true
- hum = char.Humanoid
- punch = true
- neckp = char.Torso.Neck.C0
- neck = char.Torso.Neck
- hum.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
- wait()
- hum.Health =hum.MaxHealth
- des = false
- root=char.HumanoidRootPart
- torso = char.Torso
- char.Head.face.Texture = "rbxassetid://86157358"
- local ChatService = game:GetService("Chat")
- local player = game.Players.LocalPlayer
- lig = Instance.new("PointLight",player.Character.Torso)
- lig.Color=Color3.new(255,0,0)
- m=player:GetMouse()
- bb = Instance.new("BillboardGui",player.Character.Head)
- bb.Enabled = true
- function newRay(start,face,range,wat)
- local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
- hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
- return rey,hit,pos
- end
- --Made by commag
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=898506256"
- s.Volume = 70
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(3)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement