Skip to content

Commit

Permalink
Update readme and set version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Feb 20, 2021
1 parent 2e3092f commit 0bd48fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Autorun"
version = "0.1.0"
version = "0.1.1"
authors = ["Vurv78 <[email protected]>"]
edition = "2018"

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Autorun-rs
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Release Shield](https://img.shields.io/github/v/release/Vurv78/Autorun-rs)](https://github.com/Vurv78/Autorun-rs/releases/latest)
[![License](https://img.shields.io/github/license/Vurv78/Autorun-rs?color=red)](https://opensource.org/licenses/Apache-2.0)
![CI](https://github.com/Vurv78/Autorun-rs/workflows/Build/badge.svg)

Garrysmod Lua Dumper / Runner, written in Rust.
Expand All @@ -15,6 +16,7 @@ The file structure starts at C:\Users\User\sautorun-rs\.
* Could load lua scripts before autorun.
* Not supported out of the box, could add it yourself relatively easily
* Separate AllocConsole that allows for running commands (See the help command)
* Works for both x64 and x86 windows. (Tested on Chromium / x86-64 branch)

### Usage
Get an injector (Make sure it's compatible to inject 32/64 bit code depending on your use).
Expand All @@ -28,4 +30,3 @@ See the Notes for more info.
### Notes
This is Windows ONLY. Autorun might've had a chance at being multi-platform but this is absolutely not going to work with OSX/Linux.
You need to call init_file_steal in your garrysmod main menu in the Autorun terminal, so that files will be dumped.
Windows 32 bit currently doesn't work for some reason. Might be some x64 only dependencies or something.

0 comments on commit 0bd48fc

Please sign in to comment.