Navigation

Libraries

Defunct

Roboter

Contents

Description
Screenshots
System requirements
How to start
Download

Post comment (Allready 67)

Description

Roboter is an autoclicker (and autokeypresser) for both linux, windows and mac (hotkeys on mac untested). When I searched for one for Linux, I only found a single one that was really worth anything, and that one was trial-only payware. So I decided to make my own.

Time showed me that there is also no autokeypresser that can handle more than a single key on windows, at least not one that is not, well, trial-only payware.

So enjoy the only, as far as I'm aware, semi-advanced autoclicker and autokeypresser on both linux, windows and mac, for free!

New in version 1.2: Configurable delay between button press and release, as some games fail to register clicks/button presses if they're released instantly

Back to contents

Screenshots

GUI Roboter

Back to contents

System requirements

Java version 8 or newer. You can check if you have it using this command line command (Windows: Start->run->cmd):

java -version

If you get nothing or if it's telling you that it doesn't know the command "java", you probably don't have java. If you get something, it should look like this:

java version "1.x.x_xx"
Java(TM) SE Runtime Environment (build 1.x.x_xx-xxx)

If the number is 1.8 or larger, Roboter should run.

If you don't have Java or an old version, you can download the newest one at "Download".

Back to contents

How to start

If everything works, you can just double-click the jar file, but sometimes a compressing software like WinZip graps this file extension.
If that happens, it's easiest to just run the Jarfix,

Back to contents

Download

Roboter 1.2
Sourcecode Roboter 1.2

See also github at https://github.com/Akhlys/Roboter

Java:
Oracle pulled a fast one on us, newest (Oracle) Java versions have horrible licencing. So either choose 1.8, the last proper version, or chose OpenJDK:
Java 1.8 via Java.com
Newest Java via adoptOpenJDK.com

Back to contents

Comments

#63 Aboodie wrote at 03/30/2026 02:06 PM (EST):
I'm currently trying to use it for roblox but it's not always clicking its kinda hit or miss. Idk if i'm doing something wrong with my delay or if its a bug ik this is pretty late but if there is a fix please lmk!

#64 Aboodie wrote at 03/30/2026 02:07 PM (EST):
I'm using multiple points if that helps

#65 Aboodie wrote at 03/30/2026 02:14 PM (EST):
Sorry for the spam I just saw the most recent post and it's the same issue as me. It did work in paint but roblox probably has that thing u mentioned so sorry!

#66 Akhlys wrote at 03/30/2026 06:12 PM (EST):
Yeah more than "increase the delay, if it works, reduce it a bit until it stops working" I can't offer. Some games just can't handle too fast clicks.
As it seems to generally work ("hit and miss") my guess would be a too short delay.
Could perhaps also be an anti-cheating measure, I don't know. I don't play roblox ^^

#61 krom wrote at 01/15/2026 10:23 AM (EST):
Seems like a really cool app, but isn't clicking for me. Do I need some special instructions to run as admin or for it to actually click?

The mouse is moving as I intend it to but just not clicking. For other clicking apps, I have to run as admin, but I don't have an option on this one and not sure if I am missing a step.

#62 Akhlys wrote at 01/17/2026 08:02 PM (EST):
No you need nothing special. It doesn't need to run as admin - and if mouse moving works, so should clicking.

It simply doesn't work in some games depending how they are made. There are some tricks to get it to work but before that, let's test if it works for you at all.
First, start it anew, and add to the list: everything on default (position 0x0 etc), except "delay after" on 20 ms.
Add that to the list, then start Paint, the default drawing program of Windows. Once you're in it, hit the hotkey (usually F6) and move the mouse around. If you see a dotted line where you moved the mouse, it works. Hit the hotkey again to disable it.

If it generally works, you can try some things with your game. Try to set "delay after" to 1000ms (a full second) and "delay between press/release" to 100ms. These are very slow clicks, but it's just to test. If it still doesn't work, your game is one of the rare ones where it simply doesn't work, but I'd suspect other autoclickers won't either. But if that worked, you can first try to set one of those to a very low number again and see if it still works to figure out which delay caused it (might be both tho), then slowly lower that delay until you got the fastest clicks that still work. Some trial and error there.
I got it to work in most games like this.

If it didn't even work in Paint.. I don't know. Never heard of that problem.

#57 Leximancer wrote at 12/08/2024 08:56 PM (EST):
Hi,

Just wondering if there is a way to open roboter into a specific pre-set? Whenever I try (usually by right-clicking the preset and selecting "Open with..." and finding Roboter.jar) I get the Windows error "Your system cannot open this file, check with software developer for a version for your system."

I'm on Windows 10 Pro. Any help is appreciated, thank you!

#58 Lexi wrote at 12/08/2024 08:56 PM (EST):
I'm sorry! I refreshed the page to see if there was an answer and the browser sent it as a double-post for some reason.

#59 Klaue wrote at 12/09/2024 09:15 AM (EST):
Not at the moment, no. That's a good idea for when (if) I ever make a new version tho. But that probably won't be for a while ^^;

#60 Lexi wrote at 12/09/2024 09:48 AM (EST):
Okay, thanks for letting me know!

#56 Leximancer wrote at 12/08/2024 07:13 PM (EST):
Hi,

Just wondering if there is a way to open roboter into a specific pre-set? Whenever I try (usually by right-clicking the preset and selecting "Open with..." and finding Roboter.jar) I get the Windows error "Your system cannot open this file, check with software developer for a version for your system."

I'm on Windows 10 Pro. Any help is appreciated, thank you!

#55 Gr1nd wrote at 08/29/2023 05:32 PM (EST):
Works Great! Thanks!

#50 nandanthony wrote at 06/10/2022 09:52 AM (EST):
I found that the set spots isnt clicking on the spots i set. It clicks further away from the center so maybe its a scaling issue? either way its a bit iffy for me.

#51 Klaue wrote at 06/11/2022 05:15 PM (EST):
I just tried it with an image editor and it clicks to the pixel where I set it.
Is the displayed position "0x0" when you put the mouse into the top left corner?

Scaling issue could maybe be if you got a game that runs exclusive fullscreen on a different resolution than your normal one. It shouldn't matter ('recording' the position would be in the same resolution after all) but is your issue in a fullscreen game?

Also, windows, linux or mac?

#52 nandanthony wrote at 06/25/2022 03:45 PM (EST):
I made it work by dividing the coordinate's values by 1.25 so that it clicks on the right spots.

I was on Windows 10 btw

#53 nandanthony wrote at 06/25/2022 03:46 PM (EST):
also was not it fullscreen, was just clicking stuff in desktop and multiple windows n stuff

#54 Klaue wrote at 06/25/2022 06:43 PM (EST):
Can't wager a guess, it always worked perfectly for me in windows 10..

#49 johanwilliam wrote at 02/14/2022 11:36 AM (EST):
Technumus is the most informative and knowledge increasing webisite. please follow visit and suppot us.<a href="https://technumus.com/0x0-0x0/">WHAT IS ERROR CODE0X0 0X0 CAUSE OF ERROR CODE AND ITS SOLUTION</a>

#47 Giang wrote at 08/25/2021 08:14 PM (EST):
Can i use my mouse while using the app?

#48 Klaue wrote at 08/26/2021 04:17 PM (EST):
Please stop spamming. I answered your question before you asked it even the second time. you could also just try it out

#46 Giang wrote at 08/25/2021 08:14 PM (EST):
Can i use my mouse while using the app?

#45 Giang wrote at 08/25/2021 01:11 AM (EST):
Can i use my mouse while using the app?


Add comment

*Name:

Email:
(Optional, hidden. Only if you want to be notified of replies)

* Spam check: ⑦ + ㊾ =
*Comment:

Back to contents