Advertisement
JuanTheDon1

Hoops Aimbot Working

Jun 10th, 2019
40,579
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.31 KB | None | 0 0
  1. --Script Created by Created Ren Gui Made by Juan
  2. --To Use aimbot click aimbot and Hold The Shoot button until it shoots for you Make sure to take a shot at a Close/Semi-Far Area for it to work
  3.  
  4. local FGTJQWIKGDRUJEIQAJSDXFUGIK = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local test = Instance.new("TextButton")
  8. local test2 = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10. --Encrypted Name (PLEASE IGNORE ):
  11. FGTJQWIKGDRUJEIQAJSDXFUGIK.Name = "FGTJQWIKGDRUJEIQAJSDXFUGIK"
  12. FGTJQWIKGDRUJEIQAJSDXFUGIK.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. Frame.Parent = FGTJQWIKGDRUJEIQAJSDXFUGIK
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.Position = UDim2.new(0.490139693, -375, 0.514742017, -260)
  17. Frame.Size = UDim2.new(0, 750, 0, 260)
  18. Frame.Visible = false
  19. Frame.Style = Enum.FrameStyle.DropShadow
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  23. TextLabel.BackgroundTransparency = 0.63999998569489
  24. TextLabel.Size = UDim2.new(1, 0, 0, 60)
  25. TextLabel.Font = Enum.Font.SourceSans
  26. TextLabel.Text = "JuanTheDon#0001"
  27. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  28. TextLabel.TextScaled = true
  29. TextLabel.TextSize = 60
  30. TextLabel.TextWrapped = true
  31.  
  32. test.Name = "test"
  33. test.Parent = Frame
  34. test.BackgroundColor3 = Color3.new(1, 1, 1)
  35. test.Position = UDim2.new(0.286929786, 0, 0.316183418, 0)
  36. test.Size = UDim2.new(0, 312, 0, 50)
  37. test.Font = Enum.Font.SourceSans
  38. test.Text = "Infinite Stamina"
  39. test.TextColor3 = Color3.new(0, 0, 0)
  40. test.TextSize = 29
  41. test.MouseButton1Click:connect(function()
  42.     while true do
  43. game.Players.LocalPlayer.PlayerScripts.Events.Player.Stamina.Stamina.Value = 9001
  44. wait()
  45. end
  46. end)
  47.  
  48.  
  49.  
  50. test2.Name = "test2"
  51. test2.Parent = Frame
  52. test2.BackgroundColor3 = Color3.new(1, 1, 1)
  53. test2.Position = UDim2.new(0.286929786, 0, 0.560414195, 0)
  54. test2.Size = UDim2.new(0, 312, 0, 50)
  55. test2.Font = Enum.Font.SourceSans
  56. test2.Text = "Aimbot"
  57. test2.TextColor3 = Color3.new(0, 0, 0)
  58. test2.TextSize = 29
  59. test2.MouseButton1Click:connect(function()
  60.         function onKeyPress(inputObject, gameProcessedEvent)
  61. if inputObject.KeyCode == Enum.KeyCode.R then
  62. game.ReplicatedStorage.Ball.StartShooting:FireServer()
  63.         wait(0.5)
  64.         game.ReplicatedStorage.Ball.EndShooting:InvokeServer(true,"Perfect")
  65. end
  66. end
  67.  
  68. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  69. end)
  70.  
  71.  
  72.  
  73. TextButton.Parent = FGTJQWIKGDRUJEIQAJSDXFUGIK
  74. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextButton.BorderColor3 = Color3.new(0.101961, 0.290196, 0.0901961)
  76. TextButton.Position = UDim2.new(0, 0, 0.5, 200)
  77. TextButton.Size = UDim2.new(0, 200, 0, 50)
  78. TextButton.Font = Enum.Font.GothamBold
  79. TextButton.Text = "Legit Hoops GUI"
  80. TextButton.TextSize = 20
  81.  
  82. -- Scripts:
  83. function SCRIPT_LUAN71_FAKESCRIPT()
  84.     local script = Instance.new('LocalScript')
  85.     script.Parent = TextLabel
  86.     while wait() do
  87.         script.Parent.TextColor3 = Color3.new(1,0,0)
  88.         for i=1,15 do
  89.             game:GetService("RunService").RenderStepped:wait()
  90.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  91.         end
  92.         for i=1,15 do
  93.             game:GetService("RunService").RenderStepped:wait()
  94.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  95.         end
  96.         for i=1,15 do
  97.             game:GetService("RunService").RenderStepped:wait()
  98.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  99.         end
  100.         for i=1,15 do
  101.             game:GetService("RunService").RenderStepped:wait()
  102.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  103.         end
  104.         for i=1,15 do
  105.             game:GetService("RunService").RenderStepped:wait()
  106.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  107.         end
  108.         for i=1,15 do
  109.             game:GetService("RunService").RenderStepped:wait()
  110.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  111.         end
  112.     end
  113.  
  114. end
  115. coroutine.resume(coroutine.create(SCRIPT_LUAN71_FAKESCRIPT))
  116. function SCRIPT_UHLU74_FAKESCRIPT() -- Basic Rainbow Script
  117.     local script = Instance.new('LocalScript')
  118.     script.Parent = test
  119.     while wait() do
  120.         script.Parent.TextColor3 = Color3.new(1,0,0)
  121.         for i=1,15 do
  122.             game:GetService("RunService").RenderStepped:wait()
  123.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  124.         end
  125.         for i=1,15 do
  126.             game:GetService("RunService").RenderStepped:wait()
  127.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  128.         end
  129.         for i=1,15 do
  130.             game:GetService("RunService").RenderStepped:wait()
  131.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  132.         end
  133.         for i=1,15 do
  134.             game:GetService("RunService").RenderStepped:wait()
  135.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  136.         end
  137.         for i=1,15 do
  138.             game:GetService("RunService").RenderStepped:wait()
  139.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  140.         end
  141.         for i=1,15 do
  142.             game:GetService("RunService").RenderStepped:wait()
  143.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  144.         end
  145.     end
  146.  
  147. end
  148. coroutine.resume(coroutine.create(SCRIPT_UHLU74_FAKESCRIPT))
  149. function SCRIPT_GNSJ86_FAKESCRIPT() -- Basic Rainbow Script
  150.     local script = Instance.new('LocalScript')
  151.     script.Parent = test2
  152.     while wait() do
  153.         script.Parent.TextColor3 = Color3.new(1,0,0)
  154.         for i=1,15 do
  155.             game:GetService("RunService").RenderStepped:wait()
  156.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  157.         end
  158.         for i=1,15 do
  159.             game:GetService("RunService").RenderStepped:wait()
  160.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  161.         end
  162.         for i=1,15 do
  163.             game:GetService("RunService").RenderStepped:wait()
  164.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  165.         end
  166.         for i=1,15 do
  167.             game:GetService("RunService").RenderStepped:wait()
  168.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  169.         end
  170.         for i=1,15 do
  171.             game:GetService("RunService").RenderStepped:wait()
  172.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  173.         end
  174.         for i=1,15 do
  175.             game:GetService("RunService").RenderStepped:wait()
  176.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  177.         end
  178.     end
  179.  
  180. end
  181. coroutine.resume(coroutine.create(SCRIPT_GNSJ86_FAKESCRIPT))
  182. function SCRIPT_PFWO87_FAKESCRIPT() -- TextButton.LocalScript
  183.     local script = Instance.new('LocalScript')
  184.     script.Parent = TextButton
  185.     local box = script.Parent.Parent.Frame
  186.     local plr = game.Players.LocalPlayer
  187.     local open = false
  188.    
  189.     script.Parent.MouseButton1Click:connect(function()
  190.         if open == false then
  191.             box.Visible = true
  192.             open = true
  193.         elseif open == true then
  194.             box.Visible = false
  195.             open = false
  196.        
  197.         end
  198.        
  199.        
  200.     end)
  201.  
  202. end
  203. coroutine.resume(coroutine.create(SCRIPT_PFWO87_FAKESCRIPT))
  204. function SCRIPT_USXA69_FAKESCRIPT() -- Basic Rainbow Script
  205.     local script = Instance.new('LocalScript')
  206.     script.Parent = TextButton
  207.     while wait() do
  208.         script.Parent.TextColor3 = Color3.new(1,0,0)
  209.         for i=1,15 do
  210.             game:GetService("RunService").RenderStepped:wait()
  211.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  212.         end
  213.         for i=1,15 do
  214.             game:GetService("RunService").RenderStepped:wait()
  215.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  216.         end
  217.         for i=1,15 do
  218.             game:GetService("RunService").RenderStepped:wait()
  219.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  220.         end
  221.         for i=1,15 do
  222.             game:GetService("RunService").RenderStepped:wait()
  223.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  224.         end
  225.         for i=1,15 do
  226.             game:GetService("RunService").RenderStepped:wait()
  227.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  228.         end
  229.         for i=1,15 do
  230.             game:GetService("RunService").RenderStepped:wait()
  231.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  232.         end
  233.     end
  234.  
  235. end
  236. coroutine.resume(coroutine.create(SCRIPT_USXA69_FAKESCRIPT))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement