View difference between Paste ID: 8byTDLz1 and hyQa5neX
SHOW: | | - or go back to the newest paste.
1
dot = false
2
des = f
3
4
pls=game:GetService'Players';
5
rs=game:GetService'RunService';
6
uinps=game:GetService'UserInputService';
7
lp=pls.LocalPlayer;
8
mouse=lp:GetMouse();
9
c=lp.Character;
10
rayModel=Instance.new('Model',c);
11
human=c.Humanoid;
12
Health = c.Humanoid.Health;
13
Cone=nil;
14-
human.MaxHealth=5000;
14+
human.MaxHealth=500000000000000000000000000000000000000000000000000000000000;
15
wait();
16-
human.Health=5000;
16+
human.Health=5000000000000000000000000000000000000000000000000000000000000;
17
c.Health:Destroy();
18
Debounces={
19
FPS=0;
20
isAttacking=false;
21
isMoving=false;
22
isSprinting=false;
23
Debounce=false;
24
isTyping=false;
25
isJumping=false;
26
isFlash=false;
27
};
28
29
30
31
pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
32
local plr = game.Players.LocalPlayer
33
repeat wait() until plr.Character
34
plr = game.Players.LocalPlayer    
35
char = plr.Character
36
torso = char.Torso
37
head = char.Head
38
neck = torso.Neck
39
head.face:Destroy()
40
sound = Instance.new("Sound", head)
41
sound.SoundId = "play one yourself :D"
42
sound.Volume = 100
43
sound:Play()
44
sound.Looped = true
45
plr.Chatted:connect(function(message)
46
            if message:sub(1,4) == "Play" then
47
            sound:Stop()
48
                sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
49
    sound:Play()
50
    end
51
end)
52
53
54
55
eye1 = Instance.new("Part", workspace)
56
eye1.Anchored = false
57
eye1.Parent = head
58
eye1.TopSurface = 0
59
eye1.BrickColor = BrickColor.new("Really black")
60
eye1.BottomSurface = 0
61
eye1m = Instance.new("SpecialMesh", eye1)
62
eye1m.MeshType = Enum.MeshType.Sphere
63
eye1m.Scale = Vector3.new(0.02,0.12,0.03)
64
ogsize = eye1m.Scale
65
weld = Instance.new("Weld", head)
66
weld.Part0 = eye1
67
weld.Part1 = head
68
weld.C1 = CFrame.new(-.17,.14,-.57)
69
70
71
72
eye2 = Instance.new("Part", workspace)
73
eye2.Anchored = false
74
eye2.Parent = head
75
eye2.TopSurface = 0
76
eye2.BrickColor = BrickColor.new("Really black")
77
eye2.BottomSurface = 0
78
eye2m = Instance.new("SpecialMesh", eye2)
79
eye2m.MeshType = Enum.MeshType.Sphere
80
eye2m.Scale = Vector3.new(0.02,0.12,0.03)
81
ogsize = eye2m.Scale
82
weld = Instance.new("Weld", head)
83
weld.Part0 = eye2
84
weld.Part1 = head
85
weld.C1 = CFrame.new(.17,.14,-.57)
86
87
88
89
mouth = Instance.new("Part", workspace)
90
mouth.Anchored = false
91
mouth.Parent = head
92
mouth.TopSurface = 0
93
mouth.BrickColor = BrickColor.new("Really red")
94
mouth.BottomSurface = 0
95
mouth.Material = "SmoothPlastic"
96
mouthm = Instance.new("SpecialMesh", mouth)
97
mouthm.MeshType = Enum.MeshType.Sphere
98
mouthm.Scale = Vector3.new(.10,.5,0.05)
99
ogsize = mouthm.Scale
100
weld = Instance.new("Weld", head)
101
weld.Part0 = mouth
102
weld.Part1 = head
103
weld.C1 = CFrame.new(0,-.25,-.6)
104
game:service'RunService'.RenderStepped:connect(function()
105
mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
106
neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100)    +math.rad(-90),0,math.rad(180)),0.1)
107
end)