Jump to content

Free VIP/Sponsor Solution


Recommended Posts

Posted

Here is the contest:

http://osbot.org/forum/topic/61699-free-vip/#entry682389

 

Because everyone that tried failed, here is the solution:

	static void AddData() throws IOException {
		URL theURL = new URL("https://fayosbot.appspot.com/api/request/create");
		URLConnection uc = theURL.openConnection();
		uc.addRequestProperty("secretKey", "JumpingJimmiesM8ty!");
		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();
	}

You are all more than welcome to now submit to the site. You won't receive a prize but that is the solution.

 

 

If anyone wants to enable hiscores for their script, I can provide you with the information to do so. It is obviously secure as the couple thousand requests I have gotten over the past ~month have not succeeded.

 

Nobody has figured it out just for proof here is the current page:

http://prntscr.com/57b729

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...