SHOW:
|
|
- or go back to the newest paste.
1 | - | --Akatsuki Pain script by: yadel95 |
1 | + | local you = game.Workspace["xdielivex"] |
2 | - | --Thanks devapainpath for his clothing |
2 | + | |
3 | - | --Ver[1.0] |
3 | + | |
4 | - | --Replace XTheShowcaserX with your name. |
4 | + | |
5 | - | --Chances |
5 | + | |
6 | - | local you = game.Workspace["XTheShowcaserX"] |
6 | + | |
7 | --------------------------------------------------------------------l | |
8 | --------------------------------------------------------------------l | |
9 | ---------DO NOT MESS WITH ANYTHING BELOW----------------------------l | |
10 | --------------------------------------------------------------------l | |
11 | --------------------------------------------------------------------] | |
12 | c = you:GetChildren() | |
13 | for i = 1, #c do | |
14 | if c[i].ClassName == "Shirt" or c[i].ClassName == "Pants" or c[i].ClassName == "CharacterMesh" then | |
15 | c[i]:Remove() | |
16 | end end | |
17 | shirt = Instance.new("Shirt") | |
18 | shirt.Parent = you | |
19 | shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=95427692" | |
20 | pants = Instance.new("Pants") | |
21 | pants.Parent = you | |
22 | pants.PantsTemplate = "http://www.roblox.com/asset/?id=95427742" | |
23 | -- | |
24 | bowl = Instance.new("Part") | |
25 | Instance.new("SpecialMesh").Parent = bowl | |
26 | bowl.Mesh.MeshType = "FileMesh" | |
27 | bowl.Mesh.MeshId = "http://www.roblox.com/asset/?id=19380188" | |
28 | bowl.BrickColor = BrickColor.new("Black") | |
29 | bowl.Mesh.Scale = Vector3.new(1.5, 1.4, 1.5) | |
30 | bowl.Parent = you | |
31 | ||
32 | bowl2 = Instance.new("Part") | |
33 | Instance.new("SpecialMesh").Parent = bowl2 | |
34 | bowl2.Mesh.MeshType = "FileMesh" | |
35 | bowl2.Mesh.MeshId = "http://www.roblox.com/asset/?id=19380188" | |
36 | bowl2.BrickColor = BrickColor.new("Bright red") | |
37 | bowl2.Mesh.Scale = Vector3.new(1.4, 1.4, 1.4) | |
38 | bowl2.Parent = you | |
39 | -- | |
40 | collar = Instance.new("Weld") | |
41 | collar.Parent = you.UpperTorso | |
42 | collar.Part0 = bowl | |
43 | collar.Part1 = you.UpperTorso | |
44 | collar.C0 = collar.C0*CFrame.Angles(0, 0, 3.15) | |
45 | collar.C0 = collar.C0*CFrame.new(0, -0.6, 0) | |
46 | - | collar.Parent = you.Torso |
46 | + | |
47 | collar2 = Instance.new("Weld") | |
48 | - | collar.Part1 = you.Torso |
48 | + | collar2.Parent = you.UpperTorso |
49 | collar2.Part0 = bowl2 | |
50 | collar2.Part1 = you.UpperTorso | |
51 | collar2.C0 = collar2.C0*CFrame.Angles(0, 0, 3.15) | |
52 | collar2.C0 = collar2.C0*CFrame.new(0, -0.6, 0) | |
53 | - | collar2.Parent = you.Torso |
53 | + | |
54 | ------------------------------------------------------------- | |
55 | - | collar2.Part1 = you.Torso |
55 | + | |
56 | ------------------------------------------------------------- | |
57 | ------------------------------------------------------------- | |
58 | function kf(key) | |
59 | key:lower() | |
60 | if key == "f" then | |
61 | if not busy then | |
62 | busy = true | |
63 | m = Instance.new("Message") | |
64 | m2 = Instance.new("Message") | |
65 | m3 = Instance.new("Message") | |
66 | m4 = Instance.new("Message") | |
67 | ||
68 | m.Text = "Now this world" | |
69 | m2.Text = "Shall know" | |
70 | m3.Text = "Pain" | |
71 | for i = 1, 1 do | |
72 | bodyvelocity1 = Instance.new("BodyVelocity") | |
73 | bodyvelocity1.maxForce = Vector3.new(99999999999999999999, 999999999999999999999, 39) | |
74 | bodyvelocity1.velocity = Vector3.new(0, 3, 0) | |
75 | bodyvelocity1.Parent = you.UpperTorso | |
76 | m.Parent = game.Workspace | |
77 | wait(1) | |
78 | m:Remove() | |
79 | m2.Parent = game.Workspace | |
80 | - | bodyvelocity1.Parent = you.Torso |
80 | + | |
81 | m2:Remove() | |
82 | m3.Parent = game.Workspace | |
83 | wait(1) | |
84 | m3:Remove() | |
85 | wait(3) | |
86 | Instance.new("ForceField").Parent = you | |
87 | you.Head.Anchored = true | |
88 | delete = you.UpperTorso:GetChildren() | |
89 | for rep1 = 1, #delete do | |
90 | if delete[rep1].Name == "BodyVelocity" then | |
91 | delete[rep1]:Remove() | |
92 | msg:Chat(you.Head, "Shirai Tensei!", Enum.ChatColor.Red) | |
93 | - | delete = you.Torso:GetChildren() |
93 | + | |
94 | push = Instance.new("Part") | |
95 | push.Parent = you | |
96 | push.Name = "Ulmighty" | |
97 | push.Size = Vector3.new(300, 300, 300) | |
98 | push.Anchored = true | |
99 | push.CanCollide = false | |
100 | push.TopSurface = "Smooth" | |
101 | push.BottomSurface = "Smooth" | |
102 | push.BrickColor = BrickColor.new("Dark stone grey") | |
103 | push.Reflectance = 0.3 | |
104 | push.Transparency = 0.3 | |
105 | push.CFrame = you.UpperTorso.CFrame*CFrame.new(0, -3, 0) | |
106 | function OnTouched(Victim) | |
107 | boom = Instance.new("Explosion") | |
108 | boom.Name = "Die" | |
109 | boom.ExplosionType = "CratersAndDebris" | |
110 | - | push.CFrame = you.Torso.CFrame*CFrame.new(0, -3, 0) |
110 | + | |
111 | Victim.Die.Position = Victim.Position | |
112 | Victim.Anchored = false | |
113 | end | |
114 | push.Touched:connect(OnTouched) | |
115 | Instance.new("SpecialMesh").Parent = push | |
116 | push.Mesh.MeshType = "Sphere" | |
117 | push.Mesh.Scale = Vector3.new(0.1, 0.1, 0.1) | |
118 | wait(0.05) | |
119 | push.Mesh.Scale = Vector3.new(0.2, 0.2, 0.2) | |
120 | wait(0.05) | |
121 | push.Mesh.Scale = Vector3.new(0.3, 0.3, 0.3) | |
122 | wait(0.05) | |
123 | push.Mesh.Scale = Vector3.new(0.4, 0.4, 0.4) | |
124 | wait(0.05) | |
125 | push.Mesh.Scale = Vector3.new(0.5, 0.5, 0.5) | |
126 | wait(0.05) | |
127 | push.Mesh.Scale = Vector3.new(0.6, 0.6, 0.6) | |
128 | wait(0.05) | |
129 | push.Mesh.Scale = Vector3.new(0.7, 0.7, 0.7) | |
130 | wait(0.05) | |
131 | push.Mesh.Scale = Vector3.new(0.8, 0.8, 0.8) | |
132 | wait(0.05) | |
133 | push.Mesh.Scale = Vector3.new(0.9, 0.9, 0.9) | |
134 | wait(0.05) | |
135 | push.Mesh.Scale = Vector3.new(1, 1, 1) | |
136 | wait(1) | |
137 | push.Transparency = 0.4 | |
138 | wait(0.05) | |
139 | push.Transparency = 0.5 | |
140 | wait(0.05) | |
141 | push.Transparency = 0.6 | |
142 | wait(0.05) | |
143 | push.Transparency = 0.7 | |
144 | wait(0.05) | |
145 | push.Transparency = 0.8 | |
146 | wait(0.05) | |
147 | push.Transparency = 0.9 | |
148 | wait(0.05) | |
149 | push.Transparency = 1 | |
150 | push:Remove() | |
151 | end | |
152 | end | |
153 | end | |
154 | wait(0.1) | |
155 | you.Head.Anchored = false | |
156 | you.ForceField:Remove() | |
157 | busy = false | |
158 | end | |
159 | end | |
160 | end | |
161 | mouse.KeyDown:connect(kf) | |
162 | ||
163 | function kg(key) | |
164 | key:lower() | |
165 | if key == "g" | |
166 | then if busy == false then | |
167 | busy = true | |
168 | you.Archivable = true | |
169 | you.Humanoid.WalkSpeed = 0 | |
170 | msg:Chat(you.Head, "BBOSS style: Path throw!", Enum.ChatColor.Blue) | |
171 | you.Animate.Disabled = true | |
172 | you.UpperTorso["Left Shoulder"].DesiredAngle = -2 | |
173 | wait(1) | |
174 | you.Animate.Disabled = false | |
175 | path = you:Clone() | |
176 | path.Parent = game.Workspace | |
177 | - | you.Torso["Left Shoulder"].DesiredAngle = -2 |
177 | + | path.UpperTorso.CFrame = you.UpperTorso.CFrame*CFrame.new(0, 0, -5) |
178 | path.Humanoid.Jump = true | |
179 | wait(0.5) | |
180 | force = Instance.new("BodyVelocity") | |
181 | force.Parent = path.UpperTorso | |
182 | - | path.Torso.CFrame = you.Torso.CFrame*CFrame.new(0, 0, -5) |
182 | + | |
183 | force.velocity = path.UpperTorso.CFrame.lookVector*30 | |
184 | wait(3) | |
185 | Instance.new("Explosion").Parent = path.UpperTorso | |
186 | - | force.Parent = path.Torso |
186 | + | path.UpperTorso.Explosion.Position = path.UpperTorso.Position |
187 | path.UpperTorso.Explosion.BlastRadius = 3 | |
188 | - | force.velocity = path.Torso.CFrame.lookVector*30 |
188 | + | |
189 | path:Remove() | |
190 | - | Instance.new("Explosion").Parent = path.Torso |
190 | + | |
191 | - | path.Torso.Explosion.Position = path.Torso.Position |
191 | + | |
192 | - | path.Torso.Explosion.BlastRadius = 3 |
192 | + | |
193 | end | |
194 | end | |
195 | mouse.KeyDown:connect(kg) | |
196 | ||
197 | function kj(key) | |
198 | key:lower() | |
199 | if key == "j" | |
200 | then if busy == false then | |
201 | busy = true | |
202 | you.Humanoid.WalkSpeed = 0 | |
203 | you.Animate.Disabled = true | |
204 | msg:Chat(you.Head, "BBOSS style: Universal Push!", Enum.ChatColor.Blue) | |
205 | you.UpperTorso["Left Shoulder"].DesiredAngle = -2 | |
206 | you.UpperTorso["Right Shoulder"].DesiredAngle = 2 | |
207 | tensai = Instance.new("Part") | |
208 | tensai.Parent = you | |
209 | tensai.CFrame = you.UpperTorso.CFrame*CFrame.new(0, 1, -90) | |
210 | - | you.Torso["Left Shoulder"].DesiredAngle = -2 |
210 | + | |
211 | - | you.Torso["Right Shoulder"].DesiredAngle = 2 |
211 | + | |
212 | tensai.Size = Vector3.new(65, 30, 9) | |
213 | tensai.Transparency = 1 | |
214 | - | tensai.CFrame = you.Torso.CFrame*CFrame.new(0, 1, -90) |
214 | + | |
215 | push.maxForce = Vector3.new(3,3999999,39999999) | |
216 | up = Instance.new("BodyVelocity") | |
217 | up.maxForce = Vector3.new(3,3999999,39999999) | |
218 | up.velocity = tensai.CFrame.lookVector*-40 | |
219 | push.velocity = you.UpperTorso.CFrame.lookVector*-40 | |
220 | push.Parent = tensai | |
221 | function pp(part) | |
222 | up:clone().Parent = part | |
223 | wait(2) | |
224 | - | push.velocity = you.Torso.CFrame.lookVector*-40 |
224 | + | |
225 | end | |
226 | tensai.Touched:connect(pp) | |
227 | wait(1.8) | |
228 | tensai:Remove() | |
229 | you.Animate.Disabled = false | |
230 | you.Humanoid.WalkSpeed = 16 | |
231 | busy = false | |
232 | end | |
233 | end | |
234 | end | |
235 | mouse.KeyDown:connect(kj) | |
236 | ||
237 | function kk(key) | |
238 | key:lower() | |
239 | if key == "k" | |
240 | then if busy == false then | |
241 | busy = true | |
242 | you.Humanoid.WalkSpeed = 0 | |
243 | you.Animate.Disabled = true | |
244 | msg:Chat(you.Head, "BBOSS style: Universal Pull!", Enum.ChatColor.Blue) | |
245 | you.UpperTorso["Left Shoulder"].DesiredAngle = -2 | |
246 | you.UpperTorso["Right Shoulder"].DesiredAngle = 2 | |
247 | tensai = Instance.new("Part") | |
248 | tensai.Parent = you | |
249 | tensai.CFrame = you.UpperTorso.CFrame*CFrame.new(0, 1, -90) | |
250 | - | you.Torso["Left Shoulder"].DesiredAngle = -2 |
250 | + | |
251 | - | you.Torso["Right Shoulder"].DesiredAngle = 2 |
251 | + | |
252 | tensai.Size = Vector3.new(65, 30, 9) | |
253 | tensai.Transparency = 1 | |
254 | - | tensai.CFrame = you.Torso.CFrame*CFrame.new(0, 1, -90) |
254 | + | |
255 | push.maxForce = Vector3.new(3,3,3) | |
256 | push.velocity = you.UpperTorso.CFrame.lookVector*-40 | |
257 | push.Parent = tensai | |
258 | up = Instance.new("BodyVelocity") | |
259 | up.maxForce = Vector3.new(3,3,3) | |
260 | up.velocity = tensai.CFrame.lookVector*40 | |
261 | - | push.velocity = you.Torso.CFrame.lookVector*-40 |
261 | + | |
262 | up:clone().Parent = part | |
263 | wait(2) | |
264 | part.BodyVelocity:Remove() | |
265 | end | |
266 | tensai.Touched:connect(pp) | |
267 | wait(1.8) | |
268 | tensai:Remove() | |
269 | you.Animate.Disabled = false | |
270 | you.Humanoid.WalkSpeed = 16 | |
271 | busy = false | |
272 | end | |
273 | end | |
274 | end | |
275 | mouse.KeyDown:connect(kk) | |
276 | ||
277 | function ll(key) | |
278 | key:lower() | |
279 | if key == "l" | |
280 | then if busy == false then | |
281 | busy = true | |
282 | you.Humanoid.WalkSpeed = 0 | |
283 | you.Animate.Disabled = true | |
284 | msg:Chat(you.Head, "BBOSS style: Summonning!", Enum.ChatColor.Red) | |
285 | push = Instance.new("BodyVelocity") | |
286 | push.maxForce = Vector3.new(3,3,3) | |
287 | push.velocity = you.UpperTorso.CFrame.lookVector*-80 | |
288 | push.Parent = you.Head | |
289 | wten = Instance.new("Weld") | |
290 | tensai = Instance.new("Part") | |
291 | tensai.Parent = game.Workspace | |
292 | - | push.velocity = you.Torso.CFrame.lookVector*-80 |
292 | + | |
293 | tensai.CanCollide = false | |
294 | tensai.Size = Vector3.new(12, 9.6, 39) | |
295 | tensai.Transparency = 0 | |
296 | wten.Parent = you.UpperTorso | |
297 | wten.Part1 = you.UpperTorso | |
298 | wten.Part0 = tensai | |
299 | wten.C0 = wten.C0*CFrame.new(0, 1, 0) | |
300 | wten.C1 = wten.C1*CFrame.new(0, -8, 0) | |
301 | - | wten.Parent = you.Torso |
301 | + | |
302 | - | wten.Part1 = you.Torso |
302 | + | |
303 | lobby.MeshId = "http://www.roblox.com/asset/?id=15158219" | |
304 | lobby.Parent = tensai | |
305 | lobby.TextureId = "http://www.roblox.com/asset/?id=15158208" | |
306 | lobby.Scale = Vector3.new(3, 3, 3) | |
307 | ||
308 | function pp(part) | |
309 | push:clone().Parent = part | |
310 | wait(1) | |
311 | part.BodyVelocity:Remove() | |
312 | end | |
313 | tensai.Touched:connect(pp) | |
314 | wait(3) | |
315 | wten:Remove() | |
316 | tensai:Remove() | |
317 | push:Remove() | |
318 | you.Animate.Disabled = false | |
319 | you.Humanoid.WalkSpeed = 16 | |
320 | busy = false | |
321 | end | |
322 | end | |
323 | end | |
324 | mouse.KeyDown:connect(ll) |