This repository was archived by the owner on Nov 24, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ language : java
Original file line number Diff line number Diff line change 11
22# vHackOSAPI-Java
33
4- ## IN-DEV
5- ### The vHackOSAPI is currently being developed, progress below .
4+ ## BETA
5+ ### The vHackOSAPI is now in a beta stage, meaning it might have some bugs and not all features are implemented, please report any issues .
66### Join [ Our Discord] ( https://discord.gg/52MtBDp ) to keep updated.
7- [ ![ Discord] ( https://img.shields.io/badge/Chat-%20on%20Discord-738bd7.svg?style=flat-square )] ( https://discord.gg/52MtBDp ) [ ![ Downloads] ( https://img.shields.io/github/downloads/OlympicCode/vHackAPI -Java/total.svg?style=flat-square )] ( )
7+ [ ![ Discord] ( https://img.shields.io/badge/Chat-%20on%20Discord-738bd7.svg?style=flat-square )] ( https://discord.gg/52MtBDp ) [ ![ Downloads] ( https://img.shields.io/github/downloads/OlympicCode/vHackOSAPI -Java/total.svg?style=flat-square )] ( ) [ ![ ] ( https://jitpack.io/v/net.olympiccode/vHackOSAPI-Java.svg?style=flat-square )] ( https://jitpack.io/#net.olympiccode/vHackOSAPI-Java )
88#
9+ #### Gradle configuration
10+ ```
11+ repositories {
12+ jcenter()
13+ maven { url "https://jitpack.io" }
14+ }
15+ dependencies {
16+ compile 'net.olympiccode:vHackOSAPI-Java:dev-SNAPSHOT'
17+ }
18+ ```
919##### Current API progress:
1020- [x] Base request system
1121- [x] Basic status retrieving
1222- [X] App upgrading & installing
13- - [ ] Update boosting and finishing
14- - [ ] Exploiting, remote notepad editing and bruteforcing
15- - [ ] Logging in and grabbing money
23+ - [X ] Update boosting and finishing
24+ - [X ] Exploiting, remote notepad editing and bruteforcing
25+ - [X ] Logging in and grabbing money
1626- [ ] Mission completing
27+
You can’t perform that action at this time.
0 commit comments