Advertisement
firebudgy

Untitled

May 3rd, 2019
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.30 KB | None | 0 0
  1. -- DO NOT REMOVE THIS PART OF THE SCRIPT VVV
  2. local Player = script.Parent.Parent
  3. local Mouse,mouse,UserInputService,ContextActionService
  4. do
  5. script.Parent = Player.Character
  6. local CAS = {Actions={}}
  7. local Event = Instance.new("RemoteEvent")
  8. Event.Name = "UserInput_Event"
  9. Event.Parent = Player.Character
  10. local fakeEvent = function()
  11. local t = {_fakeEvent=true}
  12. t.Connect = function(self,f)self.Function=f end
  13. t.connect = t.Connect
  14. return t
  15. end
  16. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  17. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  18. function CAS:BindAction(name,fun,touch,...)
  19. CAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  20. end
  21. function CAS:UnbindAction(name)
  22. CAS.Actions[name] = nil
  23. end
  24. local function te(self,ev,...)
  25. local t = m[ev]
  26. if t and t._fakeEvent and t.Function then
  27. t.Function(...)
  28. end
  29. end
  30. m.TrigEvent = te
  31. UIS.TrigEvent = te
  32. Event.OnServerEvent:Connect(function(plr,io)
  33. if plr~=Player then return end
  34. if io.isMouse then
  35. m.Target = io.Target
  36. m.Hit = io.Hit
  37. elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  38. if io.UserInputState == Enum.UserInputState.Begin then
  39. m:TrigEvent("Button1Down")
  40. else
  41. m:TrigEvent("Button1Up")
  42. end
  43. else
  44. for n,t in pairs(CAS.Actions) do
  45. for _,k in pairs(t.Keys) do
  46. if k==io.KeyCode then
  47. t.Function(t.Name,io.UserInputState,io)
  48. end
  49. end
  50. end
  51. if io.UserInputState == Enum.UserInputState.Begin then
  52. m:TrigEvent("KeyDown",io.KeyCode.Name:lower())
  53. UIS:TrigEvent("InputBegan",io,false)
  54. else
  55. m:TrigEvent("KeyUp",io.KeyCode.Name:lower())
  56. UIS:TrigEvent("InputEnded",io,false)
  57. end
  58. end
  59. end)
  60. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  61. end
  62. -- DO NOT REMOVE THIS PART OF THE SCRIPT ^^^
  63.  
  64. --[[
  65.  
  66. wrong > plr = game.Players.LocalPlayer -- IF YOU SEE A LOCALPLAYER, CHANGE IT TO script.Parent.Parent INSTEAD OF game.Players.LocalPlayer
  67. correct > plr = script.Parent.Parent
  68.  
  69. mouse = plr:GetMouse() -- IF YOU SEE A VARIABLE THAT SAYS "mouse =" OR "Mouse =" AND HAS :GetMouse() DELETE THE ENTIRE LINE.
  70.  
  71. mous = plr:GetMouse() -- IF YOU SEE A ":GetMouse" BUT THE VARIABLE THAT DEFINES IT IS NOT "Mouse" OR "mouse" HIGHLIGHT THE VARIABLE,
  72. PRESS CTRL + H AND IN THE SECOND BOX, PUT "Mouse" (WITHOUT THE QUOTES), CLICK THE BUTTON BELOW THE SECOND
  73. BOX THAT IS FURTHEST TO THE RIGHT, THEN DELETE THE ENITRE LINE
  74. ]]
  75.  
  76. -- Blamo Berb --
  77.  
  78. wait()
  79. script.Parent = nil
  80. LoudVolume = false
  81. Submerged = false
  82. Music = true
  83. isTyping = false
  84. script.Name = "Berb"
  85. Player = script.Parent.Parent
  86. c = script.Parent.Parent.Character
  87. Head = c.Head
  88. anim = c.Humanoid.Animator
  89. c.Animate:remove()
  90. Humanoid = c:findFirstChild("Humanoid")
  91. Humanoid.Name = "Immortal"
  92. rage = false
  93. p = script.Parent.Parent
  94. Music = false
  95. W = nil
  96. local Effects = {}
  97. attack = false
  98. local attacking = false
  99. vt = Vector3.new
  100. bc = BrickColor.new
  101. br = BrickColor.random
  102. it = Instance.new
  103. cf = CFrame.new
  104. euler = CFrame.fromEulerAnglesXYZ
  105. angles = CFrame.Angles
  106. matr = math.random
  107.  
  108. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  109. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  110. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  111. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  112. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  113. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  114. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  115. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  116. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  117. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  118. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  119. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  120. RS = c.Torso:FindFirstChild("Right Shoulder")
  121. LS = c.Torso:FindFirstChild("Left Shoulder")
  122. RH = c.Torso:FindFirstChild("Right Hip")
  123. LH = c.Torso:FindFirstChild("Left Hip")
  124. RJ = c.HumanoidRootPart:FindFirstChild("RootJoint")
  125. N = c.Torso:FindFirstChild("Neck")
  126. cf = CFrame.new
  127. ang = CFrame.Angles
  128. rd = math.rad
  129. rd2 = math.random
  130.  
  131. function lerpz(joint, prop, cfrmz, alp)
  132. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  133. end
  134. function resetlerp()
  135. RJ.C0 = RJC0
  136. RJ.C1 = RJC1
  137. N.C0 = NC0
  138. N.C1 = NC1
  139. RS.C0 = RSC0
  140. RS.C1 = RSC1
  141. LS.C0 = LSC0
  142. LS.C1 = LSC1
  143. RH.C0 = RHC0
  144. RH.C1 = RHC1
  145. LH.C0 = LHC0
  146. LH.C1 = LHC1
  147. end
  148.  
  149. function swait(num)
  150. if num==0 or num==nil then
  151. game:service'RunService'.Heartbeat:wait(0)
  152. else
  153. for i=0,num do
  154. game:service'RunService'.Heartbeat:wait(0)
  155. end
  156. end
  157. end
  158.  
  159. game:GetService('UserInputService').InputBegan:connect(function(InputObj)
  160. if InputObj.KeyCode == Enum.KeyCode.Slash then
  161. local finishEvent = nil
  162. isTyping = true
  163. finishEvent = game:GetService('UserInputService').InputBegan:connect(function(InputObj)
  164. if InputObj.KeyCode == Enum.KeyCode.Return or InputObj.UserInputType == Enum.UserInputType.MouseButton1 then
  165. isTyping = false
  166. finishEvent:disconnect()
  167. end
  168. end)
  169. end
  170. end)
  171.  
  172. for i,v in pairs(c:children()) do
  173. if v.ClassName == "Part" then
  174. v.Transparency = 1
  175. end
  176. if v.ClassName == "Accessory" then
  177. v:remove()
  178. end
  179. end
  180.  
  181. mas = Instance.new("Model",game:GetService("Lighting"))
  182. mas.Name = "CompiledModel"
  183. o1 = Instance.new("Model")
  184. o2 = Instance.new("Model")
  185. o3 = Instance.new("Part")
  186. o4 = Instance.new("CylinderMesh")
  187. o5 = Instance.new("Part")
  188. o6 = Instance.new("CylinderMesh")
  189. o7 = Instance.new("Part")
  190. o8 = Instance.new("SpecialMesh")
  191. o9 = Instance.new("Part")
  192. o10 = Instance.new("SpecialMesh")
  193. o11 = Instance.new("Weld")
  194. o12 = Instance.new("Weld")
  195. o13 = Instance.new("Weld")
  196. o14 = Instance.new("Weld")
  197. o15 = Instance.new("Weld")
  198. o16 = Instance.new("Part")
  199. o17 = Instance.new("CylinderMesh")
  200. o18 = Instance.new("Part")
  201. o19 = Instance.new("SpecialMesh")
  202. o20 = Instance.new("Part")
  203. o21 = Instance.new("Weld")
  204. o22 = Instance.new("Weld")
  205. o23 = Instance.new("Weld")
  206. o24 = Instance.new("Part")
  207. o25 = Instance.new("Weld")
  208. o26 = Instance.new("Weld")
  209. o27 = Instance.new("Weld")
  210. o28 = Instance.new("Part")
  211. o29 = Instance.new("Part")
  212. o30 = Instance.new("Part")
  213. o31 = Instance.new("Part")
  214. o32 = Instance.new("Part")
  215. o33 = Instance.new("Part")
  216. o1.Name = "BlamoBerb"
  217. o1.Parent = mas
  218. o2.Parent = o1
  219. o3.Name = "Mouth"
  220. o3.Parent = o2
  221. o3.Material = Enum.Material.SmoothPlastic
  222. o3.BrickColor = BrickColor.new("Really black")
  223. o3.Position = Vector3.new(41.2506142, 41.3160973, 30.5951977)
  224. o3.Rotation = Vector3.new(-5, 0, -180)
  225. o3.CanCollide = false
  226. o3.Size = Vector3.new(1.50000012, 0.200000003, 1.5)
  227. o3.CFrame = CFrame.new(41.2506142, 41.3160973, 30.5951977, -1, 0, 0, 0, -0.996188819, 0.0871554539, 0, 0.0871554464, 0.996188819)
  228. o3.BottomSurface = Enum.SurfaceType.Smooth
  229. o3.TopSurface = Enum.SurfaceType.Smooth
  230. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  231. o3.Position = Vector3.new(41.2506142, 41.3160973, 30.5951977)
  232. o3.Orientation = Vector3.new(-5, 0, 180)
  233. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  234. o4.Parent = o3
  235. o4.Scale = Vector3.new(1, 0.5, 1)
  236. o4.Scale = Vector3.new(1, 0.5, 1)
  237. o5.Name = "LeftEye"
  238. o5.Parent = o2
  239. o5.Material = Enum.Material.SmoothPlastic
  240. o5.BrickColor = BrickColor.new("Institutional white")
  241. o5.Position = Vector3.new(40.7347031, 41.5858727, 30.0870075)
  242. o5.Rotation = Vector3.new(-76.9300003, 7.42999983, -150.850006)
  243. o5.CanCollide = false
  244. o5.Size = Vector3.new(0.523343444, 0.161028728, 0.523343384)
  245. o5.CFrame = CFrame.new(40.7347031, 41.5858727, 30.0870075, -0.866031826, 0.482966542, 0.129353046, -6.39967693e-05, -0.258817375, 0.965920091, 0.499985963, 0.836509347, 0.224175021)
  246. o5.BottomSurface = Enum.SurfaceType.Smooth
  247. o5.TopSurface = Enum.SurfaceType.Smooth
  248. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  249. o5.Position = Vector3.new(40.7347031, 41.5858727, 30.0870075)
  250. o5.Orientation = Vector3.new(-75, 29.9899998, -179.990005)
  251. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  252. o6.Parent = o5
  253. o6.Scale = Vector3.new(1, 0.5, 1)
  254. o6.Scale = Vector3.new(1, 0.5, 1)
  255. o7.Name = "LeftEye"
  256. o7.Parent = o2
  257. o7.Material = Enum.Material.SmoothPlastic
  258. o7.BrickColor = BrickColor.new("Really black")
  259. o7.Position = Vector3.new(40.7249794, 41.5910759, 30.0701752)
  260. o7.Rotation = Vector3.new(-76.9300003, 7.42999983, -150.850006)
  261. o7.CanCollide = false
  262. o7.Size = Vector3.new(0.475034833, 0.28180027, 0.475034803)
  263. o7.CFrame = CFrame.new(40.7249794, 41.5910759, 30.0701752, -0.866031826, 0.482966542, 0.129353046, -6.39967693e-05, -0.258817375, 0.965920091, 0.499985963, 0.836509347, 0.224175021)
  264. o7.BottomSurface = Enum.SurfaceType.Smooth
  265. o7.TopSurface = Enum.SurfaceType.Smooth
  266. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  267. o7.Position = Vector3.new(40.7249794, 41.5910759, 30.0701752)
  268. o7.Orientation = Vector3.new(-75, 29.9899998, -179.990005)
  269. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  270. o8.Parent = o7
  271. o8.MeshType = Enum.MeshType.Sphere
  272. o9.Name = "Body"
  273. o9.Parent = o2
  274. o9.Material = Enum.Material.SmoothPlastic
  275. o9.BrickColor = BrickColor.new("Pastel violet")
  276. o9.Position = Vector3.new(41.2507362, 41.315731, 30.9957008)
  277. o9.Rotation = Vector3.new(0, 0, -90)
  278. o9.CanCollide = true
  279. o9.Shape = Enum.PartType.Ball
  280. o9.Size = Vector3.new(2.20000005, 2.20000005, 2.20000005)
  281. o9.CFrame = CFrame.new(41.2507362, 41.315731, 30.9957008, 0, 1, 0, -0.99999404, 0, 0, 0, 0, 0.99999404)
  282. o9.BottomSurface = Enum.SurfaceType.Smooth
  283. o9.TopSurface = Enum.SurfaceType.Smooth
  284. o9.Color = Color3.new(0.694118, 0.654902, 1)
  285. o9.Position = Vector3.new(41.2507362, 41.315731, 30.9957008)
  286. o9.Orientation = Vector3.new(0, 0, -90)
  287. o9.Color = Color3.new(0.694118, 0.654902, 1)
  288. o10.Parent = o9
  289. o10.MeshType = Enum.MeshType.Sphere
  290. o11.Parent = o9
  291. o11.C1 = CFrame.new(-0.000122070313, 0.0352706909, 0.398948669, 0, -1, 0, 0.99619478, 0, 0.087155968, -0.0871559754, 0, 0.99619478)
  292. o11.Part0 = o9
  293. o11.Part1 = o3
  294. o12.Parent = o9
  295. o12.C1 = CFrame.new(0.00745391846, 1.07928467, 0.00952148438, 6.39971477e-05, -0.866031826, 0.499988943, 0.258818924, 0.482966542, 0.836514354, -0.965925872, 0.129353046, 0.224176362)
  296. o12.Part0 = o9
  297. o12.Part1 = o5
  298. o13.Parent = o9
  299. o13.C1 = CFrame.new(0.00745010376, 1.0994072, 0.00952529907, 6.39971477e-05, -0.866031826, 0.499988943, 0.258818924, 0.482966542, 0.836514354, -0.965925872, 0.129353046, 0.224176362)
  300. o13.Part0 = o9
  301. o13.Part1 = o7
  302. o14.Parent = o9
  303. o14.C1 = CFrame.new(-0.075553894, 1.11166954, 0.012802124, 2.7999451e-05, -0.819151461, -0.573577344, 0.258819044, -0.554027259, 0.791243672, -0.965925932, -0.148474872, 0.211996466)
  304. o14.Part0 = o9
  305. o14.Part1 = o18
  306. o15.Parent = o9
  307. o15.C1 = CFrame.new(-0.075553894, 1.09154701, 0.0128059387, 2.7999451e-05, -0.819151461, -0.573577344, 0.258819044, -0.554027259, 0.791243672, -0.965925932, -0.148474872, 0.211996466)
  308. o15.Part0 = o9
  309. o15.Part1 = o16
  310. o16.Name = "RightEye"
  311. o16.Parent = o2
  312. o16.Material = Enum.Material.SmoothPlastic
  313. o16.BrickColor = BrickColor.new("Institutional white")
  314. o16.Position = Vector3.new(41.7954941, 41.5858727, 30.0859756)
  315. o16.Rotation = Vector3.new(-77.6200027, -8.53999996, 145.929993)
  316. o16.CanCollide = false
  317. o16.Size = Vector3.new(0.523343444, 0.161028728, 0.523343384)
  318. o16.CFrame = CFrame.new(41.7954941, 41.5858727, 30.0859756, -0.819151461, -0.554027259, -0.148474872, -2.79992837e-05, -0.258817494, 0.96592015, -0.573573947, 0.791238964, 0.211995199)
  319. o16.BottomSurface = Enum.SurfaceType.Smooth
  320. o16.TopSurface = Enum.SurfaceType.Smooth
  321. o16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  322. o16.Position = Vector3.new(41.7954941, 41.5858727, 30.0859756)
  323. o16.Orientation = Vector3.new(-75, -35.0099983, -179.990005)
  324. o16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  325. o17.Parent = o16
  326. o17.Scale = Vector3.new(1, 0.5, 1)
  327. o17.Scale = Vector3.new(1, 0.5, 1)
  328. o18.Name = "RightEye"
  329. o18.Parent = o2
  330. o18.Material = Enum.Material.SmoothPlastic
  331. o18.BrickColor = BrickColor.new("Really black")
  332. o18.Position = Vector3.new(41.8066406, 41.5910835, 30.070055)
  333. o18.Rotation = Vector3.new(-77.6200027, -8.53999996, 145.929993)
  334. o18.CanCollide = false
  335. o18.Size = Vector3.new(0.475034833, 0.28180027, 0.475034803)
  336. o18.CFrame = CFrame.new(41.8066406, 41.5910835, 30.070055, -0.819151461, -0.554027259, -0.148474872, -2.79992837e-05, -0.258817494, 0.96592015, -0.573573947, 0.791238964, 0.211995199)
  337. o18.BottomSurface = Enum.SurfaceType.Smooth
  338. o18.TopSurface = Enum.SurfaceType.Smooth
  339. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  340. o18.Position = Vector3.new(41.8066406, 41.5910835, 30.070055)
  341. o18.Orientation = Vector3.new(-75, -35.0099983, -179.990005)
  342. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  343. o19.Parent = o18
  344. o19.MeshType = Enum.MeshType.Sphere
  345. o20.Name = "LeftLeg"
  346. o20.Parent = o1
  347. o20.Material = Enum.Material.SmoothPlastic
  348. o20.BrickColor = BrickColor.new("Br. yellowish green")
  349. o20.Position = Vector3.new(40.7198524, 40.2564392, 30.8562965)
  350. o20.Rotation = Vector3.new(3.66000009, 34.9399986, -92.0999985)
  351. o20.CanCollide = false
  352. o20.Shape = Enum.PartType.Cylinder
  353. o20.Size = Vector3.new(0.886163473, 0.322241277, 0.322241277)
  354. o20.CFrame = CFrame.new(40.7198524, 40.2564392, 30.8562965, -0.0299750194, 0.81917119, 0.572765291, -0.99862355, 5.18225133e-05, -0.0523359403, -0.0429017916, -0.573545694, 0.818042159)
  355. o20.BottomSurface = Enum.SurfaceType.Smooth
  356. o20.TopSurface = Enum.SurfaceType.Smooth
  357. o20.Color = Color3.new(0.643137, 0.741176, 0.278431)
  358. o20.Position = Vector3.new(40.7198524, 40.2564392, 30.8562965)
  359. o20.Orientation = Vector3.new(3, 35, -90)
  360. o20.Color = Color3.new(0.643137, 0.741176, 0.278431)
  361. o21.Parent = o20
  362. o21.C1 = CFrame.new(-0.46603775, 0.0105266571, 0.0930404663, 0.99862957, -1.04652224e-06, 0.0523359068, 1.14181512e-06, 1, -1.79089352e-06, -0.0523359068, 1.84819726e-06, 0.99862957)
  363. o21.Part0 = o20
  364. o21.Part1 = o31
  365. o22.Parent = o20
  366. o22.C1 = CFrame.new(-0.466033936, 0.0105266571, 0.415275574, 0.99862957, -1.04652224e-06, 0.0523359068, 1.14181512e-06, 1, -1.79089352e-06, -0.0523359068, 1.84819726e-06, 0.99862957)
  367. o22.Part0 = o20
  368. o22.Part1 = o32
  369. o23.Parent = o20
  370. o23.C1 = CFrame.new(-0.4662323, 0.0106258392, 0.254005432, 0.99862957, -1.04652224e-06, 0.0523359068, 1.14181512e-06, 1, -1.79089352e-06, -0.0523359068, 1.84819726e-06, 0.99862957)
  371. o23.Part0 = o20
  372. o23.Part1 = o30
  373. o24.Name = "RightLeg"
  374. o24.Parent = o1
  375. o24.Material = Enum.Material.SmoothPlastic
  376. o24.BrickColor = BrickColor.new("Br. yellowish green")
  377. o24.Position = Vector3.new(41.8304482, 40.2564392, 30.8562965)
  378. o24.Rotation = Vector3.new(3.66000009, 34.9399986, -92.0999985)
  379. o24.CanCollide = false
  380. o24.Shape = Enum.PartType.Cylinder
  381. o24.Size = Vector3.new(0.886163473, 0.322241277, 0.322241277)
  382. o24.CFrame = CFrame.new(41.8304482, 40.2564392, 30.8562965, -0.0299750194, 0.81917119, 0.572765291, -0.99862355, 5.18225133e-05, -0.0523359403, -0.0429017916, -0.573545694, 0.818042159)
  383. o24.BottomSurface = Enum.SurfaceType.Smooth
  384. o24.TopSurface = Enum.SurfaceType.Smooth
  385. o24.Color = Color3.new(0.643137, 0.741176, 0.278431)
  386. o24.Position = Vector3.new(41.8304482, 40.2564392, 30.8562965)
  387. o24.Orientation = Vector3.new(3, 35, -90)
  388. o24.Color = Color3.new(0.643137, 0.741176, 0.278431)
  389. o25.Parent = o24
  390. o25.C1 = CFrame.new(-0.485366821, 0.0691261292, 0.214134216, 0.99467051, -0.00457840692, 0.103003114, -0.0906269997, 0.437566251, 0.894607544, -0.0491665602, -0.899174571, 0.434819311)
  391. o25.Part0 = o24
  392. o25.Part1 = o33
  393. o26.Parent = o24
  394. o26.C1 = CFrame.new(-0.485172272, 0.0690345764, 0.0531692505, 0.99467051, -0.00457840692, 0.103003114, -0.0906269997, 0.437566251, 0.894607544, -0.0491665602, -0.899174571, 0.434819311)
  395. o26.Part0 = o24
  396. o26.Part1 = o28
  397. o27.Parent = o24
  398. o27.C1 = CFrame.new(-0.485176086, 0.0690345764, 0.375404358, 0.99467051, -0.00457840692, 0.103003114, -0.0906269997, 0.437566251, 0.894607544, -0.0491665602, -0.899174571, 0.434819311)
  399. o27.Part0 = o24
  400. o27.Part1 = o29
  401. o28.Name = "RightShoe"
  402. o28.Parent = o1
  403. o28.Material = Enum.Material.SmoothPlastic
  404. o28.BrickColor = BrickColor.new("Black")
  405. o28.Position = Vector3.new(41.8083229, 39.7674866, 30.7978382)
  406. o28.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  407. o28.CanCollide = false
  408. o28.Shape = Enum.PartType.Cylinder
  409. o28.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  410. o28.CFrame = CFrame.new(41.8083229, 39.7674866, 30.7978382, 0.0254308432, 0.873558402, -0.486054718, -0.998692393, 0.0437048003, 0.0262956135, 0.0442136675, 0.484750509, 0.873527527)
  411. o28.BottomSurface = Enum.SurfaceType.Smooth
  412. o28.TopSurface = Enum.SurfaceType.Smooth
  413. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  414. o28.Position = Vector3.new(41.8083229, 39.7674866, 30.7978382)
  415. o28.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  416. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  417. o29.Name = "RightShoe"
  418. o29.Parent = o1
  419. o29.Material = Enum.Material.SmoothPlastic
  420. o29.BrickColor = BrickColor.new("Black")
  421. o29.Position = Vector3.new(41.9649467, 39.7590103, 30.5163574)
  422. o29.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  423. o29.CanCollide = false
  424. o29.Shape = Enum.PartType.Cylinder
  425. o29.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  426. o29.CFrame = CFrame.new(41.9649467, 39.7590103, 30.5163574, 0.0254308432, 0.873558402, -0.486054718, -0.998692393, 0.0437048003, 0.0262956135, 0.0442136675, 0.484750509, 0.873527527)
  427. o29.BottomSurface = Enum.SurfaceType.Smooth
  428. o29.TopSurface = Enum.SurfaceType.Smooth
  429. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  430. o29.Position = Vector3.new(41.9649467, 39.7590103, 30.5163574)
  431. o29.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  432. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  433. o30.Name = "LeftShoe"
  434. o30.Parent = o1
  435. o30.Material = Enum.Material.SmoothPlastic
  436. o30.BrickColor = BrickColor.new("Black")
  437. o30.Position = Vector3.new(40.5654831, 39.7902107, 30.6543045)
  438. o30.Rotation = Vector3.new(0, 35, -90)
  439. o30.CanCollide = false
  440. o30.Size = Vector3.new(0.161120623, 0.523642004, 0.362521499)
  441. o30.CFrame = CFrame.new(40.5654831, 39.7902107, 30.6543045, 4.13935632e-05, 0.819170117, 0.573550642, -0.999994099, 5.07759978e-05, -3.46451998e-07, -2.94223428e-05, -0.573547244, 0.819165349)
  442. o30.BottomSurface = Enum.SurfaceType.Smooth
  443. o30.TopSurface = Enum.SurfaceType.Smooth
  444. o30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  445. o30.Position = Vector3.new(40.5654831, 39.7902107, 30.6543045)
  446. o30.Orientation = Vector3.new(0, 35, -90)
  447. o30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  448. o31.Name = "LeftShoe"
  449. o31.Parent = o1
  450. o31.Material = Enum.Material.SmoothPlastic
  451. o31.BrickColor = BrickColor.new("Black")
  452. o31.Position = Vector3.new(40.6578865, 39.7904053, 30.7861042)
  453. o31.Rotation = Vector3.new(0, 35, -90)
  454. o31.CanCollide = false
  455. o31.Shape = Enum.PartType.Cylinder
  456. o31.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  457. o31.CFrame = CFrame.new(40.6578865, 39.7904053, 30.7861042, 4.13935632e-05, 0.819170117, 0.573550642, -0.999994099, 5.07759978e-05, -3.46451998e-07, -2.94223428e-05, -0.573547244, 0.819165349)
  458. o31.BottomSurface = Enum.SurfaceType.Smooth
  459. o31.TopSurface = Enum.SurfaceType.Smooth
  460. o31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  461. o31.Position = Vector3.new(40.6578865, 39.7904053, 30.7861042)
  462. o31.Orientation = Vector3.new(0, 35, -90)
  463. o31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  464. o32.Name = "LeftShoe"
  465. o32.Parent = o1
  466. o32.Material = Enum.Material.SmoothPlastic
  467. o32.BrickColor = BrickColor.new("Black")
  468. o32.Position = Vector3.new(40.4730682, 39.7904091, 30.5221405)
  469. o32.Rotation = Vector3.new(0, 35, -90)
  470. o32.CanCollide = false
  471. o32.Shape = Enum.PartType.Cylinder
  472. o32.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  473. o32.CFrame = CFrame.new(40.4730682, 39.7904091, 30.5221405, 4.13935632e-05, 0.819170117, 0.573550642, -0.999994099, 5.07759978e-05, -3.46451998e-07, -2.94223428e-05, -0.573547244, 0.819165349)
  474. o32.BottomSurface = Enum.SurfaceType.Smooth
  475. o32.TopSurface = Enum.SurfaceType.Smooth
  476. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  477. o32.Position = Vector3.new(40.4730682, 39.7904091, 30.5221405)
  478. o32.Orientation = Vector3.new(0, 35, -90)
  479. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  480. o33.Name = "RightShoe"
  481. o33.Parent = o1
  482. o33.Material = Enum.Material.SmoothPlastic
  483. o33.BrickColor = BrickColor.new("Black")
  484. o33.Position = Vector3.new(41.8864861, 39.7630539, 30.657196)
  485. o33.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  486. o33.CanCollide = false
  487. o33.Size = Vector3.new(0.161120623, 0.523642004, 0.362521499)
  488. o33.CFrame = CFrame.new(41.8864861, 39.7630539, 30.657196, 0.0254308432, 0.873558402, -0.486054718, -0.998692393, 0.0437048003, 0.0262956135, 0.0442136675, 0.484750509, 0.873527527)
  489. o33.BottomSurface = Enum.SurfaceType.Smooth
  490. o33.TopSurface = Enum.SurfaceType.Smooth
  491. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  492. o33.Position = Vector3.new(41.8864861, 39.7630539, 30.657196)
  493. o33.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  494. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  495. mas.Parent = c
  496. mas:MakeJoints()
  497.  
  498. sine = 0
  499. Humanoid.WalkSpeed = 16 anim.Parent = nil
  500.  
  501. local Music = Instance.new("Sound",o9)Music.SoundId = "rbxassetid://382403699" Music.Volume = 0.5 Music.Looped = true Music:Play()
  502.  
  503. local HW = Instance.new("Weld",c.Torso)HW.Part0 = c.Torso HW.Part1 = o9 HW.C0 = CFrame.Angles(0,0,math.rad(-90))
  504. local RW = Instance.new("Weld",c["Right Leg"])RW.Part0 = c["Right Leg"] RW.Part1 = o24 RW.C0 = CFrame.Angles(0,math.rad(65),math.rad(-90))
  505. local LW = Instance.new("Weld",c["Left Leg"])LW.Part0 = c["Left Leg"] LW.Part1 = o20 LW.C0 = CFrame.Angles(0,math.rad(0),math.rad(-90))
  506.  
  507. local rolling = false
  508. local deb = true
  509. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  510. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  511. local maxspeed = 25
  512. local speed = 0
  513.  
  514. SonicShoe = false
  515. function Sanic()
  516. if SonicShoe == false then SonicShoe = true Humanoid.WalkSpeed = 36
  517. Music.SoundId = "rbxassetid://149103854"
  518. o30.BrickColor = BrickColor.new("Bright red")
  519. o31.BrickColor = BrickColor.new("Bright red")
  520. o32.BrickColor = BrickColor.new("Bright red")
  521. o33.BrickColor = BrickColor.new("Bright red")
  522. o29.BrickColor = BrickColor.new("Bright red")
  523. o28.BrickColor = BrickColor.new("Bright red")
  524. o24.BrickColor = BrickColor.new("White")
  525. o20.BrickColor = BrickColor.new("White")
  526. o9.BrickColor = BrickColor.new("Bright blue")
  527. elseif SonicShoe == true then SonicShoe = false Humanoid.WalkSpeed = 16
  528. Music.SoundId = "rbxassetid://382403699"
  529. o30.BrickColor = BrickColor.new("Black")
  530. o31.BrickColor = BrickColor.new("Black")
  531. o32.BrickColor = BrickColor.new("Black")
  532. o33.BrickColor = BrickColor.new("Black")
  533. o29.BrickColor = BrickColor.new("Black")
  534. o28.BrickColor = BrickColor.new("Black")
  535. o24.BrickColor = BrickColor.new("Br. yellowish green")
  536. o20.BrickColor = BrickColor.new("Br. yellowish green")
  537. o9.BrickColor = BrickColor.new("Pastel violet")
  538. end
  539. end
  540. function StartRoll()
  541. if rolling == false then
  542. rolling = true
  543. for i = 1,10 do
  544. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  545. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.5)
  546. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  547. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  548. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  549. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  550. lerpz(RH, "C0", RHC0 * cf(0, 2.8, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  551. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  552. lerpz(LH, "C0", LHC0 * cf(0, 2.8, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  553. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  554. swait()
  555. end attack = true
  556. else
  557. rolling = false attack = false
  558. end
  559. end
  560.  
  561. mousedown = false
  562. mouse.Button1Down:connect(function()
  563. if rolling == true then
  564. local BP = Instance.new("BodyPosition",o9)BP.Position = mouse.hit.p BP.P = 2500 BP.maxForce = Vector3.new(math.huge,0,math.huge)
  565. BP.Name = "RollPos" mousedown = true
  566. while mousedown == true do
  567. Humanoid.PlatformStand = true
  568. BP.Position = mouse.hit.p
  569. swait()
  570. end
  571. BP:remove()
  572. end
  573. end)
  574.  
  575. mouse.Button1Up:connect(function()
  576. mousedown = false
  577. end)
  578.  
  579. StuckToHead = false
  580. function HeadStick()
  581. if StuckToHead == false then StuckToHead = true
  582. local We
  583. for i,v in pairs(game.Workspace:children()) do
  584. if v:findFirstChild("Head")~= nil and v ~= c then
  585. if (v.Head.Position-o9.Position).magnitude <= 5 then
  586. We = Instance.new("Weld",v.Head)We.Part0 = v.Head We.Part1 = o9 We.C0 = CFrame.Angles(0,0,math.rad(-90))
  587. end
  588. end
  589. end
  590. while StuckToHead == true do
  591. Humanoid.PlatformStand = true
  592. swait()
  593. end
  594. We:remove()
  595. else StuckToHead = false
  596. end
  597. end
  598. function BEES()
  599. attack = true
  600. local S = Instance.new("Sound",o9)S.SoundId = "rbxassetid://502284205" S.Volume = 1 S:Play()
  601. for i = 1,25 do
  602. lerpz(RJ, "C0", RJC0 * cf(math.random(-5,5)/10, math.random(-5,5)/10, math.random(-5,5)/10) * ang(rd(0), rd(0), rd(0)), 1)
  603. swait()
  604. end
  605. attack = false
  606. end
  607.  
  608. function Radio()
  609. if c:findFirstChild("Radio")== nil then
  610. local Rad = Instance.new("Part",c)Rad.Name = "Radio" Rad.Size = Vector3.new(0.2,0.2,0.2) Rad.CanCollide = false
  611. local RadM = Instance.new("SpecialMesh",Rad)RadM.MeshId = "rbxassetid://151760030" RadM.TextureId = "rbxassetid://151760072"
  612. local RW = Instance.new("Weld",c.HumanoidRootPart)RW.Part0 = c.HumanoidRootPart RW.Part1 = Rad RW.C0 = CFrame.new(0,1.5,0)
  613. local S = Instance.new("Sound",Rad)S.SoundId = "rbxassetid://1608398085" S.Volume = 7 S:Play() Music.Volume = 0
  614. else
  615. c.Radio:remove() Music.Volume = 0.5
  616. end
  617. end
  618.  
  619. function Microphone()
  620. if c:findFirstChild("Microphone")== nil then
  621. local Rad = Instance.new("Part",c)Rad.Name = "Microphone" Rad.Size = Vector3.new(0.2,0.2,0.2) Rad.CanCollide = false
  622. local RadM = Instance.new("SpecialMesh",Rad)RadM.MeshId = "rbxassetid://151760030" RadM.TextureId = "rbxassetid://151760072"
  623. local RW = Instance.new("Weld",c.HumanoidRootPart)RW.Part0 = c.HumanoidRootPart RW.Part1 = Rad RW.C0 = CFrame.new(0,1.5,0)
  624. local S = Instance.new("Sound",Rad)S.SoundId = "rbxassetid://1608398085" S.Volume = 7 S:Play() Music.Volume = 0
  625. else
  626. c.Radio:remove() Music.Volume = 0.5
  627. end
  628. end
  629.  
  630. mouse.KeyDown:connect(function(key)
  631. if Humanoid.Health <= 0 then return end
  632. if key == "q" then
  633. StartRoll()
  634. end
  635. if key == "v" then
  636. Radio()
  637. end
  638. if key == "x" then
  639. HeadStick()
  640. end
  641. if key == "b" then
  642. Microphone()
  643. end
  644. if key == "c" then
  645. Sanic()
  646. end
  647. if attack == true then return end
  648. if key == "z" then
  649. BEES()
  650. end
  651. end)
  652.  
  653. function onKeyPress(inputObject, gameProcessedEvent)
  654. if isTyping == true then return end
  655. if inputObject.KeyCode == Enum.KeyCode.W then ctrl.f = 1 end
  656. if inputObject.KeyCode == Enum.KeyCode.S then ctrl.b = -1 end
  657. if inputObject.KeyCode == Enum.KeyCode.A then ctrl.l = -1 end
  658. if inputObject.KeyCode == Enum.KeyCode.D then ctrl.r = 1 end
  659. end
  660. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  661.  
  662. function onKeyLift(inputObject, gameProcessedEvent)
  663. if isTyping == true then return end
  664. if inputObject.KeyCode == Enum.KeyCode.W then ctrl.f = 0 end
  665. if inputObject.KeyCode == Enum.KeyCode.S then ctrl.b = 0 end
  666. if inputObject.KeyCode == Enum.KeyCode.A then ctrl.l = 0 end
  667. if inputObject.KeyCode == Enum.KeyCode.D then ctrl.r = 0 end
  668. end
  669.  
  670. game:GetService("RunService").RenderStepped:connect(function()
  671. Humanoid.MaxHealth = Humanoid.MaxHealth*2
  672. Humanoid.Health = Humanoid.MaxHealth*2
  673. --game.Workspace.CurrentCamera.FieldOfView = (math.cos(sine/50)*15)
  674. if attack == false then
  675. for i,v in pairs (c:children()) do
  676. if v.ClassName == "Accessory" then
  677. for i,v2 in pairs (v:children()) do
  678. if v2.ClassName == "Part" then
  679. v2.Anchored = false
  680. end
  681. end
  682. end
  683. end
  684. for i,v in pairs (c:children()) do
  685. if v.ClassName == "Part" then
  686. v.Anchored = false
  687. end
  688. end
  689.  
  690. if (c.HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude > 4 then
  691. sine = sine + 1 Humanoid.HipHeight = -1.75
  692. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.1-(math.cos(sine/10)*0.1)) * ang(rd(0), rd(0), rd(0)), 0.5)
  693. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.5)
  694. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  695. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  696. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  697. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  698. lerpz(RH, "C0", RHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  699. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  700. lerpz(LH, "C0", LHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  701. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  702. else Humanoid.HipHeight = -1.75 sine = sine + 1
  703. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.1-(math.cos(sine/10)*0.1)) * ang(rd(0), rd(0), rd(0)), 0.2)
  704. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.2)
  705. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.2)
  706. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  707. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.2)
  708. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  709. lerpz(RH, "C0", RHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  710. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  711. lerpz(LH, "C0", LHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  712. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  713. end
  714. end
  715. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement