RobertoDraws / JavaHQEmus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaHQEmulators

HQ Trivia is an iOS and Android app which fundamental goal was to give away a money prize-pot if answered right all 12 questions asked scaling up in difficulty. This project from sniffing network requests from my phone and recreating them in Java to be able to 'hypothetically' play on various accounts (with stored bearer tokens).

Java Class with full access to the HQAPI. Capable of running in game ~10,000 accounts (as long as you have the bearers and open ports to connect).

Installation

  1. Download IntelliJ (The Community Version is Free)
  2. Make a new project from Version Control and connect to your github account to download.
  3. Make a tokens.txt and input your bearer tokens there every new line is a new token.
  4. Install the following Libraries (File -> Product Structure): com.google.code.gson:gson:2.8.5 com.miglayout:miglayout:3.7.4 com.vaadin:com.vaadin.spring.roo.annotations:1.1.1 org.eclipse.ecf:org.apache.commons.logging:1.1.1.v201101211721 org.eclipse.ecf:org.apache.httpcomponents.httpclient:4.5.2.v20170210-0925 org.eclipse.ecf:org.apache.httpcomponents.httpcore:4.4.6.v20170210-0925 org.java-websocket:Java-WebSocket:1.3.8
  5. Run Main.Java

Requirements

JDK 1.8

Contributors

RobertoDraws (Roberto#0001), jakecrowley

Terms

This project is for educational purposes and is not inteded to be run in a real game. HQ Terms of Service state, "Each HQ user may establish, maintain, use and control only one account. Each account on the may only be owned, maintained, used and controlled by one individual." MIT

Installation:


1. Download IntelliJ (The Community Version is Free)
2. Make a new project from Version Control and connect to your github account to download.
3. Make a tokens.txt and input your bearer tokens there every new line is a new token.
4. Install the following Libraries (File -> Product Structure):
com.google.code.gson:gson:2.8.5
com.miglayout:miglayout:3.7.4
com.vaadin:com.vaadin.spring.roo.annotations:1.1.1
org.eclipse.ecf:org.apache.commons.logging:1.1.1.v201101211721
org.eclipse.ecf:org.apache.httpcomponents.httpclient:4.5.2.v20170210-0925
org.eclipse.ecf:org.apache.httpcomponents.httpcore:4.4.6.v20170210-0925
org.java-websocket:Java-WebSocket:1.3.8
5. Run Main.Java

Requirements:


JDK 1.8

Libraries:


WIP

Contributers:


jakecrowley
RobertoDraws (users/me#0001)

Feel free to fork this project or to mess around in the code. If you have any questions about the code contact me on discord.
If having trouble installing don't hesitate to send me a dm on discord.
This is for educational purposes only. This program violates HQ ToS if used on more than one account in a real broadcast.

HQ Terms of service states:
"Each HQ user may establish, maintain, use and control only one account.
Each account on the may only be owned, maintained,
used and controlled by one individual."

About


Languages

Language:Java 96.8%Language:HTML 3.2%