View difference between Paste ID: 1eupedky and Z4RtGjcU
SHOW: | | - or go back to the newest paste.
1
wait()
2
CV="Really black"
3
	p = game.Players.LocalPlayer
4
	char = p.Character
5
	local txt = Instance.new("BillboardGui", char)
6
	txt.Adornee = char .Head
7
	txt.Name = "_status"
8
	txt.Size = UDim2.new(2, 0, 1.2, 0)
9
	txt.StudsOffset = Vector3.new(-9, 8, 0)
10
	local text = Instance.new("TextLabel", txt)
11
	text.Size = UDim2.new(10, 0, 7, 0)
12
	text.FontSize = "Size24"
13
	text.TextScaled = true
14
	text.TextTransparency = 0
15
	text.BackgroundTransparency = 1 
16
	text.TextTransparency = 0
17
	text.TextStrokeTransparency = 0
18
	text.Font = "Antique"
19
	text.TextStrokeColor3 = Color3.new(0,0,0)
20
21
	v=Instance.new("Part")
22
	v.Name = "ColorBrick"
23
	v.Parent=p.Character
24
	v.FormFactor="Symmetric"
25
	v.Anchored=true
26
	v.CanCollide=false
27
	v.BottomSurface="Smooth"
28
	v.TopSurface="Smooth"
29
	v.Size=Vector3.new(10,5,3)
30
	v.Transparency=1
31
	v.CFrame=char.Torso.CFrame
32
	v.BrickColor=BrickColor.new(CV)
33
	v.Transparency=1
34
	text.TextColor3 = Color3.new(0,0,0)
35
	v.Shape="Block"
36
	text.Text = "Stalker"
37
---------------------
38
plr = game.Players.LocalPlayer
39
char = plr.Character
40
torso = char.Torso
41
sound = Instance.new("Sound", torso)
42
sound.SoundId = "rbxassetid://209322206"
43
sound.Pitch = 1
44-
sound.Volume = 1
44+
sound.Volume = 10
45
sound.Looped = true
46
sound:Play()
47
-------------------------
48
player = game.Players.LocalPlayer
49
char = player.Character
50
mouse = player:GetMouse()
51
52
local skincolor = "Brick yellow" -- change this to whatever brickcolor you want
53
54
ls = char.Torso["Left Shoulder"]:Clone()
55
rs = char.Torso["Right Shoulder"]:Clone()
56
lh = char.Torso["Left Hip"]:Clone()
57
rh = char.Torso["Right Hip"]:Clone()
58
ne = char.Torso.Neck
59
rj = char.HumanoidRootPart.RootJoint
60
61
char.Torso.BrickColor = BrickColor.new(skincolor)
62
char.Head.BrickColor = BrickColor.new(skincolor)
63
char["Right Arm"].BrickColor = BrickColor.new(skincolor)
64
char["Left Arm"].BrickColor = BrickColor.new(skincolor)
65
char["Right Leg"].BrickColor = BrickColor.new(skincolor)
66
char["Left Leg"].BrickColor = BrickColor.new(skincolor)
67
68
e = Instance.new("Sound", char.Head)
69
e.SoundId = "rbxassetid://199978045"
70
71
char.Head.Mesh.Scale = Vector3.new(1.25, 1.5, 1.25)
72
char["Left Arm"].Size = Vector3.new(1, 3, 1)
73
char["Right Arm"].Size = Vector3.new(1, 3, 1)
74
char["Left Leg"].Size = Vector3.new(1, 3, 1)
75
char["Right Leg"].Size = Vector3.new(1, 3, 1)
76
77
rj.C0 = CFrame.new(0, -1.5, 0) * CFrame.Angles(0, math.rad(180), 0)
78
ne.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(0, 0, math.rad(180))
79
80
leftshoulder = ls:Clone()
81
leftshoulder.Parent = char.Torso
82
leftshoulder.C0 = CFrame.new(-2, 0.5, -0.5) * CFrame.Angles(math.rad(90), math.rad(90), 0)
83
84
rightshoulder = rs:Clone()
85
rightshoulder.Parent = char.Torso
86
rightshoulder.C0 = CFrame.new(1, 0.5, -0.5) * CFrame.Angles(math.rad(90), math.rad(90), 0)
87
88
leftleg = lh:Clone()
89
leftleg.Parent = char.Torso
90
leftleg.C0 = CFrame.new(1, -1.5, -0) * CFrame.Angles(math.rad(90), math.rad(90), 0)
91
92
rightleg = rh:Clone()
93
rightleg.Parent = char.Torso
94
rightleg.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(90), math.rad(90), 0)
95
96
for i, v in pairs(char:GetChildren()) do
97
	if v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
98
		v:Remove()
99
	end
100
end
101
102-
char.Humanoid.WalkSpeed = 40
102+
char.Humanoid.WalkSpeed = 86
103
char.Humanoid.JumpPower = 65
104-
char.Humanoid.MaxHealth = math.huge
104+
char.Humanoid.MaxHealth = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999e99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
105-
char.Humanoid.Health = math.huge
105+
char.Humanoid.Health = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999e999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
106
107
char.Head.face:Remove()
108
109
char.Head.Touched:connect(function(h)
110
	if h.Parent ~= char then
111
		egg = h.Parent:FindFirstChild("Humanoid")
112
		if egg ~= nil then
113-
			egg.Health = egg.Health - 5
113+
			egg.Health = egg.Health - 99999999999999999999999999999e99999999999999999999999999999999999999999999999999999999999
114-
			egg.WalkSpeed = egg.WalkSpeed - 1
114+
			egg.WalkSpeed = egg.WalkSpeed - 0
115-
			egg.JumpPower = egg.JumpPower - 4
115+
			egg.JumpPower = egg.JumpPower - 0
116
			e:Play()
117
		end
118
	end
119
end)