forked from LuaGunsX/LuasLegacyScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path[GUI] Pepe GUI
370 lines (360 loc) · 11.1 KB
/
[GUI] Pepe GUI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
--(Edited By Angel Seth I dont own this script This is two scripts i edited togethier)--
for i, v in pairs(game.Players:GetChildren()) do
emit = Instance.new("ParticleEmitter")
emit.Parent = v.Character.Torso
emit.Texture = "http://www.roblox.com/asset/?id=292916914"
emit.VelocitySpread = 20
end
a=Instance.new("Sky",game.Lighting)
b={"Bk","Dn","Ft","Lf","Rt","Up"}
for i,v in pairs(b) do
a["Skybox"..v]="rbxassetid://244905904"
end
sc = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui) --:D its WORKS!
q = Instance.new("Frame", game.Players.LocalPlayer.PlayerGui.ScreenGui)
q.Name = "qe"
q.Position = UDim2.new(0, -10, 0, 0)
q.Size = UDim2.new(0, 260, 0, 90)
q.BackgroundColor3 = Color3.new(0,255,0)
q.Active = true
n = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
n.Position = UDim2.new(0, 0, 0, 0)
n.Size = UDim2.new(0, 260, 0, 30)
n.Style = "RobloxRoundDefaultButton"
n.Text = "Pepe Path"
n.Active = true
a = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
a.Name = "eq"
a.Position = UDim2.new(0, 0, 0, 30)
a.Size = UDim2.new(0, 260, 0, 30)
a.Style = "RobloxRoundDefaultButton"
a.Text = "Pepe Decal SPAM"
a.Active = true
no = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
no.Name = "nope"
no.Position = UDim2.new(0, 0, 0, 60)
no.Size = UDim2.new(0, 260, 0, 30)
no.Style = "RobloxRoundDefaultButton"
no.Text = "Pepe Music"
no.Active = true
--table.getn
game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.TextButton.MouseButton1Down:connect(function()
Player = game.Players.LocalPlayer
bin = Instance.new("HopperBin",Player.Backpack)
bin.Name = "Pepe Path"
function onKeyDown(Key)
if Key:lower() == "r" then
for _,v in pairs(game.Workspace:GetChildren()) do
if v.Name == "NewPart" then
if v:findFirstChild("creator") and v.creator.Value == game.Players.LocalPlayer then
v:Remove()
end
end
end
end
end
function press(mouse)
if sel == true then
local hit = mouse.Target
local point = mouse.Hit.p
local s = Instance.new("Part")
s.CanCollide = true
s.Size=Vector3.new(6,6,6)
s.Anchored = true
s.BrickColor = BrickColor.Green()
s.Transparency = 0
s.Velocity = mouse.Hit.lookVector * 100
s.Name = "NewPart"
s.Material = "Neon"
s.TopSurface = "Smooth"
s.BottomSurface = "Smooth"
s.Parent = game.Workspace
local t = Instance.new("SelectionBox",s)
t.Adornee = s
t.Color3 = s.BrickColor.Color
for i=0, 5 do
local D = Instance.new("Decal")
D.Name = "PEPE"
D.Face = i
D.Parent = s
D.Texture = "http://www.roblox.com/asset/?id=244905904"
end
game:GetService("Debris"):AddItem(s,120)
s.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
s.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position.x,game.Players.LocalPlayer.Character.Torso.Position.y-6,game.Players.LocalPlayer.Character.Torso.Position.z)
s.CFrame = CFrame.new(s.Position,point)
local r = Instance.new("ObjectValue")
r.Value = game.Players.LocalPlayer
r.Parent = s
r.Name = "creator"
wait()
press(mouse)
end
end
function onButton1Down(mouse)
sel = true
if sel == true then
press(mouse)
end
end
function onButton1Up(mouse)
sel = false
end
function onEquippedLocal(mouse)
if mouse == nil then
print("Mouse not found")
return
end
mouse.Icon = "rbxasset://textures\\GunCursor.png"
mouse.Button1Down:connect(function()
onButton1Down(mouse)
end)
mouse.Button1Up:connect(function()
onButton1Up(mouse)
end)
mouse.KeyDown:connect(onKeyDown)
end
bin.Selected:connect(onEquippedLocal)
end)
--PEPE SPAM
game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.nope.MouseButton1Down:connect(function()
local s = Instance.new("Sound")
s.Name = "Sound"
s.SoundId = "http://www.roblox.com/asset/?id=264246827"
s.Volume = 1
s.Looped = true
s.archivable = false
s.Parent = game.Workspace
s:play()
end)
--PEPE SUIT ME
wait(1)
game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.eq.MouseButton1Down:connect(function()
local ID =244905904
function spamDecal(v)
if v:IsA("Part") then
for i=0, 5 do
D = Instance.new("Decal")
D.Name = "pepedecalxd"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..Id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
function decalspam(id)
Id = id
for i,v in pairs(game.Workspace:GetChildren()) do
if v:IsA("Part") then
for i=0, 5 do
D = Instance.new("Decal")
D.Name = "pepedecalxd"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
end
decalspam(ID)
end)
--RARE PEPE SCRIPT LOADED
dot = false
Player = game.Players.LocalPlayer
Character = Player.Character
ra = Character:FindFirstChild("Right Arm")
rl = Character:FindFirstChild("Right Leg")
la = Character:FindFirstChild("Left Arm")
ll = Character:FindFirstChild("Left Leg")
h = Character:FindFirstChild("Head")
to = Character:FindFirstChild("Torso")
Image = Instance.new("ImageLabel")
Character.Humanoid.MaxHealth = math.huge
wait()
Character.Humanoid.Health = math.huge
Billboard = Instance.new("BillboardGui")
t = Instance.new("HopperBin")
bb = Instance.new("BillboardGui",Character.Head)
bb.Enabled = true
bb.AlwaysOnTop = true
bb.Size = UDim2.new(0,200,0,50)
bb.StudsOffset = Vector3.new(0,1,0)
gui=Instance.new("TextBox",bb)
gui.Size = UDim2.new(0,200,0,50)
gui.Position=UDim2.new(0,0,0,-48)
gui.BackgroundColor3=Color3.new(255,255,255)
gui.BorderSizePixel = 0
gui.TextWrapped = true
gui.Font = "SourceSansBold"
gui.TextScaled = true
gui.TextXAlignment = "Left"
gui.TextYAlignment = "Top"
gui.Visible = true
gui.Text = "Rare Pepe script loaded"
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
wait(2)
gui.Text = "Made by docrobloxman52"
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
wait(2)
gui.BackgroundTransparency = 1
gui.Text = " "
gui.BorderColor3 = Color3.new(0,0,0)
Player.Chatted:connect(function(message)
gui.Visible = true
if dot == false then
if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then
gui.Text = "cmd: "..message
gui.BackgroundTransparency = 0
gui.TextColor3 = Color3.new(255,0,0)
else
gui.Text = message
gui.BackgroundTransparency = 0
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
end
end
wait(5)
gui.Text = " "
gui.BackgroundTransparency = 1
end)
mouse = Player:GetMouse()
t.Parent = Player.Backpack
t.Name = " "
t.Selected:connect(function(tool)
tool.Button1Down:connect(function()
local p = Character.Head
local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
local mag = (p.Position - mouse.Hit.p).magnitude if (mag > 2048) then return end
local r = Instance.new("Part",workspace)
r.Name = "Lazer"
r.formFactor = "Custom" r.TopSurface = "Smooth"
r.Size = Vector3.new(2,2,mag)
r.CFrame = cf
r.Anchored = true
r.CanCollide = false
r.Material = Enum.Material.Neon
r.BrickColor = BrickColor.new("Bright green")
local s = Instance.new("Sound",workspace)
s.SoundId = "rbxassetid://357614490"
s.Volume = 1
s:Play()
local e = Instance.new("Explosion",workspace)
e.BlastRadius = 10
e.BlastPressure = 10000
e.Position = mouse.Hit.p
wait(.1)
r:Destroy()
end)
mouse.KeyDown:connect(function(key)
if key == "0" then
local p = Instance.new("ParticleEmitter",Character.Torso)
p.Texture = "rbxassetid://244905904"
p.Name = "PepeP"
p.ZOffset = 5
p.Lifetime = NumberRange.new(.5,.5)
Character.Humanoid.WalkSpeed = 180
Character.Humanoid.JumpPower = 200
elseif key == "v" then
Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
elseif key == "t" then
if Character and Character.Humanoid.Health ~= nil then
Character.Humanoid.Health = Character.Humanoid.MaxHealth
end
elseif key == "e" then
local name = Instance.new("Part",workspace)
name.Size = Vector3.new(10,10,10)
name.Shape = "Ball"
name.CanCollide = false
name.Anchored = true
name.BrickColor = BrickColor.new("Bright blue")
name.Material = Enum.Material.Neon
name.Position = Player.Character.Torso.Position
local name2 = Instance.new("Part",workspace)
name.Size = Vector3.new(10,10,10)
name.Shape = "Ball"
name.CanCollide = false
name.Anchored = true
name.BrickColor = BrickColor.new("Bright blue")
name.Material = Enum.Material.Neon
name.Position = Player.Character.Torso.Position
end
end)
mouse.KeyUp:connect(function(key)
if key == "0" then
local pd = Character.Torso:FindFirstChild("PepeP")
if pd ~= nil then
pd:Destroy()
end
Character.Humanoid.WalkSpeed = 16
Character.Humanoid.JumpPower = 50
end
end)
end)
local thing = Instance.new("Part",workspace)
thing.Name = "Spawn"
thing.Shape = "Ball"
thing.CanCollide = false
thing.Material = Enum.Material.Neon
thing.BrickColor = BrickColor.new("Institutional white")
thing.Size = Vector3.new(10,10,10)
thing.Position = Player.Character.Torso.Position
thing.Anchored = true
Character.Humanoid.WalkSpeed = 0
Character.Humanoid.JumpPower = 0
wait(5)
for i=1,5 do
thing.Transparency = (i / 5)
wait(.1)
end
wait()
Character.Humanoid.WalkSpeed = 16
Character.Humanoid.JumpPower = 50
Billboard.AlwaysOnTop = true
Image.Parent = Billboard
Billboard.Parent = Character.Head
Image.Size = UDim2.new(1, 0, 1, 0)
Billboard.Size = UDim2.new(5, 0, 5, 0)
Image.Position = UDim2.new(0, 0, 0, 0)
Billboard.StudsOffset = Vector3.new(0, 0, 0)
Image.BackgroundTransparency = 1
local BC = Character["Body Colors"]
BC.HeadColor = BrickColor.new("Bright green")
BC.LeftArmColor = BrickColor.new("Bright green")
BC.LeftLegColor = BrickColor.new("Bright green")
BC.RightArmColor = BrickColor.new("Bright green")
BC.RightLegColor = BrickColor.new("Bright green")
BC.TorsoColor = BrickColor.new("Bright green")
repeat wait() until Character and Character:findFirstChild("Head")
Billboard.Adornee = Character.Head
Image.Image = "rbxassetid://244905904"
while true do
Image.ImageColor3 = Color3.new(1,1,1)
wait(0.1)
Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
wait(0.1)
Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
wait(0.1)
Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
wait(0.1)
Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
wait(0.1)
Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
wait(0.1)
Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
wait(0.1)
Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
wait(0.1)
Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
wait(0.1)
end