-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more testing needs to be done for mac and linux, see if update is com…
…patable with windows
- Loading branch information
Reece Johnson
committed
May 29, 2024
1 parent
a76cb8e
commit 446d5a3
Showing
9 changed files
with
489 additions
and
342 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,46 @@ | ||
# jerry | ||
|
||
stupid robot nuisance. | ||
i built this to be that though, so... | ||
|
||
presses keys and f*cks with your mouse. occasionally talks. | ||
presses keys and f\*cks with your mouse. occasionally talks. | ||
|
||
## versions | ||
|
||
currently, there are 3 versions (not including crosses of any): | ||
|
||
- default (basic movement and window) | ||
- invisibility (no console window) | ||
- advanced (advanced movement feature) | ||
|
||
**the `advanced` feature requires administrator privileges. this is why it is seperate from `default`.** | ||
**the `advanced` feature requires administrator privileges. this is why it is seperate from `default`. it also depends on the `windows` crate, so it does not support linux/macos.** | ||
|
||
**the `invisibility` feature has no console window, so it cannot be regularly exited out of. see [this notice](#other-little-notice) for info on killing a hidden instance.** | ||
|
||
i will also not be publishing any invisible builds for jerry beyond [v0.3.4](https://github.com/callmeclover/jerry/releases/tag/v0.3.4). build it yourself with `cargo build --features invisible`. | ||
|
||
## little notice | ||
|
||
i, @callmeclover, hold 0 responsibility over what this thing does, [**especially forks**](#on-the-topic-of-forks). you are on your own if he does anything bad. | ||
|
||
## other little notice | ||
|
||
the invisible version hides the console window, so you need to kill his process in task manager if he gets out of hand. | ||
|
||
he doesn't cloak himself, so his process name is `jerry.exe`. | ||
|
||
## on the topic of forks | ||
jerry is, technically, considered malware. as the [wiki page](https://wikipedia.com/wiki/Malware) states, *"[Malware] is any software intentionally designed to cause disruption to a computer, server, client, or computer network,"* which is exactly what jerry does. | ||
|
||
jerry is, technically, considered malware. as the [wiki page](https://wikipedia.com/wiki/Malware) states, _"[Malware] is any software intentionally designed to cause disruption to a computer, server, client, or computer network,"_ which is exactly what jerry does. | ||
|
||
i have no intent to cause any amount of harm with this program. this is purely a passion project to learn more rust, and test my coding abilities. | ||
|
||
when you fork this project, or a fork of this project, you take all responsibility for that fork. i, @callmeclover, hold no responsibility over the actions of forks. | ||
when you fork this project, or a fork of this project, you take all responsibility for that fork. i, @callmeclover, hold no responsibility over the actions of forks. | ||
|
||
## developing | ||
|
||
if you're on windows you can already build jerry to boot (`cargo build`). if you are on linux, mac, or pretty much anything other than windows, you can't really run it (probably, no testing has been done) because jerry depends on the `windows` crate. you can, however, use [cross](https://github.com/cross-rs/cross) for cross-compilation. | ||
|
||
multi-platform support will be added in a future update, but this will require a rewrite of some features, including `invisibility` and `advanced`. | ||
|
||
on linux you will need [`libspeechd-dev`](https://github.com/brailcom/speechd), `libclang1`, and `clang`. view the repo for speechd's build instructions, but you can also check your package manager, e.g. `sudo apt install libspeechd-dev libclang1 clang` on a debian/ubuntu based distro. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.