Advertisement
manloty

kat script

Sep 22nd, 2021
10,698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. KAT Script Hack
  2.  
  3.  
  4. USE KRNL! INSTED
  5. USE KRNL! INSTED
  6. USE KRNL! INSTED
  7. USE KRNL! INSTED
  8. USE KRNL! INSTED
  9. USE KRNL! INSTED
  10. USE KRNL! INSTED
  11. USE KRNL! INSTED
  12. USE KRNL! INSTED
  13. USE KRNL! INSTED
  14. USE KRNL! INSTED
  15. USE KRNL! INSTED
  16. USE KRNL! INSTED
  17. USE KRNL! INSTED
  18. USE KRNL! INSTED
  19. USE KRNL! INSTED
  20. USE KRNL! INSTED
  21. USE KRNL! INSTED
  22. USE KRNL! INSTED
  23. USE KRNL! INSTED
  24. USE KRNL! INSTED
  25. USE KRNL! INSTED
  26. USE KRNL! INSTED
  27. USE KRNL! INSTED
  28. USE KRNL! INSTED
  29. USE KRNL! INSTED
  30. USE KRNL! INSTED
  31. USE KRNL! INSTED
  32. USE KRNL! INSTED
  33. USE KRNL! INSTED
  34. USE KRNL! INSTED
  35. USE KRNL! INSTED
  36.  
  37.  
  38.  
  39.  
  40.  
  41. if game.PlaceId == 621129760 then
  42. loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
  43.  
  44. -- Gui to Lua
  45. -- Version: 3.2
  46.  
  47. -- Instances:
  48.  
  49. local ScreenGui = Instance.new("ScreenGui")
  50. local Frame = Instance.new("Frame")
  51. local TextLabel = Instance.new("TextLabel")
  52. local TextButton = Instance.new("TextButton")
  53.  
  54. --Properties:
  55.  
  56. ScreenGui.Parent = game.CoreGui
  57. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58.  
  59. Frame.Parent = ScreenGui
  60. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. Frame.BackgroundTransparency = 0.300
  62. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  63. Frame.BorderSizePixel = 5
  64. Frame.Position = UDim2.new(0, 0, 0.5, -62)
  65. Frame.Size = UDim2.new(0, 702, 0, 124)
  66. Frame.Active = true
  67.  
  68.  
  69. TextLabel.Parent = Frame
  70. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextLabel.BackgroundTransparency = 3.000
  72. TextLabel.Size = UDim2.new(0, 702, 0, 124)
  73. TextLabel.Font = Enum.Font.SourceSans
  74. TextLabel.Text = "This GUI is not the best with Every exploit. It's mainly for paid exploits, such as Script ware and Synapse, If you dont have a paid exploit, then I Suggest You Use Krnl Or Fluxus, Press L To Toggle The UI. I recommend having at least laser when using silent aim with a knife, incase you dont have try out spam knife!"
  75. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. TextLabel.TextScaled = true
  77. TextLabel.TextSize = 14.000
  78. TextLabel.TextWrapped = true
  79.  
  80. TextButton.Parent = Frame
  81. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. TextButton.BackgroundTransparency = 3.000
  83. TextButton.Position = UDim2.new(0.928774953, 0, 0.669354856, 0)
  84. TextButton.Size = UDim2.new(0, 42, 0, 41)
  85. TextButton.Font = Enum.Font.SourceSans
  86. TextButton.Text = "Close"
  87. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  88. TextButton.TextScaled = true
  89. TextButton.TextSize = 50.000
  90. TextButton.TextWrapped = true
  91. TextButton.MouseButton1Down:connect(function()
  92. Frame.Visible = false
  93. end)
  94.  
  95.  
  96.  
  97.  
  98. end
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement