Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ANIMATIONS = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local _2 = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local UIGradient = Instance.new("UIGradient")
- local _2_2 = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local UIGradient_2 = Instance.new("UIGradient")
- local Moresoon = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local UIGradient_3 = Instance.new("UIGradient")
- --Properties:
- ANIMATIONS.Name = "ANIMATIONS"
- ANIMATIONS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ANIMATIONS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ANIMATIONS
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BackgroundTransparency = 0.500
- Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Frame.Position = UDim2.new(0.00923955627, 0, 0.282208562, 0)
- Frame.Size = UDim2.new(0.126812413, 0, 0.435582757, 0)
- UICorner.Parent = Frame
- _2.Name = "2"
- _2.Parent = Frame
- _2.AnchorPoint = Vector2.new(0.5, 0.5)
- _2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- _2.BackgroundTransparency = 0.800
- _2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- _2.BorderSizePixel = 0
- _2.Position = UDim2.new(0.5, 0, 0.215680301, 0)
- _2.Size = UDim2.new(0.959999979, 0, 0.100000001, 0)
- _2.Font = Enum.Font.FredokaOne
- _2.Text = "Jerk off"
- _2.TextColor3 = Color3.fromRGB(255, 255, 255)
- _2.TextScaled = true
- _2.TextSize = 14.000
- _2.TextWrapped = true
- UICorner_2.Parent = _2
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(145, 145, 145)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient.Rotation = -90
- UIGradient.Parent = _2
- _2_2.Name = "2"
- _2_2.Parent = Frame
- _2_2.AnchorPoint = Vector2.new(0.5, 0.5)
- _2_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- _2_2.BackgroundTransparency = 0.800
- _2_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- _2_2.BorderSizePixel = 0
- _2_2.Position = UDim2.new(0.5, 0, 0.347156376, 0)
- _2_2.Size = UDim2.new(0.959999979, 0, 0.100000001, 0)
- _2_2.Font = Enum.Font.FredokaOne
- _2_2.Text = "sex"
- _2_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- _2_2.TextScaled = true
- _2_2.TextSize = 14.000
- _2_2.TextWrapped = true
- UICorner_3.Parent = _2_2
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(145, 145, 145)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient_2.Rotation = -90
- UIGradient_2.Parent = _2_2
- Moresoon.Name = "More soon"
- Moresoon.Parent = Frame
- Moresoon.AnchorPoint = Vector2.new(0.5, 0.5)
- Moresoon.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Moresoon.BackgroundTransparency = 1.000
- Moresoon.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Moresoon.BorderSizePixel = 0
- Moresoon.Position = UDim2.new(0.5, 0, 0.498859584, 0)
- Moresoon.Size = UDim2.new(0.959999979, 0, 0.100000001, 0)
- Moresoon.Font = Enum.Font.FredokaOne
- Moresoon.Text = "More soon"
- Moresoon.TextColor3 = Color3.fromRGB(51, 129, 255)
- Moresoon.TextScaled = true
- Moresoon.TextSize = 14.000
- Moresoon.TextWrapped = true
- UICorner_4.Parent = Moresoon
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(145, 145, 145)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient_3.Rotation = -90
- UIGradient_3.Parent = Moresoon
- -- Scripts:
- local function UWURIPF_fake_script() -- _2.Put in TextButton
- local script = Instance.new('LocalScript', _2)
- local click = script.Parent.MouseButton1Click
- local players = game:GetService("Players")
- local char = players.LocalPlayer.Character
- if not char then
- players.LocalPlayer.CharacterAdded:Wait()
- end
- local hum = char:WaitForChild("Humanoid")
- local animation = Instance.new("Animation")
- animation.AnimationId = "rbxassetid://127312504620477" -- your id
- local animationtrack = hum:LoadAnimation(animation)
- function playAnimation()
- animationtrack:Play()
- end
- click:Connect(playAnimation)
- end
- coroutine.wrap(UWURIPF_fake_script)()
- local function PJFX_fake_script() -- _2_2.Put in TextButton
- local script = Instance.new('LocalScript', _2_2)
- local click = script.Parent.MouseButton1Click
- local players = game:GetService("Players")
- local char = players.LocalPlayer.Character
- if not char then
- players.LocalPlayer.CharacterAdded:Wait()
- end
- local hum = char:WaitForChild("Humanoid")
- local animation = Instance.new("Animation")
- animation.AnimationId = "rbxassetid://133601849697460" -- your id
- local animationtrack = hum:LoadAnimation(animation)
- function playAnimation()
- animationtrack:Play()
- end
- click:Connect(playAnimation)
- end
- coroutine.wrap(PJFX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement