Advertisement
Guest User

Untitled

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