Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- servertrollguiv1 = Instance.new("ScreenGui")
- servertrollguiv1.Parent = game.Players.LocalPlayer.PlayerGui
- servertrollguiv1.Name = ("Server Troll Gui V1")
- interface = Instance.new("Frame")
- interface.Parent = servertrollguiv1
- interface.Name = ("Interface")
- interface.BackgroundTransparency = 1
- interface.Visible = false
- showgui = Instance.new("TextButton")
- showgui.Parent = servertrollguiv1
- showgui.Position = UDim2.new(0, 0, 0, 545)
- showgui.Size = UDim2.new(0, 100, 0, 20)
- showgui.Name = ("Show Gui")
- showgui.Text = ("Show")
- showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- showgui.Font = ("SourceSans")
- showgui.FontSize = ("Size14")
- showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- function showguiClick()
- if interface.Visible == false then
- showgui.Text = ("Hide")
- interface.Visible = true else
- showgui.Text = ("Show")
- interface.Visible = false
- end
- end
- showgui.MouseButton1Down:connect(showguiClick)
- setskybox = Instance.new("TextButton")
- setskybox.Parent = interface
- setskybox.Name = ("Set Skybox")
- setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- setskybox.Position = UDim2.new(0, 0, 0, 524)
- setskybox.Size = UDim2.new(0, 100, 0, 20)
- setskybox.Text = ("Set Skybox")
- setskybox.Font = ("SourceSans")
- setskybox.FontSize = ("Size14")
- setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function setskyboxClick()
- s = Instance.new("Sky")
- s.Name = "Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=142285971"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=142285971"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=142285971"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=142285971"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=142285971"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=142285971"
- s.Parent = game.Lighting
- game.Lighting.TimeOfDay = 12
- end
- setskybox.MouseButton1Down:connect(setskyboxClick)
- clearterrain = Instance.new("TextButton")
- clearterrain.Parent = interface
- clearterrain.Name = ("Clear Terrain")
- clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- clearterrain.Position = UDim2.new(0, 0, 0, 503)
- clearterrain.Size = UDim2.new(0, 100, 0, 20)
- clearterrain.Text = ("Clear Terrain")
- clearterrain.Font = ("SourceSans")
- clearterrain.FontSize = ("Size14")
- clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function clearterrainClick()
- game.Workspace.Terrain:Clear()
- end
- clearterrain.MouseButton1Down:connect(clearterrainClick)
- unanchorall = Instance.new("TextButton")
- unanchorall.Parent = interface
- unanchorall.Name = ("Unanchor All")
- unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- unanchorall.Position = UDim2.new(0, 0, 0, 482)
- unanchorall.Size = UDim2.new(0, 100, 0, 20)
- unanchorall.Text = ("Unanchor All")
- unanchorall.Font = ("SourceSans")
- unanchorall.FontSize = ("Size14")
- unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function unanchorallClick()
- g = game.Workspace:GetChildren () do
- for i = 1, #g do
- if g[i].ClassName == "Part" then
- g[i].Anchored = false else if
- g[i].ClassName == "Model" then
- y = g[i]:GetChildren ()
- for i = 1, #y do
- if y[i].ClassName == "Part" then
- y[i].Anchored = false
- end
- end
- end
- end
- end
- end
- end
- unanchorall.MouseButton1Down:connect(unanchorallClick)
- createbaseplate = Instance.new("TextButton")
- createbaseplate.Parent = interface
- createbaseplate.Name = ("Create Baseplate")
- createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- createbaseplate.Position = UDim2.new(0, 0, 0, 461)
- createbaseplate.Size = UDim2.new(0, 100, 0, 20)
- createbaseplate.Text = ("Create Baseplate")
- createbaseplate.Font = ("SourceSans")
- createbaseplate.FontSize = ("Size14")
- createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function createbaseplateClick()
- local pt = Instance.new("Part")
- pt.BrickColor = BrickColor.new("Silver")
- pt.Anchored = true
- pt.CanCollide = true
- pt.BottomSurface = "Weld"
- pt.Parent = workspace
- pt.Name = "yolo"
- pt.Size = Vector3.new(1000, 1, 1000)
- end
- createbaseplate.MouseButton1Down:connect(createbaseplateClick)
- killall = Instance.new("TextButton")
- killall.Parent = interface
- killall.Name = ("Kill All")
- killall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- killall.Position = UDim2.new(0, 0, 0, 440)
- killall.Size = UDim2.new(0, 100, 0, 20)
- killall.Text = ("Kill All")
- killall.Font = ("SourceSans")
- killall.FontSize = ("Size14")
- killall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function killallClick()
- for i,v in pairs(game.Players:GetChildren()) do
- v.Character.Humanoid.Health = 0
- end
- end
- killall.MouseButton1Down:connect(killallClick)
- kickall = Instance.new("TextButton")
- kickall.Parent = interface
- kickall.Name = ("Kick All")
- kickall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- kickall.Position = UDim2.new(0, 0, 0, 419)
- kickall.Size = UDim2.new(0, 100, 0, 20)
- kickall.Text = ("Kick All")
- kickall.Font = ("SourceSans")
- kickall.FontSize = ("Size14")
- kickall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function kickallClick()
- for i,v in pairs(game.Players:GetChildren()) do
- v:Remove()
- end
- end
- kickall.MouseButton1Down:connect(kickallClick)
- removeadmin = Instance.new("TextButton")
- removeadmin.Parent = interface
- removeadmin.Name = ("Remove Admin")
- removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- removeadmin.Position = UDim2.new(0, 0, 0, 398)
- removeadmin.Size = UDim2.new(0, 100, 0, 20)
- removeadmin.Text = ("Remove Admin")
- removeadmin.Font = ("SourceSans")
- removeadmin.FontSize = ("Size14")
- removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function removeadminClick()
- game.Workspace["Kohl's Admin Commands V2"]:Destroy()
- end
- removeadmin.MouseButton1Down:connect(removeadminClick)
- apoctroll = Instance.new("TextButton")
- apoctroll.Parent = interface
- apoctroll.Name = ("Apoc Troll")
- apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- apoctroll.Position = UDim2.new(0, 0, 0, 377)
- apoctroll.Size = UDim2.new(0, 100, 0, 20)
- apoctroll.Text = ("Apoc Troll")
- apoctroll.Font = ("SourceSans")
- apoctroll.FontSize = ("Size14")
- apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function apoctrollClick()
- ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
- wait()
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == game.Players.LocalPlayer.Name then
- else
- v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50))
- v.Character:BreakJoints()
- end
- end
- end
- apoctroll.MouseButton1Down:connect(apoctrollClick)
- brickspam = Instance.new("TextButton")
- brickspam.Parent = interface
- brickspam.Name = ("Brick Spam")
- brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- brickspam.Position = UDim2.new(0, 0, 0, 356)
- brickspam.Size = UDim2.new(0, 100, 0, 20)
- brickspam.Text = ("Brick Spam")
- brickspam.Font = ("SourceSans")
- brickspam.FontSize = ("Size14")
- brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function brickspamClick()
- local brick = Instance.new("Part")
- while true do
- local b = brick:clone()
- b.Parent = game.Workspace
- if game.Workspace.c00lkidd ~= nil then
- local mainpos = game.Workspace.c00lkidd.Head.Position
- b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
- wait()
- end
- end
- end
- brickspam.MouseButton1Down:connect(brickspamClick)
- kickgui = Instance.new("TextButton")
- kickgui.Parent = interface
- kickgui.Name = ("Kick Gui")
- kickgui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- kickgui.Position = UDim2.new(0, 0, 0, 335)
- kickgui.Size = UDim2.new(0, 100, 0, 20)
- kickgui.Text = ("Kick Gui")
- kickgui.Font = ("SourceSans")
- kickgui.FontSize = ("Size14")
- kickgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- function kickguiClick()
- me = game.Players.LocalPlayer
- gui = Instance.new("ScreenGui")
- gui.Parent = me.PlayerGui
- gui.Name = "Kick"
- pos = 135
- pos2 = 10
- pos3 = 0
- enabled = false
- button = Instance.new("TextButton")
- button.Parent = gui
- button.Size = UDim2.new(0, 100, 0, 30)
- button.Position = UDim2.new(0, 8, 0, pos)
- button.Text = "Kick"
- button.MouseButton1Click:connect(function()
- if enabled == false then
- enabled = true
- local a = game.Players:GetChildren()
- red = 0
- green = 0.5
- blue = 0
- for i=1, #a do
- wait()
- pos2 = pos2 + 23
- if pos2 >= 450 then
- pos3 = pos3 + 103
- pos2 = 33
- end
- if green <= 0.9 then
- green = green + 0.46
- elseif green >= 0.9 then
- green = green - 0.46
- end
- local bu = Instance.new("TextButton")
- bu.Parent = button
- bu.Size = UDim2.new(0, 100, 0, 20)
- bu.Position = UDim2.new(0, pos3, 0, pos2)
- bu.Text = a[i].Name
- bu.BackgroundTransparency = 1
- bu.TextTransparency = 1
- bu.BackgroundColor3 = Color3.new(red,green,blue)
- coroutine.resume(coroutine.create(function()
- for i=1, 3 do
- wait()
- bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34
- bu.TextTransparency = bu.BackgroundTransparency
- end
- end))
- bu.MouseButton1Down:connect(function()
- local play = game.Players:findFirstChild(bu.Text)
- if play ~= nil then
- play:remove()
- bu:remove()
- end
- end)
- end
- elseif enabled == true then
- enabled = false
- pos2 = 10
- pos3 = 0
- local o = button:GetChildren()
- for i=1, #o do
- wait()
- o[i]:remove()
- end
- end
- end)
- end
- kickgui.MouseButton1Down:connect(kickguiClick)
Add Comment
Please, Sign In to add comment