View difference between Paste ID: BDTkPMn7 and b8pn3FLG
SHOW: | | - or go back to the newest paste.
1-
jun = game.Players.TalentedLenny --Name Here
1+
jun = game.Players.insanedude59 --Name Here
2
Stuff = false
3
--password
4
function ssj()
5
if Stuff == false then
6
Stuff = true
7
for u, c in pairs (jun.Character:GetChildren()) do
8
if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
9
c.Handle.Transparency = 1
10
end
11
end
12
Hair22 = Instance.new("Part")
13
Hair22.Parent = jun.Character
14
Hair22.Name = "Hair"
15
Hair22.formFactor = "Symmetric"
16
Hair22.Size = Vector3.new(1, 1, 1)
17
Hair22.CFrame = jun.Character.Head.CFrame
18
Hair22:BreakJoints()
19
Hair22.CanCollide = false
20
Hair22.TopSurface = "Smooth"
21
Hair22.BottomSurface = "Smooth"
22
Hair22.BrickColor = BrickColor.new("Bright yellow")
23
Weld = Instance.new("Weld") 
24
Weld.Part0 = jun.Character.Head 
25
Weld.Part1 = Hair22
26
Weld.Parent = jun.Character.Head 
27
Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0) 
28
Mesh = Instance.new("SpecialMesh")
29
Mesh.Parent = Hair22
30
Mesh.MeshType = "Sphere"
31
Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
32
Hair4 = Instance.new("Part")
33
Hair4.Parent = jun.Character
34
Hair4.Name = "Hair"
35
Hair4.CanCollide = false
36
Hair4.Locked = true
37
Hair4.TopSurface = "Smooth"
38
Hair4.BottomSurface = "Smooth"
39
Hair4.formFactor = "Symmetric"
40
Hair4.BrickColor = BrickColor.new("Bright yellow")
41
Hair4.CFrame = jun.Character.Torso.CFrame
42
Hair4.Size = Vector3.new(1, 1, 1)
43
Weld = Instance.new("Weld")
44
Weld.Parent = jun.Character.Head
45
Weld.Part0 = jun.Character.Head
46
Weld.Part1 = Hair4
47
Weld.C0 = CFrame.new(0, 1, 0)
48
Mesh = Instance.new("SpecialMesh")
49
Mesh.Parent = Hair4
50
Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
51
Mesh.MeshType = "FileMesh"
52
Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
53
Mesh.TextureId = ""
54
Effect = Instance.new("Part")
55
Effect.Parent = jun.Character
56
Effect.Anchored = true
57
Effect.CanCollide = false
58
Effect.Size = Vector3.new(1, 1, 1)
59
Effect.formFactor = "Symmetric"
60
Effect.Transparency = 0.5
61
Effect.BrickColor = BrickColor.new("Bright yellow")
62
Effect.TopSurface = "Smooth"
63
Effect.BottomSurface = "Smooth"
64
EffectMesh = Instance.new("CylinderMesh")
65
EffectMesh.Parent = Effect
66
EffectMesh.Scale = Vector3.new(1, 1500, 1)
67
--[[ex = Instance.new("Explosion")
68
ex.Position = jun.Character.Torso.Position
69
ex.BlastPressure = 0
70
ex.Parent = workspace]]
71
jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
72
for i = 1 , 20 do
73
Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
74
EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
75
Effect.Transparency = Effect.Transparency + 0.025
76
wait(0.06)
77
end
78
Effect:Remove()
79
if jun.Character.Torso:findFirstChild("PwnFire") == nil then
80
pie = Instance.new("Fire")
81
pie.Name = "PwnFire"
82
pie.Parent = jun.Character.Torso
83
pie.Size = 13
84
pie.Color = BrickColor.new("Bright yellow")
85
end
86
if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
87
pie = Instance.new("Sparkles")
88
pie.Name = "PwnSparkles"
89
pie.Parent = jun.Character.Torso
90
pie.Color = BrickColor.new("Bright yellow")
91
end
92
jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.5
93
wait(0.3)
94
jun.Character.Humanoid.Health = jun.Character.Humanoid.Health*1.5
95
end
96
end
97
function nossj()
98
if Stuff == true then
99
Stuff = false
100
if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
101
jun.Character.Torso:findFirstChild("PwnFire"):Remove()
102
end
103
if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
104
jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
105
end
106
p = Instance.new("Part")
107
p.Parent = jun.Character
108
p.Anchored = true
109
p.CanCollide = false
110
p.Transparency = 0.1
111
p.formFactor = "Symmetric"
112
p.Size = Vector3.new(22, 22, 22)
113
p.TopSurface = "Smooth"
114
p.BottomSurface = "Smooth"
115
p.Name = "Sharingan"
116
p.Shape = "Ball"
117
p.CFrame = jun.Character.Torso.CFrame
118
p.BrickColor = BrickColor.new("Bright yellow")
119
for i = 1 , 10 do
120
wait(0.05)
121
p.Size = p.Size + Vector3.new(-4, -4, -4)
122
p.Transparency = p.Transparency + 0.1
123
p.CFrame = jun.Character.Torso.CFrame
124
end
125
p:Remove()
126
for u, c in pairs (jun.Character:GetChildren()) do
127
if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
128
c.Handle.Transparency = 0
129
end
130
if c.Name == "Hair" then
131
c:Remove()
132
end
133
end
134
jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.5
135
wait(0.3)
136
jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.5
137
end
138
end
139
jun.Chatted:connect(function(Msg)
140
msg = Msg:lower()
141
if string.sub(msg, 1, 7) == "pwnage" then
142
wait(0.1)
143
ssj()
144
end
145
if string.sub(msg, 1, 13) == "super saiyan" then
146
wait(0.1)
147
ssj()
148
end
149
if string.sub(msg, 1, 6) == "ssj" then
150
wait(0.1)
151
ssj()
152
end
153
if string.sub(msg, 1, 10) == "pwnd" then
154
wait(0.1)
155
nossj()
156
end
157
if string.sub(msg, 1, 3) == "off" then
158
wait(0.1)
159
nossj()
160
end
161
end)
162
function OnDeath()
163
wait()
164
nossj()
165
end
166
jun.Character.Humanoid.Died:connect(OnDeath)
167
jun = game.Players.TalentedLenny --Name Here Also
168
Stuff = false