Skip to content

localfossa/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Table of Contents

Universal Auto Clicker

getgenv().Settings = {
    ["Auto Click Keybind"] = Enum.KeyCode.KeypadTwo, -- Use an UpperCase letter or KeyCode Enum. Ex: Enum.KeyCode.Semicolon
    ["Lock Mouse Position Keybind"] = Enum.KeyCode.KeypadFive,
    ["Right Click"] = false,
    ["GUI"] = true, -- A drawing gui that tells you what is going on with the autoclicker.
    ["Delay"] = 0 -- 0 for Heartbeat, other numbers go to regular task.wait timings.
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/localfossa/scripts/main/universal-auto-clicker/main.lua", true))()

Numacher Clicker

Game Link: https://www.roblox.com/games/10633843525/Numacher-Clicker
loadstring(game:HttpGet("https://raw.githubusercontent.com/localfossa/scripts/main/numacher-clicker/main.lua", true))()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages