Skip to content

this is only for clicker simulator. I will be making other autoGrinding for other games soon.

Notifications You must be signed in to change notification settings

Lumosity427/roblox-autotapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

roblox-autotapper

this is only for clicker simulator. I will be making other autoGrinding for other games soon.

-- select the following code below, and execute it with sypanpse X into Roblox -- Remember, make it a lua file, example: README.lua

_G.autoTap = true; while _G.autoTap = true do remotePath = game:GameService("replicated storage").Aero.AeroRemoteServices.ClickService.Click:FireServer(unpack(args)) spawn(function() while autoTap == true do local args = {[1] = 1} remotePath.ClickService.Click:FireServer(unpack(args)) end end)

--this is beta, so if there is a bug pls let me know!

About

this is only for clicker simulator. I will be making other autoGrinding for other games soon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published