Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")local e=Instance.new("TextBox")local f=Instance.new("TextLabel")local g=Instance.new("TextButton")local h=Instance.new("Frame")local i=Instance.new("TextButton")a.Name="jakeskickgui"a.Parent=game.CoreGui;b.Name="main"b.Parent=a;b.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)b.Position=UDim2.new(0.276372612,0,0.55282557,0)b.Size=UDim2.new(0,234,0,146)b.Active=true;b.Draggable=true;local j=game:GetService("Players")local k=j.LocalPlayer;local function l(m)return m:gsub("%s+","")or m end;local function n(m)m=l(m)for o,p in pairs(j:GetPlayers())do if p.Name:lower():match('^'..m:lower())then return p end end;return nil end;c.Name="title"c.Parent=b;c.BackgroundColor3=Color3.new(0.176471,0.176471,0.17647)c.Size=UDim2.new(0,234,0,31)c.Font=Enum.Font.GothamBold;c.Text="Kick GUI"c.TextColor3=Color3.new(1,1,1)c.TextSize=14;d.Name="kick"d.Parent=b;d.BackgroundColor3=Color3.new(0.176471,0.176471,0.17647)d.Position=UDim2.new(0.0726495758,0,0.534832001,0)d.Size=UDim2.new(0,200,0,33)d.Font=Enum.Font.GothamBlack;d.Text="KICK"d.TextColor3=Color3.new(1,1,1)d.TextSize=14;d.MouseButton1Down:connect(function()local d=n(e.Text)for q,r in pairs(game.Players:GetChildren())do if d and d.Character then if d.TeamColor.Name=="Medium stone grey"then Workspace.Remote.TeamEvent:FireServer("Medium stone grey")wait(0.1)for s=1,10 do if r.Name==d.Name then if r.Name~="jake11pric"then local t={"Start",r}game:GetService("Workspace").Remote.votekick:InvokeServer(unpack(t))local t={"Vote"}game:GetService("Workspace").Remote.votekick:InvokeServer(unpack(t))end end end;game:GetService("StarterGui"):SetCore("SendNotification",{Title="Kicking..",Text=d.Name})else if r.Name==d.Name then if r.Name~="jake11pric"then saved=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame;local t={game:GetService("Players").LocalPlayer,d.TeamColor.Name}game:GetService("Workspace").Remote.loadchar:InvokeServer(unpack(t))game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=saved;for s=1,10 do local t={"Start",r}game:GetService("Workspace").Remote.votekick:InvokeServer(unpack(t))local t={"Vote"}game:GetService("Workspace").Remote.votekick:InvokeServer(unpack(t))end end end end end end;game:GetService("StarterGui"):SetCore("SendNotification",{Title="Kicking..",Text=d.Name})end)e.Name="kicktext"e.Parent=b;e.BackgroundColor3=Color3.new(0.176471,0.176471,0.17647)e.Position=UDim2.new(0.0726495758,0,0.254595488,0)e.Size=UDim2.new(0,200,0,30)e.Font=Enum.Font.Gotham;e.Text="PlayerName"e.TextColor3=Color3.new(1,1,1)e.TextSize=14;f.Name="title"f.Parent=b;f.BackgroundColor3=Color3.new(0.176471,0.176471,0.17647)f.Position=UDim2.new(0,0,0.801369846,0)f.Size=UDim2.new(0,234,0,29)f.Font=Enum.Font.GothamBlack;f.Text=" "f.TextColor3=Color3.new(1,1,1)f.TextSize=14;g.Name="close"g.Parent=b;g.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)g.Position=UDim2.new(0.85042733,0,0,0)g.Size=UDim2.new(0,35,0,31)g.Font=Enum.Font.GothamBold;g.Text="×"g.TextColor3=Color3.new(1,0,0)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true;g.MouseButton1Down:connect(function()b.Visible=false;h.Visible=true end)h.Name="openmain"h.Parent=a;h.BackgroundColor3=Color3.new(0,0,0)h.Position=UDim2.new(0.00431832112,0,0.886977911,0)h.Size=UDim2.new(0,100,0,27)h.Visible=false;i.Name="open"i.Parent=h;i.BackgroundColor3=Color3.new(0.176471,0.176471,0.17647)i.Size=UDim2.new(0,100,0,27)i.Font=Enum.Font.GothamBold;i.Text="Open"i.TextColor3=Color3.new(1,1,1)i.TextSize=14;i.MouseButton1Down:connect(function()h.Visible=false;b.Visible=true end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement