Advertisement
bonniekawaiidesu

Untitled

Mar 2nd, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 KB | None | 0 0
  1. function sandbox(var,func)
  2. local env = getfenv(func)
  3. local newenv = setmetatable({},{
  4. __index = function(self,k)
  5. if k=="script" then
  6. return var
  7. else
  8. return env[k]
  9. end
  10. end,
  11. })
  12. setfenv(func,newenv)
  13. return func
  14. end
  15. cors = {}
  16. mas = Instance.new("Model",game:GetService("Lighting"))
  17. ScreenGui0 = Instance.new("ScreenGui")
  18. Frame1 = Instance.new("Frame")
  19. TextButton2 = Instance.new("TextButton")
  20. IntValue3 = Instance.new("IntValue")
  21. LocalScript4 = Instance.new("LocalScript")
  22. TextButton5 = Instance.new("TextButton")
  23. IntValue6 = Instance.new("IntValue")
  24. TextButton7 = Instance.new("TextButton")
  25. IntValue8 = Instance.new("IntValue")
  26. TextButton9 = Instance.new("TextButton")
  27. IntValue10 = Instance.new("IntValue")
  28. TextButton11 = Instance.new("TextButton")
  29. IntValue12 = Instance.new("IntValue")
  30. TextButton13 = Instance.new("TextButton")
  31. IntValue14 = Instance.new("IntValue")
  32. TextButton15 = Instance.new("TextButton")
  33. IntValue16 = Instance.new("IntValue")
  34. TextButton17 = Instance.new("TextButton")
  35. IntValue18 = Instance.new("IntValue")
  36. TextButton19 = Instance.new("TextButton")
  37. IntValue20 = Instance.new("IntValue")
  38. TextButton21 = Instance.new("TextButton")
  39. IntValue22 = Instance.new("IntValue")
  40. TextButton23 = Instance.new("TextButton")
  41. IntValue24 = Instance.new("IntValue")
  42. TextButton25 = Instance.new("TextButton")
  43. IntValue26 = Instance.new("IntValue")
  44. TextButton27 = Instance.new("TextButton")
  45. IntValue28 = Instance.new("IntValue")
  46. ImageButton29 = Instance.new("ImageButton")
  47. LocalScript30 = Instance.new("LocalScript")
  48. ScreenGui0.Name = "AnimationsGui"
  49. ScreenGui0.Parent = mas
  50. Frame1.Name = "BottomRightControl"
  51. Frame1.Parent = ScreenGui0
  52. Frame1.Position = UDim2.new(1, -350, 1, -93)
  53. Frame1.Size = UDim2.new(0, 367, 0, 93)
  54. Frame1.BackgroundColor = BrickColor.new("Really black")
  55. Frame1.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Frame1.BackgroundTransparency = 0.58999997377396
  57. Frame1.BorderColor = BrickColor.new("Really black")
  58. Frame1.BorderColor3 = Color3.new(0, 0, 0)
  59. Frame1.BorderSizePixel = 0
  60. TextButton2.Name = "Dance"
  61. TextButton2.Parent = Frame1
  62. TextButton2.Position = UDim2.new(0, 74, 0, 34)
  63. TextButton2.Size = UDim2.new(0, 65, 0, 25)
  64. TextButton2.BackgroundColor = BrickColor.new("Institutional white")
  65. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextButton2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  67. TextButton2.Font = Enum.Font.SourceSansBold
  68. TextButton2.FontSize = Enum.FontSize.Size18
  69. TextButton2.Text = "Dance"
  70. TextButton2.TextColor = BrickColor.new("Institutional white")
  71. TextButton2.TextColor3 = Color3.new(1, 1, 1)
  72. TextButton2.TextSize = 18
  73. TextButton2.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  74. IntValue3.Name = "AnimID"
  75. IntValue3.Parent = TextButton2
  76. IntValue3.Value = 2914855928
  77. LocalScript4.Name = "AnimScript"
  78. LocalScript4.Parent = Frame1
  79. table.insert(cors,sandbox(LocalScript4,function()
  80. wait(1)
  81. local frame=script.Parent
  82. local user=game.Players.LocalPlayer
  83. repeat wait() until user.Character local char=user.Character
  84. local humanoid=char:WaitForChild("Humanoid")
  85. local anim
  86. function playanim(id)
  87. if char~=nil and humanoid~=nil then
  88. local id="rbxassetid://"..tostring(id)
  89. local oldanim=char:FindFirstChild("LocalAnimation")
  90. if anim~=nil then
  91. anim:Stop()
  92. end
  93. if oldanim~=nil then
  94. if oldanim.AnimationId==id then
  95. oldanim:Destroy()
  96. return
  97. end
  98. oldanim:Destroy()
  99.  
  100. end
  101. local animation=Instance.new("Animation",char)
  102. animation.Name="LocalAnimation"
  103. animation.AnimationId=id
  104. anim=humanoid:LoadAnimation(animation)
  105. anim:Play()
  106. end
  107. end
  108. local b1=frame.Wave
  109. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  110. local b1=frame.Point
  111. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  112. local b1=frame.Cheer
  113. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  114. local b1=frame.Laugh
  115. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  116. local b1=frame.Dance
  117. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  118. local b1=frame.Dance2
  119. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  120. local b1=frame.Dance3
  121. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  122. local b1=frame.Dance4
  123. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  124. local b1=frame.Dance5
  125. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  126. local b1=frame.Dance6
  127. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  128. local b1=frame.Dance7
  129. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  130. local b1=frame.Dance8
  131. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  132. local b1=frame.Dance9
  133. b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
  134.  
  135. end))
  136. TextButton5.Name = "Dance2"
  137. TextButton5.Parent = Frame1
  138. TextButton5.Position = UDim2.new(0, 74, 0, 64)
  139. TextButton5.Size = UDim2.new(0, 65, 0, 25)
  140. TextButton5.BackgroundColor = BrickColor.new("Institutional white")
  141. TextButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextButton5.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  143. TextButton5.Font = Enum.Font.SourceSansBold
  144. TextButton5.FontSize = Enum.FontSize.Size14
  145. TextButton5.Text = "Arm Wave"
  146. TextButton5.TextColor = BrickColor.new("Institutional white")
  147. TextButton5.TextColor3 = Color3.new(1, 1, 1)
  148. TextButton5.TextSize = 14
  149. IntValue6.Name = "AnimID"
  150. IntValue6.Parent = TextButton5
  151. IntValue6.Value = 2914894729
  152. TextButton7.Name = "Dance3"
  153. TextButton7.Parent = Frame1
  154. TextButton7.Position = UDim2.new(0, 144, 0, 4)
  155. TextButton7.Size = UDim2.new(0, 65, 0, 25)
  156. TextButton7.BackgroundColor = BrickColor.new("Institutional white")
  157. TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
  158. TextButton7.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  159. TextButton7.Font = Enum.Font.SourceSansBold
  160. TextButton7.FontSize = Enum.FontSize.Size18
  161. TextButton7.Text = "Cha Cha"
  162. TextButton7.TextColor = BrickColor.new("Institutional white")
  163. TextButton7.TextColor3 = Color3.new(1, 1, 1)
  164. TextButton7.TextSize = 18
  165. TextButton7.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  166. IntValue8.Name = "AnimID"
  167. IntValue8.Parent = TextButton7
  168. IntValue8.Value = 2914824638
  169. TextButton9.Name = "Laugh"
  170. TextButton9.Parent = Frame1
  171. TextButton9.Position = UDim2.new(0, 74, 0, 4)
  172. TextButton9.Size = UDim2.new(0, 65, 0, 25)
  173. TextButton9.BackgroundColor = BrickColor.new("Institutional white")
  174. TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
  175. TextButton9.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  176. TextButton9.Font = Enum.Font.SourceSansBold
  177. TextButton9.FontSize = Enum.FontSize.Size18
  178. TextButton9.Text = "Laugh"
  179. TextButton9.TextColor = BrickColor.new("Institutional white")
  180. TextButton9.TextColor3 = Color3.new(1, 1, 1)
  181. TextButton9.TextSize = 18
  182. IntValue10.Name = "AnimID"
  183. IntValue10.Parent = TextButton9
  184. IntValue10.Value = 2914894729
  185. TextButton11.Name = "Point"
  186. TextButton11.Parent = Frame1
  187. TextButton11.Position = UDim2.new(0, 4, 0, 34)
  188. TextButton11.Size = UDim2.new(0, 65, 0, 25)
  189. TextButton11.BackgroundColor = BrickColor.new("Institutional white")
  190. TextButton11.BackgroundColor3 = Color3.new(1, 1, 1)
  191. TextButton11.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  192. TextButton11.Font = Enum.Font.SourceSansBold
  193. TextButton11.FontSize = Enum.FontSize.Size18
  194. TextButton11.Text = "Point"
  195. TextButton11.TextColor = BrickColor.new("Institutional white")
  196. TextButton11.TextColor3 = Color3.new(1, 1, 1)
  197. TextButton11.TextSize = 18
  198. TextButton11.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  199. IntValue12.Name = "AnimID"
  200. IntValue12.Parent = TextButton11
  201. IntValue12.Value = 128853357
  202. TextButton13.Name = "Cheer"
  203. TextButton13.Parent = Frame1
  204. TextButton13.Position = UDim2.new(0, 4, 0, 64)
  205. TextButton13.Size = UDim2.new(0, 65, 0, 25)
  206. TextButton13.BackgroundColor = BrickColor.new("Institutional white")
  207. TextButton13.BackgroundColor3 = Color3.new(1, 1, 1)
  208. TextButton13.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  209. TextButton13.Font = Enum.Font.SourceSansBold
  210. TextButton13.FontSize = Enum.FontSize.Size18
  211. TextButton13.Text = "Cheer"
  212. TextButton13.TextColor = BrickColor.new("Institutional white")
  213. TextButton13.TextColor3 = Color3.new(1, 1, 1)
  214. TextButton13.TextSize = 18
  215. TextButton13.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  216. IntValue14.Name = "AnimID"
  217. IntValue14.Parent = TextButton13
  218. IntValue14.Value = 2914872449
  219. TextButton15.Name = "Wave"
  220. TextButton15.Parent = Frame1
  221. TextButton15.Position = UDim2.new(0, 4, 0, 4)
  222. TextButton15.Size = UDim2.new(0, 65, 0, 25)
  223. TextButton15.BackgroundColor = BrickColor.new("Institutional white")
  224. TextButton15.BackgroundColor3 = Color3.new(1, 1, 1)
  225. TextButton15.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  226. TextButton15.Font = Enum.Font.SourceSansBold
  227. TextButton15.FontSize = Enum.FontSize.Size18
  228. TextButton15.Text = "Wave"
  229. TextButton15.TextColor = BrickColor.new("Institutional white")
  230. TextButton15.TextColor3 = Color3.new(1, 1, 1)
  231. TextButton15.TextSize = 18
  232. IntValue16.Name = "AnimID"
  233. IntValue16.Parent = TextButton15
  234. IntValue16.Value = 128777973
  235. TextButton17.Name = "Dance4"
  236. TextButton17.Parent = Frame1
  237. TextButton17.Position = UDim2.new(0, 144, 0, 34)
  238. TextButton17.Size = UDim2.new(0, 65, 0, 25)
  239. TextButton17.BackgroundColor = BrickColor.new("Institutional white")
  240. TextButton17.BackgroundColor3 = Color3.new(1, 1, 1)
  241. TextButton17.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  242. TextButton17.Font = Enum.Font.SourceSansBold
  243. TextButton17.FontSize = Enum.FontSize.Size18
  244. TextButton17.Text = "Shots"
  245. TextButton17.TextColor = BrickColor.new("Institutional white")
  246. TextButton17.TextColor3 = Color3.new(1, 1, 1)
  247. TextButton17.TextSize = 18
  248. TextButton17.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  249. IntValue18.Name = "AnimID"
  250. IntValue18.Parent = TextButton17
  251. IntValue18.Value = 30196114
  252. TextButton19.Name = "Dance5"
  253. TextButton19.Parent = Frame1
  254. TextButton19.Position = UDim2.new(0, 144, 0, 64)
  255. TextButton19.Size = UDim2.new(0, 65, 0, 25)
  256. TextButton19.BackgroundColor = BrickColor.new("Institutional white")
  257. TextButton19.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TextButton19.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  259. TextButton19.Font = Enum.Font.SourceSansBold
  260. TextButton19.FontSize = Enum.FontSize.Size18
  261. TextButton19.Text = "Dab"
  262. TextButton19.TextColor = BrickColor.new("Institutional white")
  263. TextButton19.TextColor3 = Color3.new(1, 1, 1)
  264. TextButton19.TextSize = 18
  265. TextButton19.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  266. IntValue20.Name = "AnimID"
  267. IntValue20.Parent = TextButton19
  268. IntValue20.Value = 248263260
  269. TextButton21.Name = "Dance6"
  270. TextButton21.Parent = Frame1
  271. TextButton21.Position = UDim2.new(0, 214, 0, 4)
  272. TextButton21.Size = UDim2.new(0, 65, 0, 25)
  273. TextButton21.BackgroundColor = BrickColor.new("Institutional white")
  274. TextButton21.BackgroundColor3 = Color3.new(1, 1, 1)
  275. TextButton21.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  276. TextButton21.Font = Enum.Font.SourceSansBold
  277. TextButton21.FontSize = Enum.FontSize.Size18
  278. TextButton21.Text = "Worm"
  279. TextButton21.TextColor = BrickColor.new("Institutional white")
  280. TextButton21.TextColor3 = Color3.new(1, 1, 1)
  281. TextButton21.TextSize = 18
  282. TextButton21.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  283. IntValue22.Name = "AnimID"
  284. IntValue22.Parent = TextButton21
  285. IntValue22.Value = 674551550
  286. TextButton23.Name = "Dance7"
  287. TextButton23.Parent = Frame1
  288. TextButton23.Position = UDim2.new(0, 214, 0, 34)
  289. TextButton23.Size = UDim2.new(0, 65, 0, 25)
  290. TextButton23.BackgroundColor = BrickColor.new("Institutional white")
  291. TextButton23.BackgroundColor3 = Color3.new(1, 1, 1)
  292. TextButton23.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  293. TextButton23.Font = Enum.Font.SourceSansBold
  294. TextButton23.FontSize = Enum.FontSize.Size10
  295. TextButton23.Text = "Roblox Boogy"
  296. TextButton23.TextColor = BrickColor.new("Institutional white")
  297. TextButton23.TextColor3 = Color3.new(1, 1, 1)
  298. TextButton23.TextSize = 10
  299. TextButton23.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  300. IntValue24.Name = "AnimID"
  301. IntValue24.Parent = TextButton23
  302. IntValue24.Value = 27789359
  303. TextButton25.Name = "Dance8"
  304. TextButton25.Parent = Frame1
  305. TextButton25.Position = UDim2.new(0, 214, 0, 64)
  306. TextButton25.Size = UDim2.new(0, 65, 0, 25)
  307. TextButton25.BackgroundColor = BrickColor.new("Institutional white")
  308. TextButton25.BackgroundColor3 = Color3.new(1, 1, 1)
  309. TextButton25.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  310. TextButton25.Font = Enum.Font.SourceSansBold
  311. TextButton25.FontSize = Enum.FontSize.Size14
  312. TextButton25.Text = "Crazy Dance"
  313. TextButton25.TextColor = BrickColor.new("Institutional white")
  314. TextButton25.TextColor3 = Color3.new(1, 1, 1)
  315. TextButton25.TextSize = 13
  316. TextButton25.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  317. IntValue26.Name = "AnimID"
  318. IntValue26.Parent = TextButton25
  319. IntValue26.Value = 45834924
  320. TextButton27.Name = "Dance9"
  321. TextButton27.Parent = Frame1
  322. TextButton27.Position = UDim2.new(0, 284, 0, 4)
  323. TextButton27.Size = UDim2.new(0, 65, 0, 25)
  324. TextButton27.BackgroundColor = BrickColor.new("Institutional white")
  325. TextButton27.BackgroundColor3 = Color3.new(1, 1, 1)
  326. TextButton27.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  327. TextButton27.Font = Enum.Font.SourceSansBold
  328. TextButton27.FontSize = Enum.FontSize.Size14
  329. TextButton27.Text = "Party Time"
  330. TextButton27.TextColor = BrickColor.new("Institutional white")
  331. TextButton27.TextColor3 = Color3.new(1, 1, 1)
  332. TextButton27.TextSize = 14
  333. TextButton27.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  334. IntValue28.Name = "AnimID"
  335. IntValue28.Parent = TextButton27
  336. IntValue28.Value = 33796059
  337. ImageButton29.Name = "AnimationsLabel"
  338. ImageButton29.Parent = ScreenGui0
  339. ImageButton29.Position = UDim2.new(1, -49, 1, -48)
  340. ImageButton29.Size = UDim2.new(0, 28, 0, 31)
  341. ImageButton29.BackgroundTransparency = 1
  342. ImageButton29.Image = "rbxassetid://410307408"
  343. LocalScript30.Parent = ScreenGui0
  344. table.insert(cors,sandbox(LocalScript30,function()
  345. GUI = script.Parent.BottomRightControl
  346. Button = script.Parent.AnimationsLabel
  347. Open = false
  348.  
  349. Button.MouseButton1Down:connect(function(open)
  350. if Open == false then
  351. Button.Image = "rbxassetid://410318170"
  352. GUI.Visible = true
  353. Open = true
  354. elseif Open == true then
  355. Button.Image = "rbxassetid://410307408"
  356. GUI.Visible = false
  357. Open = false
  358. end
  359. end)
  360. end))
  361. for i,v in pairs(mas:GetChildren()) do
  362. v.Parent = script
  363. pcall(function() v:MakeJoints() end)
  364. end
  365. mas:Destroy()
  366. for i,v in pairs(cors) do
  367. spawn(function()
  368. pcall(v)
  369. end)
  370. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement