Skip to content

Instantly share code, notes, and snippets.

View AL1L's full-sized avatar
🌟
Making cool things

Allen Lantz AL1L

🌟
Making cool things
View GitHub Profile
@AL1L
AL1L / MathhulkAPI.java
Last active April 4, 2017 01:38
A java class to hook into the theartex.net API
package mathhulk;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.Reader;
import java.net.HttpURLConnection;
import java.net.URL;