Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By MatthewTheChosenOne
- -- Version: 1.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Aimbot = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.287535399, 0, 0.267441869, 0)
- Frame.Size = UDim2.new(0, 258, 0, 137)
- Frame.Style = Enum.FrameStyle.ChatBlue
- Aimbot.Name = "Aimbot"
- Aimbot.Parent = Frame
- Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Aimbot.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Aimbot.Position = UDim2.new(-0.0399536639, 0, -0.12958777, 0)
- Aimbot.Size = UDim2.new(0, 245, 0, 39)
- Aimbot.Font = Enum.Font.GothamBlack
- Aimbot.Text = "Aimbot RO-HOOPS"
- Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
- Aimbot.TextSize = 14.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(79, 88, 255)
- TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(0.0581395328, 0, 0.357664227, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.GothamBlack
- TextButton.Text = "Ro-Hoops Auto-Green"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- local A_1 = 0.80017799139023
- local A_2 = false
- local A_3 = false
- local Event = game:GetService("ReplicatedStorage").shoot
- Event:FireServer(A_1, A_2, A_3)
- end)
- -- Scripts:
- local function RVAE_fake_script() -- ScreenGui.Script
- local script = Instance.new('Script', ScreenGui)
- frame = script.Parent.Frame -- Take out {}s, and put name of frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(RVAE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement