totallynotryle

Untitled

Jul 7th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Credits = Instance.new("TextLabel")
  4. local insaneall = Instance.new("TextButton")
  5. local daball = Instance.new("TextButton")
  6. local dabothers = Instance.new("TextButton")
  7. local insaneothers = Instance.new("TextButton")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.Active = true
  13. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. Frame.BackgroundTransparency = 0.5
  15. Frame.Draggable = true
  16. Frame.Position = UDim2.new(0, 341, 0, 41)
  17. Frame.Size = UDim2.new(0, 358, 0, 423)
  18.  
  19. Credits.Name = "Credits"
  20. Credits.Parent = Frame
  21. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  22. Credits.BackgroundTransparency = 0.5
  23. Credits.Position = UDim2.new(0, 79, 0, 0)
  24. Credits.Size = UDim2.new(0, 200, 0, 50)
  25. Credits.Font = Enum.Font.SciFi
  26. Credits.FontSize = Enum.FontSize.Size24
  27. Credits.Text = "By Cozmo V3rm"
  28. Credits.TextColor3 = Color3.new(0, 1, 1)
  29. Credits.TextSize = 24
  30.  
  31. insaneall.Name = "insaneall"
  32. insaneall.Parent = Frame
  33. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  34. insaneall.BackgroundTransparency = 0.5
  35. insaneall.Position = UDim2.new(0, 0, 0, 106)
  36. insaneall.Size = UDim2.new(0, 155, 0, 50)
  37. insaneall.Font = Enum.Font.SciFi
  38. insaneall.FontSize = Enum.FontSize.Size18
  39. insaneall.Text = "FE Insane all"
  40. insaneall.TextColor3 = Color3.new(0, 1, 1)
  41. insaneall.TextSize = 18
  42.  
  43. daball.Name = "daball"
  44. daball.Parent = Frame
  45. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  46. daball.BackgroundTransparency = 0.5
  47. daball.Position = UDim2.new(0, 0, 0, 228)
  48. daball.Size = UDim2.new(0, 155, 0, 50)
  49. daball.Font = Enum.Font.SciFi
  50. daball.FontSize = Enum.FontSize.Size18
  51. daball.Text = "FE Dab all"
  52. daball.TextColor3 = Color3.new(0, 1, 1)
  53. daball.TextSize = 18
  54.  
  55. dabothers.Name = "dabothers"
  56. dabothers.Parent = Frame
  57. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  58. dabothers.BackgroundTransparency = 0.5
  59. dabothers.Position = UDim2.new(0, 203, 0, 230)
  60. dabothers.Size = UDim2.new(0, 155, 0, 50)
  61. dabothers.Font = Enum.Font.SciFi
  62. dabothers.FontSize = Enum.FontSize.Size18
  63. dabothers.Text = "FE Dab others"
  64. dabothers.TextColor3 = Color3.new(0, 1, 1)
  65. dabothers.TextSize = 18
  66.  
  67. insaneothers.Name = "insaneothers"
  68. insaneothers.Parent = Frame
  69. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  70. insaneothers.BackgroundTransparency = 0.5
  71. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  72. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  73. insaneothers.Font = Enum.Font.SciFi
  74. insaneothers.FontSize = Enum.FontSize.Size18
  75. insaneothers.Text = "FE Insane others"
  76. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  77. insaneothers.TextSize = 18
  78.  
  79. insaneall.MouseButton1Click:connect(function()
  80. for i,v in pairs(game.Players:GetPlayers()) do
  81. local AnimationId = "33796059"
  82. local Anim = Instance.new("Animation")
  83. Anim.AnimationId = "rbxassetid://"..AnimationId
  84. local k = v.Character.Humanoid:LoadAnimation(Anim)
  85. k:Play()
  86. k:AdjustSpeed(90)
  87. end
  88. end)
  89. insaneothers.MouseButton1Click:connect(function()
  90. for i,v in pairs(game.Players:GetPlayers()) do
  91. if v.Name~=game.Players.LocalPlayer.Name then
  92. local AnimationId = "33796059"
  93. local Anim = Instance.new("Animation")
  94. Anim.AnimationId = "rbxassetid://"..AnimationId
  95. local k = v.Character.Humanoid:LoadAnimation(Anim)
  96. k:Play()
  97. k:AdjustSpeed(90)
  98. end
  99. end
  100. end)
  101. dabothers.MouseButton1Click:connect(function()
  102. for i,v in pairs(game.Players:GetPlayers()) do
  103. if v.Name~=game.Players.LocalPlayer.Name then
  104. local AnimationId = "248263260"
  105. local Anim = Instance.new("Animation")
  106. Anim.AnimationId = "rbxassetid://"..AnimationId
  107. local k = v.Character.Humanoid:LoadAnimation(Anim)
  108. k:Play()
  109. k:AdjustSpeed(1)
  110. end
  111. end
  112. end)
  113. daball.MouseButton1Click:connect(function()
  114. for i,v in pairs(game.Players:GetPlayers()) do
  115. local AnimationId = "248263260"
  116. local Anim = Instance.new("Animation")
  117. Anim.AnimationId = "rbxassetid://"..AnimationId
  118. local k = v.Character.Humanoid:LoadAnimation(Anim)
  119. k:Play()
  120. k:AdjustSpeed(1)
  121. end
  122. end)
Add Comment
Please, Sign In to add comment