Advertisement
1_F0

Untitled

Jun 28th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. --[[
  2. Designed by Wength
  3. Plugin used "GUI to Lua V2.3
  4. The Scripts aren't mine, I only turned them into a GUI :)
  5. --]]
  6.  
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Dab = Instance.new("TextButton")
  12. local Insane = Instance.new("TextButton")
  13. local Retardation = Instance.new("TextButton")
  14. local Wength = Instance.new("TextButton")
  15. local Jump = Instance.new("TextButton")
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  18. ScreenGui.ResetOnSpawn = false
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.Active = true
  22. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Frame.BackgroundTransparency = 1
  24. Frame.Draggable = true
  25. Frame.Position = UDim2.new(0.22687225, 0, 0.287999988, 0)
  26. Frame.Selectable = true
  27. Frame.Size = UDim2.new(0.193832606, 100, 0.37439999, 100)
  28.  
  29. ImageLabel.Parent = Frame
  30. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  31. ImageLabel.BackgroundTransparency = 1
  32. ImageLabel.Draggable = true
  33. ImageLabel.Position = UDim2.new(-0.210526317, 0, 0.0803108811, 0)
  34. ImageLabel.Selectable = true
  35. ImageLabel.Size = UDim2.new(1.06666672, 100, 0.62176168, 100)
  36. ImageLabel.ZIndex = 2
  37.  
  38. Dab.Name = "Dab"
  39. Dab.Parent = ImageLabel
  40. Dab.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Dab.BackgroundTransparency = 1
  42. Dab.BorderColor3 = Color3.new(1, 1, 1)
  43. Dab.BorderSizePixel = 4
  44. Dab.Position = UDim2.new(0.373799026, 0, 0.269256622, 0)
  45. Dab.Size = UDim2.new(-0.239401489, 200, -0.0295566507, 50)
  46. Dab.ZIndex = 3
  47. Dab.Font = Enum.Font.ArialBold
  48. Dab.FontSize = Enum.FontSize.Size28
  49. Dab.Text = "Dab"
  50. Dab.TextColor3 = Color3.new(1, 0.666667, 0.556863)
  51. Dab.TextScaled = true
  52. Dab.TextSize = 28
  53. Dab.TextStrokeTransparency = 0
  54. Dab.TextWrapped = true
  55.  
  56. Insane.Name = "Insane"
  57. Insane.Parent = ImageLabel
  58. Insane.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Insane.BackgroundTransparency = 1
  60. Insane.BorderColor3 = Color3.new(0, 0, 0)
  61. Insane.BorderSizePixel = 5
  62. Insane.Position = UDim2.new(0.373799026, 0, 0.389946282, 0)
  63. Insane.Size = UDim2.new(-0.239401489, 200, -0.0295566507, 50)
  64. Insane.ZIndex = 3
  65. Insane.Font = Enum.Font.ArialBold
  66. Insane.FontSize = Enum.FontSize.Size28
  67. Insane.Text = "Insane"
  68. Insane.TextColor3 = Color3.new(1, 0.666667, 0.556863)
  69. Insane.TextScaled = true
  70. Insane.TextSize = 28
  71. Insane.TextStrokeTransparency = 0
  72. Insane.TextWrapped = true
  73.  
  74. Retardation.Name = "Retardation"
  75. Retardation.Parent = ImageLabel
  76. Retardation.BackgroundColor3 = Color3.new(1, 1, 1)
  77. Retardation.BackgroundTransparency = 1
  78. Retardation.BorderColor3 = Color3.new(0, 0, 0)
  79. Retardation.BorderSizePixel = 5
  80. Retardation.Position = UDim2.new(0.357868046, 0, 0.519480467, 0)
  81. Retardation.Size = UDim2.new(-0.223350257, 200, -0.0292207785, 50)
  82. Retardation.ZIndex = 4
  83. Retardation.Font = Enum.Font.ArialBold
  84. Retardation.FontSize = Enum.FontSize.Size28
  85. Retardation.Text = "Retardation"
  86. Retardation.TextColor3 = Color3.new(1, 0.666667, 0.556863)
  87. Retardation.TextScaled = true
  88. Retardation.TextSize = 28
  89. Retardation.TextStrokeTransparency = 0
  90. Retardation.TextWrapped = true
  91.  
  92. Wength.Name = "Wength"
  93. Wength.Parent = ImageLabel
  94. Wength.Active = false
  95. Wength.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Wength.BackgroundTransparency = 1
  97. Wength.BorderColor3 = Color3.new(0, 0, 0)
  98. Wength.BorderSizePixel = 5
  99. Wength.Position = UDim2.new(0.357868016, 0, 0.811688304, 0)
  100. Wength.Selectable = false
  101. Wength.Size = UDim2.new(-0.223350257, 200, -0.0487012975, 50)
  102. Wength.ZIndex = 4
  103. Wength.Font = Enum.Font.ArialBold
  104. Wength.FontSize = Enum.FontSize.Size28
  105. Wength.Text = "Designed by Wength"
  106. Wength.TextColor3 = Color3.new(1, 0, 0)
  107. Wength.TextScaled = true
  108. Wength.TextSize = 28
  109. Wength.TextStrokeTransparency = 0
  110. Wength.TextWrapped = true
  111.  
  112. Jump.Name = "Jump"
  113. Jump.Parent = ImageLabel
  114. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Jump.BackgroundTransparency = 1
  116. Jump.BorderColor3 = Color3.new(1, 1, 1)
  117. Jump.BorderSizePixel = 4
  118. Jump.Position = UDim2.new(0.366184801, 0, 0.654276788, 0)
  119. Jump.Size = UDim2.new(-0.239401489, 200, -0.0295566507, 50)
  120. Jump.ZIndex = 4
  121. Jump.Font = Enum.Font.ArialBold
  122. Jump.FontSize = Enum.FontSize.Size28
  123. Jump.Text = "Jump"
  124. Jump.TextColor3 = Color3.new(1, 0.666667, 0.556863)
  125. Jump.TextScaled = true
  126. Jump.TextSize = 28
  127. Jump.TextStrokeTransparency = 0
  128. Jump.TextWrapped = true
  129.  
  130. local Button = script.Parent
  131. function onClick()
  132. for _,player in pairs(game.Players:GetPlayers()) do
  133. AnimationId = "248263260"
  134. local Anim = Instance.new("Animation")
  135. Anim.AnimationId = "rbxassetid://"..AnimationId
  136. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  137. k:Play() --Play the animation
  138. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  139. end
  140. end
  141.  
  142. Dab.MouseButton1Down:connect(function()
  143. for _,player in pairs(game.Players:GetPlayers()) do
  144. AnimationId = "248263260"
  145. local Anim = Instance.new("Animation")
  146. Anim.AnimationId = "rbxassetid://"..AnimationId
  147. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  148. k:Play() --Play the animation
  149. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  150. end
  151. end)
  152.  
  153. Insane.MouseButton1Down:connect(function()
  154. while wait(1) do
  155. for _,player in pairs(game.Players:GetPlayers()) do
  156. AnimationId = "33796059"
  157. local Anim = Instance.new("Animation")
  158. Anim.AnimationId = "rbxassetid://"..AnimationId
  159. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  160. k:Play() --Play the animation
  161. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  162. end
  163. end
  164. end)
  165.  
  166. Jump.MouseButton1Down:connect(function()
  167. while wait(.5) do
  168. for _,player in pairs(game.Players:GetPlayers()) do
  169. AnimationId = "125750702"
  170. local Anim = Instance.new("Animation")
  171. Anim.AnimationId = "rbxassetid://"..AnimationId
  172. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  173. k:Play() --Play the animation
  174. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  175. end
  176. end
  177. end)
  178.  
  179. Retardation.MouseButton1Down:connect(function()
  180. for _,player in pairs(game.Players:GetPlayers()) do
  181. AnimationId = "33796059"
  182. local Anim = Instance.new("Animation")
  183. Anim.AnimationId = "rbxassetid://"..AnimationId
  184. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  185. k:Play() --Play the animation
  186. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  187. end
  188.  
  189. for _,player in pairs(game.Players:GetPlayers()) do
  190. AnimationId = "248263260"
  191. local Anim = Instance.new("Animation")
  192. Anim.AnimationId = "rbxassetid://"..AnimationId
  193. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  194. k:Play() --Play the animation
  195. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  196. end
  197.  
  198. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement