Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Feb 19, 2021
1 parent 9f4fe6f commit 1945e67
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Autorun-rs
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Garrysmod Lua Dumper / Runner, written in Rust.

Like my other repo, https://github.com/Vurv78/Autorun, but written in Rust.
Also, this has more features and is safer.

The file structure starts at C:\Users\User\sautorun-rs\.

### Features
* Lua dumping through hooked loadbufferx at C:\Users\User\sautorun-rs\lua_dumps\ServerIP\... (Use init_file_steal)
* Lua loading through lua_run and lua_openscript
* 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)

### TODOs
* Automating JoinServer hook
* Making a lua script in sautorun run before autorun out of the box.

### 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 1945e67

Please sign in to comment.