Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
V3rmillion © 2020 - Not affiliated in any way with the Roblox Corporation or any of its trademarks.
while wait()do
ifnot game.Players.LocalPlayer.PlayerGui:FindFirstChild('AnarchyGui')then
AnarchyGui.Name ='AnarchyGui'
AnarchyGui.Parent = game.Players.LocalPlayer.PlayerGui
local ScrollingFrame = Instance.new('ScrollingFrame')
ScrollingFrame.BackgroundColor3 = Color3.new(0,0,0)
ScrollingFrame.BorderColor3 = Color3.new(1,1,1)
ScrollingFrame.Position = UDim2.new(0.349999994,0,0.134000003,0)
ScrollingFrame.Size = UDim2.new(0.300000012,0,0.5,0)
ScrollingFrame.Visible =false
local Template = Instance.new('Folder')
Template.Parent = ScrollingFrame
Template1.Name ='Template1'
Template1.BackgroundTransparency=0
Template1.BorderColor3 = Color3.new(0.105882,0.164706,0.207843)
Template1.Position = UDim2.new(0,0,0,0)
Template1.ZIndex =1
Template1.Text ='1'
Template1.TextSize =14
Template1.TextWrapped =false
Template1.TextStrokeColor3 = Color3.new(0,0,0)
Template1.Visible =false
Template1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
local plrval = Instance.new('ObjectValue')
plrval.Parent = Template1
local UIListLayout = Instance.new('UIListLayout')
UIListLayout.Parent = ScrollingFrame
KillOptions.Name ='KillOptions'
KillOptions.BackgroundTransparency =0
KillOptions.BorderSizePixel =0
KillOptions.Position = UDim2.new(0.349999994,0,0.649999976,0)
KillOptions.Size = UDim2.new(0.300000012,0,0.150000006,0)
KillOptions.Visible =false
local UIListLayout = Instance.new('UIListLayout')
UIListLayout.Parent = KillOptions
UIListLayout.FillDirection = Enum.FillDirection.Horizontal
UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
local killAll = Instance.new('TextButton')
killAll.BackgroundColor3 = Color3.new(0.117647,0.117647,0.117647)
killAll.BorderColor3 = Color3.new(0.105882,0.164706,0.207843)
killAll.Position = UDim2.new(0,0,0,0)
killAll.Size = UDim2.new(0.300000012,0,0.949999988,0)
killAll.Parent = KillOptions
killAll.TextColor3 = Color3.new(1,1,1)
killAll.TextScaled =false
killAll.TextStrokeTransparency =1
killAll.FontSize = Enum.FontSize.Size28
killAll.Font = Enum.Font.SourceSansItalic
killOthers.Name ='killOthers'
killOthers.BackgroundColor3 = Color3.new(0.117647,0.117647,0.117647)
killOthers.BorderColor3 = Color3.new(0.105882,0.164706,0.207843)
killOthers.Position = UDim2.new(0,0,0,0)
killOthers.Size = UDim2.new(0.300000012,0,0.949999988,0)
killOthers.Parent = KillOptions
killOthers.TextColor3 = Color3.new(1,1,1)
killOthers.TextScaled =false
killOthers.TextStrokeTransparency =1
killOthers.FontSize = Enum.FontSize.Size28
killOthers.Font = Enum.Font.SourceSansItalic
killSelected.Name ='killSelected'
killSelected.BackgroundColor3 = Color3.new(0.117647,0.117647,0.117647)
killSelected.BorderColor3 = Color3.new(0.105882,0.164706,0.207843)
killSelected.Position = UDim2.new(0,0,0,0)
killSelected.Size = UDim2.new(0.300000012,0,0.949999988,0)
killSelected.Parent = KillOptions
killSelected.TextColor3 = Color3.new(1,1,1)
killSelected.TextScaled =false
killSelected.TextStrokeTransparency =1
killSelected.TextStrokeColor3 = Color3.new(0,0,0)
killSelected.Visible =true
local OpenAndClose = Instance.new('TextButton')
OpenAndClose.BackgroundColor3 = Color3.new(1,1,1)
OpenAndClose.BorderColor3 = Color3.new(0.105882,0.164706,0.207843)
OpenAndClose.Position = UDim2.new(0.930000007,0,0.694999993,0)
OpenAndClose.Size = UDim2.new(0.0700000003,0,0.0500000007,0)
OpenAndClose.Parent = AnarchyGui
OpenAndClose.TextColor3 = Color3.new(0.105882,0.164706,0.207843)
OpenAndClose.TextScaled =false
OpenAndClose.TextStrokeTransparency =1
OpenAndClose.TextStrokeColor3 = Color3.new(0,0,0)
OpenAndClose.Visible =true
local serverKey ='xHyf86e'
local usedEnums ={
['Selected']= Enum.ButtonStyle.RobloxRoundDefaultButton;
['Unselected']= Enum.ButtonStyle.RobloxRoundDropdownButton;
local templates ={}
for i, v inpairs(game.Players:GetPlayers())do
temp.Text = v.Name
temp.Player.Value = v
table.insert(templates,temp)
v.Parent = ScrollingFrame
v.MouseButton1Click:connect(function()
v.Style = usedEnums['Unselected']
v.Style = usedEnums['Selected']
end)
end
print('clicked')
OpenAndClose.Text ='Close'
ScrollingFrame.Visible =true
OpenAndClose.Text ='Close'
ScrollingFrame.Visible =false
OpenAndClose.Text ='Open'
if v:IsA('TextButton')then
end
end
KillOptions.killAll.MouseButton1Click:connect(function()
if player.Character and player.Character:FindFirstChild('Humanoid')then
if v.Character and v.Character:FindFirstChild('Humanoid')then
game.ReplicatedStorage.Remotes.Damage:FireServer(serverKey,25,v.Character:FindFirstChild('Humanoid'),game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool'))
end
else
warn('Make sure your character is loaded and that you are holding your weapon!')
end)
KillOptions.killOthers.MouseButton1Click:connect(function()
if player.Character and player.Character:FindFirstChild('Humanoid')then
if v.Character and v.Character:FindFirstChild('Humanoid')then
for i=1,10do
game.ReplicatedStorage.Remotes.Damage:FireServer(serverKey,25,v.Character:FindFirstChild('Humanoid'),game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool'))
end
end
warn('Make sure your character is loaded and that you are holding your weapon.')
end)
KillOptions.killSelected.MouseButton1Click:connect(function()
if player.Character and player.Character:FindFirstChild('Humanoid')then
for i, v inpairs(ScrollingFrame:GetChildren())do
if v.Style usedEnums['Selected']then
end
end
for i, v inpairs(selected)do
if v.Character and v.Character:FindFirstChild('Humanoid')then
game.ReplicatedStorage.Remotes.Damage:FireServer(serverKey,25,v.Character:FindFirstChild('Humanoid'),game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool'))
end
else
warn('Make sure your character is loaded and that you are holding your weapon!')
end)
end