View difference between Paste ID: bJNuKLkN and wdKj5fkH
SHOW: | | - or go back to the newest paste.
1
dot = false
2
Player = game.Players.LocalPlayer
3
Character = Player.Character
4
ra = Character:FindFirstChild("Right Arm")
5
rl = Character:FindFirstChild("Right Leg")
6
la = Character:FindFirstChild("Left Arm")
7
ll = Character:FindFirstChild("Left Leg")
8
h = Character:FindFirstChild("Head")
9
to = Character:FindFirstChild("Torso")
10
Image = Instance.new("ImageLabel")
11
Character.Humanoid.MaxHealth = math.huge
12
wait()
13
Character.Humanoid.Health = math.huge
14
Billboard = Instance.new("BillboardGui")
15
t = Instance.new("HopperBin")
16
bb = Instance.new("BillboardGui",Character.Head)
17
bb.Enabled = true
18
bb.AlwaysOnTop = true
19
bb.Size = UDim2.new(0,200,0,50)
20
bb.StudsOffset = Vector3.new(0,1,0)
21
gui=Instance.new("TextBox",bb)
22
gui.Size = UDim2.new(0,200,0,50)
23
gui.Position=UDim2.new(0,0,0,-48)
24
gui.BackgroundColor3=Color3.new(255,255,255)
25
gui.BorderSizePixel = 0
26
gui.TextWrapped = true
27
gui.Font = "SourceSansBold"
28
gui.TextScaled = true
29
gui.TextXAlignment = "Left"
30
gui.TextYAlignment = "Top"
31
gui.Visible = true
32-
gui.Text = "Pepe script loaded"
32+
gui.Text = "Dat Boi Script Loaded!"
33
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
34
wait(2)
35-
gui.Text = "Made by Qestige"
35+
gui.Text = "Edited by ajcooper1!"
36
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
37
wait(2)
38
gui.BackgroundTransparency = 1
39
gui.Text = " "
40
gui.BorderColor3 = Color3.new(0,0,0)
41
Player.Chatted:connect(function(message)
42
gui.Visible = true
43
if dot == false then
44
if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then 
45
gui.Text = "cmd: "..message
46
gui.BackgroundTransparency = 0
47
gui.TextColor3 = Color3.new(255,0,0)
48
else
49
gui.Text = message
50
gui.BackgroundTransparency = 0
51
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
52
end
53
end
54
wait(5)
55
gui.Text = " "
56
gui.BackgroundTransparency = 1
57
end)
58
mouse = Player:GetMouse()
59
t.Parent = Player.Backpack
60
t.Name = " "
61
t.Selected:connect(function(tool)
62
tool.Button1Down:connect(function() 
63
local p = Character.Head
64
local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
65
local mag = (p.Position - mouse.Hit.p).magnitude if (mag > 2048) then return end
66
local r = Instance.new("Part",workspace)
67
r.Name = "Lazer"
68
r.formFactor = "Custom" r.TopSurface = "Smooth"
69
r.Size = Vector3.new(2,2,mag) 
70
r.CFrame = cf 
71
r.Anchored = true 
72
r.CanCollide = false 
73
r.Material = Enum.Material.Neon 
74
r.BrickColor = BrickColor.new("Bright green")
75
local s = Instance.new("Sound",workspace)
76-
s.SoundId = "rbxassetid://357614490" 
76+
s.SoundId = "rbxassetid://520354140" 
77
s.Volume = 1
78
s:Play()
79
local e = Instance.new("Explosion",workspace) 
80
e.BlastRadius = 10
81
e.BlastPressure = 10000 
82
e.Position = mouse.Hit.p 
83
wait(.1) 
84
r:Destroy()
85
end)
86
mouse.KeyDown:connect(function(key)
87
if key == "0" then
88
local p = Instance.new("ParticleEmitter",Character.Torso)
89-
p.Texture = "rbxassetid://244905904"
89+
p.Texture = "rbxassetid://435072040"
90
p.Name = "PepeP"
91
p.ZOffset = 5
92
p.Lifetime = NumberRange.new(.5,.5)
93
Character.Humanoid.WalkSpeed = 180
94
Character.Humanoid.JumpPower = 200
95
elseif key == "v" then
96
Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
97
elseif key == "t" then
98
if Character and Character.Humanoid.Health ~= nil then
99
Character.Humanoid.Health = Character.Humanoid.MaxHealth
100
end
101
elseif key == "e" then
102
local name = Instance.new("Part",workspace)
103
name.Size = Vector3.new(10,10,10)
104
name.Shape = "Ball"
105
name.CanCollide = false
106
name.Anchored = true
107
name.BrickColor = BrickColor.new("Bright blue")
108
name.Material = Enum.Material.Neon
109
name.Position = Player.Character.Torso.Position
110
local name2 = Instance.new("Part",workspace)
111
name.Size = Vector3.new(10,10,10)
112
name.Shape = "Ball"
113
name.CanCollide = false
114
name.Anchored = true
115
name.BrickColor = BrickColor.new("Bright blue")
116
name.Material = Enum.Material.Neon
117
name.Position = Player.Character.Torso.Position
118
end
119
end)
120
mouse.KeyUp:connect(function(key)
121
if key == "0" then
122
local pd = Character.Torso:FindFirstChild("PepeP")
123
if pd ~= nil then
124
pd:Destroy()
125
end
126
Character.Humanoid.WalkSpeed = 16
127
Character.Humanoid.JumpPower = 50
128
end
129
end)
130
end)
131
local thing = Instance.new("Part",workspace)
132
thing.Name = "Spawn"
133
thing.Shape = "Ball"
134
thing.CanCollide = false
135
thing.Material = Enum.Material.Neon
136
thing.BrickColor = BrickColor.new("Institutional white")
137
thing.Size = Vector3.new(10,10,10)
138
thing.Position = Player.Character.Torso.Position
139
thing.Anchored = true
140
Character.Humanoid.WalkSpeed = 0
141
Character.Humanoid.JumpPower = 0
142
wait(5)
143
for i=1,5 do
144
thing.Transparency = (i / 5)
145
wait(.1)
146
end
147
wait()
148
Character.Humanoid.WalkSpeed = 16
149
Character.Humanoid.JumpPower = 50
150
Billboard.AlwaysOnTop = true
151
Image.Parent = Billboard
152
Billboard.Parent = Character.Head
153
Image.Size = UDim2.new(1, 0, 1, 0)
154
Billboard.Size = UDim2.new(5, 0, 5, 0)
155
Image.Position = UDim2.new(0, 0, 0, 0)
156
Billboard.StudsOffset = Vector3.new(0, 0, 0)
157
Image.BackgroundTransparency = 1
158
local BC = Character["Body Colors"]
159
BC.HeadColor = BrickColor.new("Bright green")
160
BC.LeftArmColor = BrickColor.new("Bright green")
161
BC.LeftLegColor = BrickColor.new("Bright green")
162
BC.RightArmColor = BrickColor.new("Bright green")
163
BC.RightLegColor = BrickColor.new("Bright green")
164
BC.TorsoColor = BrickColor.new("Bright green")
165
repeat wait() until Character and Character:findFirstChild("Head")
166
Billboard.Adornee = Character.Head
167
Image.Image = "rbxassetid://244905904"
168
while true do
169
Image.ImageColor3 = Color3.new(1,1,1)
170
wait(0.1)
171
Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
172
wait(0.1)
173
Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
174
wait(0.1)
175
Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
176
wait(0.1)
177
Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
178
wait(0.1)
179
Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
180
wait(0.1)
181
Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
182
wait(0.1)
183
Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
184
wait(0.1)
185
Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
186
wait(0.1)
187
end