https://github.com/std-microblock/hitmancontractcreator
Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.
https://github.com/std-microblock/hitmancontractcreator
Last synced: 6 months ago
JSON representation
Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.
- Host: GitHub
- URL: https://github.com/std-microblock/hitmancontractcreator
- Owner: std-microblock
- License: gpl-3.0
- Created: 2022-05-27T20:32:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T03:37:21.000Z (over 3 years ago)
- Last Synced: 2025-04-04T21:14:07.594Z (10 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HitmanContractCreator
Create whatever contract you want in both HITMAN2 and HITMAN3. Written in rust.
## Usage
```
USAGE:
hitman_contract_creator.exe
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
publish Publish contracts
publish:
Publish contracts
USAGE:
hitman_contract_creator.exe publish [OPTIONS] [USERID]
ARGS:
[default: fe76faee-ecdc-4dd7-a6d5-c5b84054a87c]
OPTIONS:
-b, --bearer
-f, --file The file to submit
-h, --help Print help information
--hitman2
--hitman3
```
Basic usage:
```
hitman_contract_creator.exe publish --bearer [your oauth token] -f [path to your contract json file] [your player id] [--hitman3/--hitman2]
```
example:
```
hitman_contract_creator.exe publish -b -f "./final rest.json" -f "./new zealand.json" --hitman2 --hitman3
```
```
hitman_contract_creator.exe publish --bearer -f testpost.json fe76faee-ecdc-4dd7-a6d5-c5b84054a87c --hitman3
```