Scripts Games Try Our Executor
Login Sign Up
auto click E
Free
Universal Script

auto click E

May 13, 2026 55 21 lines 507 B
z0xxyDev 1 scripts
Lab
script.lua 21 lines
Raw
local holding = false

UserInputService.InputBegan:Connect(function(input)
    if input.KeyCode == Enum.KeyCode.E then
        holding = true
        
        while holding do
            local cd = getNearestClickDetector()
            if cd then
                fireclickdetector(cd)
            end
            task.wait(0.2)
        end
    end
end)

UserInputService.InputEnded:Connect(function(input)
    if input.KeyCode == Enum.KeyCode.E then
        holding = false
    end
end)
Description
auto clicking fireclickdetector (m1) when holding E
Changelog
v1.1
Supported Executors 3
Delta Solara Xeno
Comments 0
Loading comments...
Stats
55Views
0Likes
0Favorites
0Comments
Details
Status Working
Key System None
Mobile Supported
Type0
CreatedMay 13, 2026
Updated1h ago
How to Use
1 Copy the script above
2 Open your executor
3 Paste and execute
Need an executor?
Report

Found an issue? Let us know.

Copied!

Share Script

Report Script