Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 9f3e9ad

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 2f0361a + dc8d167 commit 9f3e9ad

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
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+

0 commit comments

Comments
 (0)