Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local JocelynFlores = Instance.new("ScreenGui")
- local RIP = Instance.new("TextLabel")
- local mp = Instance.new("TextButton")
- local lua = Instance.new("TextButton")
- local MemP = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local LuaP = Instance.new("Frame")
- local scriptField = Instance.new("TextBox")
- local exeBtn = Instance.new("TextButton")
- -- Properties
- JocelynFlores.Name = "JocelynFlores"
- JocelynFlores.Parent = game.Players.LocalPlayer.PlayerGui
- RIP.Name = "RIP"
- RIP.Parent = JocelynFlores
- RIP.Active = true
- RIP.BackgroundColor3 = Color3.new(0, 1, 1)
- RIP.BorderSizePixel = 0
- RIP.Draggable = true
- RIP.Position = UDim2.new(0, 274, 0, 145)
- RIP.Size = UDim2.new(0, 523, 0, 41)
- RIP.Font = Enum.Font.SourceSans
- RIP.FontSize = Enum.FontSize.Size14
- RIP.Text = "R.I.P Jocelyn Flores"
- RIP.TextColor3 = Color3.new(1, 0, 0.74902)
- RIP.TextScaled = true
- RIP.TextSize = 14
- RIP.TextWrapped = true
- RIP.TextXAlignment = Enum.TextXAlignment.Left
- mp.Name = "mp"
- mp.Parent = RIP
- mp.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- mp.BorderSizePixel = 0
- mp.Position = UDim2.new(0, 0, 0, 41)
- mp.Size = UDim2.new(0, 281, 0, 50)
- mp.Font = Enum.Font.SourceSans
- mp.FontSize = Enum.FontSize.Size14
- mp.Text = "Memorial Page ✅"
- mp.TextColor3 = Color3.new(0, 1, 1)
- mp.TextScaled = true
- mp.TextSize = 14
- mp.TextWrapped = true
- lua.Name = "lua"
- lua.Parent = RIP
- lua.BackgroundColor3 = Color3.new(0, 1, 0)
- lua.BorderSizePixel = 0
- lua.Position = UDim2.new(0, 278, 0, 41)
- lua.Size = UDim2.new(0, 245, 0, 50)
- lua.Font = Enum.Font.SourceSans
- lua.FontSize = Enum.FontSize.Size14
- lua.Text = "LUA Page"
- lua.TextColor3 = Color3.new(1, 1, 1)
- lua.TextScaled = true
- lua.TextSize = 14
- lua.TextWrapped = true
- MemP.Name = "MemP"
- MemP.Parent = RIP
- MemP.BackgroundColor3 = Color3.new(0, 0, 0)
- MemP.BorderSizePixel = 0
- MemP.Position = UDim2.new(0, 0, 0, 89)
- MemP.Size = UDim2.new(0, 523, 0, 278)
- TextLabel.Parent = MemP
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 20, 0, 17)
- TextLabel.Size = UDim2.new(0, 486, 0, 245)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Back in May, XXXTENTACION released the song “Revenge” and dedicated it to a woman named Jocelyn Flores. She was a friend and fan of X who tragically committed suicide in a hotel room while visiting him in Florida earlier this year. Although he didn’t directly mention her suicide on the track, he addressed the incident in the song’s SoundCloud description. “Rest in peace, Jocelyn,” he wrote. “I will have my revenge upon the world.”\n\nX recently dropped his new album 17, and it features a song titled “Jocelyn Flores” where the Florida rapper directly addresses his struggles with her death.\n\nOn the first verse, he recalls finding out about Flores' suicide:\n________________________________________\nPicture this, in bed, get a phone call\nGirl that you fucked with killed herself\nThat was this summer and nobody helped\nAnd ever since then, man, I hate myself\nWanna fuckin' end it, pessimistic\n----------------------------------------"
- TextLabel.TextColor3 = Color3.new(0, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- LuaP.Name = "LuaP"
- LuaP.Parent = RIP
- LuaP.BackgroundColor3 = Color3.new(0, 0, 0)
- LuaP.BorderSizePixel = 0
- LuaP.Position = UDim2.new(0, 0, 0, 89)
- LuaP.Size = UDim2.new(0, 523, 0, 278)
- LuaP.Visible = false
- scriptField.Name = "scriptField"
- scriptField.Parent = LuaP
- scriptField.BackgroundColor3 = Color3.new(0, 1, 0)
- scriptField.Position = UDim2.new(0, 42, 0, 155)
- scriptField.Size = UDim2.new(0, 440, 0, 54)
- scriptField.Font = Enum.Font.SourceSans
- scriptField.FontSize = Enum.FontSize.Size14
- scriptField.Text = "LUA HERE"
- scriptField.TextColor3 = Color3.new(1, 0, 0)
- scriptField.TextScaled = true
- scriptField.TextSize = 14
- scriptField.TextWrapped = true
- exeBtn.Name = "exeBtn"
- exeBtn.Parent = LuaP
- exeBtn.BackgroundColor3 = Color3.new(0, 1, 0)
- exeBtn.Position = UDim2.new(0, 98, 0, 27)
- exeBtn.Size = UDim2.new(0, 328, 0, 47)
- exeBtn.Font = Enum.Font.SourceSans
- exeBtn.FontSize = Enum.FontSize.Size14
- exeBtn.Text = "Execute Script"
- exeBtn.TextColor3 = Color3.new(1, 0, 0)
- exeBtn.TextScaled = true
- exeBtn.TextSize = 14
- exeBtn.TextWrapped = true
- mp.MouseButton1Click:connect(function()
- local prefix = " ✅"
- lua.Text = "LUA Page"
- mp.Text = "Memorial Page" .. prefix
- LuaP.Visible = false
- MemP.Visible = true
- end)
- lua.MouseButton1Click:connect(function()
- local prefixa = " ✅"
- lua.Text = "LUA Page" .. prefixa
- mp.Text = "Memorial Page"
- LuaP.Visible = true
- MemP.Visible = false
- end)
- exeBtn.MouseButton1Click:connect(function()
- local cscript = Instance.new("LocalScript")
- cscript.Name = "Executed Script " .. math.random()
- cscript.Source = scriptField.Text
- cscript.Parent = game
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement