If you can successfully submit an exp update request to my hiscores.
Website found here:
https://fayosbot.appspot.com/main
Github with files here:
https://github.com/Calvingr8n/fayosbot
Script to submit data:
static void AddData() throws IOException {
URL theURL = new URL("https://fayosbot.appspot.com/api/request/create");
URLConnection uc = theURL.openConnection();
uc.addRequestProperty("secretKey", "GOODLUCK");
uc.addRequestProperty("name", "Challenge");
uc.addRequestProperty("exp", "1337");
uc.addRequestProperty("time", "5");
uc.addRequestProperty("password", "freevip");
uc.addRequestProperty("state", "Accepted");
uc.addRequestProperty("position", "[-1,-1,-1]");
uc.getInputStream();
}
I have given you the name, password, script and a way in. All you have to do is submit the data and prove you submitted it.
Good luck everyone. May bump this to free Sponsor.