Advertisement
spidey_v6

aimbot esp

Sep 21st, 2019
4,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. -- MADE BY AMBUSHED SHADOW #3113
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local credit = Instance.new("TextLabel")
  6. local close = Instance.new("TextButton")
  7. local aimbot = Instance.new("TextButton")
  8. local openmain = Instance.new("Frame")
  9. local open = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. main.Name = "main"
  14. main.Parent = ScreenGui
  15. main.BackgroundColor3 = Color3.new(0, 0, 0)
  16. main.Position = UDim2.new(0.251069903, 0, 0.191235065, 0)
  17. main.Size = UDim2.new(0, 362, 0, 154)
  18. main.Visible = false
  19. main.Active = true
  20. main.Draggable = true
  21.  
  22. credit.Name = "credit"
  23. credit.Parent = main
  24. credit.BackgroundColor3 = Color3.new(1, 0, 0)
  25. credit.Size = UDim2.new(0, 352, 0, 30)
  26. credit.Font = Enum.Font.GothamBold
  27. credit.Text = "Aresenal Gui made by ambushed shadow #3113"
  28. credit.TextColor3 = Color3.new(0, 0, 0)
  29. credit.TextSize = 12
  30.  
  31. close.Name = "close"
  32. close.Parent = main
  33. close.BackgroundColor3 = Color3.new(1, 0, 0)
  34. close.Position = UDim2.new(0.872928202, 0, 0, 0)
  35. close.Size = UDim2.new(0, 46, 0, 30)
  36. close.Font = Enum.Font.SourceSans
  37. close.Text = "X"
  38. close.TextColor3 = Color3.new(0, 0, 0)
  39. close.TextSize = 14
  40. close.MouseButton1Down:connect(function()
  41. main.Visible = false
  42. openmain.Visible = true
  43. end)
  44.  
  45. aimbot.Name = "aimbot"
  46. aimbot.Parent = main
  47. aimbot.BackgroundColor3 = Color3.new(0.294118, 0.811765, 0.152941)
  48. aimbot.Position = UDim2.new(0.0524861887, 0, 0.266233772, 0)
  49. aimbot.Size = UDim2.new(0, 320, 0, 95)
  50. aimbot.Font = Enum.Font.SourceSans
  51. aimbot.Text = "Aimbot and esp"
  52. aimbot.TextColor3 = Color3.new(1, 0, 0)
  53. aimbot.TextSize = 50
  54. aimbot.MouseButton1Down:connect(function()
  55. loadstring(game:HttpGet(('https://pastebin.com/raw/4ZisLvKz'),true))()
  56. end)
  57.  
  58. openmain.Name = "openmain"
  59. openmain.Parent = ScreenGui
  60. openmain.BackgroundColor3 = Color3.new(0, 0, 0)
  61. openmain.Position = UDim2.new(0.338088453, 0, 0.743027806, 0)
  62. openmain.Size = UDim2.new(0, 241, 0, 90)
  63. openmain.Active = true
  64. openmain.Draggable = true
  65.  
  66.  
  67. open.Name = "open"
  68. open.Parent = openmain
  69. open.BackgroundColor3 = Color3.new(1, 0, 0)
  70. open.Size = UDim2.new(0, 241, 0, 90)
  71. open.Font = Enum.Font.GothamBold
  72. open.Text = "Open"
  73. open.TextColor3 = Color3.new(0, 0, 0)
  74. open.TextSize = 14
  75. open.TextWrapped = true
  76. open.MouseButton1Down:connect(function()
  77. openmain.Visible = false
  78. main.Visible = true
  79.  
  80. end)
  81. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement