Sun_Wukong

KAT Aimbot, ESP, AutoHead

Apr 3rd, 2021 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. -- KAT Aimbot, ESP, AutoHead
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local aimbot = Instance.new("TextButton")
  8. local esp = Instance.new("TextButton")
  9. local Credits = Instance.new("TextLabel")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Close = Instance.new("TextButton")
  12. local picklerick = Instance.new("ImageLabel")
  13. local hitbox = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. main.Draggable = true
  19. main.Active = true
  20. main.Selectable = true
  21.  
  22. main.Name = "main"
  23. main.Parent = ScreenGui
  24. main.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  25. main.BackgroundTransparency = 0.30000001192093
  26. main.LayoutOrder = 1
  27. main.Position = UDim2.new(0.31669268, 0, 0.364864856, 0)
  28. main.Size = UDim2.new(0, 409, 0, 198)
  29. main.Visible = false
  30.  
  31. aimbot.Name = "aimbot"
  32. aimbot.Parent = main
  33. aimbot.BackgroundColor3 = Color3.new(0.670588, 0.835294, 0.921569)
  34. aimbot.BorderColor3 = Color3.new(0.670588, 0.835294, 0.92549)
  35. aimbot.Position = UDim2.new(0, 0, 0.318181843, 0)
  36. aimbot.Size = UDim2.new(0, 409, 0, 29)
  37. aimbot.Font = Enum.Font.Gotham
  38. aimbot.Text = "AIMBOT (HOLD CTRL)"
  39. aimbot.TextColor3 = Color3.new(0, 0, 0)
  40. aimbot.TextSize = 14
  41. aimbot.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet(('https://pastebin.com/raw/uCSJY8we'),true))()
  43. end)
  44.  
  45. esp.Name = "esp"
  46. esp.Parent = main
  47. esp.BackgroundColor3 = Color3.new(0.670588, 0.835294, 0.921569)
  48. esp.BorderColor3 = Color3.new(0.670588, 0.835294, 0.92549)
  49. esp.Position = UDim2.new(0, 0, 0.581105173, 0)
  50. esp.Size = UDim2.new(0, 409, 0, 27)
  51. esp.Font = Enum.Font.Gotham
  52. esp.Text = "ESP"
  53. esp.TextColor3 = Color3.new(0, 0, 0)
  54. esp.TextSize = 14
  55. esp.MouseButton1Down:connect(function()
  56. loadstring(game:HttpGet(('https://pastebin.com/raw/gwN6fn2v'),true))()
  57. end)
  58.  
  59. Credits.Name = "Credits"
  60. Credits.Parent = main
  61. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Credits.BackgroundTransparency = 1
  63. Credits.Size = UDim2.new(0, 409, 0, 50)
  64. Credits.Font = Enum.Font.Gotham
  65. Credits.Text = "Made By w_illu On Novo And Roblox"
  66. Credits.TextColor3 = Color3.new(0, 0, 0)
  67. Credits.TextSize = 14
  68.  
  69. ImageLabel.Parent = main
  70. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  71. ImageLabel.BackgroundTransparency = 1
  72. ImageLabel.Position = UDim2.new(0, 344, 0, -80)
  73. ImageLabel.Size = UDim2.new(0, 195, 0, 291)
  74. ImageLabel.Image = "rbxassetid://925327753"
  75.  
  76. Close.Name = "Close"
  77. Close.Parent = main
  78. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Close.BackgroundTransparency = 1
  80. Close.LayoutOrder = 2
  81. Close.Size = UDim2.new(0, 39, 0, 35)
  82. Close.Font = Enum.Font.Gotham
  83. Close.Text = "X"
  84. Close.TextColor3 = Color3.new(0, 0, 0)
  85. Close.TextSize = 14
  86. Close.MouseButton1Down:connect(function()
  87. picklerick.Visible = true
  88. main.Visible = false
  89. end)
  90.  
  91.  
  92. picklerick.Name = "pickle rick"
  93. picklerick.Parent = ScreenGui
  94. picklerick.BackgroundColor3 = Color3.new(1, 1, 1)
  95. picklerick.BackgroundTransparency = 1
  96. picklerick.Position = UDim2.new(0, -8, 0, 217)
  97. picklerick.Size = UDim2.new(0, 143, 0, 341)
  98. picklerick.Image = "rbxassetid://1046402468"
  99.  
  100. hitbox.Name = "hitbox"
  101. hitbox.Parent = picklerick
  102. hitbox.BackgroundColor3 = Color3.new(1, 1, 1)
  103. hitbox.BackgroundTransparency = 1
  104. hitbox.Position = UDim2.new(0, 17, 0, 24)
  105. hitbox.Size = UDim2.new(0, 118, 0, 289)
  106. hitbox.Font = Enum.Font.SourceSans
  107. hitbox.Text = ""
  108. hitbox.TextColor3 = Color3.new(0, 0, 0)
  109. hitbox.TextSize = 14
  110. hitbox.MouseButton1Down:connect(function()
  111. main.Visible = true
  112. picklerick.Visible = false
  113. end)
  114.  
  115. TextLabel.Parent = picklerick
  116. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel.BackgroundTransparency = 1
  118. TextLabel.Position = UDim2.new(0, 8, 0, -6)
  119. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  120. TextLabel.Font = Enum.Font.Gotham
  121. TextLabel.Text = "CLICK ME TO OPEN!!!"
  122. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  123. TextLabel.TextSize = 20
  124. -- Scripts:
Add Comment
Please, Sign In to add comment