Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Loading";
- Text = "...";
- Icon = "rbxthumb://type=Asset&id=1683451805&w=150&h=150"})
- Duration = 16;
- wait(3)
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local On = Instance.new("TextButton")
- local Off = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor2 = Color2.new(255, 165, 0)
- main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
- main.Size = UDim2.new(0, 332, 0, 211)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor2 = Color3.new(0,128,0)
- title.Size = UDim2.new(0, 332, 0, 31)
- title.Font = Enum.Font.GothamBold
- title.Text = "Gui Made By: PTRKILLER"
- title.TextColor2 = Color2.new(0, 0, 0)
- title.TextSize = 17
- On.Name = "On"
- On.Parent = main
- On.BackgroundColor2 = Color2.new(0,128,0)
- On.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
- On.Size = UDim2.new(0, 110, 0, 50)
- On.Font = Enum.Font.GothamBold
- On.Text = "On"
- On.TextColor2 = Color2.new(0, 0, 0)
- On.TextScaled = true
- On.TextSize = 10
- On.TextWrapped = true
- On.MouseButton1Down:connect(function()
- while true do
- local Animate = game.Players.LocalPlayer.Character.Animate
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=656117400"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=656118341"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656121766"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
- game.Players.LocalPlayer.Character.Humanoid.Jump = false
- wait(1)
- end
- end)
- On.MouseButton1Down:connect(function()
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Executed";
- Text = "👀 (On)";
- Icon = "rbxthumb://type=Asset&id=6492020716&w=150&h=150"})
- Duration = 16;
- end)
- Off.Name = "Off"
- Off.Parent = main
- Off.BackgroundColor2 = Color2.new(0,128,0)
- Off.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
- Off.Size = UDim2.new(0, 110, 0, 50)
- Off.Font = Enum.Font.GothamBold
- Off.Text = "Off"
- Off.TextColor2 = Color2.new(0, 0, 0)
- Off.TextScaled = true
- Off.TextSize = 14
- Off.TextWrapped = true
- Off.MouseButton1Down:connect(function()
- while true do
- local Animate = game.Players.LocalPlayer.Character.Animate
- Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=2510196951"
- Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=2510197257"
- Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
- Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
- Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
- Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=2510192778"
- Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=2510195892"
- game.Players.LocalPlayer.Character.Humanoid.Jump = false
- wait(1)
- end
- end)
- Off.MouseButton1Down:connect(function()
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Executed";
- Text = "👀 (Off)";
- Icon = "rbxthumb://type=Asset&id=6492020716&w=150&h=150"})
- Duration = 16;
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor2 = Color2.new(0,128,0)
- close.Position = UDim2.new(0.879518092, 0, 0, 0)
- close.Size = UDim2.new(0, 40, 0, 31)
- close.Font = Enum.Font.GothamBlack
- close.Text = "Close"
- close.TextColor2 = Color2.new(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(0, 0, 1)
- openmain.Position = UDim2.new(.001, 0, .79, 0)
- openmain.Size = UDim2.new(0, 100, 0, 28)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor2 = Color2.new(1, 1, 1)
- open.Size = UDim2.new(0, 100, 0, 28)
- open.Font = Enum.Font.GothamBold
- open.Text = "Animation"
- open.TextColor2 = Color2.new(0, 0, 0)
- open.TextSize = 18
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Animation Loaded.";
- Text = "Subscribe to PTRKILLER ";
- Icon = "rbxthumb://type=Asset&id=15533743&w=150&h=150"})
- Duration = 16;
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "🔨Bugs";
- Text = "(If The Animation Is Not Working Spam The Button)";
- Icon = "rbxthumb://type=Asset&id=5839962783&w=150&h=150"})
- Duration = 16;
Advertisement
Add Comment
Please, Sign In to add comment