Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --HOW TO SAVE PEPE GUI ON VOIDACITY SCRIPT BUILDER
- --step 1 : say createhttp/pepegui/http://pastebin.com/raw/PxatsDKe
- --step 2 : say save/pepegui
- --!FOR RUN PEPE GUI SAY rl/pepegui
- 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=686544830"
- 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)
Add Comment
Please, Sign In to add comment