Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. function kohlswarn(msg,v)
  2. local ScreenGui = Instance.new("ScreenGui");local Frame = Instance.new("Frame");local Frame_2 = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel");local TextLabel_2 = Instance.new("TextLabel");local TextButton = Instance.new("TextButton")
  4. local TextButton_2 = Instance.new("TextButton");ScreenGui.Parent = game.CoreGui;ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  5. Frame.Parent = ScreenGui;Frame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902);Frame.BorderSizePixel = 0;Frame.Position = UDim2.new(0.801873922, 0, 0.762745976, 0)
  6. Frame.Size = UDim2.new(0, 191, 0, 77);Frame_2.Parent = Frame;Frame_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627);Frame_2.BorderSizePixel = 0
  7. Frame_2.Size = UDim2.new(0, 190, 0, 15)
  8. TextLabel.Parent = Frame_2
  9. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10. TextLabel.BackgroundTransparency = 1
  11. TextLabel.Position = UDim2.new(0.0736838877, 0, 1.5333333, 0)
  12. TextLabel.Size = UDim2.new(0, 166, 0, 28)
  13. TextLabel.Font = Enum.Font.Code
  14. TextLabel.Text = msg
  15. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  16. TextLabel.TextScaled = true
  17. TextLabel.TextSize = 14
  18. TextLabel.TextWrapped = true
  19.  
  20. TextLabel_2.Parent = Frame
  21. TextLabel_2.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  22. TextLabel_2.BackgroundTransparency = 1
  23. TextLabel_2.BorderSizePixel = 0
  24. TextLabel_2.Position = UDim2.new(0.340313822, 0, -0.0259740353, 0)
  25. TextLabel_2.Size = UDim2.new(0, 61, 0, 17)
  26. TextLabel_2.Font = Enum.Font.Code
  27. TextLabel_2.Text = "Shrek's Hacker Catcher"
  28. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  29. TextLabel_2.TextSize = 14
  30.  
  31. TextButton.Parent = Frame
  32. TextButton.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  33. TextButton.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  34. TextButton.Position = UDim2.new(0.790575922, 0, 0.714285731, 0)
  35. TextButton.Size = UDim2.new(0, 29, 0, 13)
  36. TextButton.Font = Enum.Font.Code
  37. TextButton.Text = "Kick"
  38. TextButton.TextColor3 = Color3.new(1, 1, 1)
  39. TextButton.TextSize = 10
  40. TextButton.MouseButton1Click:Connect(function()
  41. delete(v)
  42. end)
  43. TextButton_2.Parent = Frame
  44. TextButton_2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  45. TextButton_2.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  46. TextButton_2.Position = UDim2.new(0.602094233, 0, 0.714285731, 0)
  47. TextButton_2.Size = UDim2.new(0, 29, 0, 13)
  48. TextButton_2.Font = Enum.Font.Code
  49. TextButton_2.Text = "Ban"
  50. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  51. TextButton_2.TextSize = 10
  52. TextButton_2.MouseButton1Click:Connect(function()
  53. delete(v)
  54. table.insert(bans,v)
  55. end)
  56. wait(5)
  57. ScreenGui:Remove()
  58. end
  59. _G.kohlswarn = kohlswarn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement