Advertisement
Guest User

GFTWRGFQSDRQ

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