Advertisement
bobkata45

Untitled

Dec 11th, 2021
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by spyyt--
  2.   Aimbot, esp script for Roblox!
  3.   Enjoy :)
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local Arsenalaimbot = Instance.new("TextButton")
  9. local Esp = Instance.new("TextButton")
  10. local Close = Instance.new("TextBox")
  11. local openmain = Instance.new("Frame")
  12. local open = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. main.Name = "main"
  19. main.Parent = ScreenGui
  20. main.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
  21. main.Position = UDim2.new(0.0702446699, 0, 0.454545468, 0)
  22. main.Size = UDim2.new(0, 225, 0, 225)
  23. main.Visible = false
  24. main.Active = true
  25. main.Draggable = true
  26.  
  27. title.Name = "title"
  28. title.Parent = main
  29. title.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
  30. title.Size = UDim2.new(0, 225, 0, 31)
  31. title.Font = Enum.Font.Nunito
  32. title.Text = "Gui test aimbot"
  33. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. title.TextSize = 14.000
  35.  
  36. Arsenalaimbot.Name = "Arsenal aimbot"
  37. Arsenalaimbot.Parent = main
  38. Arsenalaimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. Arsenalaimbot.Position = UDim2.new(0.0488888882, 0, 0.302222222, 0)
  40. Arsenalaimbot.Size = UDim2.new(0, 70, 0, 50)
  41. Arsenalaimbot.Font = Enum.Font.Nunito
  42. Arsenalaimbot.Text = "Aimbot"
  43. Arsenalaimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. Arsenalaimbot.TextSize = 14.000
  45. Arsenalaimbot.MouseButton1Down:connect(function()
  46.     loadstring(game:HttpGet('https://pastebin.com/ZpBMBsV1', true))()
  47. end)
  48.  
  49. Esp.Name = "Esp"
  50. Esp.Parent = main
  51. Esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. Esp.Position = UDim2.new(0.604444385, 0, 0.302222222, 0)
  53. Esp.Size = UDim2.new(0, 70, 0, 50)
  54. Esp.Font = Enum.Font.SourceSans
  55. Esp.Text = "Esp"
  56. Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. Esp.TextSize = 14.000
  58. Esp.MouseButton1Down:connect(function()
  59.     loadstring(game:HttpGet('https://pastebin.com/avmAC58T', true))()
  60. end)
  61.  
  62. Close.Name = "Close"
  63. Close.Parent = main
  64. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  65. Close.Position = UDim2.new(0.853333354, 0, 0, 0)
  66. Close.Size = UDim2.new(0, 33, 0, 31)
  67. Close.Font = Enum.Font.SourceSans
  68. Close.Text = "X"
  69. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. Close.TextSize = 14.000
  71. Close.MouseButton1Down:connect(function()
  72.     main.Visible = false
  73.     openmain.Visible = true
  74. end)
  75.  
  76. openmain.Name = "openmain"
  77. openmain.Parent = ScreenGui
  78. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. openmain.Position = UDim2.new(0, 0, 0.397575766, 0)
  80. openmain.Size = UDim2.new(0, 100, 0, 35)
  81. openmain.Active = true
  82. openmain.Draggable = true
  83.  
  84. open.Name = "open"
  85. open.Parent = openmain
  86. open.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
  87. open.Size = UDim2.new(0, 100, 0, 35)
  88. open.Font = Enum.Font.SourceSans
  89. open.Text = "OPEN"
  90. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. open.TextSize = 14.000
  92. open.MouseButton1Down:connect(function()
  93.     openmain.Visible = false
  94.     main.visible = true
  95. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement