Discuss Scratch

90999988_tutor
New to Scratch
3 posts

How do i make an autoclicker free script?

So as you see i am on my tutorial account, And someone asked me to create a tutorial on Making an autoclicker free script. Can you guys help me do it?
toasty_mc_toastface
Scratcher
94 posts

How do i make an autoclicker free script?

If you mean an autoclicker in a clicker game, normal clicks and autoclicks can be programmed like this:

when green flag clicked
set [points] to [0]
set [click power] to [1]
set [autoclick power] to [0]
forever
change [points] by (autoclick power)
wait (1) secs
end

when this sprite clicked
change [points] by (click power)

you can then add other sprites that can upgrade the click power and autoclick power.
I hope this helps
--Irrelevant
Scratcher
90 posts

How do i make an autoclicker free script?

toasty_mc_toastface wrote:

If you mean an autoclicker in a clicker game, normal clicks and autoclicks can be programmed like this:

when green flag clicked
set [points] to [0]
set [click power] to [1]
set [autoclick power] to [0]
forever
change [points] by (autoclick power)
wait (1) secs
end

when this sprite clicked
change [points] by (click power)

you can then add other sprites that can upgrade the click power and autoclick power.
I hope this helps

I think he/she/they meant an auto clicker-free script. I'm not really sure if it's possible - since people could go inside of Scratch clicker projects and create:

forever
change [points] by (99999999999999)
end

Last edited by --Irrelevant (March 31, 2024 15:56:43)


I'm Irrelevant! (jk)

What I'm good at:
Creating evil kumquats
Creating more evil kumquats
Creating even more evil kumquats because why not?


GIMME YOUR FOLLOW


My profile…








90999988_tutor
New to Scratch
3 posts

How do i make an autoclicker free script?

--Irrelevant wrote:

toasty_mc_toastface wrote:

If you mean an autoclicker in a clicker game, normal clicks and autoclicks can be programmed like this:

when green flag clicked
set [points] to [0]
set [click power] to [1]
set [autoclick power] to [0]
forever
change [points] by (autoclick power)
wait (1) secs
end

when this sprite clicked
change [points] by (click power)

you can then add other sprites that can upgrade the click power and autoclick power.
I hope this helps

I think he/she/they meant an auto clicker-free script. I'm not really sure if it's possible - since people could go inside of Scratch clicker projects and create:

forever
change [points] by (99999999999999)
end
[/quote

I mean by without clicking see inside.
90999988_tutor
New to Scratch
3 posts

How do i make an autoclicker free script?

toasty_mc_toastface wrote:

If you mean an autoclicker in a clicker game, normal clicks and autoclicks can be programmed like this:

when green flag clicked
set [points] to [0]
set [click power] to [1]
set [autoclick power] to [0]
forever
change [points] by (autoclick power)
wait (1) secs
end

when this sprite clicked
change [points] by (click power)

you can then add other sprites that can upgrade the click power and autoclick power.
I hope this helps


Doesnt really work that well i even tried to boost the time.
Norse7
Scratcher
67 posts

How do i make an autoclicker free script?

to detect an autoclicker you could check to see if a certain number of clicks happened really fast at exact intervals.

“It’s not a bug; it’s an undocumented feature.” ― Anonymous

when green flag clicked
forever
change [ awesomeness] by (1)
end

Powered by DjangoBB