Created
November 16, 2022 16:32
-
-
Save robloxscriptings/6acab9cf63a8fc77349a0eeb4635646d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
local plr = game:GetService("Players").LocalPlayer | |
local clientEvents = game:GetService("ReplicatedStorage").Bindable.Client | |
local boosts = plr.Boosts | |
boosts.DoubleClicks.isActive.Value = true | |
boosts.AutoClick.isActive.Value = true | |
clientEvents.slowAutoClickerToggle:Fire(true); | |
clientEvents.autoClickerToggle:Fire(true); | |
while true do | |
task.wait() | |
getrenv()._G.zoneMultiplier = (9e99) * 1000000 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment