Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AnimationMocap = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TitleNOSCRPT = Instance.new("TextLabel")
- local Animations = Instance.new("Frame")
- local WalkAnim = Instance.new("TextBox")
- local FallAnim = Instance.new("TextBox")
- local JumpAnim = Instance.new("TextBox")
- local IdleAnim = Instance.new("TextBox")
- local AnimButton = Instance.new("TextButton")
- local Scales = Instance.new("Frame")
- local Height = Instance.new("TextBox")
- local Width = Instance.new("TextBox")
- local Depth = Instance.new("TextBox")
- local Head = Instance.new("TextBox")
- local InfoNOSCRIPTHERE = Instance.new("TextLabel")
- local ScaleButton = Instance.new("TextButton")
- local OpenAnim = Instance.new("TextButton")
- local OpenScale = Instance.new("TextButton")
- local CloseAll = Instance.new("TextButton")
- AnimationMocap.Name = "Animation Mocap"
- AnimationMocap.Parent = game.CoreGui
- AnimationMocap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = AnimationMocap
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Main.BorderColor3 = Color3.new(0, 0, 0)
- Main.BorderSizePixel = 3
- Main.LayoutOrder = 4
- Main.Position = UDim2.new(0.357664227, 0, 0.366559476, 0)
- Main.Size = UDim2.new(0, 476, 0, 298)
- Main.Draggable = true
- Main.Active = true
- TitleNOSCRPT.Name = "Title[NO SCRPT]"
- TitleNOSCRPT.Parent = Main
- TitleNOSCRPT.BackgroundColor3 = Color3.new(1, 1, 1)
- TitleNOSCRPT.BackgroundTransparency = 1
- TitleNOSCRPT.Position = UDim2.new(0.041569043, 0, 0.0963101983, 0)
- TitleNOSCRPT.Size = UDim2.new(0, 430, 0, 138)
- TitleNOSCRPT.Font = Enum.Font.Roboto
- TitleNOSCRPT.Text = "Hi, welcome!"
- TitleNOSCRPT.TextColor3 = Color3.new(0, 0, 0)
- TitleNOSCRPT.TextScaled = true
- TitleNOSCRPT.TextSize = 14
- TitleNOSCRPT.TextWrapped = true
- Animations.Name = "Animations"
- Animations.Parent = AnimationMocap
- Animations.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Animations.Position = UDim2.new(0.356751829, 0, 0.366559476, 0)
- Animations.Size = UDim2.new(0, 476, 0, 298)
- Animations.Visible = false
- Animations.Draggable = true
- Animations.Active = true
- WalkAnim.Name = "WalkAnim"
- WalkAnim.Parent = Animations
- WalkAnim.BackgroundColor3 = Color3.new(1, 1, 1)
- WalkAnim.Position = UDim2.new(0.021008404, 0, 0.0704698041, 0)
- WalkAnim.Size = UDim2.new(0, 81, 0, 28)
- WalkAnim.Font = Enum.Font.SourceSans
- WalkAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- WalkAnim.Text = ""
- WalkAnim.TextColor3 = Color3.new(0, 0, 0)
- WalkAnim.TextSize = 14
- FallAnim.Name = "FallAnim"
- FallAnim.Parent = Animations
- FallAnim.BackgroundColor3 = Color3.new(1, 1, 1)
- FallAnim.Position = UDim2.new(0.287815124, 0, 0.0704698041, 0)
- FallAnim.Size = UDim2.new(0, 81, 0, 28)
- FallAnim.Font = Enum.Font.SourceSans
- FallAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- FallAnim.Text = ""
- FallAnim.TextColor3 = Color3.new(0, 0, 0)
- FallAnim.TextSize = 14
- JumpAnim.Name = "JumpAnim"
- JumpAnim.Parent = Animations
- JumpAnim.BackgroundColor3 = Color3.new(1, 1, 1)
- JumpAnim.Position = UDim2.new(0.523109198, 0, 0.0704698041, 0)
- JumpAnim.Size = UDim2.new(0, 81, 0, 28)
- JumpAnim.Font = Enum.Font.SourceSans
- JumpAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- JumpAnim.Text = ""
- JumpAnim.TextColor3 = Color3.new(0, 0, 0)
- JumpAnim.TextSize = 14
- IdleAnim.Name = "IdleAnim"
- IdleAnim.Parent = Animations
- IdleAnim.BackgroundColor3 = Color3.new(1, 1, 1)
- IdleAnim.Position = UDim2.new(0.796218514, 0, 0.0704698041, 0)
- IdleAnim.Size = UDim2.new(0, 81, 0, 28)
- IdleAnim.Font = Enum.Font.SourceSans
- IdleAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- IdleAnim.Text = ""
- IdleAnim.TextColor3 = Color3.new(0, 0, 0)
- IdleAnim.TextSize = 14
- AnimButton.Name = "AnimButton"
- AnimButton.Parent = Animations
- AnimButton.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- AnimButton.BorderSizePixel = 0
- AnimButton.Position = UDim2.new(0.174369752, 0, 0.647651017, 0)
- AnimButton.Size = UDim2.new(0, 309, 0, 40)
- AnimButton.Font = Enum.Font.SourceSans
- AnimButton.Text = "Execute the roblox animations ID's"
- AnimButton.TextColor3 = Color3.new(0, 0, 0)
- AnimButton.TextSize = 16
- AnimButton.MouseButton1Click:connect(function()
- local args = {
- [1] = {
- ["BodyParts"] = {
- ["RightArm"] = 86500036,
- ["Torso"] = 86500008,
- ["Head"] = 0,
- ["RightLeg"] = 86500078,
- ["Face"] = 86487700,
- ["LeftArm"] = 86500054,
- ["LeftLeg"] = 86500064
- },
- ["Clothes"] = {
- ["GraphicTShirt"] = 0,
- ["Shirt"] = 144076358,
- ["Pants"] = 144076760
- },
- ["Accessories"] = {
- ["HatAccessory"] = {},
- ["BackAccessory"] = {},
- ["FrontAccessory"] = {},
- ["FaceAccessory"] = {},
- ["WaistAccessory"] = {},
- ["ShouldersAccessory"] = {},
- ["NeckAccessory"] = {},
- ["HairAccessory"] = {
- [1] = "63690008"
- }
- },
- ["Animation"] = {
- ["FallAnimation"] = FallAnim.Text,
- ["ClimbAnimation"] = 0,
- ["IdleAnimation"] = IdleAnim.Text,
- ["WalkAnimation"] = WalkAnim.Text,
- ["SwimAnimation"] = 0,
- ["JumpAnimation"] = JumpAnim.Text,
- ["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)
- Scales.Name = "Scales"
- Scales.Parent = AnimationMocap
- Scales.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Scales.Position = UDim2.new(0.356751829, 0, 0.366559476, 0)
- Scales.Size = UDim2.new(0, 475, 0, 298)
- Scales.Visible = false
- Scales.Draggable = true
- Scales.Active = true
- Height.Name = "Height"
- Height.Parent = Scales
- Height.BackgroundColor3 = Color3.new(1, 1, 1)
- Height.Position = UDim2.new(0.0189473685, 0, 0.0704697967, 0)
- Height.Size = UDim2.new(0, 81, 0, 28)
- Height.Font = Enum.Font.SourceSans
- Height.Text = ""
- Height.TextColor3 = Color3.new(0, 0, 0)
- Height.TextSize = 14
- Width.Name = "Width"
- Width.Parent = Scales
- Width.BackgroundColor3 = Color3.new(1, 1, 1)
- Width.Position = UDim2.new(0.26526314, 0, 0.0704697967, 0)
- Width.Size = UDim2.new(0, 81, 0, 28)
- Width.Font = Enum.Font.SourceSans
- Width.Text = ""
- Width.TextColor3 = Color3.new(0, 0, 0)
- Width.TextSize = 14
- Depth.Name = "Depth"
- Depth.Parent = Scales
- Depth.BackgroundColor3 = Color3.new(1, 1, 1)
- Depth.Position = UDim2.new(0.509473681, 0, 0.0704697967, 0)
- Depth.Size = UDim2.new(0, 81, 0, 28)
- Depth.Font = Enum.Font.SourceSans
- Depth.Text = ""
- Depth.TextColor3 = Color3.new(0, 0, 0)
- Depth.TextSize = 14
- Head.Name = "Head"
- Head.Parent = Scales
- Head.BackgroundColor3 = Color3.new(1, 1, 1)
- Head.Position = UDim2.new(0.781052589, 0, 0.0704697967, 0)
- Head.Size = UDim2.new(0, 81, 0, 28)
- Head.Font = Enum.Font.SourceSans
- Head.Text = ""
- Head.TextColor3 = Color3.new(0, 0, 0)
- Head.TextSize = 14
- InfoNOSCRIPTHERE.Name = "Info[NO SCRIPT HERE!]"
- InfoNOSCRIPTHERE.Parent = Scales
- InfoNOSCRIPTHERE.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- InfoNOSCRIPTHERE.BorderColor3 = Color3.new(0.298039, 0.278431, 0.270588)
- InfoNOSCRIPTHERE.Position = UDim2.new(0.0147368424, 0, 0.194630876, 0)
- InfoNOSCRIPTHERE.Size = UDim2.new(0, 452, 0, 39)
- InfoNOSCRIPTHERE.Font = Enum.Font.SourceSans
- InfoNOSCRIPTHERE.Text = "1: Height 2:Width 3:Depth 4:Head Size"
- InfoNOSCRIPTHERE.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- InfoNOSCRIPTHERE.TextSize = 14
- ScaleButton.Name = "ScaleButton"
- ScaleButton.Parent = Scales
- ScaleButton.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- ScaleButton.BorderSizePixel = 0
- ScaleButton.Position = UDim2.new(0.258947372, 0, 0.614093959, 0)
- ScaleButton.Size = UDim2.new(0, 200, 0, 50)
- ScaleButton.Font = Enum.Font.PermanentMarker
- ScaleButton.Text = "Execute Size"
- ScaleButton.TextColor3 = Color3.new(0, 0, 0)
- ScaleButton.TextScaled = true
- ScaleButton.TextSize = 16
- ScaleButton.TextWrapped = true
- ScaleButton.MouseButton1Click:connect(function()
- local args = {
- [1] = {
- ["BodyParts"] = {
- ["RightArm"] = 86500036,
- ["Torso"] = 86500008,
- ["Head"] = 0,
- ["RightLeg"] = 86500078,
- ["Face"] = 86487700,
- ["LeftArm"] = 86500054,
- ["LeftLeg"] = 86500064
- },
- ["Clothes"] = {
- ["GraphicTShirt"] = 0,
- ["Shirt"] = 144076358,
- ["Pants"] = 144076760
- },
- ["Accessories"] = {
- ["HatAccessory"] = {},
- ["BackAccessory"] = {},
- ["FrontAccessory"] = {},
- ["FaceAccessory"] = {},
- ["WaistAccessory"] = {},
- ["ShouldersAccessory"] = {},
- ["NeckAccessory"] = {},
- ["HairAccessory"] = {
- [1] = "63690008"
- }
- },
- ["Animation"] = {
- ["FallAnimation"] = FallAnim.Text,
- ["ClimbAnimation"] = 0,
- ["IdleAnimation"] = IdleAnim.Text,
- ["WalkAnimation"] = WalkAnim.Text,
- ["SwimAnimation"] = 0,
- ["JumpAnimation"] = JumpAnim.Text,
- ["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)
- OpenAnim.Name = "OpenAnim"
- OpenAnim.Parent = AnimationMocap
- OpenAnim.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- OpenAnim.Position = UDim2.new(0, 0, 0.813504815, 0)
- OpenAnim.Size = UDim2.new(0, 93, 0, 40)
- OpenAnim.Font = Enum.Font.SourceSans
- OpenAnim.Text = "Animations"
- OpenAnim.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
- OpenAnim.TextSize = 14
- OpenAnim.MouseButton1Click:connect(function()
- Animations.Visible = true
- Scales.Visible = false
- Main.Visible = false
- OpenAnim.Visible = false
- OpenScale.Visible = true
- CloseAll.Visible = true
- end)
- OpenScale.Name = "OpenScale"
- OpenScale.Parent = AnimationMocap
- OpenScale.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- OpenScale.Position = UDim2.new(0, 0, 0.877813518, 0)
- OpenScale.Size = UDim2.new(0, 93, 0, 40)
- OpenScale.Font = Enum.Font.SourceSans
- OpenScale.Text = "Scale"
- OpenScale.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
- OpenScale.TextSize = 14
- OpenScale.MouseButton1Click:connect(function()
- Main.Visible = false
- Animations.Visible = false
- Scales.Visible = true
- OpenScale.Visible = false
- OpenAnim.Visible = true
- CloseAll.Visible = true
- end)
- CloseAll.Name = "CloseAll"
- CloseAll.Parent = AnimationMocap
- CloseAll.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- CloseAll.Position = UDim2.new(0, 0, 0.942122221, 0)
- CloseAll.Size = UDim2.new(0, 93, 0, 40)
- CloseAll.Font = Enum.Font.SourceSans
- CloseAll.Text = "Close"
- CloseAll.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
- CloseAll.TextSize = 14
- CloseAll.MouseButton1Click:connect(function()
- Animations.Visible = false
- Scales.Visible = false
- Main.Visible = false
- CloseAll.Visible = false
- OpenScale.Visible = true
- OpenAnim.Visible = true
- end)
- local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))wait(1)local b=game.Players.LocalPlayer;b:kick("For not subbing to Benny123 Scripts")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement