This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-02-18 15:06:54

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Auto Clickers

iMacros.

ONLY DOWNLOADED version can handle flash by looking at the screen and looking at similarity!

Last edited by Servine (2012-02-18 15:07:22)


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#27 2012-02-20 13:10:02

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

wmays wrote:

Actually, I programmed one in java. However, it just clicks a certain amount  of times. How many times do you think you would have to click?

I need like a hotkey autoclicker.
Like lets say it clicks 5 times everytime u click f3

Offline

 

#28 2012-02-20 13:20:44

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

Servine wrote:

iMacros.

ONLY DOWNLOADED version can handle flash by looking at the screen and looking at similarity!

I dislike it. It wont click for me.

Offline

 

#29 2012-02-24 15:23:33

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

Bump

Offline

 

#30 2012-02-24 16:33:17

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Auto Clickers

You may be able to use glovepie. I'm pretty sure that you can config it that way, but I'm not sure.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#31 2012-02-25 09:56:35

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

elfin8er wrote:

You may be able to use glovepie. I'm pretty sure that you can config it that way, but I'm not sure.

I dont understand glovepie...

Offline

 

#32 2012-02-25 10:04:58

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Auto Clickers

Then make your own...
This is the 'THings I'm making and creating' forum  tongue


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#33 2012-02-25 11:08:13

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

slinger wrote:

Then make your own...
This is the 'THings I'm making and creating' forum  tongue

I did but it's not fast. I used vb.

Offline

 

#34 2012-03-08 13:16:42

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

Bump

Offline

 

#35 2012-03-10 01:36:04

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Auto Clickers

Ok, I'll attempt to make one for you :p

Last edited by slinger (2012-03-10 07:27:37)


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#36 2012-03-10 11:07:44

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Auto Clickers

Here is your auto clicker ^^ Have fun.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#37 2012-03-23 16:54:59

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

Can you make some hotkeys for me?

Offline

 

#38 2012-03-23 17:00:08

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

Such as f3 and f4

Offline

 

#39 2012-03-23 20:07:25

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Auto Clickers

wmays wrote:

Actually, I programmed one in java. However, it just clicks a certain amount  of times. How many times do you think you would have to click?

I don't know about any clicking code in Java, but couldn't you do like

Code:

for (int i=1;i>0;i++){
//click code
}

or

Code:

for (int i=0;i<10;i++) {
//click code
i--;
} // not sure if that works, or if you need to say this.i--; or if it's just plain glitched

Offline

 

#40 2012-03-23 20:17:49

peterkap
Scratcher
Registered: 2009-01-24
Posts: 1000+

Re: Auto Clickers

I don't know how to code -_-
I need someone to make me a good autoclicker

Offline

 

Board footer