View difference between Paste ID: hfmWUChx and WiwyjDYR
SHOW: | | - or go back to the newest paste.
1
--// Made by Cronizte
2
--// Give credits :P
3
4
local faces = {Enum.NormalId.Back,Enum.NormalId.Right,Enum.NormalId.Left,Enum.NormalId.Top,Enum.NormalId.Bottom,Enum.NormalId.Front}
5
plr = game:service'Players'.LocalPlayer
6
mouse = plr:GetMouse()
7
char = plr.Character
8
root = char.HumanoidRootPart
9
part = root
10
head = char.Head
11
torso = ""
12
sling = false
13
if char:FindFirstChild('Torso') then
14
	torso = char.Torso
15
elseif char:FindFirstChild('UpperTorso') then
16
	torso = char.UpperTorso
17
end
18
lshold = torso["Left Shoulder"]
19
rshold = torso["Right Shoulder"]
20-
char["Right Arm"].BrickColor = BrickColor.new('Crimson')
20+
21-
char["Left Arm"].BrickColor = BrickColor.new('Crimson')
21+
22
rhip = torso["Right Hip"]
23
vector = char.Head.CFrame * CFrame.new(2,1.5,0)
24
lscf = lshold.C0
25
lclickt = false
26
mouseh = ""
27
lclick = false
28
color3 = BrickColor.new('Really black')
29
rscf = rshold.C0
30
local time = 10
31
bv = Instance.new('BodyVelocity', workspace)
32
bv.velocity = mouse.Hit.lookVector * 0
33
bodyv = bv
34
sels = torso
35
zcam = false
36
ncf = neck.C0
37
drone = false
38
scripttest = "false"
39
asd = ""
40
asd2 = ""
41
dro = ""
42
rclick = false
43
sounds = false
44
red = "Bright red"
45
lhcf = lhip.C0
46
unmasked = false
47
insta = false
48
rhcf = rhip.C0
49
freefly = false
50
rad = math.rad
51
hear = false
52
fhead = ""
53
random = math.random
54
sou = false
55
sin = math.sin
56
black = false
57
cos = math.cos
58
speed = 200
59
mspeed = 200
60
nspeed = 200
61
cframe = CFrame.new(2,1.5,0)
62
cooldown = true
63
floor = math.floor
64
mousep = ""
65
text = "Current Health: "..char.Humanoid.Health
66
lsho = lshold.C0
67
rsho = rshold.C0
68
lle = lhip.C0
69
rle = rhip.C0
70
loc = false
71
color = "Cool yellow"
72
color2 = "Crimson"
73
leye = ""
74
reye = ""
75
lfeye = ""
76
rfeye = ""
77
78
--spiderman--
79
--pack('LeftArm',151353346,151353416)
80
--pack('RightArm',151353346,151353456)
81
--pack('LeftLeg',151353346,151353958)
82
--pack('RightLeg',151353346,151353479)
83
--pack('Torso',151353346,151353393)
84
85
--boy--
86
--pack('LeftArm',0,279174949)
87
--pack('RightArm',0,279174886)
88
--pack('LeftLeg',0,319336109)
89
--pack('RightLeg',0,319336155)
90
--pack('Torso',0,376169183)
91
92
s1 = Instance.new("Sound", char["Left Arm"])
93
s1.Volume = 5
94
s1.SoundId = "rbxassetid://0"
95
s1.PlayOnRemove = false
96-
s1.SoundId = "rbxassetid://576652617"
96+
97
s2 = Instance.new('Sound', plr.PlayerGui)
98
s2.Volume = 5
99
s2.Looped = false
100
s2.SoundId = "rbxassetid://0"
101
s3 = Instance.new('Sound', char.Head)
102-
s2.SoundId = "rbxassetid://866613992"
102+
103
s3.Looped = true
104
s3.SoundId = "rbxassetid://0"
105
s4 = Instance.new('Sound', plr.PlayerGui)
106-
s3.SoundId = "rbxassetid://904569721"
106+
107
s4.Looped = false
108
s4.SoundId = "rbxassetid://0"
109
s5 = Instance.new('Sound', plr.PlayerGui)
110-
s4.SoundId = "rbxassetid://576613547"
110+
111
s5.Looped = true
112
s5.SoundId = "rbxassetid://0"
113
s6 = Instance.new('Sound', plr.PlayerGui)
114-
s5.SoundId = "rbxassetid://227682498"
114+
115
s6.Looped = false
116
s6.SoundId = "rbxassetid://0"
117
s7 = Instance.new('Sound', char.Head)
118-
s6.SoundId = "rbxassetid://145486927"
118+
119
s7.Looped = false
120
s7.SoundId = "rbxassetid://0"
121
s8 = Instance.new('Sound', char.Head)
122-
s7.SoundId = "rbxassetid://873073853"
122+
123
s8.Looped = false
124
s8.SoundId = "rbxassetid://0"
125
s9 = Instance.new('Sound', char.Head)
126-
s8.SoundId = "rbxassetid://898385136"
126+
127
s9.Looped = false
128
s9.SoundId = "rbxassetid://0"
129
s10 = Instance.new('Sound', char.Head)
130-
s9.SoundId = "rbxassetid://144699494"
130+
131
s10.Looped = false
132
s10.SoundId = "rbxassetid://0"
133
134-
s10.SoundId = "rbxassetid://967512062"
134+
135
local String = string
136-
g1 = Instance.new("ScreenGui", plr.PlayerGui)
136+
137-
fr = Instance.new("Frame", g1)
137+
138-
fr.BackgroundColor3 = Color3.new(1, 1, 1)
138+
139-
fr.BackgroundTransparency = 1
139+
140-
fr.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
140+
141-
fr.Position = UDim2.new(0.706, 0,0.35, 0)
141+
142-
fr.Visible = true
142+
143-
fr.Size = UDim2.new(0, 252, 0, 257)
143+
144-
fr.Name = 'Identity'
144+
145-
il = Instance.new("ImageLabel", fr)
145+
146-
il.BackgroundTransparency = 1
146+
147-
il.BorderSizePixel = 0
147+
148-
il.BackgroundColor3 = Color3.new(1, 1, 1)
148+
149-
il.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
149+
150-
il.Position = UDim2.new(0.27380952239037, 0, 0.050583656877279, 0)
150+
151-
il.Size = UDim2.new(0, 114, 0, 104)
151+
152-
il.Image = "rbxassetid://924320031"
152+
153-
t1 = Instance.new("TextLabel", fr)
153+
154-
t1.BackgroundColor3 = Color3.new(1, 1, 1)
154+
155-
t1.BackgroundTransparency = 1
155+
156-
t1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
156+
157-
t1.Name = "Info1"
157+
158-
t1.Position = UDim2.new(0.1031746044755, 0, 0.48638132214546, 0)
158+
159-
t1.Size = UDim2.new(0, 200, 0, 50)
159+
160-
t1.Text = "Label1"
160+
161-
t1.TextScaled = true
161+
162-
t1.TextWrapped = true
162+
163-
t1.TextColor3 = Color3.new(0, 0, 0)
163+
164-
t1.Font = Enum.Font.SourceSansBold
164+
165-
t1.FontSize = Enum.FontSize.Size18
165+
166-
t2 = Instance.new("TextLabel", fr)
166+
167-
t2.BackgroundColor3 = Color3.new(1, 1, 1)
167+
168-
t2.BackgroundTransparency = 1
168+
169-
t2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
169+
170-
t2.Name = "Info2"
170+
171-
t2.Position = UDim2.new(0.1031746044755, 0, 0.70428013801575, 0)
171+
172-
t2.Size = UDim2.new(0, 200, 0, 50)
172+
173-
t2.Text = "Label2"
173+
174-
t2.TextWrapped = true
174+
175-
t2.TextScaled = true
175+
176-
t2.TextColor3 = Color3.new(0, 0, 0)
176+
177-
t2.Font = Enum.Font.SourceSansBold
177+
178-
t2.FontSize = Enum.FontSize.Size28
178+
179-
t3 = Instance.new("TextLabel", fr)
179+
180-
t3.BackgroundColor3 = Color3.new(1, 1, 1)
180+
181-
t3.BackgroundTransparency = 1
181+
182-
t3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
182+
183-
t3.Name = "Info2"
183+
184-
t3.Position = UDim2.new(0.103, 0,0.93, 0)
184+
185-
t3.Size = UDim2.new(0, 200, 0, 50)
185+
186-
t3.Text = "Label2"
186+
187-
t3.TextWrapped = true
187+
188-
t3.TextScaled = true
188+
189-
t3.TextColor3 = Color3.new(0, 0, 0)
189+
190-
t3.Font = Enum.Font.SourceSansBold
190+
191-
t3.FontSize = Enum.FontSize.Size28
191+
192-
t4 = Instance.new("TextLabel", fr)
192+
193-
t4.BackgroundColor3 = Color3.new(1, 1, 1)
193+
194-
t4.BackgroundTransparency = 1
194+
195-
t4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
195+
196-
t4.Name = "Info2"
196+
197-
t4.Position = UDim2.new(0.103, 0,1.152, 0)
197+
198-
t4.Size = UDim2.new(0, 200, 0, 50)
198+
199-
t4.Text = "Label2"
199+
200-
t4.TextWrapped = true
200+
201-
t4.TextColor3 = Color3.new(0, 0, 0)
201+
202-
t4.Font = Enum.Font.SourceSansBold
202+
203-
t4.FontSize = Enum.FontSize.Size28
203+
204-
t4.TextScaled = true
204+
205-
t1.Text = ''
205+
206-
t2.Text = ''
206+
207-
t3.Text = ''
207+
208-
t4.Text = ''
208+
209-
il.Image = 'rbxassetid://0'
209+
210-
o1 = Instance.new("ImageLabel", g1)
210+
211-
o1.BackgroundColor3 = Color3.new(1, 0.333333, 0)
211+
212-
o1.BackgroundTransparency = 1
212+
213-
o1.BorderColor3 = Color3.new(0.666667, 0, 0)
213+
214-
o1.Name = "HelmetGui"
214+
215-
o1.Position = UDim2.new(0, 0, 0, -1)
215+
216-
o1.Size = UDim2.new(1, 0, 1, 1)
216+
217-
o1.ImageColor3 = Color3.new(255,0,0)
217+
218-
o1.Image = "rbxassetid://272417994"
218+
219-
o2 = Instance.new("TextLabel", g1)
219+
220-
o2.BackgroundColor3 = Color3.new(1, 1, 1)
220+
221-
o2.BackgroundTransparency = 1
221+
222-
o2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
222+
223-
o2.Name = "SystemInput"
223+
224-
o2.Position = UDim2.new(0.25, 0, 0.25, 0)
224+
225-
o2.Size = UDim2.new(0.5, -250, 0.5, -250)
225+
226
function seyes(cooldown)
227-
o2.TextColor3 = Color3.new(1, 0, 0)
227+
228-
o2.Font = Enum.Font.Code
228+
229-
o2.FontSize = Enum.FontSize.Size24
229+
230-
o3 = Instance.new("TextLabel", g1)
230+
231-
o3.BackgroundColor3 = Color3.new(1, 1, 1)
231+
232-
o3.BackgroundTransparency = 1
232+
233-
o3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
233+
234-
o3.Name = "PlrInput"
234+
235-
o3.Position = UDim2.new(0.10, 0, 0.64999997615814, 0)
235+
236-
o3.Size = UDim2.new(0.5, -250, 0.5, -250)
236+
237-
o3.Text = "Current Health: "..char.Humanoid.Health
237+
238-
o3.TextColor3 = Color3.new(1, 0, 0)
238+
239-
o3.Font = Enum.Font.Code
239+
240-
o3.FontSize = Enum.FontSize.Size24
240+
241-
o4 = Instance.new("TextLabel", g1)
241+
242-
o4.BackgroundColor3 = Color3.new(1, 1, 1)
242+
243-
o4.BackgroundTransparency = 1
243+
244-
o4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
244+
245-
o4.Name = "PlrInput2"
245+
246-
o4.Position = UDim2.new(0.10, 0, 0.70, 0)
246+
247-
o4.Size = UDim2.new(0.5, -250, 0.5, -250)
247+
248-
o4.Text = "Current Speed: 0"
248+
249-
o4.TextColor3 = Color3.new(1, 0, 0)
249+
250-
o4.Font = Enum.Font.Code
250+
251-
o4.FontSize = Enum.FontSize.Size24
251+
252-
o6 = Instance.new("TextLabel", g1)
252+
253-
o6.BackgroundColor3 = Color3.new(1, 1, 1)
253+
254-
o6.BackgroundTransparency = 1
254+
255-
o6.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
255+
256-
o6.Name = "PlrInput3"
256+
257-
o6.Position = UDim2.new(0.1, 0,0.6, 0)
257+
258-
o6.Size = UDim2.new(0.5, -250, 0.5, -250)
258+
259-
o6.Text = "Current Web Speed: "
259+
260-
o6.TextColor3 = Color3.new(1, 0, 0)
260+
261-
o6.Font = Enum.Font.Code
261+
262-
o6.FontSize = Enum.FontSize.Size24
262+
263-
o7 = Instance.new("TextLabel", g1)
263+
264-
o7.BackgroundColor3 = Color3.new(1, 1, 1)
264+
265-
o7.BackgroundTransparency = 1
265+
266-
o7.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
266+
267-
o7.Name = "PlrInput4"
267+
268-
o7.Position = UDim2.new(0.1, 0,0.55, 0)
268+
269-
o7.Size = UDim2.new(0.5, -250, 0.5, -250)
269+
270-
o7.Text = "Current Time: "
270+
271-
o7.TextColor3 = Color3.new(1, 0, 0)
271+
272-
o7.Font = Enum.Font.Code
272+
273-
o7.FontSize = Enum.FontSize.Size24
273+
274-
o8 = Instance.new("TextLabel", g1)
274+
275-
o8.BackgroundColor3 = Color3.new(1, 1, 1)
275+
276-
o8.BackgroundTransparency = 1
276+
277-
o8.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
277+
278-
o8.Name = "PlrInput5"
278+
279-
o8.Position = UDim2.new(0.1, 0,0.5, 0)
279+
280-
o8.Size = UDim2.new(0.5, -250, 0.5, -250)
280+
281-
o8.Text = "Current Sounds: "
281+
282-
o8.TextColor3 = Color3.new(1, 0, 0)
282+
283-
o8.Font = Enum.Font.Code
283+
284-
o8.FontSize = Enum.FontSize.Size24
284+
285-
o9 = Instance.new("TextLabel", g1)
285+
286-
o9.BackgroundColor3 = Color3.new(1, 1, 1)
286+
287-
o9.BackgroundTransparency = 1
287+
288-
o9.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
288+
289-
o9.Name = "PlrInput6"
289+
290-
o9.Position = UDim2.new(0.1, 0,0.45, 0)
290+
291-
o9.Size = UDim2.new(0.5, -250, 0.5, -250)
291+
292-
o9.Text = "Current Parts: "
292+
293-
o9.TextColor3 = Color3.new(1, 0, 0)
293+
294-
o9.Font = Enum.Font.Code
294+
295-
o9.FontSize = Enum.FontSize.Size24
295+
296-
o5 = Instance.new("ImageLabel", g1)
296+
297-
o5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
297+
298-
o5.BackgroundTransparency = 1
298+
299-
o5.BorderColor3 = Color3.new(0.666667, 0, 0)
299+
300-
o5.ImageColor3 = Color3.new(175, 175, 175)
300+
301-
o5.Name = "SpideySense"
301+
302-
o5.ImageTransparency = 1
302+
303-
o5.Position = UDim2.new(0, 0, 0, -1)
303+
304-
o5.Size = UDim2.new(1, 0, 1, 1)
304+
305-
o5.ImageColor3 = Color3.new(0,0,0)
305+
306-
o5.Image = "rbxassetid://951687333"
306+
307
			a:Destroy()
308
		end
309
	end
310
end
311
312
function circ()
313
	torso.Anchored = true
314
	local circle = Instance.new('Part', char)
315
	circle.Anchored = true
316
	circle.BrickColor = BrickColor.new('Really black')
317
	circle.CanCollide = false
318
	circle.BottomSurface = 0
319
	circle.TopSurface = 0
320
	circle.Material = "Neon"
321
	circle.Size = Vector3.new(0,0,0)
322
	circle.CFrame = torso.CFrame
323
	circle.Shape = "Ball"
324
	for i = 1,25 do
325
		wait()
326
		circle.Size = circle.Size + Vector3.new(0.8,0.8,0.8)
327
		circle.CFrame = torso.CFrame
328
		circle.Transparency = circle.Transparency + 0.05
329
	end
330
	circle:Destroy()
331
end
332
333
function circ2()
334
	local circle = Instance.new('Part', char)
335
	circle.CFrame = torso.CFrame
336
	circle.Anchored = true
337
	circle.BottomSurface = 0
338
	circle.TopSurface = 0
339
	circle.Material = "Neon"
340
	circle.BrickColor = BrickColor.new('Really black')
341
	circle.CanCollide = false
342
	circle.Size = Vector3.new(19.25,19.25,19.25)
343
	circle.Shape = "Ball"
344
	s9:Play()
345
	for i = 1,25 do
346
		wait()
347
		circle.Size = circle.Size - Vector3.new(2,2,2)
348
		circle.CFrame = torso.CFrame
349
		circle.Transparency = circle.Transparency + 0.01
350
	end
351
	circle:Destroy()
352
end
353
354
function revcir()
355
	torso.Anchored = true
356
	local circle = Instance.new('Part', char)
357
	circle.Anchored = true
358
	circle.BrickColor = BrickColor.new('Bright red')
359
	circle.CanCollide = false
360
	circle.BottomSurface = 0
361
	circle.TopSurface = 0
362
	circle.Material = "Neon"
363
	circle.Size = Vector3.new(19.25,19.25,19.25)
364
	circle.CFrame = torso.CFrame
365
	circle.Shape = "Ball"
366
	for i = 1,25 do
367
		wait()
368
		circle.Size = circle.Size - Vector3.new(2,2,2)
369
		circle.CFrame = torso.CFrame
370
		circle.Transparency = circle.Transparency + 0.05
371
	end
372
	circle:Destroy()
373
end
374
375
function revcir2()
376
	local circle = Instance.new('Part', char)
377
	circle.Anchored = true
378
	circle.BrickColor = BrickColor.new('Bright red')
379
	circle.CanCollide = false
380
	circle.BottomSurface = 0
381
	circle.TopSurface = 0
382
	circle.Material = "Neon"
383
	circle.Size = Vector3.new(0,0,0)
384
	circle.CFrame = torso.CFrame
385
	circle.Shape = "Ball"
386
	s9:Play()
387
	for i = 1,100 do
388
		wait()
389
		circle.Size = circle.Size + Vector3.new(2,2,2)
390
		circle.CFrame = torso.CFrame
391
		circle.Transparency = circle.Transparency + 0.01
392
	end
393
	circle:Destroy()
394
end
395
396
function transform()
397
	circ()
398
	circ()
399
	circ()
400
	fhead.Parent.BrickColor = BrickColor.new('Really black')
401
	child(char,'CharacterMesh')
402
	shirt = Instance.new('Shirt', char)
403
	shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=26550810'
404
	pants = Instance.new('Pants', char)
405
	pants.PantsTemplate = 'http://www.roblox.com/asset/?id=26550833'
406
	pack('LeftArm',0,279174949)
407
	pack('RightArm',0,279174886)
408
	pack('LeftLeg',0,319336109)
409
	pack('RightLeg',0,319336155)
410
	pack('Torso',0,376169183)
411
	circ2()
412
	colorlerp(o1.ImageColor3,Vector3.new(0,0,0))
413
	o2.TextColor3 = Color3.new(0,0,0)
414
	o3.TextColor3 = Color3.new(0,0,0)
415
	o4.TextColor3 = Color3.new(0,0,0)
416
	o6.TextColor3 = Color3.new(0,0,0)
417
	o7.TextColor3 = Color3.new(0,0,0)
418
	o8.TextColor3 = Color3.new(0,0,0)
419
	o9.TextColor3 = Color3.new(0,0,0)
420
	wait(.1)
421
	torso.Anchored = false
422
end
423
424
function untrans()
425
	revcir()
426
	revcir()
427
	revcir()
428
	fhead.Parent.BrickColor = BrickColor.new('Bright red')
429
	child(char,'CharacterMesh')
430
	pack('LeftArm',151353346,151353416)
431
	pack('RightArm',151353346,151353456)
432
	pack('LeftLeg',151353346,151353958)
433
	pack('RightLeg',151353346,151353479)
434
	pack('Torso',151353346,151353393)
435
	colorlerp(o1.ImageColor3,Vector3.new(255,0,0))
436
	o2.TextColor3 = Color3.new(1,0,0)
437
	o3.TextColor3 = Color3.new(1,0,0)
438
	o4.TextColor3 = Color3.new(1,0,0)
439
	o6.TextColor3 = Color3.new(1,0,0)
440
	o7.TextColor3 = Color3.new(1,0,0)
441
	o8.TextColor3 = Color3.new(1,0,0)
442
	o9.TextColor3 = Color3.new(1,0,0)
443
	revcir2()
444
	torso.Anchored = false
445
end
446
447
function eye(w1,w2,w3,w4)
448
	local eye1 = Instance.new("Part")
449
	eye1.Anchored = false
450
	eye1.Parent = char.Head
451
	eye1.TopSurface = 0
452
	eye1.BrickColor = BrickColor.new("Black")
453
	eye1.BottomSurface = 0
454
	local eye1m = Instance.new("SpecialMesh", eye1)
455
	eye1m.MeshType = Enum.MeshType.Sphere
456
	eye1m.Scale = Vector3.new(0.08,0.22,0.03)
457
	local weld = Instance.new("Weld", char.Head)
458
	weld.Part0 = eye1
459
	weld.Part1 = char.Head
460
	weld.C1 = CFrame.new(w1,w2,w3)
461
	local eye1 = Instance.new("Part")
462
	eye1.Anchored = false
463
	eye1.Parent = char.Head
464
	eye1.TopSurface = 0
465
	eye1.Material = "Neon"
466
	eye1.BrickColor = BrickColor.new("Pearl")
467
	eye1.BottomSurface = 0
468
	local eye1m = Instance.new("SpecialMesh", eye1)
469
	eye1m.MeshType = Enum.MeshType.Sphere
470
	eye1m.Scale = Vector3.new(0.045,0.12,0.05)
471
	local weld = Instance.new("Weld", char.Head)
472
	weld.Part0 = eye1
473
	weld.Part1 = char.Head
474
	weld.C1 = CFrame.new(w4,w2,w3)
475
end
476
477
function pack(body,tex,mesh)
478
	local package = Instance.new('CharacterMesh', char)
479
	package.OverlayTextureId = tex
480
	package.MeshId = mesh
481
	package.BodyPart = body
482
end
483
484
function blink()
485
	for i = 0,1 do
486
		wait(.05)
487
		leye.Scale = leye.Scale - Vector3.new(0,0.05,0)
488
		reye.Scale = reye.Scale - Vector3.new(0,0.05,0)
489
	end
490
	wait(.05)
491
	for i = 0,1 do
492
		wait(.05)
493
		leye.Scale = leye.Scale + Vector3.new(0,0.05,0)
494
		reye.Scale = reye.Scale + Vector3.new(0,0.05,0)
495
	end
496
end
497
498
function insk()
499
	tw('Activating instant kill mode...')
500
	local start = reye.Parent.Color
501
	local End = Color3.new(1,0,0)
502
	for i = 0,1,0.05 do
503
		wait()
504
		local color = start:lerp(End,i)
505
		reye.Parent.BrickColor = BrickColor.new(color)
506
		leye.Parent.BrickColor = BrickColor.new(color)
507
	end
508
	blink()
509
end
510
511
function umask()
512
	hair()
513
	for i = 0,1 do
514
		wait()
515
		fhead.Scale = fhead.Scale - Vector3.new(0,0.1,0)
516
	end
517
	wait(.05)
518
	fhead.Parent.Transparency = 1
519
	rfeye.Transparency = 1
520
	lfeye.Transparency = 1
521
	reye.Parent.Transparency = 1
522
    leye.Parent.Transparency = 1
523
	for i = 1,15 do
524
		wait()
525
		o1.ImageTransparency = o1.ImageTransparency + 0.1
526
		for _, a in pairs(g1:children()) do
527
			if a:IsA('TextLabel') then
528
				a.TextTransparency = a.TextTransparency + 0.1
529
				a.TextStrokeTransparency = a.TextStrokeTransparency + 0.1
530
			end
531
		end
532
	end
533
end
534
535
function omask()
536
	uhair()
537
	for i = 0,1 do
538
		wait()
539
		fhead.Scale = fhead.Scale + Vector3.new(0,0.1,0)
540
	end
541
	wait(.05)
542
	fhead.Parent.Transparency = 0
543
	rfeye.Transparency = 0
544
	lfeye.Transparency = 0
545
	reye.Parent.Transparency = 0
546
    leye.Parent.Transparency = 0
547
	for i = 1,15 do
548
		wait()
549
		o1.ImageTransparency = o1.ImageTransparency - 0.1
550
		for _, a in pairs(g1:children()) do
551
			if a:IsA('TextLabel') then
552
				a.TextTransparency = a.TextTransparency - 0.1
553
				a.TextStrokeTransparency = a.TextStrokeTransparency - 0.1
554
			end
555
		end
556
	end
557
end
558
559
function bl(player)
560
	blood.Parent = player.HumanoidRootPart
561
	blood.Enabled = true
562
	player:BreakJoints()
563
	wait(.5)
564
	blood.Enabled = false
565
	wait(.4)
566
	blood.Parent = nil
567
end
568
569
function webmove(player,speed)
570
	if (insta == false) or (insta == true) then
571
		time = 10
572
		player:FindFirstChildOfClass('Humanoid').WalkSpeed = speed
573
	end
574
end
575
576
function udr()
577
	for _, a in pairs(char:children()) do
578
		if a:IsA('Part') and a.Name == "Drone" then
579
			a:Destroy()
580
		end
581
	end
582
end
583
584
function dr()
585
	local p1 = Instance.new("Part", char)
586
	dro = p1
587
	p1.BrickColor = BrickColor.new("Medium stone grey")
588
	p1.Name = "Drone"
589
	p1.CFrame = CFrame.new(-0.785019994, 0.0750000775, -45.8349953, 1, 0, 0, 0, 1, 0, 0, 0, 1)
590
	p1.CanCollide = false	
591
	p1.Anchored = true
592
	p1.CFrame = char.Head.CFrame
593
	p1.Size = Vector3.new(0.490001351, 0.150000155, 0.61000073)
594
	local b1 = Instance.new("SpecialMesh", p1)
595
	b1.MeshId = "rbxassetid://485451987"
596
	b1.TextureId = ""
597
	b1.MeshType = Enum.MeshType.FileMesh
598
	b1.Name = "Mesh"
599
	b1.Scale = Vector3.new(0.109999999, 0.109999999, 0.109999999)
600
	local d1 = Instance.new("Decal", p1)
601
	d1.Texture = "http://www.roblox.com/asset/?id=668022037"
602
	d1.Face = Enum.NormalId.Front
603
end
604
605
function uinsk()
606
	local start = reye.Parent.Color
607
	local End = color
608
	for i = 0,1,0.05 do
609
		wait()
610
		local color = start:lerp(End,i)
611
		reye.Parent.BrickColor = BrickColor.new(color)
612
		leye.Parent.BrickColor = BrickColor.new(color)
613
	end
614
	blink()
615
end
616
617
function mous(a,b)
618
		local target = game:service'Players'[a]
619
		local target2 = b
620
		local Player = target
621
		local characterImageFormat='http://www.roblox.com/Thumbs/Avatar.ashx?x=352&y=352&format=png&userid=%d';
622
		il.Image = characterImageFormat:format(Player.userId);
623
		t1.Text = 'Username: '..target2.Name
624
		t2.Text = 'Days Old: '..target.AccountAge
625
		t3.Text = 'User Id: '..target.UserId
626
end
627
628
--// Character
629
630
char.Humanoid.WalkSpeed = 45
631
char.Humanoid.JumpPower = 100
632
633
for _, body in pairs(char:children()) do
634
	if body:IsA('BasePart') then
635
		body.BrickColor = BrickColor.new('Cool yellow')
636
	end
637
end
638
639
local fakehead = Instance.new('Part', char)
640
fakehead.Name = "FHead"
641
fakehead.BrickColor = BrickColor.new('Crimson')
642
fakehead.Color = Color3.new(75, 0, 0)
643
fakehead.Size = char.Head.Size
644
fakehead.CanCollide = false
645
fakehead.Anchored = false
646
hmesh = Instance.new('SpecialMesh', fakehead)
647
hmesh.Scale = Vector3.new(1.26, 1.26, 1.26)
648
hmesh.MeshType = "Head"
649
Weld = Instance.new("Weld",game.Players.LocalPlayer.Character)
650
Weld.Part0 = char.Head
651
Weld.Part1 = fakehead
652
Weld.C1 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
653
fhead = hmesh
654
655
local eye1 = Instance.new("Part")
656
eye1.Anchored = false
657
eye1.Parent = char.Head
658
eye1.TopSurface = 0
659
eye1.CanCollide = false
660
eye1.BrickColor = BrickColor.new("Black")
661
eye1.BottomSurface = 0
662
lfeye = eye1
663
local eye1m = Instance.new("SpecialMesh", eye1)
664
eye1m.MeshType = Enum.MeshType.Sphere
665
eye1m.Scale = Vector3.new(0.08,0.22,0.03)
666
local weld = Instance.new("Weld", char.Head)
667
weld.Part0 = eye1
668
weld.Part1 = char.Head
669
weld.C1 = CFrame.new(-.17,.14,-.57)
670
local eye2 = Instance.new("Part")
671
eye2.Anchored = false
672
eye2.Parent = char.Head
673
eye2.TopSurface = 0
674
eye2.CanCollide = false
675
eye2.Material = 'Neon'
676
eye2.BrickColor = BrickColor.new("Pearl")
677
eye2.BottomSurface = 0
678
local eye2m = Instance.new("SpecialMesh", eye2)
679
eye2m.MeshType = Enum.MeshType.Sphere
680
eye2m.Scale = Vector3.new(0.04,0.12,0.05)
681
local weld = Instance.new("Weld", char.Head)
682
weld.Part0 = eye2
683
weld.Part1 = char.Head
684
weld.C1 = CFrame.new(-.2,.14,-.57)
685
reye = eye2m
686
687
local eye1 = Instance.new("Part")
688
eye1.Anchored = false
689
eye1.Parent = char.Head
690
eye1.TopSurface = 0
691
eye1.CanCollide = false
692
eye1.BrickColor = BrickColor.new("Black")
693
eye1.BottomSurface = 0
694
rfeye = eye1
695
local eye1m = Instance.new("SpecialMesh", eye1)
696
eye1m.MeshType = Enum.MeshType.Sphere
697
eye1m.Scale = Vector3.new(0.08,0.22,0.03)
698
local weld = Instance.new("Weld", char.Head)
699
weld.Part0 = eye1
700
weld.Part1 = char.Head
701
weld.C1 = CFrame.new(.17,.14,-.57)
702
local eye1 = Instance.new("Part")
703
eye1.Anchored = false
704
eye1.Parent = char.Head
705
eye1.TopSurface = 0
706
eye1.CanCollide = false
707
eye1.Material = 'Neon'
708
eye1.BrickColor = BrickColor.new("Pearl")
709
eye1.BottomSurface = 0
710
local eye1m = Instance.new("SpecialMesh", eye1)
711
eye1m.MeshType = Enum.MeshType.Sphere
712
eye1m.Scale = Vector3.new(0.04,0.12,0.05)
713
local weld = Instance.new("Weld", char.Head)
714
weld.Part0 = eye1
715
weld.Part1 = char.Head
716
weld.C1 = CFrame.new(.2,.14,-.57)
717
leye = eye1m
718
color = eye1.Color
719
720
for _, a in pairs(char:children()) do
721
	if a:IsA('Pants') or a:IsA('Shirt') or a:IsA('ShirtGraphic') then
722
		a:Destroy()
723
	end
724
end
725
726
child(char,'Accessory')
727
child(char,'CharacterMesh')
728
729
pack('LeftArm',151353346,151353416)
730
pack('RightArm',151353346,151353456)
731
pack('LeftLeg',151353346,151353958)
732
pack('RightLeg',151353346,151353479)
733
pack('Torso',151353346,151353393)
734
735
char.Head.face.Texture = "rbxassetid://10747810"
736
737
--// Key function
738
739
mouse.KeyDown:connect(function(key)
740
	if key == "c" and cooldown then
741
		if (hear == false) then
742
			hear = true
743
		elseif (hear == true) then
744
			hear = false
745
		end
746
	end
747
	
748
	if key == "g" and cooldown then
749
		cooldown = false
750
		if (unmasked == true) then
751
			unmasked = false
752
			s7:Play()
753
			omask()
754
		elseif (unmasked == false) then
755
			unmasked = true
756
			s8:Play()
757
			umask()
758
		end
759
		wait(.1)
760
		cooldown = true
761
	end
762
	
763
	if key == "t" and cooldown then
764
		cooldown = false
765
		local web = Instance.new('Part', char)
766
		web.CanCollide = false
767
		web.Anchored = false
768
		web.CanCollide = false
769
		web.CFrame = char.Torso.CFrame * CFrame.Angles(rad(0),rad(90),rad(180))
770
		web.Position = torso.Position + torso.CFrame.lookVector * 1
771
		web.Size = Vector3.new(0.09, 5.13, 5.55)
772
		web.Transparency = 1
773
		local dec = Instance.new('Decal', web)
774
		dec.Texture = "http://www.roblox.com/asset/?id=148633485"
775
		dec.Face = "Left"
776
		local dec2 = dec:Clone()
777
		dec2.Parent = web
778
		dec2.Face = "Right"
779
		local dec3 = dec:Clone()
780
		dec3.Parent = web
781
		dec3.Face = "Top"
782
		local dec4 = dec:Clone()
783
		dec4.Parent = web
784
		dec4.Face = "Back"
785
		local dec5 = dec:Clone()
786
		dec5.Parent = web
787
		dec5.Face = "Bottom"
788
		local dec6 = dec:Clone()
789
		dec6.Parent = web
790
		dec6.Face = "Front"
791
		local bv = Instance.new("BodyVelocity")
792
 		bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
793
  		bv.velocity = mouse.Hit.lookVector * 185
794
  		bv.Parent = web
795
		web.Touched:connect(function(hit)
796
			if hit.Parent.Name ~= plr.Name and hit.Parent:FindFirstChildOfClass('Humanoid') then
797
				local speed = hit.Parent:FindFirstChildOfClass('Humanoid').WalkSpeed
798
				hit.Parent:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
799
				web:Destroy()
800
				for _, a in pairs(hit.Parent:children()) do
801
					local dec = Instance.new('Decal', a)
802
					dec.Texture = "http://www.roblox.com/asset/?id=148633485"
803
					dec.Face = "Left"
804
					local dec2 = dec:Clone()
805
					dec2.Parent = a
806
					dec2.Face = "Right"
807
					local dec3 = dec:Clone()
808
					dec3.Parent = a
809
					dec3.Face = "Top"
810
					local dec4 = dec:Clone()
811
					dec4.Parent = a
812
					dec4.Face = "Back"
813
					local dec5 = dec:Clone()
814
					dec5.Face = "Bottom"
815
					dec5.Parent = a
816
					local dec6 = dec:Clone()
817
					dec6.Parent = a
818
					dec6.Face = "Front"
819
					game.Debris:AddItem(dec, time+2)
820
					game.Debris:AddItem(dec2, time+2)
821
					game.Debris:AddItem(dec3, time+2)
822
					game.Debris:AddItem(dec4, time+2)
823
					game.Debris:AddItem(dec5, time+2)
824
					game.Debris:AddItem(dec6, time+2)
825
				end
826
				wait(time)
827
				webmove(hit.Parent,speed)
828
			end
829
		end)
830
		wait(.1)
831
	cooldown = true
832
end
833
	
834
	if key == "f" and cooldown and (unmasked == false) then
835
		cooldown = false
836
		if (sou == false) then
837
			sou = true
838
			tw('Playing song...')
839
			s3.Volume = 0
840
			s3:Play()
841
			ss()
842
			tw('Song is playing...')
843
		elseif (sou == true) then
844
			sou = false
845
			tw('Stopping song...')
846
			st()
847
			s3.Volume = 0
848
		    tw('Song is stopped...')
849
		end
850
		wait(.05)
851
		cooldown = true
852
	end
853
	
854
	if key == "v" and cooldown and (unmasked == false) and drone then
855
		cooldown = false
856
		if char:FindFirstChild('Drone') and (freefly == false) then
857
			freefly = true
858
			workspace.Camera.CameraSubject = char:FindFirstChild('Drone')
859
		elseif (freefly == true) then
860
			freefly = false
861
			workspace.Camera.CameraSubject = char:FindFirstChildOfClass('Humanoid')
862
		end
863
		wait(.05)
864
		cooldown = true
865
	end
866
	
867
	if key == "r" and cooldown and (unmasked == false) then
868
		cooldown = false
869
		if (black == false) then
870
			black = true
871
			transform()
872
		elseif (black == true) then
873
			black = false
874
			untrans()
875
		end
876
		wait(2)
877
		cooldown = true
878
	end
879
	
880
	if key == "e" and cooldown and (unmasked == false) then
881
		cooldown = false
882
		if (insta == false) then
883
			insta = true
884
			insk()
885
			tw('Instant kill mode activated!')
886
		elseif (insta == true) then
887
			insta = false
888
			tw('Deactivating instant kill mode...')
889
			uinsk()
890
			tw('instant kill mode deactivated!')
891
		end
892
		cooldown = true
893
	end
894
	
895
	if key == "q" and cooldown and (unmasked == false) then
896
		cooldown = false
897
		if (zcam == false) then
898
			zcam = true
899
			tw('Zooming in....')
900
			zoomi()
901
			tw('Zoomed in')
902
			wait(.2)
903
			o2.Text = ""
904
		elseif (zcam == true) then
905
			zcam = false
906
			tw('Zooming out....')
907
			zoomo()
908
			tw('Zoomed out')
909
			wait(.2)
910
			o2.Text = ""
911
		end
912
		wait(.1)
913
		cooldown = true
914
	end
915
end)
916
917
--// Click function
918
919
mouse.Button1Down:connect(function()
920
		if mouse.Target and cooldown then
921
			if mouse.Target.ClassName == "Part" then
922
				s10:Play()
923
				lclick = true
924
				mousep = mouse.Hit.p
925
        		mouseh = mouse.Hit
926
				sling = true
927
				cooldown = false
928
				part = mouse.Target
929
				char.Humanoid.Jump = true
930
				wait(.05)
931
				s1:Play()
932
				sel = Instance.new("SelectionPointLasso")
933
				sels = sel
934
				sel.Parent= workspace
935
				sel.Humanoid = char.Humanoid
936
				sel.Color=BrickColor.new("White")
937
				sel.Point = mousep
938
				char.Torso.CFrame = CFrame.new(char.Torso.Position, mouse.Hit.p)
939
				arm = {char["Right Arm"]}
940
				char.Torso["Right Shoulder"].Archivable = true
941
				mc = char.Torso["Right Shoulder"]:Clone()
942
				weld = Instance.new("Weld", arm[1])
943
				weld.Part0 = char.Torso
944
				weld.Part1 = weld.Parent
945
				weld.C1 = CFrame.new(-1.5,.5,.5)*CFrame.Angles(math.rad(-90),0,0)
946
				game.Debris:AddItem(weld, 0.5)
947
				local bv = Instance.new("BodyVelocity")
948
				bodyv = bv
949
  				bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
950
  				bv.velocity = mouseh.lookVector * speed
951
  				bv.Parent = torso
952
				lclickt = true
953
				wait(0.6)
954
				mc.Parent = char.Torso
955
			end
956
	  end
957
end)
958
959
mouse.Button1Up:connect(function()
960
	lclick = false
961
	if bodyv:IsA('BodyVelocity') and sels:IsA('SelectionPointLasso') then
962
		bodyv:Destroy()
963
		sels:Destroy()
964
		sling = false
965
		cooldown = true
966
	end
967
end)
968
969
--// Intro
970
971
tw("Welcome back, "..plr.Name)
972
wait(.1)
973
tw("Press left click to shoot web")
974
wait(.1)
975
tw("Script made by Cronizete")
976
wait(.1)
977
o2.Text = ""
978
979
--// Touched
980
981
for _, b in pairs(char:children()) do
982
	if b:IsA('Part') then
983
		char.Torso.Touched:connect(function(hit)
984
			if hit:IsA('Part') and hit.Name ~= 'Base' and hit.Name ~= 'Right Arm' then
985
				lclick = false
986
				for _, a in pairs(torso:children()) do
987
					if a:IsA('BodyVelocity') and sels:IsA('SelectionPointLasso') then
988
						sels:Destroy()
989
						a:Destroy()
990
					end
991
				end
992
			end
993
		end)
994
	end
995
end
996
997
--//Wall Climb
998
999
torso.Touched:connect(function(hit)
1000
	if hit:IsA('Part') and (sling == false) then
1001
			local c = Instance.new('TrussPart', workspace.CurrentCamera)
1002
			c.Anchored = true
1003
			c.Transparency = 1
1004
			c.CFrame = CFrame.new(char.Torso.Position + (char.Torso.CFrame.lookVector * 1), char.Torso.Position + (char.Torso.CFrame.lookVector * 12))
1005
			game:GetService('Debris'):AddItem(c,3)
1006
	  end
1007
end)
1008
1009
--// Sound feauture
1010
1011
game:service'Workspace'.DescendantAdded:connect(function(p)
1012
	if p:IsA('Sound') and hear then
1013
		local p1 = p:Clone()
1014
		p1.Parent = workspace.Camera
1015
		p1.Volume = p1.Volume + 1.5
1016
		p1:Play()
1017
	end
1018
end)
1019
1020
--// Speed
1021
1022
char.Humanoid.Running:connect(function(speed)
1023
    o4.Text = "Current Speed: "..speed
1024
end)
1025
1026
--// Mouse
1027
1028
game:GetService('RunService').RenderStepped:connect(function()
1029
	if mouse.Target and mouse.Target.Parent:FindFirstChildOfClass('Humanoid') and (unmasked == false) then
1030
		local targ = mouse.Target
1031
		if game:service'Players':FindFirstChild(targ.Parent.Name) then
1032
			mous(mouse.Target.Parent.Name,mouse.Target.Parent)
1033
		elseif not game:service'Players':FindFirstChild(targ.Parent.Name) then
1034
			t1.Text = "Model: "..targ.Parent.Name
1035
			t2.Text = ""
1036
			t3.Text = ""
1037
			t4.Text = ""
1038
		end
1039
	end
1040
end)
1041
1042
--// Time
1043
1044
game:GetService('RunService').RenderStepped:connect(function()
1045
	o7.Text = "Current Time: "..game:service'Lighting'.TimeOfDay
1046
end)
1047
1048
--// Web Speed
1049
1050
game:GetService('RunService').RenderStepped:connect(function()
1051
		if lclick then
1052
			speed = speed + 1
1053
			bodyv.velocity = mouseh.lookVector * speed
1054
		elseif (lclick == false) and lclickt then
1055
			speed = mspeed
1056
			bodyv.velocity = mouseh.lookVector * mspeed
1057
	  end
1058
end)
1059
1060
--// Heal
1061
1062
game:GetService('RunService').RenderStepped:connect(function()
1063
	char:FindFirstChildOfClass('Humanoid').Health = char:FindFirstChildOfClass('Humanoid').Health + 0.1
1064
end)
1065
1066
--// Drone (Cancelled)
1067
1068
game:GetService('RunService').RenderStepped:connect(function()
1069
	if drone then
1070
		wait()
1071
		dro.CFrame = dro.CFrame:lerp(char.Head.CFrame * CFrame.new(2,1.5,0),0.1)
1072
	elseif (drone == false) and char:FindFirstChild('Drone') then
1073
		wait()
1074
		dro.CFrame = dro.CFrame:lerp(char.Torso.CFrame,0.1)
1075
	end
1076
end)
1077
1078
--// Web Speed
1079
1080
game:GetService('RunService').RenderStepped:connect(function()
1081
	o6.Text = "Current Web Speed: "..speed
1082
end)
1083
1084
--// Sounds 
1085
1086
game:GetService('RunService').RenderStepped:connect(function()
1087
local sous = {}
1088
	function scan(p)
1089
		for _,v in pairs(p:GetChildren()) do
1090
			if (v:IsA("Sound")) then
1091
				table.insert(sous,v)
1092
			end
1093
		scan(v)
1094
	end
1095
end
1096
	
1097
scan(game:service'Workspace')
1098
local ps = #sous
1099
if ps >= 2 then
1100
	asd2 = "s"
1101
elseif ps <= 1 then
1102
	asd2 = ""
1103
end
1104
o8.Text = "Current Sound"..asd2..": "..#sous
1105
sous = {}
1106
end)
1107
1108
--// Parts
1109
1110
game:GetService('RunService').RenderStepped:connect(function()
1111
parts = {}
1112
	function scan(p)
1113
		for _,v in pairs(p:GetChildren()) do
1114
			if (v:IsA("BasePart")) then
1115
				table.insert(parts,v)
1116
			end
1117
		scan(v)
1118
	end
1119
end
1120
	
1121
scan(game:service'Workspace')
1122
local ps = #parts
1123
if ps >= 2 then
1124
	asd = "s"
1125
elseif ps <= 1 then
1126
	asd = ""
1127
end
1128
o9.Text = "Current Part"..asd..": "..#parts
1129
parts = {}
1130
end)
1131
1132
--// Helmet stuff
1133
1134
game:GetService('RunService').RenderStepped:connect(function()
1135
1136
	if not char.Head.BrickColor == color then
1137
		char.Head.BrickColor = BrickColor.new('Cool yellow')
1138
	end
1139
	
1140
	char["Right Arm"].BrickColor = color3
1141
	char["Left Arm"].BrickColor = color3
1142
1143
	o3.Text = "Current Health: "..char.Humanoid.Health
1144
	
1145
	if char.Humanoid.Health <= 20 and (unmasked == false) then
1146
		o2.Text = "You're about to die!"
1147
		s5:Resume()
1148
		o1.Rotation = math.random(-8,8)
1149
	else
1150
		s5:Pause()
1151
		o1.Rotation = 0
1152
	end
1153
	
1154
	for _, plrs in pairs(game:service'Players':players()) do
1155
		if plrs.Name ~= plr.Name and plrs.Character then
1156
			if (plrs.Character.HumanoidRootPart.Position - torso.Position).magnitude <= 25 then
1157
				s4:Resume()
1158
			end
1159
		end
1160
	end
1161
end)
1162
1163
--// Main loop
1164
1165
while wait(3) do
1166
	t1.Text = ''
1167
	t2.Text = ''
1168
	t3.Text = ''
1169
	t4.Text = ''
1170
	il.Image = 'rbxassetid://0'
1171
	o2.Text = ""
1172
	local rand = math.random(1,3)
1173
	if rand == 1 and (unmasked == false) then
1174
		blink()
1175
	elseif rand == 2 and (unmasked == false) then
1176
		headl()	
1177
	elseif rand == 3 and (unmasked == false) then
1178
		headu()
1179
	end
1180
end