Categories > Exploiting > Scripts >

YouTube Simulator X - AutoClick

masked

magnet

Posts: 31

Threads: 3

Joined: May, 2021

Reputation: 3

Posted

press y to autoclick, press y again to not autoclick :smirk:

 

https://web.roblox.com/games/7453798168/YouTube-Simulator-X

 

supports krnl/synapse/scriptware functions im pretty sure, unsure about others (proto, fluxus, jjsploit, nihon, etc.)

local Mouse = game.Players.LocalPlayer:GetMouse()

Mouse.KeyUp:Connect(
    function(Key)
        if Key == "y" then
            _G.Enabled = not _G.Enabled
            while _G.Enabled == true do
                mouse1click()
                wait()
            end

            if _G.Enabled == false then
                warn("disabled")
                return
            end
        end
    end
)
  • 0

Users viewing this thread:

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