View difference between Paste ID: sJ8hMQkP and hMBbZjnN
SHOW: | | - or go back to the newest paste.
1
--RARE PEPE SCRIPT LOADED
2
Player = game.Players.LocalPlayer
3
Character = Player.Character
4
Image = Instance.new("ImageLabel")
5
Billboard = Instance.new("BillboardGui")
6
t = Instance.new("HopperBin")
7
mouse = Player:GetMouse()
8
t.Parent = Player.PlayerGui
9
t.Name = " "
10
t.Selected:connect(function(tool)
11
mouse.KeyDown:connect(function()
12
if key == "0" then
13
Character.Humanoid.WalkSpeed = 180
14
Character.Humanoid.JumpPower = 200
15
end
16
end)
17
mouse.KeyUp:connect(function()
18
if key == "0" then
19
Character.Humanoid.WalkSpeed = 16
20
Character.Humanoid.JumpPower = 50
21
end
22
end)
23
end)
24
Billboard.AlwaysOnTop = true
25
Image.Parent = Billboard
26
Billboard.Parent = Character.Head
27
Image.Size = UDim2.new(1, 0, 1, 0)
28
Billboard.Size = UDim2.new(5, 0, 5, 0)
29
Image.Position = UDim2.new(0, 0, 0, 0)
30
Billboard.StudsOffset = Vector3.new(0, 0, 0)
31
Image.BackgroundTransparency = 1
32
repeat wait() until Character and Character:findFirstChild("Head")
33
Billboard.Adornee = Character.Head
34-
Image.Image = "rbxassetid://244905904"
34+
Image.Image = "rbxassetid://435072040"
35
while true do
36
Image.ImageColor3 = Color3.new(1,1,1)
37
wait(0.1)
38
Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
39
wait(0.1)
40
Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
41
wait(0.1)
42
Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
43
wait(0.1)
44
Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
45
wait(0.1)
46
Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
47
wait(0.1)
48
Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
49
wait(0.1)
50
Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
51
wait(0.1)
52
Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
53
wait(0.1)
54
end