ScriptEater9000

SSJBK LEAKED

Feb 11th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1.  
  2. local p = game.Players.LocalPlayer
  3. local char = p.Character
  4. local mouse = p:GetMouse()
  5. local larm = char["Left Arm"]
  6. local rarm = char["Right Arm"]
  7. local lleg = char["Left Leg"]
  8. local rleg = char["Right Leg"]
  9. local hed = char.Head
  10. local torso = char.Torso
  11. local hum = char.Humanoid
  12. local cam = game.Workspace.CurrentCamera
  13. local root = char.HumanoidRootPart
  14. local deb = false
  15. local shot = 0
  16. local debris=game:service"Debris"
  17. local l = game:GetService("Lighting")
  18. local rs = game:GetService("RunService").RenderStepped
  19. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  20. math.randomseed(os.time())
  21. for i,v in pairs(char:children()) do
  22. if v:IsA("Hat") then
  23. v:Destroy()
  24. end
  25. end
  26. for i,v in pairs (hed:GetChildren()) do
  27. if v:IsA("Sound") then
  28. v:Destroy()
  29. end
  30. end
  31. ----------------------------------------------------
  32. Debounces = {
  33. CanAttack = true;
  34. NoIdl = false;
  35. Slashing = false;
  36. Slashed = false;
  37. RPunch = false;
  38. RPunched = false;
  39. LPunch = false;
  40. LPunched = false;
  41. }
  42. local Touche = {char.Name, }
  43. ----------------------------------------------------
  44. hed.face.Texture = "rbxassetid://33395282"
  45. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  46. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  47. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  48. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  49. ----------------------------------------------------
  50. ypcall(function()
  51. char.Shirt:Destroy()
  52. char.Pants:Destroy()
  53. shirt = Instance.new("Shirt", char)
  54. shirt.Name = "Shirt"
  55. pants = Instance.new("Pants", char)
  56. pants.Name = "Pants"
  57. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=513620832"
  58. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=513621366"
  59. end)
  60. ----------------------------------------------------
  61. LoudVolume = false
  62. Submerged = false
  63. Music = true
  64. script.Name = "GOKU"
  65. Player = game.Players.LocalPlayer
  66. c = game.Players.LocalPlayer.Character
  67. Head = c.Head
  68. anim = c.Humanoid.Animator
  69. Humanoid = c:findFirstChild("Humanoid")
  70. Humanoid.Name = "InfiniteBeing"
  71. b23 = Instance.new("BoolValue", c)
  72. b23.Name = "InfiniteHuman"
  73. rage = false
  74. p = game.Players.LocalPlayer
  75. Music = false
  76. local Effects = {}
  77. attack = false
  78. local attacking = false
  79. vt = Vector3.new
  80. bc = BrickColor.new
  81. br = BrickColor.random
  82. it = Instance.new
  83. cf = CFrame.new
  84. euler = CFrame.fromEulerAnglesXYZ
  85. angles = CFrame.Angles
  86. matr = math.random
  87. mouse = Player:GetMouse()
  88. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  89. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  90. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  91. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  92. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  93. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  94. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  95. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  96. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  97. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  98. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  99. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  100. RS = c.Torso:FindFirstChild("Right Shoulder")
  101. LS = c.Torso:FindFirstChild("Left Shoulder")
  102. RH = c.Torso:FindFirstChild("Right Hip")
  103. LH = c.Torso:FindFirstChild("Left Hip")
  104. RJ = c.HumanoidRootPart:FindFirstChild("RootJoint")
  105. N = c.Torso:FindFirstChild("Neck")
  106. cf = CFrame.new
  107. ang = CFrame.Angles
  108. rd = math.rad
  109. rd2 = math.random
  110. function swait(num)
  111. if num == 0 or num == nil then
  112. game:service("RunService").Heartbeat:wait(0)
  113. else
  114. for i = 0, num do
  115. game:service("RunService").Heartbeat:wait(0)
  116. end
  117. end
  118. end
  119. function lerpz(joint, prop, cfrmz, alp)
  120. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  121. end
  122. function resetlerp()
  123. RJ.C0 = RJC0
  124. RJ.C1 = RJC1
  125. N.C0 = NC0
  126. N.C1 = NC1
  127. RS.C0 = RSC0
  128. RS.C1 = RSC1
  129. LS.C0 = LSC0
  130. LS.C1 = LSC1
  131. RH.C0 = RHC0
  132. RH.C1 = RHC1
  133. LH.C0 = LHC0
  134. LH.C1 = LHC1
  135. end
  136. for _, c in pairs(c:children()) do
  137. if c.className == "Accessory" then
  138. c.Parent = nil
  139. end
  140. end
  141. local S2 = Instance.new("Sound", c.HumanoidRootPart)
  142. S2.SoundId = ""
  143. S2.Volume = 0
  144. S2.Looped = true
  145. local P = Instance.new("Part", c)
  146. P.CanCollide = false
  147. P.Size = Vector3.new(0.2, 0.2, 0.2)
  148. P.BrickColor = BrickColor.new("Really black")
  149. local M = Instance.new("SpecialMesh", P)
  150. M.MeshId = "rbxassetid://884095858"
  151. M.Scale = Vector3.new(0.04, 0.04, 0.04)
  152. M.Offset = Vector3.new(-0.225, 0.65, -0.1)
  153. local W = Instance.new("Weld", c.Head)
  154. W.Part0 = c.Head
  155. W.Part1 = P
  156. W.C0 = CFrame.Angles(0, math.rad(180), 0)
  157. trazx = Instance.new("ParticleEmitter")
  158. function New(Object, Parent, Name, Data)
  159. local Object = Instance.new(Object)
  160. for Index, Value in pairs(Data or {}) do
  161. Object[Index] = Value
  162. end
  163. Object.Parent = Parent
  164. Object.Name = Name
  165. return Object
  166. end
  167. Form = "None"
  168. function SSJB()
  169. if Form == "None" then
  170. Form = "SSJB"
  171. hed.face.Texture = "rbxassetid://439123785"
  172. attack = true
  173. anim.Parent = nil
  174. for i = 1, 35 do
  175. swait()
  176. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.3)
  177. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.3)
  178. lerpz(RS, "C0", RSC0 * cf(0, 0, -0.5) * ang(rd(-45), rd(0), rd(140)), 0.3)
  179. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  180. lerpz(LS, "C0", LSC0 * cf(0, 0, -0.5) * ang(rd(-45), rd(0), rd(-140)), 0.3)
  181. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  182. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-25)), 0.3)
  183. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  184. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(25)), 0.3)
  185. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  186. end
  187. local S = Instance.new("Sound", c.HumanoidRootPart)
  188. S.SoundId = "rbxassetid://263260463"
  189. S.Volume = 1
  190. S:Play()
  191. local S2 = Instance.new("Sound", c.HumanoidRootPart)
  192. S2.SoundId = "rbxassetid://600060450"
  193. S2.Looped = true
  194. S2:Play()
  195. for i = 1, 15 do
  196. swait()
  197. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.35) * ang(rd(10), rd(0), rd(0)), 0.5)
  198. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(35), rd(0), rd(0)), 0.5)
  199. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-5), rd(5), rd(45)), 0.5)
  200. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  201. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-5), rd(-5), rd(-45)), 0.5)
  202. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  203. lerpz(RH, "C0", RHC0 * cf(0.35, 0.35, 0.05) * ang(rd(0), rd(-10), rd(10)), 0.5)
  204. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  205. lerpz(LH, "C0", LHC0 * cf(-0.35, 0.35, 0.05) * ang(rd(0), rd(10), rd(-10)), 0.5)
  206. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  207. end
  208. for i, v in pairs(c:children()) do
  209. if v.ClassName == "Part" then
  210. local tra = trazx:clone()
  211. tra.Parent = v
  212. tra.LightEmission = 1
  213. tra.Color = ColorSequence.new(Color3.new(0, 0.6666666666666666, 1))
  214. tra.Rate = 15
  215. tra.Rotation = NumberRange.new(-5, 5)
  216. tra.Lifetime = NumberRange.new(1.5, 2)
  217. tra.Size = NumberSequence.new({
  218. NumberSequenceKeypoint.new(0, 0.1, 0),
  219. NumberSequenceKeypoint.new(1, 0, 0)
  220. })
  221. tra.Transparency = NumberSequence.new({
  222. NumberSequenceKeypoint.new(0, 1, 0),
  223. NumberSequenceKeypoint.new(0.135, 0, 0),
  224. NumberSequenceKeypoint.new(0.875, 0, 0),
  225. NumberSequenceKeypoint.new(1, 1, 0)
  226. })
  227. tra.Speed = NumberRange.new(0.5)
  228. tra.VelocitySpread = 360
  229. tra.VelocityInheritance = 0.5
  230. tra.ZOffset = 2
  231. tra.Acceleration = Vector3.new(0, 2.5, 0)
  232. end
  233. end
  234. local tra = trazx:clone()
  235. tra.Parent = c.HumanoidRootPart
  236. tra.Texture = "rbxassetid://347730682"
  237. tra.LightEmission = 0.8
  238. tra.Color = ColorSequence.new(Color3.new(0, 0.6666666666666666, 1))
  239. tra.Rate = 250
  240. tra.Rotation = NumberRange.new(-5, 5)
  241. tra.Lifetime = NumberRange.new(0.75)
  242. tra.Size = NumberSequence.new({
  243. NumberSequenceKeypoint.new(0, 4.81, 0.875),
  244. NumberSequenceKeypoint.new(1, 2.13, 0.875)
  245. })
  246. tra.Transparency = NumberSequence.new({
  247. NumberSequenceKeypoint.new(0, 1, 0),
  248. NumberSequenceKeypoint.new(0.0399, 0.85, 0),
  249. NumberSequenceKeypoint.new(0.394, 0.9, 0),
  250. NumberSequenceKeypoint.new(0.699, 1, 0),
  251. NumberSequenceKeypoint.new(1, 1, 0)
  252. })
  253. tra.Speed = NumberRange.new(15)
  254. tra.VelocitySpread = 360
  255. tra.VelocityInheritance = 0.5
  256. tra.ZOffset = 3.5
  257. tra.Acceleration = Vector3.new(0, 25, 0)
  258. for i = 1, 25 do
  259. for i = 1, 3 do
  260. swait()
  261. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.4) * ang(rd(12), rd(0), rd(0)), 0.5)
  262. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(35), rd(0), rd(0)), 0.5)
  263. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-15), rd(5), rd(50)), 0.5)
  264. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  265. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-15), rd(-5), rd(-50)), 0.5)
  266. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  267. lerpz(RH, "C0", RHC0 * cf(0.35, 0.35, 0.05) * ang(rd(0), rd(-12), rd(12)), 0.5)
  268. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  269. lerpz(LH, "C0", LHC0 * cf(-0.35, 0.35, 0.05) * ang(rd(0), rd(12), rd(-12)), 0.5)
  270. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  271. end
  272. for i = 1, 3 do
  273. swait()
  274. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.35) * ang(rd(10), rd(0), rd(0)), 0.5)
  275. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(35), rd(0), rd(0)), 0.5)
  276. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-15), rd(5), rd(45)), 0.5)
  277. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  278. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-15), rd(-5), rd(-45)
Advertisement
Add Comment
Please, Sign In to add comment