Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By aansaid#5966
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Killall = Instance.new("TextButton")
- local credit = Instance.new("TextButton")
- local credit2 = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.44999998807907
- Frame.ClipsDescendants = true
- Frame.Draggable = true
- Frame.Position = UDim2.new(0, 669, 0, 394)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 280, 0, 196)
- Killall.Name = "Kill all"
- Killall.Parent = Frame
- Killall.BackgroundColor3 = Color3.new(0, 0, 0)
- Killall.BackgroundTransparency = 0.60000002384186
- Killall.Position = UDim2.new(0, 40, 0, 123)
- Killall.Size = UDim2.new(0, 200, 0, 50)
- Killall.Font = Enum.Font.Fantasy
- Killall.Text = "Kill All"
- Killall.TextColor3 = Color3.new(1, 0, 0)
- Killall.TextScaled = true
- Killall.TextSize = 14
- Killall.TextWrapped = true
- credit.Name = "credit"
- credit.Parent = Frame
- credit.BackgroundColor3 = Color3.new(0, 0, 0)
- credit.BackgroundTransparency = 0.5
- credit.Position = UDim2.new(0, 0, 0, 48)
- credit.Size = UDim2.new(0, 280, 0, 24)
- credit.Font = Enum.Font.SciFi
- credit.Text = "Script made by RetardoGeraldo#6164"
- credit.TextColor3 = Color3.new(1, 0, 0)
- credit.TextSize = 16
- credit.TextWrapped = true
- credit2.Name = "credit2"
- credit2.Parent = Frame
- credit2.BackgroundColor3 = Color3.new(0, 0, 0)
- credit2.BackgroundTransparency = 0.5
- credit2.Position = UDim2.new(0, 0, 0, 74)
- credit2.Size = UDim2.new(0, 280, 0, 24)
- credit2.Font = Enum.Font.SciFi
- credit2.Text = "Gui Made by aansaid#5966"
- credit2.TextColor3 = Color3.new(1, 0, 0)
- credit2.TextSize = 16
- credit2.TextWrapped = true
- title.Name = "title"
- title.Parent = Frame
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.BackgroundTransparency = 0.5
- title.Size = UDim2.new(0, 280, 0, 50)
- title.Font = Enum.Font.Fantasy
- title.Text = "Kill All In Top Roblox Runway Model"
- title.TextColor3 = Color3.new(1, 0, 0)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- Killall.MouseButton1Click:connect(function()
- for i=1, 5 do
- local player = game:GetService('Players').LocalPlayer
- local kill = 22
- local Event = player.PlayerGui.VoteFix ["OPEN/CLOSE"].RemoteEvent
- Event:FireServer(kill)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement