Categories > Exploiting > Scripts >

max speed automatic gain speed script

Posts: 7

Threads: 3

Joined: Oct, 2022

Reputation: 0

Posted

_G.Enabled = true

local player = game:GetService("Players").LocalPlayer
local gui = player.PlayerGui.MainUI.UI.TopMenu:WaitForChild("ClickHelper")

game:GetService("RunService").RenderStepped:Connect(function()
	wait()
	if gui.Visible and _G.Enabled then
       mouse1click()
	end
end)

 

game link: click

created by me..

  • 1

Posts: 32

Threads: 5

Joined: Jun, 2022

Reputation: 4

Replied

vouch this script is pretty good i works perfect and was also alot of affort to create 100% vouch continue scripting my guy

  • 0

Posts: 7

Threads: 3

Joined: Oct, 2022

Reputation: 0

Replied

@GoudaGuy

it took me a minute to make tho..

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )