SHOW:
|
|
- or go back to the newest paste.
1 | - | Names = "RazorShockk"--------your name goes here |
1 | + | Names = "cutelittlepeople"--------your name goes here |
2 | Player = game:GetService("Players").RazorShockk ------your name goes also here | |
3 | Character = Player.Character | |
4 | PlayerGui = Player.PlayerGui | |
5 | Backpack = Player.Backpack | |
6 | Humanoid = Character.Humanoid | |
7 | Torso = Character.Torso | |
8 | Head = Character.Head | |
9 | LeftArm = Character["Left Arm"] | |
10 | RightArm = Character["Right Arm"] | |
11 | LeftLeg = Character["Left Leg"] | |
12 | RightLeg = Character["Right Leg"] | |
13 | Neck = Torso["Neck"] | |
14 | RightShoulder = Torso["Right Shoulder"] | |
15 | LeftShoulder = Torso["Left Shoulder"] | |
16 | RightHip = Torso["Right Hip"] | |
17 | LeftHip = Torso["Left Hip"] | |
18 | NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
19 | NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
20 | LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
21 | LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
22 | RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
23 | RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
24 | LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
25 | LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
26 | RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
27 | RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
28 | Damage = 2000000 | |
29 | Sound = Instance.new("Sound") | |
30 | Sound.Parent = Head | |
31 | Sound.Name = "Sound" | |
32 | Sound.Pitch = .8 | |
33 | Sound.SoundId = "" | |
34 | Sound.Volume = 2 | |
35 | Stuff = Player.Character:GetChildren() | |
36 | for i = 1 , #Stuff do | |
37 | if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then | |
38 | Stuff[i]:Remove() | |
39 | end | |
40 | end | |
41 | Torso.BrickColor = BrickColor.new("really blue") | |
42 | Head.BrickColor = BrickColor.new("really blue") | |
43 | RightArm.BrickColor = BrickColor.new("really blue") | |
44 | LeftArm.BrickColor = BrickColor.new("really blue") | |
45 | RightLeg.BrickColor = BrickColor.new("really blue") | |
46 | LeftLeg.BrickColor = BrickColor.new("really blue") | |
47 | Torso.Reflectance = .4 | |
48 | Head.Reflectance = .4 | |
49 | RightArm.Reflectance = .4 | |
50 | LeftArm.Reflectance = .4 | |
51 | RightLeg.Reflectance = .4 | |
52 | LeftLeg.Reflectance = .4 | |
53 | Character.Head.face:remove() | |
54 | Eye1 = Instance.new("Part") | |
55 | Eye1.Parent = Character | |
56 | Eye1.Size = Vector3.new(1,1,1) | |
57 | Eye1.TopSurface = "Smooth" | |
58 | Eye1.BottomSurface = "Smooth" | |
59 | Eye1.CanCollide = false | |
60 | Eye1.Reflectance = .1 | |
61 | Eye1.FormFactor = "Symmetric" | |
62 | Eye1.BrickColor = BrickColor.new("Lime green") | |
63 | e1m=Instance.new("BlockMesh") | |
64 | e1m.Scale=Vector3.new(.25,.2,.25) | |
65 | e1m.Bevel=.1 | |
66 | e1m.Parent=Eye1 | |
67 | Eye1:BreakJoints() | |
68 | pweld = Instance.new("Weld") | |
69 | pweld.Parent = Head | |
70 | pweld.Part0 = Head | |
71 | pweld.Part1 = Eye1 | |
72 | pweld.C0 = CFrame.new(.2,0.21,-.55) | |
73 | Eye2 = Instance.new("Part") | |
74 | Eye2.Parent = Character | |
75 | Eye2.Size = Vector3.new(1,1,1) | |
76 | Eye2.TopSurface = "Smooth" | |
77 | Eye2.BottomSurface = "Smooth" | |
78 | Eye2.CanCollide = false | |
79 | Eye2.Reflectance = .1 | |
80 | Eye2.FormFactor = "Symmetric" | |
81 | Eye2.BrickColor = BrickColor.new("Lime green") | |
82 | e2m=Instance.new("BlockMesh") | |
83 | e2m.Scale=Vector3.new(.25,.2,.25) | |
84 | e2m.Bevel=.1 | |
85 | e2m.Parent=Eye2 | |
86 | Eye2:BreakJoints() | |
87 | pweld = Instance.new("Weld") | |
88 | pweld.Parent = Head | |
89 | pweld.Part0 = Head | |
90 | pweld.Part1 = Eye2 | |
91 | pweld.C0 = CFrame.new(-.2,0.21,-.55) | |
92 | Mouth = Instance.new("Part") | |
93 | Mouth.Parent = Character | |
94 | Mouth.Size = Vector3.new(1,1,1) | |
95 | Mouth.TopSurface = "Smooth" | |
96 | Mouth.BottomSurface = "Smooth" | |
97 | Mouth.CanCollide = false | |
98 | Mouth.Reflectance = .1 | |
99 | Mouth.FormFactor = "Symmetric" | |
100 | Mouth.BrickColor = BrickColor.new("Lime green") | |
101 | MouthMesh=Instance.new("SpecialMesh") | |
102 | MouthMesh.Scale=Vector3.new(.9,0.2,1.05) | |
103 | MouthMesh.MeshType = "Sphere" | |
104 | MouthMesh.Parent=Mouth | |
105 | Mouth:BreakJoints() | |
106 | meld = Instance.new("Weld") | |
107 | meld.Parent = Head | |
108 | meld.Part0 = Head | |
109 | meld.Part1 = Mouth | |
110 | meld.C0 = CFrame.new(0,-.3,-.1) | |
111 | function PwnWelds() | |
112 | TiltX = 0 | |
113 | TiltY = 0 | |
114 | TiltZ = 1.57 | |
115 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ) | |
116 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ) | |
117 | TiltX = 0.6 | |
118 | TiltY = 0 | |
119 | TiltZ = 0 | |
120 | MoveX = 0 | |
121 | MoveY = 0 | |
122 | MoveZ = -0.3 | |
123 | RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
124 | LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
125 | TiltX = -0.05 | |
126 | TiltY = 0 | |
127 | TiltZ = 0 | |
128 | MoveX = 0 | |
129 | MoveY = 0.1 | |
130 | MoveZ = 0 | |
131 | RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
132 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
133 | end | |
134 | function RefreshWelds() | |
135 | Neck.C0 = NeckC0 | |
136 | Neck.C1 = NeckC1 | |
137 | RightShoulder.C0 = RightShoulderC0 | |
138 | RightShoulder.C1 = RightShoulderC1 | |
139 | LeftShoulder.C0 = LeftShoulderC0 | |
140 | LeftShoulder.C1 = LeftShoulderC1 | |
141 | RightHip.C0 = RightHipC0 | |
142 | RightHip.C1 = RightHipC1 | |
143 | LeftHip.C0 = LeftHipC0 | |
144 | LeftHip.C1 = LeftHipC1 | |
145 | end | |
146 | function Heal() | |
147 | ShockWave = Instance.new("Part") | |
148 | ShockWave.Parent = Torso | |
149 | ShockWave.Anchored = true | |
150 | ShockWave.CanCollide = false | |
151 | ShockWave.Locked = true | |
152 | ShockWave.Transparency = 0 | |
153 | ShockWave.Shape = "Ball" | |
154 | ShockWave.BrickColor = BrickColor.new("Really red") | |
155 | ShockWave.Size = Vector3.new(1, 1, 1) | |
156 | ShockWave.TopSurface = "Smooth" | |
157 | ShockWave.BottomSurface = "Smooth" | |
158 | ShockWave.CFrame = Torso.CFrame | |
159 | ShockWaveMesh = Instance.new("SpecialMesh") | |
160 | ShockWaveMesh.Parent = ShockWave | |
161 | ShockWaveMesh.MeshType = "Sphere" | |
162 | ShockWaveMesh.Scale = Vector3.new(1, 1, 1) | |
163 | game:getService("Debris"):AddItem(ShockWave, 2) | |
164 | for i = 1 , 100 do | |
165 | ShockWave.Size = ShockWave.Size + Vector3.new(1, 1, 1) | |
166 | ShockWave.Transparency = ShockWave.Transparency + 0.02 | |
167 | ShockWave.CFrame = Torso.CFrame | |
168 | for u, c in pairs(workspace:GetChildren()) do | |
169 | h = c:findFirstChild("Humanoid") | |
170 | t = c:findFirstChild("Torso") | |
171 | if h ~= nil and t ~= nil then | |
172 | if (Torso.Position-t.Position).magnitude <= 20 then | |
173 | h.Health = h.Health + 12 | |
174 | end | |
175 | end | |
176 | end | |
177 | wait(0.01) | |
178 | end | |
179 | end | |
180 | function Roar() | |
181 | for i = 1, 4 do | |
182 | MouthMesh.Scale = MouthMesh.Scale + Vector3.new(0,.2,0) | |
183 | meld.C0 = meld.C0 + Vector3.new(0,.05,0) | |
184 | wait(.2) | |
185 | end | |
186 | Sound.SoundId = "http://www.roblox.com/asset/?id=24478553"--24478553,24483366 | |
187 | Sound.Pitch = 1 | |
188 | for i = 1, 50 do | |
189 | Sound:play() | |
190 | Sound:play() | |
191 | Sound:play() | |
192 | Sound:play() | |
193 | Sound:play() | |
194 | Sound:play() | |
195 | Sound:play() | |
196 | Sound:play() | |
197 | for u, c in pairs(workspace:GetChildren()) do | |
198 | if c.Name ~= Names then | |
199 | h = c:findFirstChild("Humanoid") | |
200 | t = c:findFirstChild("Torso") | |
201 | if h ~= nil and t ~= nil then | |
202 | if (Torso.Position-t.Position).magnitude <= 25000 then | |
203 | t.CFrame = t.CFrame * CFrame.Angles(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1)) | |
204 | h:TakeDamage(h.Health/1) | |
205 | end | |
206 | end | |
207 | end | |
208 | end | |
209 | wait() | |
210 | end | |
211 | wait(2) | |
212 | for i = 1, 4 do | |
213 | MouthMesh.Scale = MouthMesh.Scale - Vector3.new(0,.2,0) | |
214 | meld.C0 = meld.C0 - Vector3.new(0,.05,0) | |
215 | wait(.2) | |
216 | end | |
217 | end | |
218 | function Rocket() | |
219 | for i = 1, 10 do | |
220 | e1m.Scale = e1m.Scale + Vector3.new(.025,.025,.025) | |
221 | e2m.Scale = e2m.Scale + Vector3.new(.025,.025,.025) | |
222 | wait() | |
223 | end | |
224 | Eye1.BrickColor = BrickColor.new("Black") | |
225 | Eye2.BrickColor = BrickColor.new("Black") | |
226 | RCKT = Eye1:Clone() | |
227 | RCKT.Parent = Character | |
228 | RCKT.Size = Vector3.new(10,2,3) | |
229 | RCKT.Anchored = false | |
230 | RCKT.Position = Head.Position | |
231 | RCKT.CFrame = RCKT.CFrame * CFrame.new(0, -2, 0) | |
232 | RVelocity = Instance.new("BodyVelocity") | |
233 | RVelocity.Parent = RCKT | |
234 | RVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
235 | RVelocity.velocity = RCKT.CFrame.lookVector * 30 | |
236 | game:getService("Debris"):AddItem(RCKT, 5) | |
237 | function damage(hit) | |
238 | local hum = hit.Parent:FindFirstChild("Humanoid") | |
239 | if hum ~= nil then | |
240 | hum.Health = hum.Health - 101 | |
241 | end | |
242 | end | |
243 | RCKT.Touched:connect(damage) | |
244 | wait(1) | |
245 | for i = 1, 10 do | |
246 | e1m.Scale = e1m.Scale - Vector3.new(.025,.025,.025) | |
247 | e2m.Scale = e2m.Scale - Vector3.new(.025,.025,.025) | |
248 | wait() | |
249 | end | |
250 | Eye1.BrickColor = BrickColor.new("Really red") | |
251 | Eye2.BrickColor = BrickColor.new("Really red") | |
252 | end | |
253 | function EyeLaser() | |
254 | Character.Humanoid.WalkSpeed = 0 | |
255 | local bea = Instance.new("Model") | |
256 | bea.Parent = Character | |
257 | for i = 1, 10 do | |
258 | wait() | |
259 | transnumb = 0.09*i | |
260 | pab1 = Eye1:Clone() | |
261 | pab1.Size = Vector3.new(2,2,4) | |
262 | pab1.Parent = bea | |
263 | pab1.Transparency = 0.9-transnumb | |
264 | pab1.Touched:connect( | |
265 | function(h) | |
266 | if h.Name ~= "Base" and h.Parent ~= Character then else return end | |
267 | h.BrickColor = BrickColor.new("Really red") | |
268 | h.Transparency = pab1.Transparency | |
269 | game:getService("Debris"):AddItem(h, 0.6) | |
270 | end) | |
271 | pab1:BreakJoints() | |
272 | pab2 = Eye2:Clone() | |
273 | pab2.Size = Vector3.new(2,2,4) | |
274 | pab2.Parent = bea | |
275 | pab2.Transparency = 0.9-transnumb | |
276 | pab2.Touched:connect( | |
277 | function(h) | |
278 | if h.Name ~= "Base" and h.Parent ~= Character then else return end | |
279 | h.BrickColor = BrickColor.new("Really red") | |
280 | h.Transparency = pab2.Transparency | |
281 | game:getService("Debris"):AddItem(h, 0.6) | |
282 | end) | |
283 | pab2:BreakJoints() | |
284 | weld = Instance.new("Weld") | |
285 | weld.Parent = bea | |
286 | weld.Part0 = Eye1 | |
287 | weld.Part1 = pab1 | |
288 | weld.C0 = CFrame.new(0,0,-1*i) | |
289 | weld = Instance.new("Weld") | |
290 | weld.Parent = bea | |
291 | weld.Part0 = Eye2 | |
292 | weld.Part1 = pab2 | |
293 | weld.C0 = CFrame.new(0,0,-1*i) | |
294 | end | |
295 | for i = 1, 50 do | |
296 | wait() | |
297 | lol = bea:GetChildren() | |
298 | for i = 1, #lol do | |
299 | if lol[i].className == "Weld" then | |
300 | lol[i].C0 = lol[i].C0 * CFrame.new(0,0,-1) | |
301 | end | |
302 | end | |
303 | end | |
304 | game:getService("Debris"):AddItem(bea, 0.01) | |
305 | Character.Humanoid.WalkSpeed = 16 | |
306 | end | |
307 | function Suicide() | |
308 | ef2 = Instance.new("BodyVelocity") | |
309 | ef2.Parent = Torso | |
310 | ef2.maxForce = Vector3.new(0,math.huge,0) | |
311 | ef2.velocity = Vector3.new(0, 50, 0) | |
312 | Character.Humanoid.PlatformStand = true | |
313 | fu = Instance.new("Fire") | |
314 | fu.Parent = Torso | |
315 | fu.Size = 10 | |
316 | fu.Heat = -15 | |
317 | wait(1) | |
318 | Sound.SoundId = "http://www.roblox.com/asset/?id=2101148" | |
319 | Sound.Pitch = 1 | |
320 | for i = 1, 3 do | |
321 | e = Instance.new("Explosion") | |
322 | e.Parent = Workspace | |
323 | e.Position = Torso.Position | |
324 | e.BlastRadius = 30 | |
325 | e.BlastPressure = 10000 | |
326 | Sound:play() | |
327 | wait(.2) | |
328 | e = Instance.new("Explosion") | |
329 | e.Parent = Workspace | |
330 | e.Position = Head.Position | |
331 | e.BlastRadius = 30 | |
332 | e.BlastPressure = 1000 | |
333 | Sound:play() | |
334 | wait(.2) | |
335 | e = Instance.new("Explosion") | |
336 | e.Parent = Workspace | |
337 | e.Position = RightArm.Position | |
338 | e.BlastRadius = 30 | |
339 | e.BlastPressure = 1000 | |
340 | Sound:play() | |
341 | wait(.2) | |
342 | e = Instance.new("Explosion") | |
343 | e.Parent = Workspace | |
344 | e.Position = LeftArm.Position | |
345 | e.BlastRadius = 30 | |
346 | e.BlastPressure = 1000 | |
347 | Sound:play() | |
348 | wait(.2) | |
349 | e = Instance.new("Explosion") | |
350 | e.Parent = Workspace | |
351 | e.Position = LeftLeg.Position | |
352 | e.BlastRadius = 30 | |
353 | e.BlastPressure = 1000 | |
354 | Sound:play() | |
355 | wait(.2) | |
356 | e = Instance.new("Explosion") | |
357 | e.Parent = Workspace | |
358 | e.Position = RightLeg.Position | |
359 | e.BlastRadius = 1000 | |
360 | e.BlastPressure = 1000 | |
361 | Sound:play() | |
362 | wait(.2) | |
363 | end | |
364 | end | |
365 | function Jump() | |
366 | Character.Humanoid.PlatformStand = true | |
367 | Torso.Velocity = Torso.CFrame.lookVector * 150 + Vector3.new(0, 130, 0) | |
368 | for i = 1 , 20 do | |
369 | Torso.CFrame = Torso.CFrame * CFrame.Angles(-0.5, 0, 0) | |
370 | wait() | |
371 | end | |
372 | Character.Humanoid.PlatformStand = false | |
373 | Gyro = Instance.new("BodyGyro") | |
374 | Gyro.Parent = Torso | |
375 | Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.aAngles(0, 0, 0) | |
376 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
377 | wait(0.1) | |
378 | Gyro:Remove() | |
379 | end | |
380 | function Shield() | |
381 | Character.Humanoid.PlatformStand = true | |
382 | s = Instance.new("Part") | |
383 | s.Parent = Character | |
384 | s.Size = Vector3.new(8,8,8) | |
385 | s.Shape = "Ball" | |
386 | s.TopSurface = "Smooth" | |
387 | s.BottomSurface = "Smooth" | |
388 | s.Transparency = .5 | |
389 | s.Position = Torso.Position | |
390 | s.BrickColor = BrickColor.new("Royal purple") | |
391 | sweld = Instance.new("Weld") | |
392 | sweld.Parent = Torso | |
393 | sweld.Part0 = Torso | |
394 | sweld.Part1 = s | |
395 | sweld.C0 = CFrame.new(0,0,0) | |
396 | game:getService("Debris"):AddItem(s, 13) | |
397 | wait(10) | |
398 | for i = 1, 10 do | |
399 | wait() | |
400 | s.Transparency = s.Transparency + .05 | |
401 | end | |
402 | Character.Humanoid.PlatformStand = false | |
403 | s:remove() | |
404 | end | |
405 | function GroundPound() | |
406 | ef2 = Instance.new("BodyVelocity") | |
407 | ef2.Parent = Torso | |
408 | ef2.maxForce = Vector3.new(0,math.huge,0) | |
409 | ef2.velocity = Vector3.new(0, 100, 0) | |
410 | --Character.Humanoid.PlatformStand = true | |
411 | wait(3) | |
412 | Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0) | |
413 | ef2.velocity = Vector3.new(0, -100, 0) | |
414 | wait(1) | |
415 | ef2.velocity = Vector3.new(0, -150, 0) | |
416 | fu = Instance.new("Fire") | |
417 | fu.Parent = Torso | |
418 | fu.Size = 10 | |
419 | fu.Heat = 15 | |
420 | wait(1.3) | |
421 | Range = 10000 | |
422 | for i = 1 , 5 do | |
423 | Range = Range + 15 | |
424 | Character.Humanoid.WalkSpeed = 0 | |
425 | Boom = Instance.new("Explosion") | |
426 | Boom.Parent = Workspace | |
427 | Boom.BlastRadius = Range/2 | |
428 | Boom.Position = Torso.Position+Vector3.new(Range, 0, 0) | |
429 | Boom = Instance.new("Explosion") | |
430 | Boom.Parent = Workspace | |
431 | Boom.BlastRadius = Range/2 | |
432 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, 0) | |
433 | Boom = Instance.new("Explosion") | |
434 | Boom.Parent = Workspace | |
435 | Boom.BlastRadius = Range/2 | |
436 | Boom.Position = Torso.Position+Vector3.new(0, 0, Range) | |
437 | Boom = Instance.new("Explosion") | |
438 | Boom.Parent = Workspace | |
439 | Boom.BlastRadius = Range/2 | |
440 | Boom.Position = Torso.Position+Vector3.new(0, 0, -Range) | |
441 | Boom = Instance.new("Explosion") | |
442 | Boom.Parent = Workspace | |
443 | Boom.BlastRadius = Range/2 | |
444 | Boom.Position = Torso.Position+Vector3.new(Range, 0, Range) | |
445 | Boom = Instance.new("Explosion") | |
446 | Boom.Parent = Workspace | |
447 | Boom.BlastRadius = Range/2 | |
448 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, Range) | |
449 | Boom = Instance.new("Explosion") | |
450 | Boom.Parent = Workspace | |
451 | Boom.BlastRadius = Range/2 | |
452 | Boom.Position = Torso.Position+Vector3.new(Range, 0, -Range) | |
453 | Boom = Instance.new("Explosion") | |
454 | Boom.Parent = Workspace | |
455 | Boom.BlastRadius = Range/2 | |
456 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, -Range) | |
457 | wait(0.05) | |
458 | end | |
459 | ef2:remove() | |
460 | fu:remove() | |
461 | Character.Humanoid.PlatformStand = false | |
462 | end | |
463 | function Eyez() | |
464 | for i = 1, 5 do | |
465 | e1m.Scale = e1m.Scale + Vector3.new(0,0,.1) | |
466 | e2m.Scale = e2m.Scale + Vector3.new(0,0,.1) | |
467 | wait() | |
468 | end | |
469 | wait() | |
470 | for i = 1, 5 do | |
471 | e1m.Scale = e1m.Scale - Vector3.new(0,0,.1) | |
472 | e2m.Scale = e2m.Scale - Vector3.new(0,0,.1) | |
473 | wait() | |
474 | end | |
475 | end | |
476 | function FootBlox() | |
477 | for u, c in pairs(workspace:GetChildren()) do | |
478 | h = c:findFirstChild("Humanoid") | |
479 | t = c:findFirstChild("Torso") | |
480 | if h ~= nil and t ~= nil and c.Name ~= Character.Name then | |
481 | if h.Health > 0 then | |
482 | if (Torso.Position-t.Position).magnitude <= 25000 then | |
483 | Gyro = Instance.new("BodyGyro") | |
484 | Gyro.Parent = Torso | |
485 | Gyro.maxTorque = Vector3.new(math.huge, 0, math.huge) | |
486 | Gyro.cframe = Torso.CFrame | |
487 | PwnWelds() | |
488 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4) | |
489 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4) | |
490 | wait(0.1) | |
491 | t.CFrame = Torso.CFrame | |
492 | h.PlatformStand = true | |
493 | ww = Instance.new("Weld") | |
494 | ww.Part0 =Torso | |
495 | ww.Part1 = t | |
496 | ww.Parent = Torso | |
497 | ww.C0 = CFrame.new(0, 0, -2) | |
498 | h:TakeDamage(2) | |
499 | wait(1) | |
500 | PwnWelds() | |
501 | h:TakeDamage(5) | |
502 | wait(0.05) | |
503 | LA = c["Left Arm"] | |
504 | LL = c["Left Leg"] | |
505 | RA = c["Right Arm"] | |
506 | RL = c["Right Leg"] | |
507 | w = Instance.new("Weld") | |
508 | w.Part0 = c["Right Leg"] | |
509 | w.Part1 = t | |
510 | w.Parent = c["Right Leg"] | |
511 | w.C0 = CFrame.new(.5, 0, .5) | |
512 | w = Instance.new("Weld") | |
513 | w.Part0 = c["Left Leg"] | |
514 | w.Part1 = t | |
515 | w.Parent = c["Left Leg"] | |
516 | w.C0 = CFrame.new(-.5, 0, .5) | |
517 | w = Instance.new("Weld") | |
518 | w.Part0 = c["Left Arm"] | |
519 | w.Part1 = t | |
520 | w.Parent = c["Left Arm"] | |
521 | w.C0 = CFrame.new(-.5, 0, -.5) | |
522 | w = Instance.new("Weld") | |
523 | w.Part0 = c["Right Arm"] | |
524 | w.Part1 = t | |
525 | w.Parent = c["Right Arm"] | |
526 | w.C0 = CFrame.new(.5, 0, -.5) | |
527 | w = Instance.new("Weld") | |
528 | w.Part0 = c.Head | |
529 | w.Part1 = t | |
530 | w.Parent = c.Head | |
531 | w.C0 = CFrame.new(0, -1, 0) | |
532 | wait(0.2) | |
533 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.3) | |
534 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.3) | |
535 | wait(0.15) | |
536 | PwnWelds() | |
537 | h:TakeDamage(5) | |
538 | wait(0.1) | |
539 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4) | |
540 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4) | |
541 | wait(1.5) | |
542 | for i = 1 , 6 do | |
543 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i) | |
544 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i) | |
545 | RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i) | |
546 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i) | |
547 | wait() | |
548 | end | |
549 | h:TakeDamage(20) | |
550 | ww:Remove() | |
551 | t.Velocity = Torso.CFrame.lookVector * 500 + Vector3.new(0, 50, 0) | |
552 | wait(0.3) | |
553 | for i = 1 , 6 do | |
554 | RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(0, 0, 0.15) | |
555 | LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(0, 0, -0.15) | |
556 | RightHip.C0 = RightHip.C0 * CFrame.Angles(0, 0, -0.31) | |
557 | LeftHip.C0 = LeftHip.C0 * CFrame.Angles(0, 0, -0.035) | |
558 | wait() | |
559 | end | |
560 | Gyro:Remove() | |
561 | RefreshWelds() | |
562 | end | |
563 | end | |
564 | end | |
565 | end | |
566 | end | |
567 | function HeadAche() | |
568 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 3.14) | |
569 | wait(0.4) | |
570 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
571 | Character.Head.Transparency = 1 | |
572 | Mouth.Transparency = 1 | |
573 | Eye1.Transparency = 1 | |
574 | Eye2.Transparency = 1 | |
575 | Mod = Instance.new("Model",workspace) | |
576 | Mod.Name = Names | |
577 | HeadPart = Instance.new("Part") | |
578 | HeadPart.Parent = Mod | |
579 | HeadPart.CanCollide = false | |
580 | HeadPart.Size = Vector3.new(1,1,1) | |
581 | HeadPart.BrickColor = Character.Head.BrickColor | |
582 | HeadPart.Reflectance = Character.Head.Reflectance | |
583 | HeadPart.formFactor = "Symmetric" | |
584 | HeadPart.Position = RightArm.Position | |
585 | HeadPart.Name = "Head" | |
586 | Human = Instance.new("Humanoid") | |
587 | Human.Parent = Mod | |
588 | Human.Health = 0 | |
589 | HPMesh = Instance.new("SpecialMesh") | |
590 | HPMesh.MeshType = "Head" | |
591 | HPMesh.Parent = HeadPart | |
592 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
593 | w = Instance.new("Weld") | |
594 | w.Parent = RightArm | |
595 | w.Part0 = RightArm | |
596 | w.Part1 = HeadPart | |
597 | w.C0 = CFrame.new(0, -1.3, 0) | |
598 | wait(0.7) | |
599 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -2) | |
600 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1) | |
601 | wait(0.5) | |
602 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.6) | |
603 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 1.2) | |
604 | wait() | |
605 | w:Remove() | |
606 | function damage(hit) | |
607 | hum = hit.Parent:FindFirstChild("Humanoid") | |
608 | if hit.Parent ~= Character then | |
609 | if hum ~= nil then | |
610 | Velocity:Remove() | |
611 | Gyro:Remove() | |
612 | hum.PlatformStand = true | |
613 | hum.Health = hum.Health - 6 | |
614 | hum.Parent.Torso.CFrame = hum.Parent.Torso.CFrame * CFrame.Angles(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) | |
615 | HeadPart.Size = Vector3.new(1,1,1) | |
616 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
617 | HeadPart.CanCollide = true | |
618 | end | |
619 | end | |
620 | end | |
621 | HeadPart.Touched:connect(damage) | |
622 | Gyro = Instance.new("BodyGyro") | |
623 | Gyro.Parent = HeadPart | |
624 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
625 | Gyro.cframe = Character.Torso.CFrame * CFrame.Angles(0, 0, 1.57) | |
626 | Gyro.D = 50 | |
627 | Velocity = Instance.new("BodyVelocity") | |
628 | Velocity.Parent = HeadPart | |
629 | Velocity.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
630 | Velocity.velocity = Character.Torso.CFrame.lookVector * 75 | |
631 | -- Torso.CFrame = Torso.CFrame * CFrame.Angles(2, 0, 0) | |
632 | wait(0.5) | |
633 | HeadPart.Size = Vector3.new(4,4,4) | |
634 | HPMesh.Scale = Vector3.new(.3125,.3125,.3125) | |
635 | -- Character.Humanoid.PlatformStand = true | |
636 | RefreshWelds() | |
637 | wait(.25) | |
638 | HeadPart.CanCollide = true | |
639 | for i = 1 , 10 do | |
640 | Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 1, 1) | |
641 | wait(0.0625) | |
642 | end | |
643 | wait(.5) | |
644 | if Velocity ~= nil then | |
645 | Velocity:Remove() | |
646 | end | |
647 | wait(0.1) | |
648 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
649 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
650 | HeadPart.Size = Vector3.new(1,1,1) | |
651 | HeadPart.CanCollide = true | |
652 | if Gyro ~= nil then | |
653 | Gyro:Remove() | |
654 | end | |
655 | wait(1) | |
656 | Mod:remove() | |
657 | Character.Head.Transparency = 0 | |
658 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
659 | for i = 1, 10 do | |
660 | Character.Head.Mesh.Scale = Character.Head.Mesh.Scale + Vector3.new(.125,.125,.125) | |
661 | wait(.05) | |
662 | end | |
663 | Mouth.Transparency = 0 | |
664 | Eye1.Transparency = 0 | |
665 | Eye2.Transparency = 0 | |
666 | wait(0.1) | |
667 | --Character.Humanoid.PlatformStand = false | |
668 | end | |
669 | function PrimaryLotus() | |
670 | Gyro = Instance.new("BodyGyro") | |
671 | Gyro.Parent = Torso | |
672 | Gyro.maxTorque = Vector3.new(0, 0, 0) | |
673 | Gyro.cframe = Torso.CFrame | |
674 | for i = 1 , 6 do | |
675 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i) | |
676 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i) | |
677 | RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i) | |
678 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i) | |
679 | wait() | |
680 | end | |
681 | for i, v in pairs(workspace:GetChildren()) do | |
682 | eTorso = v:findFirstChild("Torso") | |
683 | eHumanoid = v:findFirstChild("Humanoid") | |
684 | if eTorso ~= nil and eHumanoid ~= nil and v.Name ~= Character.Name then | |
685 | if (Torso.Position-eTorso.Position).magnitude <= 6 then | |
686 | RefreshWelds() | |
687 | eHumanoid.PlatformStand = true | |
688 | Humanoid.PlatformStand = true | |
689 | Torso.CFrame = eTorso.CFrame * CFrame.new(0, 5, -1.5) | |
690 | TorsoWeld = Instance.new("Weld") | |
691 | TorsoWeld.Parent = Torso | |
692 | TorsoWeld.Part0 = Torso | |
693 | TorsoWeld.Part1 = eTorso | |
694 | TorsoWeld.C0 = CFrame.new(0, 0, -1.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
695 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
696 | Gyro.cframe = CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
697 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.5) | |
698 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.5) | |
699 | handle21 = Instance.new("Part") | |
700 | handle21.Parent = Character | |
701 | handle21.TopSurface = "Smooth" | |
702 | handle21.BottomSurface = "Smooth" | |
703 | handle21.Size = Vector3.new(1, 1, 1) | |
704 | handle21.CFrame = Torso.CFrame | |
705 | weld2 = Instance.new("Weld") | |
706 | weld2.Part0 = eTorso | |
707 | weld2.Part1 = handle21 | |
708 | weld2.Parent = eTorso | |
709 | weld2.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(3.14, 0, 0) | |
710 | p2 = Instance.new("SpecialMesh") | |
711 | p2.Parent = handle21 | |
712 | p2.Scale = Vector3.new(0, 0, 0) | |
713 | p2.MeshType = "Sphere" | |
714 | for i = 1 , 10 do | |
715 | Torso.Velocity = Vector3.new(0, 800, 0) | |
716 | if i >= 5 then | |
717 | p2.Scale = p2.Scale + Vector3.new(0.62, 1.5, 0.62) | |
718 | end | |
719 | wait(0.001) | |
720 | end | |
721 | wait(0.3) | |
722 | Torso.Velocity = Vector3.new(0, -400, 0) | |
723 | Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 0, -3.14) | |
724 | wait(0.3) | |
725 | handle2 = Instance.new("Part") | |
726 | handle2.Parent = Character | |
727 | handle2.TopSurface = "Smooth" | |
728 | handle2.BottomSurface = "Smooth" | |
729 | handle2.Size = Vector3.new(1, 1, 1) | |
730 | handle2.CFrame = Torso.CFrame | |
731 | weld = Instance.new("Weld") | |
732 | weld.Part0 = eTorso | |
733 | weld.Part1 = handle2 | |
734 | weld.Parent = eTorso | |
735 | weld.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(3.14, 0, 0) | |
736 | p = Instance.new("SpecialMesh") | |
737 | p.Parent = handle2 | |
738 | p.Scale = Vector3.new(5, 15, 5) | |
739 | p.MeshType = "FileMesh" | |
740 | p.MeshId = "http://www.roblox.com/asset/?id=1051557" | |
741 | Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0) | |
742 | wait(.7) | |
743 | handle2:Remove() | |
744 | handle21:Remove() | |
745 | TorsoWeld:Remove() | |
746 | ex = Instance.new("Explosion") | |
747 | ex.Parent = Workspace | |
748 | ex.BlastPressure = 0 | |
749 | ex.Position = Torso.Position | |
750 | eHumanoid:TakeDamage(math.huge) | |
751 | eHumanoid.PlatformStand = false | |
752 | eHumanoid.Sit = true | |
753 | for i = 1 , 15 do | |
754 | p = Instance.new("Part") | |
755 | p.Parent = Workspace | |
756 | p.Name = "Rocks" | |
757 | p.BrickColor = BrickColor.new("Brown") | |
758 | p.CanCollide = true | |
759 | p.TopSurface = "Smooth" | |
760 | p.Material = "Concrete" | |
761 | p.BottomSurface = "Smooth" | |
762 | p.Size = Vector3.new(math.random(3, 5), math.random(3, 5), math.random(3, 5)) | |
763 | p.CFrame = Torso.CFrame * CFrame.new(Vector3.new(math.random(-6, 6), -10, math.random(-6, 6))) * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3)) | |
764 | p.Velocity = p.CFrame.lookVector * 150 + Vector3.new(0, 10, 0) | |
765 | game:getService("Debris"):AddItem(p, 5) | |
766 | wait() | |
767 | end | |
768 | RefreshWelds() | |
769 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
770 | Gyro.cframe = CFrame.Angles(0, 0, 0) | |
771 | Humanoid.Jump = true | |
772 | Torso.CFrame = CFrame.new(Torso.Position + Vector3.new(0, 5, 10)) | |
773 | wait(.5) | |
774 | Torso.Velocity = Vector3.new(0,0,0) | |
775 | eTorso.Velocity = Vector3.new(0,0,0) | |
776 | end | |
777 | end | |
778 | end | |
779 | wait(0.05) | |
780 | Gyro:Remove() | |
781 | Torso.Velocity = Vector3.new(0,0,0) | |
782 | RefreshWelds() | |
783 | end | |
784 | function Free() | |
785 | Stuff = Character:GetChildren() | |
786 | for i = 1 , #Stuff do | |
787 | if Stuff[i].className == "Part" then | |
788 | Stuff[i].Anchored = false | |
789 | end | |
790 | end | |
791 | Stuff = Character:GetChildren() | |
792 | for i = 1 , #Stuff do | |
793 | if Stuff[i].className == "Part" then | |
794 | Stuff[i].Anchored = false | |
795 | end | |
796 | Stuff2 = Stuff[i]:GetChildren() | |
797 | for i = 1 , #Stuff2 do | |
798 | if Stuff2[i].className == "BodyPosition" or Stuff2[i].className == "BodyVelocity" or Stuff2[i].className == "BodyGyro" then | |
799 | Stuff2[i]:Remove() | |
800 | end | |
801 | end | |
802 | end | |
803 | Character.Torso.CFrame = Character.Torso.CFrame + Vector3.new(0,30,0) | |
804 | Character.Torso.Anchored = true | |
805 | wait(.5) | |
806 | Character.Torso.Anchored = false | |
807 | end | |
808 | Shieldz = false | |
809 | function ShieldOn() | |
810 | Johnny = Instance.new("BodyGyro") | |
811 | Johnny.Name = "JooDaddeh" | |
812 | Johnny.Parent = Torso | |
813 | Johnny.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) | |
814 | Johnny.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
815 | Billy = Instance.new("BodyPosition") | |
816 | Billy.Name = "JoeMama" | |
817 | Billy.Parent = Head | |
818 | Billy.position = Head.Position | |
819 | Billy.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
820 | wait() | |
821 | for i = 1, 5 do | |
822 | wait() | |
823 | Billy.position = Billy.position + Vector3.new(0,1,0) | |
824 | end | |
825 | wait(0.5) | |
826 | for i = 1, 11 do | |
827 | Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(1,1,1) | |
828 | wait(0.01) | |
829 | end | |
830 | Shieldz = true | |
831 | while Shieldz do | |
832 | wait() | |
833 | for i,v in pairs (workspace:GetChildren()) do | |
834 | if v.className == "Part" and v.Name ~= "Base" then | |
835 | if (Torso.Position-v.Position).magnitude <= 11 then | |
836 | v:Remove() | |
837 | end | |
838 | end | |
839 | if v.className == "Model" then | |
840 | for u, c in pairs (v:GetChildren()) do | |
841 | if c.className == "Part" and v.Name ~= Character.Name then | |
842 | if (Torso.Position-c.Position).magnitude <= 11 then | |
843 | c:Remove() | |
844 | end | |
845 | end | |
846 | end | |
847 | if v.Name ~= Character.Name then | |
848 | BobHumanoid = v:findFirstChild("Humanoid") | |
849 | BobHead = v:findFirstChild("Head") | |
850 | if BobHead ~= nil and BobHumanoid ~= nil then | |
851 | if (Torso.Position-BobHead.Position).magnitude <= 11 then | |
852 | for i = 1, 22 do | |
853 | wait() | |
854 | if i > 12 then | |
855 | BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(1, 1, 1) | |
856 | else | |
857 | if v:findFirstChild("Left Arm") ~= nil then | |
858 | v:findFirstChild("Left Arm"):Remove() | |
859 | end | |
860 | if v:findFirstChild("Left Leg") ~= nil then | |
861 | v:findFirstChild("Left Leg"):Remove() | |
862 | end | |
863 | if v:findFirstChild("Right Arm") ~= nil then | |
864 | v:findFirstChild("Right Arm"):Remove() | |
865 | end | |
866 | if v:findFirstChild("Right Leg") ~= nil then | |
867 | v:findFirstChild("Right Leg"):Remove() | |
868 | end | |
869 | if v:findFirstChild("Torso") ~= nil then | |
870 | v:findFirstChild("Torso"):Remove() | |
871 | end | |
872 | BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(-1, -1, -1) | |
873 | end | |
874 | end | |
875 | v:Remove() | |
876 | end | |
877 | end | |
878 | end | |
879 | end | |
880 | end | |
881 | end | |
882 | wait() | |
883 | end | |
884 | function ShieldOff() | |
885 | Shieldz = false | |
886 | for i = 1, 11 do | |
887 | Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(-1,-1,-1) | |
888 | wait(0.01) | |
889 | end | |
890 | for i = 1, 5 do | |
891 | pcall(function() Head.JoeMama.position = Head.JoeMama.position + Vector3.new(0,-1,0) end) | |
892 | wait(0.01) | |
893 | end | |
894 | pcall(function() Head.JoeMama:Remove() end) | |
895 | pcall(function() Torso.JooDaddeh:Remove() end) | |
896 | end | |
897 | function Page(Num,gm) | |
898 | if Num == 1 then | |
899 | for _,v in pairs (gm:GetChildren()) do | |
900 | if v.Name == "Pg2" then | |
901 | v:Remove() | |
902 | else | |
903 | v.Visible = true | |
904 | end | |
905 | end | |
906 | elseif Num == 2 then | |
907 | for _,v in pairs (gm:GetChildren()) do | |
908 | if v.Name ~= "Pg2" then | |
909 | if v.className == "TextButton" then | |
910 | v.Visible = false | |
911 | end | |
912 | end | |
913 | end | |
914 | tb = Instance.new("TextButton") | |
915 | tb.Parent = gm | |
916 | tb.Size = UDim2.new(0,70,0,30) | |
917 | tb.Position = UDim2.new(0,800,0,40) | |
918 | tb.Text = "New Attack" | |
919 | tb.BackgroundTransparency = .5 | |
920 | tb.TextTransparency = .1 | |
921 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
922 | tb.BorderColor3 = Color3.new(50,255,255) | |
923 | tb.Name = "Pg2" | |
924 | end | |
925 | end | |
926 | gm = Instance.new("GuiMain") | |
927 | gm.Parent = Player.PlayerGui | |
928 | gm.Name = "GUI-Main" | |
929 | Frame = Instance.new("Frame",gm) | |
930 | Frame.Size = UDim2.new(0,310,0,300) | |
931 | Frame.Position = UDim2.new(0,780,0,20) | |
932 | Frame.BackgroundTransparency = .5 | |
933 | Frame.BackgroundColor3 = Color3.new(50,50,50) | |
934 | Frame.BorderColor3 = Color3.new(0,0,0) | |
935 | Prev = Instance.new("TextButton",Frame) | |
936 | Prev.Position = UDim2.new(0,0,0,285) | |
937 | Prev.Size = UDim2.new(0,70,0,15) | |
938 | Prev.Text = "Page 1" | |
939 | Prev.BackgroundTransparency = .5 | |
940 | Prev.TextTransparency = .1 | |
941 | Prev.BackgroundColor3 = Color3.new(100,255,255) | |
942 | Prev.BorderColor3 = Color3.new(50,255,255) | |
943 | function onClick() | |
944 | Page(1,gm) | |
945 | end | |
946 | Prev.MouseButton1Click:connect(onClick) | |
947 | Next = Instance.new("TextButton",Frame) | |
948 | Next.Position = UDim2.new(0,240,0,285) | |
949 | Next.Size = UDim2.new(0,70,0,15) | |
950 | Next.Text = "Page 2" | |
951 | Next.BackgroundTransparency = .5 | |
952 | Next.TextTransparency = .1 | |
953 | Next.BackgroundColor3 = Color3.new(100,255,255) | |
954 | Next.BorderColor3 = Color3.new(50,255,255) | |
955 | function onClick() | |
956 | Page(2,gm) | |
957 | end | |
958 | Next.MouseButton1Click:connect(onClick) | |
959 | tb = Instance.new("TextButton") | |
960 | tb.Parent = gm | |
961 | tb.Size = UDim2.new(0,70,0,30) | |
962 | tb.Position = UDim2.new(0,800,0,80) | |
963 | tb.Text = "EyeLaser" | |
964 | tb.BackgroundTransparency = .5 | |
965 | tb.TextTransparency = .1 | |
966 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
967 | tb.BorderColor3 = Color3.new(50,255,255) | |
968 | function onClick() | |
969 | EyeLaser() | |
970 | end | |
971 | tb.MouseButton1Click:connect(onClick) | |
972 | tb = Instance.new("TextButton") | |
973 | tb.Parent = gm | |
974 | tb.Size = UDim2.new(0,70,0,30) | |
975 | tb.Position = UDim2.new(0,900,0,80) | |
976 | tb.Text = "Roar" | |
977 | tb.BackgroundTransparency = .5 | |
978 | tb.TextTransparency = .1 | |
979 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
980 | tb.BorderColor3 = Color3.new(50,255,255) | |
981 | function onClick() | |
982 | Roar() | |
983 | end | |
984 | tb.MouseButton1Click:connect(onClick) | |
985 | tb = Instance.new("TextButton") | |
986 | tb.Parent = gm | |
987 | tb.Size = UDim2.new(0,70,0,30) | |
988 | tb.Position = UDim2.new(0,1000,0,80) | |
989 | tb.Text = "Heal" | |
990 | tb.BackgroundTransparency = .5 | |
991 | tb.TextTransparency = .1 | |
992 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
993 | tb.BorderColor3 = Color3.new(50,255,255) | |
994 | function onClick() | |
995 | Heal() | |
996 | end | |
997 | tb.MouseButton1Click:connect(onClick) | |
998 | tb = Instance.new("TextButton") | |
999 | tb.Parent = gm | |
1000 | tb.Size = UDim2.new(0,70,0,30) | |
1001 | tb.Position = UDim2.new(0,800,0,120) | |
1002 | tb.Text = "Suicide" | |
1003 | tb.BackgroundTransparency = .5 | |
1004 | tb.TextTransparency = .1 | |
1005 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1006 | tb.BorderColor3 = Color3.new(50,255,255) | |
1007 | function onClick() | |
1008 | Suicide() | |
1009 | end | |
1010 | tb.MouseButton1Click:connect(onClick) | |
1011 | tb = Instance.new("TextButton") | |
1012 | tb.Parent = gm | |
1013 | tb.Size = UDim2.new(0,70,0,30) | |
1014 | tb.Position = UDim2.new(0,900,0,120) | |
1015 | tb.Text = "Rocket" | |
1016 | tb.BackgroundTransparency = .5 | |
1017 | tb.TextTransparency = .1 | |
1018 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1019 | tb.BorderColor3 = Color3.new(50,255,255) | |
1020 | function onClick() | |
1021 | Rocket() | |
1022 | end | |
1023 | tb.MouseButton1Click:connect(onClick) | |
1024 | tb = Instance.new("TextButton") | |
1025 | tb.Parent = gm | |
1026 | tb.Size = UDim2.new(0,70,0,30) | |
1027 | tb.Position = UDim2.new(0,1000,0,120) | |
1028 | tb.Text = "Jump" | |
1029 | tb.BackgroundTransparency = .5 | |
1030 | tb.TextTransparency = .1 | |
1031 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1032 | tb.BorderColor3 = Color3.new(50,255,255) | |
1033 | function onClick() | |
1034 | Jump() | |
1035 | end | |
1036 | tb.MouseButton1Click:connect(onClick) | |
1037 | tb = Instance.new("TextButton") | |
1038 | tb.Parent = gm | |
1039 | tb.Size = UDim2.new(0,70,0,30) | |
1040 | tb.Position = UDim2.new(0,800,0,160) | |
1041 | tb.Text = "Bubble" | |
1042 | tb.BackgroundTransparency = .5 | |
1043 | tb.TextTransparency = .1 | |
1044 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1045 | tb.BorderColor3 = Color3.new(50,255,255) | |
1046 | function onClick() | |
1047 | Shield() | |
1048 | end | |
1049 | tb.MouseButton1Click:connect(onClick) | |
1050 | tb = Instance.new("TextButton") | |
1051 | tb.Parent = gm | |
1052 | tb.Size = UDim2.new(0,70,0,30) | |
1053 | tb.Position = UDim2.new(0,900,0,160) | |
1054 | tb.Text = "Ground-Pound" | |
1055 | tb.BackgroundTransparency = .5 | |
1056 | tb.TextTransparency = .1 | |
1057 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1058 | tb.BorderColor3 = Color3.new(50,255,255) | |
1059 | function onClick() | |
1060 | GroundPound() | |
1061 | end | |
1062 | tb.MouseButton1Click:connect(onClick) | |
1063 | tb = Instance.new("TextButton") | |
1064 | tb.Parent = gm | |
1065 | tb.Size = UDim2.new(0,70,0,30) | |
1066 | tb.Position = UDim2.new(0,1000,0,160) | |
1067 | tb.Text = "Eyez" | |
1068 | tb.BackgroundTransparency = .5 | |
1069 | tb.TextTransparency = .1 | |
1070 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1071 | tb.BorderColor3 = Color3.new(50,255,255) | |
1072 | function onClick() | |
1073 | Eyez() | |
1074 | end | |
1075 | tb.MouseButton1Click:connect(onClick) | |
1076 | tb = Instance.new("TextButton") | |
1077 | tb.Parent = gm | |
1078 | tb.Size = UDim2.new(0,70,0,30) | |
1079 | tb.Position = UDim2.new(0,800,0,200) | |
1080 | tb.Text = "FootBlox" | |
1081 | tb.BackgroundTransparency = .5 | |
1082 | tb.TextTransparency = .1 | |
1083 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1084 | tb.BorderColor3 = Color3.new(50,255,255) | |
1085 | function onClick() | |
1086 | FootBlox() | |
1087 | end | |
1088 | tb.MouseButton1Click:connect(onClick) | |
1089 | tb = Instance.new("TextButton") | |
1090 | tb.Parent = gm | |
1091 | tb.Size = UDim2.new(0,70,0,30) | |
1092 | tb.Position = UDim2.new(0,900,0,200) | |
1093 | tb.Text = "Primary Lotus" | |
1094 | tb.BackgroundTransparency = .5 | |
1095 | tb.TextTransparency = .1 | |
1096 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1097 | tb.BorderColor3 = Color3.new(50,255,255) | |
1098 | function onClick() | |
1099 | PrimaryLotus() | |
1100 | end | |
1101 | tb.MouseButton1Click:connect(onClick) | |
1102 | tb = Instance.new("TextButton") | |
1103 | tb.Parent = gm | |
1104 | tb.Size = UDim2.new(0,70,0,30) | |
1105 | tb.Position = UDim2.new(0,800,0,40) | |
1106 | tb.Text = "Red" | |
1107 | tb.BackgroundTransparency = .5 | |
1108 | tb.TextTransparency = .1 | |
1109 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1110 | tb.BorderColor3 = Color3.new(50,255,255) | |
1111 | function onClick() | |
1112 | Mouth.BrickColor = BrickColor.new("Black") | |
1113 | Eye1.BrickColor = BrickColor.new("Black") | |
1114 | Eye2.BrickColor = BrickColor.new("Black") | |
1115 | end | |
1116 | tb.MouseButton1Click:connect(onClick) | |
1117 | tb = Instance.new("TextButton") | |
1118 | tb.Parent = gm | |
1119 | tb.Size = UDim2.new(0,70,0,30) | |
1120 | tb.Position = UDim2.new(0,900,0,40) | |
1121 | tb.Text = "Blue" | |
1122 | tb.BackgroundTransparency = .5 | |
1123 | tb.TextTransparency = .1 | |
1124 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1125 | tb.BorderColor3 = Color3.new(50,255,255) | |
1126 | function onClick() | |
1127 | Mouth.BrickColor = BrickColor.new("Really blue") | |
1128 | Eye1.BrickColor = BrickColor.new("Really blue") | |
1129 | Eye2.BrickColor = BrickColor.new("Really blue") | |
1130 | end | |
1131 | tb.MouseButton1Click:connect(onClick) | |
1132 | tb = Instance.new("TextButton") | |
1133 | tb.Parent = gm | |
1134 | tb.Size = UDim2.new(0,70,0,30) | |
1135 | tb.Position = UDim2.new(0,1000,0,40) | |
1136 | tb.Text = "Yellow" | |
1137 | tb.BackgroundTransparency = .5 | |
1138 | tb.TextTransparency = .1 | |
1139 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1140 | tb.BorderColor3 = Color3.new(50,255,255) | |
1141 | function onClick() | |
1142 | Mouth.BrickColor = BrickColor.new("Really red") | |
1143 | Eye1.BrickColor = BrickColor.new("Really red") | |
1144 | Eye2.BrickColor = BrickColor.new("Really red") | |
1145 | end | |
1146 | tb.MouseButton1Click:connect(onClick) | |
1147 | tb = Instance.new("TextButton") | |
1148 | tb.Parent = gm | |
1149 | tb.Size = UDim2.new(0,70,0,30) | |
1150 | tb.Position = UDim2.new(0,1000,0,200) | |
1151 | tb.Text = "Free Self" | |
1152 | tb.BackgroundTransparency = .5 | |
1153 | tb.TextTransparency = .1 | |
1154 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1155 | tb.BorderColor3 = Color3.new(50,255,255) | |
1156 | function onClick() | |
1157 | Free() | |
1158 | end | |
1159 | tb.MouseButton1Click:connect(onClick) | |
1160 | tb = Instance.new("TextButton") | |
1161 | tb.Parent = gm | |
1162 | tb.Size = UDim2.new(0,70,0,30) | |
1163 | tb.Position = UDim2.new(0,800,0,240) | |
1164 | tb.Text = "HeadAche" | |
1165 | tb.BackgroundTransparency = .5 | |
1166 | tb.TextTransparency = .1 | |
1167 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1168 | tb.BorderColor3 = Color3.new(50,255,255) | |
1169 | function onClick() | |
1170 | HeadAche() | |
1171 | end | |
1172 | tb.MouseButton1Click:connect(onClick) | |
1173 | tb = Instance.new("TextButton") | |
1174 | tb.Parent = gm | |
1175 | tb.Size = UDim2.new(0,70,0,30) | |
1176 | tb.Position = UDim2.new(0,900,0,240) | |
1177 | tb.Text = "Shield" | |
1178 | tb.BackgroundTransparency = .5 | |
1179 | tb.TextTransparency = .1 | |
1180 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
1181 | tb.BorderColor3 = Color3.new(50,255,255) | |
1182 | function click() | |
1183 | if not Shieldz then | |
1184 | ShieldOn() | |
1185 | else | |
1186 | ShieldOff() | |
1187 | end | |
1188 | end | |
1189 | tb.MouseButton1Click:connect(click) | |
1190 | while true do | |
1191 | wait() | |
1192 | Character.Humanoid.WalkSpeed = 50 | |
1193 | Character.Humanoid.MaxHealth = math.huge | |
1194 | Character.Humanoid.Health = math.huge | |
1195 | if Torso.Position.Y <= -20 or Torso.Position.Y >= 10000 then | |
1196 | Base = Workspace:findFirstChild("Base") | |
1197 | if Base ~= nil then | |
1198 | Character:MoveTo(Base.Position) | |
1199 | else | |
1200 | Character:MoveTo(Vector3.new(0, 100, 0)) | |
1201 | end | |
1202 | end | |
1203 | end |