Advertisement
MrExploiterIsTheGod

Roblox - Ro-Hoops Gui Aimbot Script - Lua

Aug 29th, 2020 (edited)
10,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. -- Made By MatthewTheChosenOne
  2. -- Version: 1.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Aimbot = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  17. Frame.Position = UDim2.new(0.287535399, 0, 0.267441869, 0)
  18. Frame.Size = UDim2.new(0, 258, 0, 137)
  19. Frame.Style = Enum.FrameStyle.ChatBlue
  20.  
  21. Aimbot.Name = "Aimbot"
  22. Aimbot.Parent = Frame
  23. Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. Aimbot.BorderColor3 = Color3.fromRGB(255, 255, 255)
  25. Aimbot.Position = UDim2.new(-0.0399536639, 0, -0.12958777, 0)
  26. Aimbot.Size = UDim2.new(0, 245, 0, 39)
  27. Aimbot.Font = Enum.Font.GothamBlack
  28. Aimbot.Text = "Aimbot RO-HOOPS"
  29. Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. Aimbot.TextSize = 14.000
  31.  
  32. TextButton.Parent = Frame
  33. TextButton.BackgroundColor3 = Color3.fromRGB(79, 88, 255)
  34. TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  35. TextButton.Position = UDim2.new(0.0581395328, 0, 0.357664227, 0)
  36. TextButton.Size = UDim2.new(0, 200, 0, 50)
  37. TextButton.Font = Enum.Font.GothamBlack
  38. TextButton.Text = "Ro-Hoops Auto-Green"
  39. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. TextButton.TextSize = 14.000
  41. TextButton.MouseButton1Down:connect(function()
  42. local A_1 = 0.80017799139023
  43. local A_2 = false
  44. local A_3 = false
  45. local Event = game:GetService("ReplicatedStorage").shoot
  46. Event:FireServer(A_1, A_2, A_3)
  47. end)
  48.  
  49. -- Scripts:
  50.  
  51. local function RVAE_fake_script() -- ScreenGui.Script
  52. local script = Instance.new('Script', ScreenGui)
  53.  
  54. frame = script.Parent.Frame -- Take out {}s, and put name of frame
  55. frame.Draggable = true
  56. frame.Active = true
  57. frame.Selectable = true
  58. end
  59. coroutine.wrap(RVAE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement