Hoops Life Script | AUTO TIME (SEMI-AIMBOT) – OPEN SOURCE

Png-119.png

Created by Kaede

Features:

  • AUTO TIME (SEMI-AIMBOT)
  • OPEN SOURCE
--[[
        Script Name: Hoop Central 6 Auto Time
        Game Link: https://www.roblox.com/games/7540727946/Basketball-park-Hoops-Life-Pre-Alpha
        Last Update: 6/26/2022
--]]

_G.Keybind = Enum.KeyCode.E

local UIS = game:GetService("UserInputService")
local RUN = game:GetService("RunService")
local Storage = game:GetService("ReplicatedStorage")
local Path = Storage:WaitForChild("Remotes").Shoot
local Player = game.Players.LocalPlayer
local Character = Player.Character or Player.CharacterAdded:Wait()
local Cheat

local Cheat_AutoTime = function()
Character.Meter.SurfaceGui.ImageLabel.Shoot.Size = UDim2.new(1, 0, 1, 0)
end

UIS.InputBegan:Connect(function(input, gpe)
if input.KeyCode == _G.Keybind and not gpe then
Cheat = RUN.Stepped:Connect(Cheat_AutoTime)
end
end)

UIS.InputEnded:Connect(function(input, gpe)
if input.KeyCode == _G.Keybind and not gpe then
wait(3)
Cheat:Disconnect()
Character.Meter.SurfaceGui.ImageLabel.Shoot.Size = UDim2.new(1, 0, 0, 0)
end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service