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