Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Mocap = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Execute = Instance.new("TextButton")
- local Height = Instance.new("TextBox")
- local Width = Instance.new("TextBox")
- local Depth = Instance.new("TextBox")
- local Head = Instance.new("TextBox")
- local Infoscale = Instance.new("TextLabel")
- local misc = Instance.new("Frame")
- local Front = Instance.new("TextBox")
- local Hair = Instance.new("TextBox")
- local Waist = Instance.new("TextBox")
- local BT = Instance.new("TextLabel")
- local Front_2 = Instance.new("TextLabel")
- local HT = Instance.new("TextLabel")
- local WT = Instance.new("TextLabel")
- local Back = Instance.new("TextBox")
- local Hat = Instance.new("TextBox")
- local HatT = Instance.new("TextLabel")
- local OpenS = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local OpenM = Instance.new("TextButton")
- Mocap.Name = "Mocap"
- Mocap.Parent = game.CoreGui
- Mocap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = Mocap
- main.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.395072997, 0, 0.256166995, 0)
- main.Size = UDim2.new(0, 413, 0, 242)
- main.Active = true
- main.Draggable = true
- main.Visible = false
- Execute.Name = "Execute"
- Execute.Parent = main
- Execute.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0.205811143, 0, 0.698347151, 0)
- Execute.Size = UDim2.new(0, 242, 0, 46)
- Execute.Font = Enum.Font.RobotoCondensed
- Execute.Text = "Execute All Stuff"
- Execute.TextColor3 = Color3.new(0, 0, 0)
- Execute.TextScaled = true
- Execute.TextSize = 14
- Execute.TextWrapped = true
- Execute.MouseButton1Click:connect(function()
- -- Script generated by SimpleSpy - credits to exx#9394
- local args = {
- [1] = {
- ["BodyParts"] = {
- ["RightArm"] = 0,
- ["Torso"] = 0,
- ["Head"] = 0,
- ["RightLeg"] = 0,
- ["Face"] = 128992838,
- ["LeftArm"] = 0,
- ["LeftLeg"] = 0
- },
- ["Clothes"] = {
- ["GraphicTShirt"] = 0,
- ["Shirt"] = 6176168986,
- ["Pants"] = 5415843704
- },
- ["Accessories"] = {
- ["HatAccessory"] = {
- [1] = Hat.Text
- },
- ["BackAccessory"] = {Back.Text},
- ["FrontAccessory"] = {Front.Text},
- ["FaceAccessory"] = {5700329323},
- ["WaistAccessory"] = {Waist.Text},
- ["ShouldersAccessory"] = {},
- ["NeckAccessory"] = {},
- ["HairAccessory"] = {
- [1] = 5460154557
- }
- },
- ["Animation"] = {
- ["FallAnimation"] = 0,
- ["ClimbAnimation"] = 0,
- ["IdleAnimation"] = 0,
- ["WalkAnimation"] = 0,
- ["SwimAnimation"] = 0,
- ["JumpAnimation"] = 0,
- ["RunAnimation"] = 0
- },
- ["Scale"] = {
- ["BodyTypeScale"] = 0,
- ["DepthScale"] = Depth.Text,
- ["HeadScale"] = Head.Text,
- ["HeightScale"] = Height.Text,
- ["ProportionScale"] = 0,
- ["WidthScale"] = Width.Text
- },
- ["Emotes"] = {
- ["Hello"] = {
- [1] = 3576686446
- },
- ["Point2"] = {
- [1] = 3576823880
- },
- ["Stadium"] = {
- [1] = 3360686498
- },
- ["Shrug"] = {
- [1] = 3576968026
- }
- },
- ["EquippedEmotes"] = {
- [1] = {
- ["Name"] = "Shrug",
- ["Slot"] = 4
- },
- [2] = {
- ["Name"] = "Point2",
- ["Slot"] = 3
- },
- [3] = {
- ["Name"] = "Stadium",
- ["Slot"] = 2
- },
- [4] = {
- ["Name"] = "Hello",
- ["Slot"] = 1
- }
- },
- ["BodyColors"] = {
- ["HeadColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- },
- ["TorsoColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- },
- ["LeftArmColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- },
- ["RightLegColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- },
- ["LeftLegColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- },
- ["RightArmColor"] = {
- [1] = 0.48627454042435,
- [2] = 0.36078432202339,
- [3] = 0.27450981736183
- }
- }
- }
- }
- game:GetService("ReplicatedStorage").ApplyDescription:InvokeServer(unpack(args))
- end)
- Height.Name = "Height"
- Height.Parent = main
- Height.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Height.BorderSizePixel = 0
- Height.Position = UDim2.new(0.0169491526, 0, 0.148760334, 0)
- Height.Size = UDim2.new(0, 85, 0, 28)
- Height.Font = Enum.Font.SourceSans
- Height.Text = ""
- Height.TextColor3 = Color3.new(0, 0, 0)
- Height.TextSize = 14
- Width.Name = "Width"
- Width.Parent = main
- Width.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Width.BorderSizePixel = 0
- Width.Position = UDim2.new(0.24939467, 0, 0.148760334, 0)
- Width.Size = UDim2.new(0, 85, 0, 28)
- Width.Font = Enum.Font.SourceSans
- Width.Text = ""
- Width.TextColor3 = Color3.new(0, 0, 0)
- Width.TextSize = 14
- Depth.Name = "Depth"
- Depth.Parent = main
- Depth.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Depth.BorderSizePixel = 0
- Depth.Position = UDim2.new(0.496368051, 0, 0.148760334, 0)
- Depth.Size = UDim2.new(0, 85, 0, 28)
- Depth.Font = Enum.Font.SourceSans
- Depth.Text = ""
- Depth.TextColor3 = Color3.new(0, 0, 0)
- Depth.TextSize = 14
- Head.Name = "Head"
- Head.Parent = main
- Head.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Head.BorderSizePixel = 0
- Head.Position = UDim2.new(0.738498807, 0, 0.148760334, 0)
- Head.Size = UDim2.new(0, 85, 0, 28)
- Head.Font = Enum.Font.SourceSans
- Head.Text = ""
- Head.TextColor3 = Color3.new(0, 0, 0)
- Head.TextSize = 14
- Infoscale.Name = "Info scale"
- Infoscale.Parent = main
- Infoscale.BackgroundColor3 = Color3.new(0.486275, 0.486275, 0.486275)
- Infoscale.BorderSizePixel = 0
- Infoscale.Position = UDim2.new(0.0121065378, 0, 0.30578512, 0)
- Infoscale.Size = UDim2.new(0, 398, 0, 25)
- Infoscale.Font = Enum.Font.SourceSans
- Infoscale.Text = "1: Height, 2:Width, 3:Depth, 4:Head"
- Infoscale.TextColor3 = Color3.new(1, 1, 1)
- Infoscale.TextSize = 14
- misc.Name = "misc"
- misc.Parent = Mocap
- misc.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- misc.BorderSizePixel = 0
- misc.Position = UDim2.new(0.0684306547, 0, 0.121442124, 0)
- misc.Size = UDim2.new(0, 329, 0, 379)
- misc.Draggable = true
- misc.Active = true
- misc.Visible = false
- Front.Name = "Front"
- Front.Parent = misc
- Front.BackgroundColor3 = Color3.new(1, 1, 1)
- Front.BorderSizePixel = 0
- Front.Position = UDim2.new(0.285714298, 0, 0.773057818, 0)
- Front.Size = UDim2.new(0, 98, 0, 28)
- Front.Font = Enum.Font.SourceSans
- Front.Text = ""
- Front.TextColor3 = Color3.new(0, 0, 0)
- Front.TextSize = 14
- Hair.Name = "Hair"
- Hair.Parent = misc
- Hair.BackgroundColor3 = Color3.new(1, 1, 1)
- Hair.BorderSizePixel = 0
- Hair.Position = UDim2.new(0.285714298, 0, 0.129745722, 0)
- Hair.Size = UDim2.new(0, 98, 0, 28)
- Hair.Font = Enum.Font.SourceSans
- Hair.Text = ""
- Hair.TextColor3 = Color3.new(0, 0, 0)
- Hair.TextSize = 14
- Waist.Name = "Waist"
- Waist.Parent = misc
- Waist.BackgroundColor3 = Color3.new(1, 1, 1)
- Waist.BorderSizePixel = 0
- Waist.Position = UDim2.new(0.285714298, 0, 0.556497335, 0)
- Waist.Size = UDim2.new(0, 98, 0, 28)
- Waist.Font = Enum.Font.SourceSans
- Waist.Text = ""
- Waist.TextColor3 = Color3.new(0, 0, 0)
- Waist.TextSize = 14
- BT.Name = "BT"
- BT.Parent = misc
- BT.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- BT.BorderSizePixel = 0
- BT.Position = UDim2.new(0.158054709, 0, 0.245222941, 0)
- BT.Size = UDim2.new(0, 200, 0, 30)
- BT.Font = Enum.Font.SourceSans
- BT.Text = "Back"
- BT.TextColor3 = Color3.new(1, 1, 1)
- BT.TextSize = 14
- Front_2.Name = "Front"
- Front_2.Parent = misc
- Front_2.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- Front_2.BorderSizePixel = 0
- Front_2.Position = UDim2.new(0.158054709, 0, 0.675159276, 0)
- Front_2.Size = UDim2.new(0, 200, 0, 30)
- Front_2.Font = Enum.Font.SourceSans
- Front_2.Text = "Front"
- Front_2.TextColor3 = Color3.new(1, 1, 1)
- Front_2.TextSize = 14
- HT.Name = "HT"
- HT.Parent = misc
- HT.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- HT.BorderSizePixel = 0
- HT.Position = UDim2.new(0.158054709, 0, 0.0350318477, 0)
- HT.Size = UDim2.new(0, 200, 0, 30)
- HT.Font = Enum.Font.SourceSans
- HT.Text = "Hair"
- HT.TextColor3 = Color3.new(1, 1, 1)
- HT.TextSize = 14
- WT.Name = "WT"
- WT.Parent = misc
- WT.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- WT.BorderSizePixel = 0
- WT.Position = UDim2.new(0.158054709, 0, 0.458598763, 0)
- WT.Size = UDim2.new(0, 200, 0, 30)
- WT.Font = Enum.Font.SourceSans
- WT.Text = "Waist"
- WT.TextColor3 = Color3.new(1, 1, 1)
- WT.TextSize = 14
- Back.Name = "Back"
- Back.Parent = misc
- Back.BackgroundColor3 = Color3.new(1, 1, 1)
- Back.BorderSizePixel = 0
- Back.Position = UDim2.new(0.285714298, 0, 0.339936793, 0)
- Back.Size = UDim2.new(0, 98, 0, 28)
- Back.Font = Enum.Font.SourceSans
- Back.Text = ""
- Back.TextColor3 = Color3.new(0, 0, 0)
- Back.TextSize = 14
- Hat.Name = "Hat"
- Hat.Parent = misc
- Hat.BackgroundColor3 = Color3.new(1, 1, 1)
- Hat.Position = UDim2.new(0.158054709, 0, 0.928759873, 0)
- Hat.Size = UDim2.new(0, 200, 0, 27)
- Hat.Font = Enum.Font.SourceSans
- Hat.Text = ""
- Hat.TextColor3 = Color3.new(0, 0, 0)
- Hat.TextSize = 14
- HatT.Name = "HatT"
- HatT.Parent = misc
- HatT.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
- HatT.BorderSizePixel = 0
- HatT.Position = UDim2.new(0.158054709, 0, 0.862796783, 0)
- HatT.Size = UDim2.new(0, 200, 0, 18)
- HatT.Font = Enum.Font.SourceSans
- HatT.Text = "Hat"
- HatT.TextColor3 = Color3.new(0, 0, 0)
- HatT.TextSize = 14
- OpenS.Name = "OpenS"
- OpenS.Parent = Mocap
- OpenS.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- OpenS.BorderSizePixel = 0
- OpenS.Position = UDim2.new(0.389598548, 0, 0.962049365, 0)
- OpenS.Size = UDim2.new(0, 66, 0, 20)
- OpenS.Font = Enum.Font.SourceSans
- OpenS.Text = "Scale"
- OpenS.TextColor3 = Color3.new(0, 0, 0)
- OpenS.TextSize = 14
- OpenS.MouseButton1Click:connect(function()
- OpenS.Visible = false
- OpenM.Visible = true
- Exit.Visible = true
- main.Visible = true
- misc.Visible = false
- end)
- Exit.Name = "Exit"
- Exit.Parent = Mocap
- Exit.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0.469890535, 0, 0.962049365, 0)
- Exit.Size = UDim2.new(0, 66, 0, 20)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "CloseAll"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextSize = 14
- Exit.MouseButton1Click:connect(function()
- Exit.Visible = false
- misc.Visible = false
- main.Visible = false
- OpenS.Visible = true
- OpenM.Visible = true
- end)
- OpenM.Name = "OpenM"
- OpenM.Parent = Mocap
- OpenM.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- OpenM.BorderSizePixel = 0
- OpenM.Position = UDim2.new(0.552919745, 0, 0.962049365, 0)
- OpenM.Size = UDim2.new(0, 66, 0, 20)
- OpenM.Font = Enum.Font.SourceSans
- OpenM.Text = "Misc"
- OpenM.TextColor3 = Color3.new(0, 0, 0)
- OpenM.TextSize = 14
- OpenM.MouseButton1Click:connect(function()
- OpenM.Visible = false
- OpenS.Visible = true
- main.Visible = false
- misc.Visible = true
- Exit.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement