Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.68 KB | None | 0 0
  1.  
  2. -- Blamo Berb --
  3.  
  4. wait()
  5. script.Parent = nil
  6. LoudVolume = false
  7. Submerged = false
  8. Music = true
  9. isTyping = false
  10. script.Name = "Berb"
  11. Player = game.Players.LocalPlayer
  12. c = game.Players.LocalPlayer.Character
  13. Head = c.Head
  14. anim = c.Humanoid.Animator
  15. c.Animate:remove()
  16. Humanoid = c:findFirstChild("Humanoid")
  17. Humanoid.Name = "Immortal"
  18. rage = false
  19. p = game.Players.LocalPlayer
  20. Music = false
  21. W = nil
  22. local Effects = {}
  23. attack = false
  24. local attacking = false
  25. vt = Vector3.new
  26. bc = BrickColor.new
  27. br = BrickColor.random
  28. it = Instance.new
  29. cf = CFrame.new
  30. euler = CFrame.fromEulerAnglesXYZ
  31. angles = CFrame.Angles
  32. matr = math.random
  33. mouse = Player:GetMouse()
  34.  
  35. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  36. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  37. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  38. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  39. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  40. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  41. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  42. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  43. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  44. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  45. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  46. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  47. RS = c.Torso:FindFirstChild("Right Shoulder")
  48. LS = c.Torso:FindFirstChild("Left Shoulder")
  49. RH = c.Torso:FindFirstChild("Right Hip")
  50. LH = c.Torso:FindFirstChild("Left Hip")
  51. RJ = c.HumanoidRootPart:FindFirstChild("RootJoint")
  52. N = c.Torso:FindFirstChild("Neck")
  53. cf = CFrame.new
  54. ang = CFrame.Angles
  55. rd = math.rad
  56. rd2 = math.random
  57.  
  58. function lerpz(joint, prop, cfrmz, alp)
  59. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  60. end
  61. function resetlerp()
  62. RJ.C0 = RJC0
  63. RJ.C1 = RJC1
  64. N.C0 = NC0
  65. N.C1 = NC1
  66. RS.C0 = RSC0
  67. RS.C1 = RSC1
  68. LS.C0 = LSC0
  69. LS.C1 = LSC1
  70. RH.C0 = RHC0
  71. RH.C1 = RHC1
  72. LH.C0 = LHC0
  73. LH.C1 = LHC1
  74. end
  75.  
  76. function swait(num)
  77. if num==0 or num==nil then
  78. game:service'RunService'.Heartbeat:wait(0)
  79. else
  80. for i=0,num do
  81. game:service'RunService'.Heartbeat:wait(0)
  82. end
  83. end
  84. end
  85.  
  86. game:GetService('UserInputService').InputBegan:connect(function(InputObj)
  87. if InputObj.KeyCode == Enum.KeyCode.Slash then
  88. local finishEvent = nil
  89. isTyping = true
  90. finishEvent = game:GetService('UserInputService').InputBegan:connect(function(InputObj)
  91. if InputObj.KeyCode == Enum.KeyCode.Return or InputObj.UserInputType == Enum.UserInputType.MouseButton1 then
  92. isTyping = false
  93. finishEvent:disconnect()
  94. end
  95. end)
  96. end
  97. end)
  98.  
  99. for i,v in pairs(c:children()) do
  100. if v.ClassName == "Part" then
  101. v.Transparency = 1
  102. end
  103. if v.ClassName == "Accessory" then
  104. v:remove()
  105. end
  106. end
  107.  
  108. mas = Instance.new("Model",game:GetService("Lighting"))
  109. mas.Name = "CompiledModel"
  110. o1 = Instance.new("Model")
  111. o2 = Instance.new("Model")
  112. o3 = Instance.new("Part")
  113. o4 = Instance.new("CylinderMesh")
  114. o5 = Instance.new("Part")
  115. o6 = Instance.new("CylinderMesh")
  116. o7 = Instance.new("Part")
  117. o8 = Instance.new("SpecialMesh")
  118. o9 = Instance.new("Part")
  119. o10 = Instance.new("SpecialMesh")
  120. o11 = Instance.new("Weld")
  121. o12 = Instance.new("Weld")
  122. o13 = Instance.new("Weld")
  123. o14 = Instance.new("Weld")
  124. o15 = Instance.new("Weld")
  125. o16 = Instance.new("Part")
  126. o17 = Instance.new("CylinderMesh")
  127. o18 = Instance.new("Part")
  128. o19 = Instance.new("SpecialMesh")
  129. o20 = Instance.new("Part")
  130. o21 = Instance.new("Weld")
  131. o22 = Instance.new("Weld")
  132. o23 = Instance.new("Weld")
  133. o24 = Instance.new("Part")
  134. o25 = Instance.new("Weld")
  135. o26 = Instance.new("Weld")
  136. o27 = Instance.new("Weld")
  137. o28 = Instance.new("Part")
  138. o29 = Instance.new("Part")
  139. o30 = Instance.new("Part")
  140. o31 = Instance.new("Part")
  141. o32 = Instance.new("Part")
  142. o33 = Instance.new("Part")
  143. o1.Name = "BlamoBerb"
  144. o1.Parent = mas
  145. o2.Parent = o1
  146. o3.Name = "Mouth"
  147. o3.Parent = o2
  148. o3.Material = Enum.Material.SmoothPlastic
  149. o3.BrickColor = BrickColor.new("Really black")
  150. o3.Position = Vector3.new(41.2506142, 41.3160973, 30.5951977)
  151. o3.Rotation = Vector3.new(-5, 0, -180)
  152. o3.CanCollide = false
  153. o3.Size = Vector3.new(1.50000012, 0.200000003, 1.5)
  154. o3.CFrame = CFrame.new(41.2506142, 41.3160973, 30.5951977, -1, 0, 0, 0, -0.996188819, 0.0871554539, 0, 0.0871554464, 0.996188819)
  155. o3.BottomSurface = Enum.SurfaceType.Smooth
  156. o3.TopSurface = Enum.SurfaceType.Smooth
  157. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  158. o3.Position = Vector3.new(41.2506142, 41.3160973, 30.5951977)
  159. o3.Orientation = Vector3.new(-5, 0, 180)
  160. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  161. o4.Parent = o3
  162. o4.Scale = Vector3.new(1, 0.5, 1)
  163. o4.Scale = Vector3.new(1, 0.5, 1)
  164. o5.Name = "LeftEye"
  165. o5.Parent = o2
  166. o5.Material = Enum.Material.SmoothPlastic
  167. o5.BrickColor = BrickColor.new("Institutional white")
  168. o5.Position = Vector3.new(40.7347031, 41.5858727, 30.0870075)
  169. o5.Rotation = Vector3.new(-76.9300003, 7.42999983, -150.850006)
  170. o5.CanCollide = false
  171. o5.Size = Vector3.new(0.523343444, 0.161028728, 0.523343384)
  172. 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)
  173. o5.BottomSurface = Enum.SurfaceType.Smooth
  174. o5.TopSurface = Enum.SurfaceType.Smooth
  175. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  176. o5.Position = Vector3.new(40.7347031, 41.5858727, 30.0870075)
  177. o5.Orientation = Vector3.new(-75, 29.9899998, -179.990005)
  178. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  179. o6.Parent = o5
  180. o6.Scale = Vector3.new(1, 0.5, 1)
  181. o6.Scale = Vector3.new(1, 0.5, 1)
  182. o7.Name = "LeftEye"
  183. o7.Parent = o2
  184. o7.Material = Enum.Material.SmoothPlastic
  185. o7.BrickColor = BrickColor.new("Really black")
  186. o7.Position = Vector3.new(40.7249794, 41.5910759, 30.0701752)
  187. o7.Rotation = Vector3.new(-76.9300003, 7.42999983, -150.850006)
  188. o7.CanCollide = false
  189. o7.Size = Vector3.new(0.475034833, 0.28180027, 0.475034803)
  190. 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)
  191. o7.BottomSurface = Enum.SurfaceType.Smooth
  192. o7.TopSurface = Enum.SurfaceType.Smooth
  193. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  194. o7.Position = Vector3.new(40.7249794, 41.5910759, 30.0701752)
  195. o7.Orientation = Vector3.new(-75, 29.9899998, -179.990005)
  196. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  197. o8.Parent = o7
  198. o8.MeshType = Enum.MeshType.Sphere
  199. o9.Name = "Body"
  200. o9.Parent = o2
  201. o9.Material = Enum.Material.SmoothPlastic
  202. o9.BrickColor = BrickColor.new("Pastel violet")
  203. o9.Position = Vector3.new(41.2507362, 41.315731, 30.9957008)
  204. o9.Rotation = Vector3.new(0, 0, -90)
  205. o9.CanCollide = true
  206. o9.Shape = Enum.PartType.Ball
  207. o9.Size = Vector3.new(2.20000005, 2.20000005, 2.20000005)
  208. o9.CFrame = CFrame.new(41.2507362, 41.315731, 30.9957008, 0, 1, 0, -0.99999404, 0, 0, 0, 0, 0.99999404)
  209. o9.BottomSurface = Enum.SurfaceType.Smooth
  210. o9.TopSurface = Enum.SurfaceType.Smooth
  211. o9.Color = Color3.new(0.694118, 0.654902, 1)
  212. o9.Position = Vector3.new(41.2507362, 41.315731, 30.9957008)
  213. o9.Orientation = Vector3.new(0, 0, -90)
  214. o9.Color = Color3.new(0.694118, 0.654902, 1)
  215. o10.Parent = o9
  216. o10.MeshType = Enum.MeshType.Sphere
  217. o11.Parent = o9
  218. o11.C1 = CFrame.new(-0.000122070313, 0.0352706909, 0.398948669, 0, -1, 0, 0.99619478, 0, 0.087155968, -0.0871559754, 0, 0.99619478)
  219. o11.Part0 = o9
  220. o11.Part1 = o3
  221. o12.Parent = o9
  222. 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)
  223. o12.Part0 = o9
  224. o12.Part1 = o5
  225. o13.Parent = o9
  226. 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)
  227. o13.Part0 = o9
  228. o13.Part1 = o7
  229. o14.Parent = o9
  230. 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)
  231. o14.Part0 = o9
  232. o14.Part1 = o18
  233. o15.Parent = o9
  234. 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)
  235. o15.Part0 = o9
  236. o15.Part1 = o16
  237. o16.Name = "RightEye"
  238. o16.Parent = o2
  239. o16.Material = Enum.Material.SmoothPlastic
  240. o16.BrickColor = BrickColor.new("Institutional white")
  241. o16.Position = Vector3.new(41.7954941, 41.5858727, 30.0859756)
  242. o16.Rotation = Vector3.new(-77.6200027, -8.53999996, 145.929993)
  243. o16.CanCollide = false
  244. o16.Size = Vector3.new(0.523343444, 0.161028728, 0.523343384)
  245. 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)
  246. o16.BottomSurface = Enum.SurfaceType.Smooth
  247. o16.TopSurface = Enum.SurfaceType.Smooth
  248. o16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  249. o16.Position = Vector3.new(41.7954941, 41.5858727, 30.0859756)
  250. o16.Orientation = Vector3.new(-75, -35.0099983, -179.990005)
  251. o16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  252. o17.Parent = o16
  253. o17.Scale = Vector3.new(1, 0.5, 1)
  254. o17.Scale = Vector3.new(1, 0.5, 1)
  255. o18.Name = "RightEye"
  256. o18.Parent = o2
  257. o18.Material = Enum.Material.SmoothPlastic
  258. o18.BrickColor = BrickColor.new("Really black")
  259. o18.Position = Vector3.new(41.8066406, 41.5910835, 30.070055)
  260. o18.Rotation = Vector3.new(-77.6200027, -8.53999996, 145.929993)
  261. o18.CanCollide = false
  262. o18.Size = Vector3.new(0.475034833, 0.28180027, 0.475034803)
  263. 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)
  264. o18.BottomSurface = Enum.SurfaceType.Smooth
  265. o18.TopSurface = Enum.SurfaceType.Smooth
  266. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  267. o18.Position = Vector3.new(41.8066406, 41.5910835, 30.070055)
  268. o18.Orientation = Vector3.new(-75, -35.0099983, -179.990005)
  269. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  270. o19.Parent = o18
  271. o19.MeshType = Enum.MeshType.Sphere
  272. o20.Name = "LeftLeg"
  273. o20.Parent = o1
  274. o20.Material = Enum.Material.SmoothPlastic
  275. o20.BrickColor = BrickColor.new("Br. yellowish green")
  276. o20.Position = Vector3.new(40.7198524, 40.2564392, 30.8562965)
  277. o20.Rotation = Vector3.new(3.66000009, 34.9399986, -92.0999985)
  278. o20.CanCollide = false
  279. o20.Shape = Enum.PartType.Cylinder
  280. o20.Size = Vector3.new(0.886163473, 0.322241277, 0.322241277)
  281. 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)
  282. o20.BottomSurface = Enum.SurfaceType.Smooth
  283. o20.TopSurface = Enum.SurfaceType.Smooth
  284. o20.Color = Color3.new(0.643137, 0.741176, 0.278431)
  285. o20.Position = Vector3.new(40.7198524, 40.2564392, 30.8562965)
  286. o20.Orientation = Vector3.new(3, 35, -90)
  287. o20.Color = Color3.new(0.643137, 0.741176, 0.278431)
  288. o21.Parent = o20
  289. 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)
  290. o21.Part0 = o20
  291. o21.Part1 = o31
  292. o22.Parent = o20
  293. 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)
  294. o22.Part0 = o20
  295. o22.Part1 = o32
  296. o23.Parent = o20
  297. 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)
  298. o23.Part0 = o20
  299. o23.Part1 = o30
  300. o24.Name = "RightLeg"
  301. o24.Parent = o1
  302. o24.Material = Enum.Material.SmoothPlastic
  303. o24.BrickColor = BrickColor.new("Br. yellowish green")
  304. o24.Position = Vector3.new(41.8304482, 40.2564392, 30.8562965)
  305. o24.Rotation = Vector3.new(3.66000009, 34.9399986, -92.0999985)
  306. o24.CanCollide = false
  307. o24.Shape = Enum.PartType.Cylinder
  308. o24.Size = Vector3.new(0.886163473, 0.322241277, 0.322241277)
  309. 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)
  310. o24.BottomSurface = Enum.SurfaceType.Smooth
  311. o24.TopSurface = Enum.SurfaceType.Smooth
  312. o24.Color = Color3.new(0.643137, 0.741176, 0.278431)
  313. o24.Position = Vector3.new(41.8304482, 40.2564392, 30.8562965)
  314. o24.Orientation = Vector3.new(3, 35, -90)
  315. o24.Color = Color3.new(0.643137, 0.741176, 0.278431)
  316. o25.Parent = o24
  317. 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)
  318. o25.Part0 = o24
  319. o25.Part1 = o33
  320. o26.Parent = o24
  321. 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)
  322. o26.Part0 = o24
  323. o26.Part1 = o28
  324. o27.Parent = o24
  325. 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)
  326. o27.Part0 = o24
  327. o27.Part1 = o29
  328. o28.Name = "RightShoe"
  329. o28.Parent = o1
  330. o28.Material = Enum.Material.SmoothPlastic
  331. o28.BrickColor = BrickColor.new("Black")
  332. o28.Position = Vector3.new(41.8083229, 39.7674866, 30.7978382)
  333. o28.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  334. o28.CanCollide = false
  335. o28.Shape = Enum.PartType.Cylinder
  336. o28.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  337. 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)
  338. o28.BottomSurface = Enum.SurfaceType.Smooth
  339. o28.TopSurface = Enum.SurfaceType.Smooth
  340. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  341. o28.Position = Vector3.new(41.8083229, 39.7674866, 30.7978382)
  342. o28.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  343. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  344. o29.Name = "RightShoe"
  345. o29.Parent = o1
  346. o29.Material = Enum.Material.SmoothPlastic
  347. o29.BrickColor = BrickColor.new("Black")
  348. o29.Position = Vector3.new(41.9649467, 39.7590103, 30.5163574)
  349. o29.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  350. o29.CanCollide = false
  351. o29.Shape = Enum.PartType.Cylinder
  352. o29.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  353. 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)
  354. o29.BottomSurface = Enum.SurfaceType.Smooth
  355. o29.TopSurface = Enum.SurfaceType.Smooth
  356. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  357. o29.Position = Vector3.new(41.9649467, 39.7590103, 30.5163574)
  358. o29.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  359. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  360. o30.Name = "LeftShoe"
  361. o30.Parent = o1
  362. o30.Material = Enum.Material.SmoothPlastic
  363. o30.BrickColor = BrickColor.new("Black")
  364. o30.Position = Vector3.new(40.5654831, 39.7902107, 30.6543045)
  365. o30.Rotation = Vector3.new(0, 35, -90)
  366. o30.CanCollide = false
  367. o30.Size = Vector3.new(0.161120623, 0.523642004, 0.362521499)
  368. 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)
  369. o30.BottomSurface = Enum.SurfaceType.Smooth
  370. o30.TopSurface = Enum.SurfaceType.Smooth
  371. o30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  372. o30.Position = Vector3.new(40.5654831, 39.7902107, 30.6543045)
  373. o30.Orientation = Vector3.new(0, 35, -90)
  374. o30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  375. o31.Name = "LeftShoe"
  376. o31.Parent = o1
  377. o31.Material = Enum.Material.SmoothPlastic
  378. o31.BrickColor = BrickColor.new("Black")
  379. o31.Position = Vector3.new(40.6578865, 39.7904053, 30.7861042)
  380. o31.Rotation = Vector3.new(0, 35, -90)
  381. o31.CanCollide = false
  382. o31.Shape = Enum.PartType.Cylinder
  383. o31.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  384. 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)
  385. o31.BottomSurface = Enum.SurfaceType.Smooth
  386. o31.TopSurface = Enum.SurfaceType.Smooth
  387. o31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  388. o31.Position = Vector3.new(40.6578865, 39.7904053, 30.7861042)
  389. o31.Orientation = Vector3.new(0, 35, -90)
  390. o31.Color = Color3.new(0.105882, 0.164706, 0.207843)
  391. o32.Name = "LeftShoe"
  392. o32.Parent = o1
  393. o32.Material = Enum.Material.SmoothPlastic
  394. o32.BrickColor = BrickColor.new("Black")
  395. o32.Position = Vector3.new(40.4730682, 39.7904091, 30.5221405)
  396. o32.Rotation = Vector3.new(0, 35, -90)
  397. o32.CanCollide = false
  398. o32.Shape = Enum.PartType.Cylinder
  399. o32.Size = Vector3.new(0.161120623, 0.523642004, 0.523642063)
  400. 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)
  401. o32.BottomSurface = Enum.SurfaceType.Smooth
  402. o32.TopSurface = Enum.SurfaceType.Smooth
  403. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  404. o32.Position = Vector3.new(40.4730682, 39.7904091, 30.5221405)
  405. o32.Orientation = Vector3.new(0, 35, -90)
  406. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  407. o33.Name = "RightShoe"
  408. o33.Parent = o1
  409. o33.Material = Enum.Material.SmoothPlastic
  410. o33.BrickColor = BrickColor.new("Black")
  411. o33.Position = Vector3.new(41.8864861, 39.7630539, 30.657196)
  412. o33.Rotation = Vector3.new(-1.72000003, -29.0799999, -88.3300018)
  413. o33.CanCollide = false
  414. o33.Size = Vector3.new(0.161120623, 0.523642004, 0.362521499)
  415. 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)
  416. o33.BottomSurface = Enum.SurfaceType.Smooth
  417. o33.TopSurface = Enum.SurfaceType.Smooth
  418. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  419. o33.Position = Vector3.new(41.8864861, 39.7630539, 30.657196)
  420. o33.Orientation = Vector3.new(-1.50999999, -29.0900002, -87.4899979)
  421. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  422. mas.Parent = c
  423. mas:MakeJoints()
  424.  
  425. sine = 0
  426. Humanoid.WalkSpeed = 16 anim.Parent = nil
  427.  
  428. local Music = Instance.new("Sound",o9)Music.SoundId = "rbxassetid://382403699" Music.Volume = 0.5 Music.Looped = true Music:Play()
  429.  
  430. local HW = Instance.new("Weld",c.Torso)HW.Part0 = c.Torso HW.Part1 = o9 HW.C0 = CFrame.Angles(0,0,math.rad(-90))
  431. 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))
  432. 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))
  433.  
  434. local rolling = false
  435. local deb = true
  436. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  437. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  438. local maxspeed = 25
  439. local speed = 0
  440.  
  441. SonicShoe = false
  442. function Sanic()
  443. if SonicShoe == false then SonicShoe = true Humanoid.WalkSpeed = 36
  444. Music.SoundId = "rbxassetid://149103854"
  445. o30.BrickColor = BrickColor.new("Bright red")
  446. o31.BrickColor = BrickColor.new("Bright red")
  447. o32.BrickColor = BrickColor.new("Bright red")
  448. o33.BrickColor = BrickColor.new("Bright red")
  449. o29.BrickColor = BrickColor.new("Bright red")
  450. o28.BrickColor = BrickColor.new("Bright red")
  451. o24.BrickColor = BrickColor.new("White")
  452. o20.BrickColor = BrickColor.new("White")
  453. o9.BrickColor = BrickColor.new("Bright blue")
  454. elseif SonicShoe == true then SonicShoe = false Humanoid.WalkSpeed = 16
  455. Music.SoundId = "rbxassetid://382403699"
  456. o30.BrickColor = BrickColor.new("Black")
  457. o31.BrickColor = BrickColor.new("Black")
  458. o32.BrickColor = BrickColor.new("Black")
  459. o33.BrickColor = BrickColor.new("Black")
  460. o29.BrickColor = BrickColor.new("Black")
  461. o28.BrickColor = BrickColor.new("Black")
  462. o24.BrickColor = BrickColor.new("Br. yellowish green")
  463. o20.BrickColor = BrickColor.new("Br. yellowish green")
  464. o9.BrickColor = BrickColor.new("Pastel violet")
  465. end
  466. end
  467. function StartRoll()
  468. if rolling == false then
  469. rolling = true
  470. for i = 1,10 do
  471. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  472. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.5)
  473. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  474. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  475. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  476. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  477. lerpz(RH, "C0", RHC0 * cf(0, 2.8, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  478. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  479. lerpz(LH, "C0", LHC0 * cf(0, 2.8, 0) * ang(rd(0), rd(0), rd(math.cos(sine/2)*15)), 0.5)
  480. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  481. swait()
  482. end attack = true
  483. else
  484. rolling = false attack = false
  485. end
  486. end
  487.  
  488. mousedown = false
  489. mouse.Button1Down:connect(function()
  490. if rolling == true then
  491. local BP = Instance.new("BodyPosition",o9)BP.Position = mouse.hit.p BP.P = 2500 BP.maxForce = Vector3.new(math.huge,0,math.huge)
  492. BP.Name = "RollPos" mousedown = true
  493. while mousedown == true do
  494. Humanoid.PlatformStand = true
  495. BP.Position = mouse.hit.p
  496. swait()
  497. end
  498. BP:remove()
  499. end
  500. end)
  501.  
  502. mouse.Button1Up:connect(function()
  503. mousedown = false
  504. end)
  505.  
  506. StuckToHead = false
  507. function HeadStick()
  508. if StuckToHead == false then StuckToHead = true
  509. local We
  510. for i,v in pairs(game.Workspace:children()) do
  511. if v:findFirstChild("Head")~= nil and v ~= c then
  512. if (v.Head.Position-o9.Position).magnitude <= 5 then
  513. We = Instance.new("Weld",v.Head)We.Part0 = v.Head We.Part1 = o9 We.C0 = CFrame.Angles(0,0,math.rad(-90))
  514. end
  515. end
  516. end
  517. while StuckToHead == true do
  518. Humanoid.PlatformStand = true
  519. swait()
  520. end
  521. We:remove()
  522. else StuckToHead = false
  523. end
  524. end
  525. function BEES()
  526. attack = true
  527. local S = Instance.new("Sound",o9)S.SoundId = "rbxassetid://502284205" S.Volume = 1 S:Play()
  528. for i = 1,25 do
  529. 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)
  530. swait()
  531. end
  532. attack = false
  533. end
  534.  
  535. function Radio()
  536. if c:findFirstChild("Radio")== nil then
  537. local Rad = Instance.new("Part",c)Rad.Name = "Radio" Rad.Size = Vector3.new(0.2,0.2,0.2) Rad.CanCollide = false
  538. local RadM = Instance.new("SpecialMesh",Rad)RadM.MeshId = "rbxassetid://151760030" RadM.TextureId = "rbxassetid://151760072"
  539. local RW = Instance.new("Weld",c.HumanoidRootPart)RW.Part0 = c.HumanoidRootPart RW.Part1 = Rad RW.C0 = CFrame.new(0,1.5,0)
  540. local S = Instance.new("Sound",Rad)S.SoundId = "rbxassetid://824995694" S.Volume = 1 S:Play() Music.Volume = 0
  541. else
  542. c.Radio:remove() Music.Volume = 0.5
  543. end
  544. end
  545.  
  546. function Microphone()
  547. if c:findFirstChild("Microphone")== nil then
  548. local Rad = Instance.new("Part",c)Rad.Name = "Microphone" Rad.Size = Vector3.new(0.2,0.2,0.2) Rad.CanCollide = false
  549. local RadM = Instance.new("SpecialMesh",Rad)RadM.MeshId = "rbxassetid://151760030" RadM.TextureId = "rbxassetid://151760072"
  550. local RW = Instance.new("Weld",c.HumanoidRootPart)RW.Part0 = c.HumanoidRootPart RW.Part1 = Rad RW.C0 = CFrame.new(0,1.5,0)
  551. local S = Instance.new("Sound",Rad)S.SoundId = "rbxassetid://644538307" S.Volume = 1 S:Play() Music.Volume = 0
  552. else
  553. c.Radio:remove() Music.Volume = 0.5
  554. end
  555. end
  556.  
  557. mouse.KeyDown:connect(function(key)
  558. if Humanoid.Health <= 0 then return end
  559. if key == "q" then
  560. StartRoll()
  561. end
  562. if key == "v" then
  563. Radio()
  564. end
  565. if key == "x" then
  566. HeadStick()
  567. end
  568. if key == "b" then
  569. Microphone()
  570. end
  571. if key == "c" then
  572. Sanic()
  573. end
  574. if attack == true then return end
  575. if key == "z" then
  576. BEES()
  577. end
  578. end)
  579.  
  580. function onKeyPress(inputObject, gameProcessedEvent)
  581. if isTyping == true then return end
  582. if inputObject.KeyCode == Enum.KeyCode.W then ctrl.f = 1 end
  583. if inputObject.KeyCode == Enum.KeyCode.S then ctrl.b = -1 end
  584. if inputObject.KeyCode == Enum.KeyCode.A then ctrl.l = -1 end
  585. if inputObject.KeyCode == Enum.KeyCode.D then ctrl.r = 1 end
  586. end
  587. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  588.  
  589. function onKeyLift(inputObject, gameProcessedEvent)
  590. if isTyping == true then return end
  591. if inputObject.KeyCode == Enum.KeyCode.W then ctrl.f = 0 end
  592. if inputObject.KeyCode == Enum.KeyCode.S then ctrl.b = 0 end
  593. if inputObject.KeyCode == Enum.KeyCode.A then ctrl.l = 0 end
  594. if inputObject.KeyCode == Enum.KeyCode.D then ctrl.r = 0 end
  595. end
  596.  
  597. game:GetService("RunService").RenderStepped:connect(function()
  598. Humanoid.MaxHealth = Humanoid.MaxHealth*2
  599. Humanoid.Health = Humanoid.MaxHealth*2
  600. --game.Workspace.CurrentCamera.FieldOfView = (math.cos(sine/50)*15)
  601. if attack == false then
  602. for i,v in pairs (c:children()) do
  603. if v.ClassName == "Accessory" then
  604. for i,v2 in pairs (v:children()) do
  605. if v2.ClassName == "Part" then
  606. v2.Anchored = false
  607. end
  608. end
  609. end
  610. end
  611. for i,v in pairs (c:children()) do
  612. if v.ClassName == "Part" then
  613. v.Anchored = false
  614. end
  615. end
  616.  
  617. if (c.HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude > 4 then
  618. sine = sine + 1 Humanoid.HipHeight = -1.75
  619. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.1-(math.cos(sine/10)*0.1)) * ang(rd(0), rd(0), rd(0)), 0.5)
  620. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.5)
  621. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  622. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  623. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.5)
  624. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  625. 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)
  626. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  627. 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)
  628. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  629. else Humanoid.HipHeight = -1.75 sine = sine + 1
  630. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.1-(math.cos(sine/10)*0.1)) * ang(rd(0), rd(0), rd(0)), 0.2)
  631. lerpz(N, "C0", NC0 * cf(0, 0, -1) * ang(rd(0), rd(0), rd(0)), 0.2)
  632. lerpz(RS, "C0", RSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.2)
  633. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  634. lerpz(LS, "C0", LSC0 * cf(0, 0, -2) * ang(rd(0), rd(0), rd(0)), 0.2)
  635. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  636. lerpz(RH, "C0", RHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  637. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  638. lerpz(LH, "C0", LHC0 * cf(0, 1.35+(math.cos(sine/10)*0.1), 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  639. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  640. end
  641. end
  642. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement